var/cache/dev/Container0gPpb4T/App_KernelDevDebugContainer.php line 28572

Open in your IDE?
  1. <?php
  2. namespace Container0gPpb4T;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  34.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  35.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  36.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  37.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  38.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  39.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  40.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  41.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  42.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  43.             '.container.private.session' => 'get_Container_Private_SessionService',
  44.             '.container.private.twig' => 'get_Container_Private_TwigService',
  45.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  46.             'AdminBundle\\Controller\\AjaxController' => 'getAjaxControllerService',
  47.             'AdminBundle\\Controller\\BaseCRUDController' => 'getBaseCRUDControllerService',
  48.             'AdminBundle\\Controller\\CRUDInsController' => 'getCRUDInsControllerService',
  49.             'AdminBundle\\Controller\\DashboardController' => 'getDashboardControllerService',
  50.             'AdminBundle\\Controller\\DefaultController' => 'getDefaultControllerService',
  51.             'AdminBundle\\Controller\\Document\\BranchController' => 'getBranchControllerService',
  52.             'AdminBundle\\Controller\\Document\\DealerOfferController' => 'getDealerOfferControllerService',
  53.             'AdminBundle\\Controller\\FormType\\SelectVehicleItemController' => 'getSelectVehicleItemControllerService',
  54.             'AdminBundle\\Controller\\InsuranceCaseController' => 'getInsuranceCaseControllerService',
  55.             'AdminBundle\\Controller\\LogsController' => 'getLogsControllerService',
  56.             'AdminBundle\\Controller\\MiniLinkController' => 'getMiniLinkControllerService',
  57.             'AdminBundle\\Controller\\ModelRangeController' => 'getModelRangeControllerService',
  58.             'AdminBundle\\Controller\\References\\ModelController' => 'getModelControllerService',
  59.             'AdminBundle\\Controller\\ReportController' => 'getReportControllerService',
  60.             'AdminBundle\\Controller\\SecurityController' => 'getSecurityControllerService',
  61.             'AdminBundle\\Controller\\SeoMetaTagController' => 'getSeoMetaTagControllerService',
  62.             'AdminBundle\\Controller\\SyncDataController' => 'getSyncDataControllerService',
  63.             'AdminBundle\\Controller\\TicketController' => 'getTicketControllerService',
  64.             'AdminBundle\\Controller\\TicketPlanerController' => 'getTicketPlanerControllerService',
  65.             'AdminBundle\\Controller\\VehicleController' => 'getVehicleControllerService',
  66.             'AdminBundle\\Controller\\VehicleEstimateOddsController' => 'getVehicleEstimateOddsControllerService',
  67.             'AdminBundle\\Controller\\Vehicles\\AutoRiaController' => 'getAutoRiaControllerService',
  68.             'AdminBundle\\Controller\\Vehicles\\CRUDController' => 'getCRUDControllerService',
  69.             'AdminBundle\\Controller\\Vehicles\\ConfiguratorController' => 'getConfiguratorControllerService',
  70.             'AdminBundle\\Controller\\Vehicles\\EquipmentOptionController' => 'getEquipmentOptionControllerService',
  71.             'AdminBundle\\Controller\\Vehicles\\EquipmentOptionsController' => 'getEquipmentOptionsControllerService',
  72.             'AdminBundle\\Controller\\Vehicles\\FilterController' => 'getFilterControllerService',
  73.             'AdminBundle\\Controller\\Vehicles\\MediaController' => 'getMediaControllerService',
  74.             'AdminBundle\\Controller\\Vehicles\\UsedCRUDController' => 'getUsedCRUDControllerService',
  75.             'AdminBundle\\Widget\\ScopeWidget' => 'getScopeWidgetService',
  76.             'ApiBundle\\Controller\\UnicommerceController' => 'getUnicommerceControllerService',
  77.             'AutomarketBundle\\Controller\\AboutController' => 'getAboutControllerService',
  78.             'AutomarketBundle\\Controller\\AjaxController' => 'getAjaxController2Service',
  79.             'AutomarketBundle\\Controller\\BaseController' => 'getBaseControllerService',
  80.             'AutomarketBundle\\Controller\\CarController' => 'getCarControllerService',
  81.             'AutomarketBundle\\Controller\\CarUSAController' => 'getCarUSAControllerService',
  82.             'AutomarketBundle\\Controller\\CatalogController' => 'getCatalogControllerService',
  83.             'AutomarketBundle\\Controller\\ComparisonController' => 'getComparisonControllerService',
  84.             'AutomarketBundle\\Controller\\ContactsController' => 'getContactsControllerService',
  85.             'AutomarketBundle\\Controller\\CorporateProgramController' => 'getCorporateProgramControllerService',
  86.             'AutomarketBundle\\Controller\\FormController' => 'getFormControllerService',
  87.             'AutomarketBundle\\Controller\\MainController' => 'getMainControllerService',
  88.             'AutomarketBundle\\Controller\\OnlineCostEstimationController' => 'getOnlineCostEstimationControllerService',
  89.             'AutomarketBundle\\Controller\\PostController' => 'getPostControllerService',
  90.             'AutomarketBundle\\Controller\\RSSController' => 'getRSSControllerService',
  91.             'AutomarketBundle\\Controller\\SaleController' => 'getSaleControllerService',
  92.             'AutomarketBundle\\Controller\\ServicesController' => 'getServicesControllerService',
  93.             'AutomarketBundle\\Controller\\SiteMapController' => 'getSiteMapControllerService',
  94.             'AutomarketBundle\\Controller\\VacancyController' => 'getVacancyControllerService',
  95.             'AutomarketBundle\\Services\\CatalogService' => 'getCatalogServiceService',
  96.             'AutomarketBundle\\Services\\FilterService' => 'getFilterServiceService',
  97.             'AutomarketBundle\\Services\\MainService' => 'getMainServiceService',
  98.             'AutomarketBundle\\Services\\SeoService' => 'getSeoServiceService',
  99.             'BmpGatewayBundle\\Command\\AccessoriesSyncCommand' => 'getAccessoriesSyncCommandService',
  100.             'BmpGatewayBundle\\Command\\Base\\BaseSynchronizeCommand' => 'getBaseSynchronizeCommandService',
  101.             'BmpGatewayBundle\\Command\\CrmSendCreditLeadsCommand' => 'getCrmSendCreditLeadsCommandService',
  102.             'BmpGatewayBundle\\Command\\CrmSendViewVehiclesCommand' => 'getCrmSendViewVehiclesCommandService',
  103.             'BmpGatewayBundle\\Command\\CrmSyncVehicleEstimateLeadsCommand' => 'getCrmSyncVehicleEstimateLeadsCommandService',
  104.             'BmpGatewayBundle\\Command\\ModelFromCRMSyncBy1CCommand' => 'getModelFromCRMSyncBy1CCommandService',
  105.             'BmpGatewayBundle\\Command\\MvdHistoryCommand' => 'getMvdHistoryCommandService',
  106.             'BmpGatewayBundle\\Command\\PeugeotSyncCommand' => 'getPeugeotSyncCommandService',
  107.             'BmpGatewayBundle\\Command\\PipeDriveSendToCreatioCommand' => 'getPipeDriveSendToCreatioCommandService',
  108.             'BmpGatewayBundle\\Command\\RiaNotifyCommand' => 'getRiaNotifyCommandService',
  109.             'BmpGatewayBundle\\Command\\SendFormTo1CCommand' => 'getSendFormTo1CCommandService',
  110.             'BmpGatewayBundle\\Command\\SendSMSFormCommand' => 'getSendSMSFormCommandService',
  111.             'BmpGatewayBundle\\Command\\SynchronizeCRMCommand' => 'getSynchronizeCRMCommandService',
  112.             'BmpGatewayBundle\\Command\\SynchronizeCRMOnlineEstimateCommand' => 'getSynchronizeCRMOnlineEstimateCommandService',
  113.             'BmpGatewayBundle\\Command\\SynchronizePCUCommand' => 'getSynchronizePCUCommandService',
  114.             'BmpGatewayBundle\\Command\\SynchronizeTestDriveCommand' => 'getSynchronizeTestDriveCommandService',
  115.             'BmpGatewayBundle\\Command\\SynchronizeYamahaCRMCommand' => 'getSynchronizeYamahaCRMCommandService',
  116.             'BmpGatewayBundle\\Command\\TaskCommand' => 'getTaskCommandService',
  117.             'BmpGatewayBundle\\Command\\TelegramWorkerServerCommand' => 'getTelegramWorkerServerCommandService',
  118.             'BmpGatewayBundle\\Command\\UpdatePostomateCommand' => 'getUpdatePostomateCommandService',
  119.             'CoreBundle\\Command\\AccessoriesContentCopyCommand' => 'getAccessoriesContentCopyCommandService',
  120.             'CoreBundle\\Command\\AutoRiaDownloadAdCommand' => 'getAutoRiaDownloadAdCommandService',
  121.             'CoreBundle\\Command\\CalculateEstimateInfoCommand' => 'getCalculateEstimateInfoCommandService',
  122.             'CoreBundle\\Command\\CallbackProcessCommand' => 'getCallbackProcessCommandService',
  123.             'CoreBundle\\Command\\CallbackStatusCommand' => 'getCallbackStatusCommandService',
  124.             'CoreBundle\\Command\\ChangeVehicleOptionsCommand' => 'getChangeVehicleOptionsCommandService',
  125.             'CoreBundle\\Command\\CreateCsvAccessoriesCommand' => 'getCreateCsvAccessoriesCommandService',
  126.             'CoreBundle\\Command\\CreateMerchantAccessoriesCommand' => 'getCreateMerchantAccessoriesCommandService',
  127.             'CoreBundle\\Command\\CreateMerchantVehiclesCommand' => 'getCreateMerchantVehiclesCommandService',
  128.             'CoreBundle\\Command\\CreateRssCommand' => 'getCreateRssCommandService',
  129.             'CoreBundle\\Command\\DeleteCarsImagesCommand' => 'getDeleteCarsImagesCommandService',
  130.             'CoreBundle\\Command\\DeleteVehiclesFromQueueInCRMCommand' => 'getDeleteVehiclesFromQueueInCRMCommandService',
  131.             'CoreBundle\\Command\\DeployCommand' => 'getDeployCommandService',
  132.             'CoreBundle\\Command\\DevCommand' => 'getDevCommandService',
  133.             'CoreBundle\\Command\\FetchVehiclesCommand' => 'getFetchVehiclesCommandService',
  134.             'CoreBundle\\Command\\GenerationUrlCommand' => 'getGenerationUrlCommandService',
  135.             'CoreBundle\\Command\\JiraCreateIssuesCommand' => 'getJiraCreateIssuesCommandService',
  136.             'CoreBundle\\Command\\LeasingCalcLogCommand' => 'getLeasingCalcLogCommandService',
  137.             'CoreBundle\\Command\\MediaRemoveCommand' => 'getMediaRemoveCommandService',
  138.             'CoreBundle\\Command\\PagespeedCommand' => 'getPagespeedCommandService',
  139.             'CoreBundle\\Command\\RedmineTimeCommand' => 'getRedmineTimeCommandService',
  140.             'CoreBundle\\Command\\RegenerateThumbnailsCommand' => 'getRegenerateThumbnailsCommandService',
  141.             'CoreBundle\\Command\\ResumeSearchCommand' => 'getResumeSearchCommandService',
  142.             'CoreBundle\\Command\\SearchCarByEdrpouCommand' => 'getSearchCarByEdrpouCommandService',
  143.             'CoreBundle\\Command\\SendMVDHistoryCommand' => 'getSendMVDHistoryCommandService',
  144.             'CoreBundle\\Command\\SendOrderNotifyCommand' => 'getSendOrderNotifyCommandService',
  145.             'CoreBundle\\Command\\SendVehicleSubscriberCommand' => 'getSendVehicleSubscriberCommandService',
  146.             'CoreBundle\\Command\\SendVehiclesToCrmCommand' => 'getSendVehiclesToCrmCommandService',
  147.             'CoreBundle\\Command\\ServiceWorkVariationsCommand' => 'getServiceWorkVariationsCommandService',
  148.             'CoreBundle\\Command\\TempCommand' => 'getTempCommandService',
  149.             'CoreBundle\\Command\\UpdateAutoRiaAdIdCommand' => 'getUpdateAutoRiaAdIdCommandService',
  150.             'CoreBundle\\Command\\UpdateAutoRiaOptionsCommand' => 'getUpdateAutoRiaOptionsCommandService',
  151.             'CoreBundle\\Command\\UpdateExchangeRateCommand' => 'getUpdateExchangeRateCommandService',
  152.             'CoreBundle\\Command\\UpdateNightDealerCommand' => 'getUpdateNightDealerCommandService',
  153.             'CoreBundle\\Command\\UpdateQueueAutoriaCommand' => 'getUpdateQueueAutoriaCommandService',
  154.             'CoreBundle\\Command\\UpdateUsedVehicleOptionsCommand' => 'getUpdateUsedVehicleOptionsCommandService',
  155.             'CoreBundle\\Command\\UploadMvdInfoCommand' => 'getUploadMvdInfoCommandService',
  156.             'CoreBundle\\Command\\UploadUsedCarsCommand' => 'getUploadUsedCarsCommandService',
  157.             'CoreBundle\\Command\\VehicleCategoryToCategoriesCopyCommand' => 'getVehicleCategoryToCategoriesCopyCommandService',
  158.             'CoreBundle\\Controller\\CoreController' => 'getCoreControllerService',
  159.             'CoreBundle\\Controller\\CrossDomainAuthController' => 'getCrossDomainAuthControllerService',
  160.             'CoreBundle\\Controller\\DefaultController' => 'getDefaultController2Service',
  161.             'CoreBundle\\Controller\\ViDiController' => 'getViDiControllerService',
  162.             'CoreBundle\\EventListener\\AuthUserListener' => 'getAuthUserListenerService',
  163.             'CoreBundle\\EventListener\\RedirectListener' => 'getRedirectListenerService',
  164.             'CoreBundle\\Factory\\Vehicle' => 'getVehicleService',
  165.             'CoreBundle\\Model\\Vehicles\\Repository' => 'getRepositoryService',
  166.             'DcSiteBundle\\Controller\\AccessoriesController' => 'getAccessoriesControllerService',
  167.             'DcSiteBundle\\Controller\\AccessoriesFilterController' => 'getAccessoriesFilterControllerService',
  168.             'DcSiteBundle\\Controller\\AjaxEntityController' => 'getAjaxEntityControllerService',
  169.             'DcSiteBundle\\Controller\\BaseDcController' => 'getBaseDcControllerService',
  170.             'DcSiteBundle\\Controller\\CallbackController' => 'getCallbackControllerService',
  171.             'DcSiteBundle\\Controller\\CarController' => 'getCarController2Service',
  172.             'DcSiteBundle\\Controller\\CarInStockModuleController' => 'getCarInStockModuleControllerService',
  173.             'DcSiteBundle\\Controller\\Citroen\\AboutController' => 'getAboutController2Service',
  174.             'DcSiteBundle\\Controller\\Citroen\\AccessoriesController' => 'getAccessoriesController2Service',
  175.             'DcSiteBundle\\Controller\\Citroen\\BaseController' => 'getBaseController2Service',
  176.             'DcSiteBundle\\Controller\\Citroen\\BasketController' => 'getBasketControllerService',
  177.             'DcSiteBundle\\Controller\\Citroen\\CarController' => 'getCarController3Service',
  178.             'DcSiteBundle\\Controller\\Citroen\\FinanceController' => 'getFinanceControllerService',
  179.             'DcSiteBundle\\Controller\\Citroen\\MainController' => 'getMainController2Service',
  180.             'DcSiteBundle\\Controller\\Citroen\\ServiceController' => 'getServiceControllerService',
  181.             'DcSiteBundle\\Controller\\Citroen\\StocksController' => 'getStocksControllerService',
  182.             'DcSiteBundle\\Controller\\ConfiguratorController' => 'getConfiguratorController2Service',
  183.             'DcSiteBundle\\Controller\\CreditController' => 'getCreditControllerService',
  184.             'DcSiteBundle\\Controller\\CsvAccessoriesController' => 'getCsvAccessoriesControllerService',
  185.             'DcSiteBundle\\Controller\\FinanceController' => 'getFinanceController2Service',
  186.             'DcSiteBundle\\Controller\\Ford\\AboutUsController' => 'getAboutUsControllerService',
  187.             'DcSiteBundle\\Controller\\Ford\\AccessoriesController' => 'getAccessoriesController3Service',
  188.             'DcSiteBundle\\Controller\\Ford\\AjaxController' => 'getAjaxController3Service',
  189.             'DcSiteBundle\\Controller\\Ford\\ApprovedController' => 'getApprovedControllerService',
  190.             'DcSiteBundle\\Controller\\Ford\\BaseController' => 'getBaseController3Service',
  191.             'DcSiteBundle\\Controller\\Ford\\BasketController' => 'getBasketController2Service',
  192.             'DcSiteBundle\\Controller\\Ford\\CarController' => 'getCarController4Service',
  193.             'DcSiteBundle\\Controller\\Ford\\FinanceController' => 'getFinanceController3Service',
  194.             'DcSiteBundle\\Controller\\Ford\\MainController' => 'getMainController3Service',
  195.             'DcSiteBundle\\Controller\\Ford\\PostController' => 'getPostController2Service',
  196.             'DcSiteBundle\\Controller\\Ford\\ServiceController' => 'getServiceController2Service',
  197.             'DcSiteBundle\\Controller\\FormController' => 'getFormController2Service',
  198.             'DcSiteBundle\\Controller\\Haval\\AboutController' => 'getAboutController3Service',
  199.             'DcSiteBundle\\Controller\\Haval\\BaseController' => 'getBaseController4Service',
  200.             'DcSiteBundle\\Controller\\Haval\\CarController' => 'getCarController5Service',
  201.             'DcSiteBundle\\Controller\\Haval\\FinanceController' => 'getFinanceController4Service',
  202.             'DcSiteBundle\\Controller\\Haval\\MainController' => 'getMainController4Service',
  203.             'DcSiteBundle\\Controller\\Haval\\ServiceController' => 'getServiceController3Service',
  204.             'DcSiteBundle\\Controller\\Haval\\StocksController' => 'getStocksController2Service',
  205.             'DcSiteBundle\\Controller\\Honda\\AboutController' => 'getAboutController4Service',
  206.             'DcSiteBundle\\Controller\\Honda\\AccessoriesController' => 'getAccessoriesController4Service',
  207.             'DcSiteBundle\\Controller\\Honda\\AcuraServiceController' => 'getAcuraServiceControllerService',
  208.             'DcSiteBundle\\Controller\\Honda\\BaseController' => 'getBaseController5Service',
  209.             'DcSiteBundle\\Controller\\Honda\\BasketController' => 'getBasketController3Service',
  210.             'DcSiteBundle\\Controller\\Honda\\CarController' => 'getCarController6Service',
  211.             'DcSiteBundle\\Controller\\Honda\\FinanceController' => 'getFinanceController5Service',
  212.             'DcSiteBundle\\Controller\\Honda\\HondaServiceController' => 'getHondaServiceControllerService',
  213.             'DcSiteBundle\\Controller\\Honda\\MainController' => 'getMainController5Service',
  214.             'DcSiteBundle\\Controller\\Infiniti\\AboutUsController' => 'getAboutUsController2Service',
  215.             'DcSiteBundle\\Controller\\Infiniti\\AccessoriesController' => 'getAccessoriesController5Service',
  216.             'DcSiteBundle\\Controller\\Infiniti\\AjaxController' => 'getAjaxController4Service',
  217.             'DcSiteBundle\\Controller\\Infiniti\\BaseController' => 'getBaseController6Service',
  218.             'DcSiteBundle\\Controller\\Infiniti\\BasketController' => 'getBasketController4Service',
  219.             'DcSiteBundle\\Controller\\Infiniti\\CarController' => 'getCarController7Service',
  220.             'DcSiteBundle\\Controller\\Infiniti\\ContactsController' => 'getContactsController2Service',
  221.             'DcSiteBundle\\Controller\\Infiniti\\FinanceController' => 'getFinanceController6Service',
  222.             'DcSiteBundle\\Controller\\Infiniti\\MainController' => 'getMainController6Service',
  223.             'DcSiteBundle\\Controller\\Infiniti\\OffersController' => 'getOffersControllerService',
  224.             'DcSiteBundle\\Controller\\Infiniti\\ServiceController' => 'getServiceController4Service',
  225.             'DcSiteBundle\\Controller\\InsuranceController' => 'getInsuranceControllerService',
  226.             'DcSiteBundle\\Controller\\Jaguar\\AboutController' => 'getAboutController5Service',
  227.             'DcSiteBundle\\Controller\\Jaguar\\AccessoriesController' => 'getAccessoriesController6Service',
  228.             'DcSiteBundle\\Controller\\Jaguar\\BaseController' => 'getBaseController7Service',
  229.             'DcSiteBundle\\Controller\\Jaguar\\BasketController' => 'getBasketController5Service',
  230.             'DcSiteBundle\\Controller\\Jaguar\\CarController' => 'getCarController8Service',
  231.             'DcSiteBundle\\Controller\\Jaguar\\FinanceController' => 'getFinanceController7Service',
  232.             'DcSiteBundle\\Controller\\Jaguar\\MainController' => 'getMainController7Service',
  233.             'DcSiteBundle\\Controller\\Jaguar\\ServiceController' => 'getServiceController5Service',
  234.             'DcSiteBundle\\Controller\\Jeep\\AboutController' => 'getAboutController6Service',
  235.             'DcSiteBundle\\Controller\\Jeep\\AccessoriesController' => 'getAccessoriesController7Service',
  236.             'DcSiteBundle\\Controller\\Jeep\\BaseController' => 'getBaseController8Service',
  237.             'DcSiteBundle\\Controller\\Jeep\\BasketController' => 'getBasketController6Service',
  238.             'DcSiteBundle\\Controller\\Jeep\\CarController' => 'getCarController9Service',
  239.             'DcSiteBundle\\Controller\\Jeep\\FinanceController' => 'getFinanceController8Service',
  240.             'DcSiteBundle\\Controller\\Jeep\\MainController' => 'getMainController8Service',
  241.             'DcSiteBundle\\Controller\\Jeep\\ServiceController' => 'getServiceController6Service',
  242.             'DcSiteBundle\\Controller\\LandRover\\AboutController' => 'getAboutController7Service',
  243.             'DcSiteBundle\\Controller\\LandRover\\AccessoriesController' => 'getAccessoriesController8Service',
  244.             'DcSiteBundle\\Controller\\LandRover\\BaseController' => 'getBaseController9Service',
  245.             'DcSiteBundle\\Controller\\LandRover\\BasketController' => 'getBasketController7Service',
  246.             'DcSiteBundle\\Controller\\LandRover\\CarController' => 'getCarController10Service',
  247.             'DcSiteBundle\\Controller\\LandRover\\FinanceController' => 'getFinanceController9Service',
  248.             'DcSiteBundle\\Controller\\LandRover\\MainController' => 'getMainController9Service',
  249.             'DcSiteBundle\\Controller\\LandRover\\ServiceController' => 'getServiceController7Service',
  250.             'DcSiteBundle\\Controller\\LeasingController' => 'getLeasingControllerService',
  251.             'DcSiteBundle\\Controller\\Lexus\\AboutController' => 'getAboutController8Service',
  252.             'DcSiteBundle\\Controller\\Lexus\\AccessoriesController' => 'getAccessoriesController9Service',
  253.             'DcSiteBundle\\Controller\\Lexus\\BaseController' => 'getBaseController10Service',
  254.             'DcSiteBundle\\Controller\\Lexus\\BasketController' => 'getBasketController8Service',
  255.             'DcSiteBundle\\Controller\\Lexus\\CarController' => 'getCarController11Service',
  256.             'DcSiteBundle\\Controller\\Lexus\\FinanceController' => 'getFinanceController10Service',
  257.             'DcSiteBundle\\Controller\\Lexus\\HybridController' => 'getHybridControllerService',
  258.             'DcSiteBundle\\Controller\\Lexus\\MainController' => 'getMainController10Service',
  259.             'DcSiteBundle\\Controller\\Lexus\\ServiceController' => 'getServiceController8Service',
  260.             'DcSiteBundle\\Controller\\Lexus\\StocksController' => 'getStocksController3Service',
  261.             'DcSiteBundle\\Controller\\MainSliderController' => 'getMainSliderControllerService',
  262.             'DcSiteBundle\\Controller\\Marine\\AboutController' => 'getAboutController9Service',
  263.             'DcSiteBundle\\Controller\\Marine\\BaseController' => 'getBaseController11Service',
  264.             'DcSiteBundle\\Controller\\Marine\\BasketController' => 'getBasketController9Service',
  265.             'DcSiteBundle\\Controller\\Marine\\CatalogController' => 'getCatalogController2Service',
  266.             'DcSiteBundle\\Controller\\Marine\\MainController' => 'getMainController11Service',
  267.             'DcSiteBundle\\Controller\\Marine\\PostController' => 'getPostController3Service',
  268.             'DcSiteBundle\\Controller\\Marine\\ServiceController' => 'getServiceController9Service',
  269.             'DcSiteBundle\\Controller\\Mazda\\AboutController' => 'getAboutController10Service',
  270.             'DcSiteBundle\\Controller\\Mazda\\AccessoriesController' => 'getAccessoriesController10Service',
  271.             'DcSiteBundle\\Controller\\Mazda\\BaseController' => 'getBaseController12Service',
  272.             'DcSiteBundle\\Controller\\Mazda\\BasketController' => 'getBasketController10Service',
  273.             'DcSiteBundle\\Controller\\Mazda\\CarController' => 'getCarController12Service',
  274.             'DcSiteBundle\\Controller\\Mazda\\FinanceController' => 'getFinanceController11Service',
  275.             'DcSiteBundle\\Controller\\Mazda\\MainController' => 'getMainController12Service',
  276.             'DcSiteBundle\\Controller\\Mazda\\ServiceController' => 'getServiceController10Service',
  277.             'DcSiteBundle\\Controller\\Mazda\\StocksController' => 'getStocksController4Service',
  278.             'DcSiteBundle\\Controller\\MerchantApiController' => 'getMerchantApiControllerService',
  279.             'DcSiteBundle\\Controller\\Morris_Garage\\AboutController' => 'getAboutController11Service',
  280.             'DcSiteBundle\\Controller\\Morris_Garage\\AccessoriesController' => 'getAccessoriesController11Service',
  281.             'DcSiteBundle\\Controller\\Morris_Garage\\BaseController' => 'getBaseController13Service',
  282.             'DcSiteBundle\\Controller\\Morris_Garage\\BasketController' => 'getBasketController11Service',
  283.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController' => 'getCarController13Service',
  284.             'DcSiteBundle\\Controller\\Morris_Garage\\FinanceController' => 'getFinanceController12Service',
  285.             'DcSiteBundle\\Controller\\Morris_Garage\\MainController' => 'getMainController13Service',
  286.             'DcSiteBundle\\Controller\\Morris_Garage\\ServiceController' => 'getServiceController11Service',
  287.             'DcSiteBundle\\Controller\\Morris_Garage\\StocksController' => 'getStocksController5Service',
  288.             'DcSiteBundle\\Controller\\NissanArmada\\AboutUsController' => 'getAboutUsController3Service',
  289.             'DcSiteBundle\\Controller\\NissanArmada\\AccessoriesController' => 'getAccessoriesController12Service',
  290.             'DcSiteBundle\\Controller\\NissanArmada\\BaseController' => 'getBaseController14Service',
  291.             'DcSiteBundle\\Controller\\NissanArmada\\BasketController' => 'getBasketController12Service',
  292.             'DcSiteBundle\\Controller\\NissanArmada\\CarController' => 'getCarController14Service',
  293.             'DcSiteBundle\\Controller\\NissanArmada\\CarInStockController' => 'getCarInStockControllerService',
  294.             'DcSiteBundle\\Controller\\NissanArmada\\FinanceController' => 'getFinanceController13Service',
  295.             'DcSiteBundle\\Controller\\NissanArmada\\MainController' => 'getMainController14Service',
  296.             'DcSiteBundle\\Controller\\NissanArmada\\ServiceController' => 'getServiceController12Service',
  297.             'DcSiteBundle\\Controller\\NissanArmada\\StocksController' => 'getStocksController6Service',
  298.             'DcSiteBundle\\Controller\\Nissan\\AboutUsController' => 'getAboutUsController4Service',
  299.             'DcSiteBundle\\Controller\\Nissan\\AccessoriesController' => 'getAccessoriesController13Service',
  300.             'DcSiteBundle\\Controller\\Nissan\\BaseController' => 'getBaseController15Service',
  301.             'DcSiteBundle\\Controller\\Nissan\\BasketController' => 'getBasketController13Service',
  302.             'DcSiteBundle\\Controller\\Nissan\\CarController' => 'getCarController15Service',
  303.             'DcSiteBundle\\Controller\\Nissan\\CarInStockController' => 'getCarInStockController2Service',
  304.             'DcSiteBundle\\Controller\\Nissan\\FinanceController' => 'getFinanceController14Service',
  305.             'DcSiteBundle\\Controller\\Nissan\\MainController' => 'getMainController15Service',
  306.             'DcSiteBundle\\Controller\\Nissan\\ServiceController' => 'getServiceController13Service',
  307.             'DcSiteBundle\\Controller\\Nissan\\StocksController' => 'getStocksController7Service',
  308.             'DcSiteBundle\\Controller\\OilTOController' => 'getOilTOControllerService',
  309.             'DcSiteBundle\\Controller\\OnlineConsultController' => 'getOnlineConsultControllerService',
  310.             'DcSiteBundle\\Controller\\OnlineServiceController' => 'getOnlineServiceControllerService',
  311.             'DcSiteBundle\\Controller\\Opel\\AboutController' => 'getAboutController12Service',
  312.             'DcSiteBundle\\Controller\\Opel\\AccessoriesController' => 'getAccessoriesController14Service',
  313.             'DcSiteBundle\\Controller\\Opel\\BaseController' => 'getBaseController16Service',
  314.             'DcSiteBundle\\Controller\\Opel\\BasketController' => 'getBasketController14Service',
  315.             'DcSiteBundle\\Controller\\Opel\\CarController' => 'getCarController16Service',
  316.             'DcSiteBundle\\Controller\\Opel\\FinanceController' => 'getFinanceController15Service',
  317.             'DcSiteBundle\\Controller\\Opel\\MainController' => 'getMainController16Service',
  318.             'DcSiteBundle\\Controller\\Opel\\ServiceController' => 'getServiceController14Service',
  319.             'DcSiteBundle\\Controller\\Opel\\StocksController' => 'getStocksController8Service',
  320.             'DcSiteBundle\\Controller\\Peugeot\\AboutController' => 'getAboutController13Service',
  321.             'DcSiteBundle\\Controller\\Peugeot\\AccessoriesController' => 'getAccessoriesController15Service',
  322.             'DcSiteBundle\\Controller\\Peugeot\\BaseController' => 'getBaseController17Service',
  323.             'DcSiteBundle\\Controller\\Peugeot\\BasketController' => 'getBasketController15Service',
  324.             'DcSiteBundle\\Controller\\Peugeot\\CarController' => 'getCarController17Service',
  325.             'DcSiteBundle\\Controller\\Peugeot\\FinanceController' => 'getFinanceController16Service',
  326.             'DcSiteBundle\\Controller\\Peugeot\\MainController' => 'getMainController17Service',
  327.             'DcSiteBundle\\Controller\\Peugeot\\ServiceController' => 'getServiceController15Service',
  328.             'DcSiteBundle\\Controller\\Peugeot\\StocksController' => 'getStocksController9Service',
  329.             'DcSiteBundle\\Controller\\PostController' => 'getPostController4Service',
  330.             'DcSiteBundle\\Controller\\RSSController' => 'getRSSController2Service',
  331.             'DcSiteBundle\\Controller\\RegistrationCostController' => 'getRegistrationCostControllerService',
  332.             'DcSiteBundle\\Controller\\RegulationToController' => 'getRegulationToControllerService',
  333.             'DcSiteBundle\\Controller\\ReviewController' => 'getReviewControllerService',
  334.             'DcSiteBundle\\Controller\\RobotsController' => 'getRobotsControllerService',
  335.             'DcSiteBundle\\Controller\\SecondhandController' => 'getSecondhandControllerService',
  336.             'DcSiteBundle\\Controller\\SiteMapController' => 'getSiteMapController2Service',
  337.             'DcSiteBundle\\Controller\\SmsLandingController' => 'getSmsLandingControllerService',
  338.             'DcSiteBundle\\Controller\\SparePartsController' => 'getSparePartsControllerService',
  339.             'DcSiteBundle\\Controller\\Subaru\\AboutController' => 'getAboutController14Service',
  340.             'DcSiteBundle\\Controller\\Subaru\\AccessoriesController' => 'getAccessoriesController16Service',
  341.             'DcSiteBundle\\Controller\\Subaru\\BaseController' => 'getBaseController18Service',
  342.             'DcSiteBundle\\Controller\\Subaru\\BasketController' => 'getBasketController16Service',
  343.             'DcSiteBundle\\Controller\\Subaru\\CarController' => 'getCarController18Service',
  344.             'DcSiteBundle\\Controller\\Subaru\\FinanceController' => 'getFinanceController17Service',
  345.             'DcSiteBundle\\Controller\\Subaru\\MainController' => 'getMainController18Service',
  346.             'DcSiteBundle\\Controller\\Subaru\\ServiceController' => 'getServiceController16Service',
  347.             'DcSiteBundle\\Controller\\Subaru\\StocksController' => 'getStocksController10Service',
  348.             'DcSiteBundle\\Controller\\Suzuki\\AboutController' => 'getAboutController15Service',
  349.             'DcSiteBundle\\Controller\\Suzuki\\AccessoriesController' => 'getAccessoriesController17Service',
  350.             'DcSiteBundle\\Controller\\Suzuki\\BaseController' => 'getBaseController19Service',
  351.             'DcSiteBundle\\Controller\\Suzuki\\BasketController' => 'getBasketController17Service',
  352.             'DcSiteBundle\\Controller\\Suzuki\\CarController' => 'getCarController19Service',
  353.             'DcSiteBundle\\Controller\\Suzuki\\FinanceController' => 'getFinanceController18Service',
  354.             'DcSiteBundle\\Controller\\Suzuki\\MainController' => 'getMainController19Service',
  355.             'DcSiteBundle\\Controller\\Suzuki\\ServiceController' => 'getServiceController17Service',
  356.             'DcSiteBundle\\Controller\\Suzuki\\StocksController' => 'getStocksController11Service',
  357.             'DcSiteBundle\\Controller\\TestDriveController' => 'getTestDriveControllerService',
  358.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AboutController' => 'getAboutController16Service',
  359.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AccessoriesController' => 'getAccessoriesController18Service',
  360.             'DcSiteBundle\\Controller\\ToyotaBorispol\\BaseController' => 'getBaseController20Service',
  361.             'DcSiteBundle\\Controller\\ToyotaBorispol\\BasketController' => 'getBasketController18Service',
  362.             'DcSiteBundle\\Controller\\ToyotaBorispol\\CarController' => 'getCarController20Service',
  363.             'DcSiteBundle\\Controller\\ToyotaBorispol\\FinanceController' => 'getFinanceController19Service',
  364.             'DcSiteBundle\\Controller\\ToyotaBorispol\\MainController' => 'getMainController20Service',
  365.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController' => 'getServiceController18Service',
  366.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AboutController' => 'getAboutController17Service',
  367.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AccessoriesController' => 'getAccessoriesController19Service',
  368.             'DcSiteBundle\\Controller\\ToyotaOdessa\\BaseController' => 'getBaseController21Service',
  369.             'DcSiteBundle\\Controller\\ToyotaOdessa\\BasketController' => 'getBasketController19Service',
  370.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarController' => 'getCarController21Service',
  371.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarInStockController' => 'getCarInStockController3Service',
  372.             'DcSiteBundle\\Controller\\ToyotaOdessa\\MainController' => 'getMainController21Service',
  373.             'DcSiteBundle\\Controller\\ToyotaOdessa\\PostController' => 'getPostController5Service',
  374.             'DcSiteBundle\\Controller\\ToyotaOdessa\\ServiceController' => 'getServiceController19Service',
  375.             'DcSiteBundle\\Controller\\ToyotaOdessa\\ServicesController' => 'getServicesController2Service',
  376.             'DcSiteBundle\\Controller\\Toyota\\AboutController' => 'getAboutController18Service',
  377.             'DcSiteBundle\\Controller\\Toyota\\AccessoriesController' => 'getAccessoriesController20Service',
  378.             'DcSiteBundle\\Controller\\Toyota\\BaseController' => 'getBaseController22Service',
  379.             'DcSiteBundle\\Controller\\Toyota\\BasketController' => 'getBasketController20Service',
  380.             'DcSiteBundle\\Controller\\Toyota\\CarController' => 'getCarController22Service',
  381.             'DcSiteBundle\\Controller\\Toyota\\MainController' => 'getMainController22Service',
  382.             'DcSiteBundle\\Controller\\Toyota\\PostController' => 'getPostController6Service',
  383.             'DcSiteBundle\\Controller\\Toyota\\ServiceController' => 'getServiceController20Service',
  384.             'DcSiteBundle\\Controller\\Toyota\\ServicesController' => 'getServicesController3Service',
  385.             'DcSiteBundle\\Controller\\TradeInController' => 'getTradeInControllerService',
  386.             'DcSiteBundle\\Controller\\Unicommerce\\AboutController' => 'getAboutController19Service',
  387.             'DcSiteBundle\\Controller\\Unicommerce\\BaseController' => 'getBaseController23Service',
  388.             'DcSiteBundle\\Controller\\Unicommerce\\CarController' => 'getCarController23Service',
  389.             'DcSiteBundle\\Controller\\Unicommerce\\FinanceController' => 'getFinanceController20Service',
  390.             'DcSiteBundle\\Controller\\Unicommerce\\MainController' => 'getMainController23Service',
  391.             'DcSiteBundle\\Controller\\UsedCarModuleController' => 'getUsedCarModuleControllerService',
  392.             'DcSiteBundle\\Controller\\UsedCarPdfController' => 'getUsedCarPdfControllerService',
  393.             'DcSiteBundle\\Controller\\Volvo\\AboutController' => 'getAboutController20Service',
  394.             'DcSiteBundle\\Controller\\Volvo\\AccessoriesController' => 'getAccessoriesController21Service',
  395.             'DcSiteBundle\\Controller\\Volvo\\BaseController' => 'getBaseController24Service',
  396.             'DcSiteBundle\\Controller\\Volvo\\BasketController' => 'getBasketController21Service',
  397.             'DcSiteBundle\\Controller\\Volvo\\CarController' => 'getCarController24Service',
  398.             'DcSiteBundle\\Controller\\Volvo\\FinanceController' => 'getFinanceController21Service',
  399.             'DcSiteBundle\\Controller\\Volvo\\MainController' => 'getMainController24Service',
  400.             'DcSiteBundle\\Controller\\Volvo\\ServiceController' => 'getServiceController21Service',
  401.             'DcSiteBundle\\Controller\\WaterController' => 'getWaterControllerService',
  402.             'DcSiteBundle\\Controller\\Yamaha\\AboutController' => 'getAboutController21Service',
  403.             'DcSiteBundle\\Controller\\Yamaha\\AccessoriesController' => 'getAccessoriesController22Service',
  404.             'DcSiteBundle\\Controller\\Yamaha\\AjaxController' => 'getAjaxController5Service',
  405.             'DcSiteBundle\\Controller\\Yamaha\\BaseController' => 'getBaseController25Service',
  406.             'DcSiteBundle\\Controller\\Yamaha\\BoatController' => 'getBoatControllerService',
  407.             'DcSiteBundle\\Controller\\Yamaha\\BoatEngineController' => 'getBoatEngineControllerService',
  408.             'DcSiteBundle\\Controller\\Yamaha\\CatalogController' => 'getCatalogController3Service',
  409.             'DcSiteBundle\\Controller\\Yamaha\\GeneratorController' => 'getGeneratorControllerService',
  410.             'DcSiteBundle\\Controller\\Yamaha\\MainController' => 'getMainController25Service',
  411.             'DcSiteBundle\\Controller\\Yamaha\\NonMotorizedBoatController' => 'getNonMotorizedBoatControllerService',
  412.             'DcSiteBundle\\Controller\\Yamaha\\ServiceController' => 'getServiceController22Service',
  413.             'DcSiteBundle\\Controller\\Yamaha\\ServicesController' => 'getServicesController4Service',
  414.             'DcSiteBundle\\Controller\\Yamaha\\StocksController' => 'getStocksController12Service',
  415.             'DcSiteBundle\\Form\\BuyPartsType' => 'getBuyPartsTypeService',
  416.             'DcSiteBundle\\Form\\VacancyType' => 'getVacancyTypeService',
  417.             'DcSiteBundle\\Model\\Pagination' => 'getPaginationService',
  418.             'DcSiteBundle\\Services\\ActionsService' => 'getActionsServiceService',
  419.             'DcSiteBundle\\Services\\CarInStockService' => 'getCarInStockServiceService',
  420.             'DcSiteBundle\\Services\\CarRouteGenerateService' => 'getCarRouteGenerateServiceService',
  421.             'DcSiteBundle\\Services\\CatalogService' => 'getCatalogService2Service',
  422.             'DcSiteBundle\\Services\\MainSliderService' => 'getMainSliderServiceService',
  423.             'DcSiteBundle\\Services\\ModelRange\\Pages\\PagesService' => 'getPagesServiceService',
  424.             'DcSiteBundle\\Services\\NewsService' => 'getNewsServiceService',
  425.             'DcSiteBundle\\Services\\Nissan\\Finance\\FinanceService' => 'getFinanceServiceService',
  426.             'DcSiteBundle\\Services\\RentVehicleService' => 'getRentVehicleServiceService',
  427.             'DcSiteBundle\\Services\\UsedVehicleService' => 'getUsedVehicleServiceService',
  428.             'DcSiteBundle\\Services\\VehicleViewService' => 'getVehicleViewServiceService',
  429.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  430.             'FoundersBundle\\Controller\\BaseController' => 'getBaseController26Service',
  431.             'FoundersBundle\\Controller\\BusinessController' => 'getBusinessControllerService',
  432.             'FoundersBundle\\Controller\\FamilyController' => 'getFamilyControllerService',
  433.             'FoundersBundle\\Controller\\InvestmentController' => 'getInvestmentControllerService',
  434.             'FoundersBundle\\Controller\\MainController' => 'getMainController26Service',
  435.             'FoundersBundle\\Controller\\MediaController' => 'getMediaController2Service',
  436.             'FoundersBundle\\Controller\\SiteMapController' => 'getSiteMapController3Service',
  437.             'InsuranceBundle\\Controller\\AboutController' => 'getAboutController22Service',
  438.             'InsuranceBundle\\Controller\\ActionsNewsController' => 'getActionsNewsControllerService',
  439.             'InsuranceBundle\\Controller\\AuthController' => 'getAuthControllerService',
  440.             'InsuranceBundle\\Controller\\BaseController' => 'getBaseController27Service',
  441.             'InsuranceBundle\\Controller\\BasketController' => 'getBasketController22Service',
  442.             'InsuranceBundle\\Controller\\CabinetController' => 'getCabinetControllerService',
  443.             'InsuranceBundle\\Controller\\ContactsController' => 'getContactsController3Service',
  444.             'InsuranceBundle\\Controller\\FaqController' => 'getFaqControllerService',
  445.             'InsuranceBundle\\Controller\\FormController' => 'getFormController3Service',
  446.             'InsuranceBundle\\Controller\\MainController' => 'getMainController27Service',
  447.             'InsuranceBundle\\Controller\\ProgramsController' => 'getProgramsControllerService',
  448.             'InsuranceBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  449.             'InsuranceBundle\\Controller\\ServiceController' => 'getServiceController23Service',
  450.             'IntegrationBundle\\Controller\\Dealer\\MainController' => 'getMainController28Service',
  451.             'IntegrationBundle\\Controller\\Diia\\MainController' => 'getMainController29Service',
  452.             'LeasingBundle\\Controller\\AboutController' => 'getAboutController23Service',
  453.             'LeasingBundle\\Controller\\BaseController' => 'getBaseController28Service',
  454.             'LeasingBundle\\Controller\\CatalogController' => 'getCatalogController4Service',
  455.             'LeasingBundle\\Controller\\CatalogController1' => 'getCatalogController1Service',
  456.             'LeasingBundle\\Controller\\FinanceController' => 'getFinanceController22Service',
  457.             'LeasingBundle\\Controller\\MainController' => 'getMainController30Service',
  458.             'LeasingBundle\\Controller\\SiteMapController' => 'getSiteMapController4Service',
  459.             'MyBundle\\Controller\\AuthController' => 'getAuthController2Service',
  460.             'MyBundle\\Controller\\BasketController' => 'getBasketController23Service',
  461.             'MyBundle\\Controller\\CalendarController' => 'getCalendarControllerService',
  462.             'MyBundle\\Controller\\ClientPartnerController' => 'getClientPartnerControllerService',
  463.             'MyBundle\\Controller\\GarageController' => 'getGarageControllerService',
  464.             'MyBundle\\Controller\\MainController' => 'getMainController31Service',
  465.             'MyBundle\\Controller\\MyBaseController' => 'getMyBaseControllerService',
  466.             'MyBundle\\Controller\\NightBookingController' => 'getNightBookingControllerService',
  467.             'MyBundle\\Controller\\OnlineActivityController' => 'getOnlineActivityControllerService',
  468.             'MyBundle\\Controller\\OrderController' => 'getOrderControllerService',
  469.             'MyBundle\\Controller\\PayResultController' => 'getPayResultControllerService',
  470.             'MyBundle\\Controller\\ProfileCalculatorEmployeeController' => 'getProfileCalculatorEmployeeControllerService',
  471.             'MyBundle\\Controller\\ProfileController' => 'getProfileControllerService',
  472.             'MyBundle\\Controller\\StocksController' => 'getStocksController13Service',
  473.             'MyBundle\\Messages' => 'getMessagesService',
  474.             'PortalBundle\\Controller\\AboutController' => 'getAboutController24Service',
  475.             'PortalBundle\\Controller\\AjaxController' => 'getAjaxController6Service',
  476.             'PortalBundle\\Controller\\BaseController' => 'getBaseController29Service',
  477.             'PortalBundle\\Controller\\CarController' => 'getCarController25Service',
  478.             'PortalBundle\\Controller\\CatalogController' => 'getCatalogController5Service',
  479.             'PortalBundle\\Controller\\ComparisonController' => 'getComparisonController2Service',
  480.             'PortalBundle\\Controller\\ContactsController' => 'getContactsController4Service',
  481.             'PortalBundle\\Controller\\CrmActionController' => 'getCrmActionControllerService',
  482.             'PortalBundle\\Controller\\DepartmentController' => 'getDepartmentControllerService',
  483.             'PortalBundle\\Controller\\FeaturedController' => 'getFeaturedControllerService',
  484.             'PortalBundle\\Controller\\FinanceController' => 'getFinanceController23Service',
  485.             'PortalBundle\\Controller\\FoundersController' => 'getFoundersControllerService',
  486.             'PortalBundle\\Controller\\LandingController' => 'getLandingControllerService',
  487.             'PortalBundle\\Controller\\LinkMinifyController' => 'getLinkMinifyControllerService',
  488.             'PortalBundle\\Controller\\MainController' => 'getMainController32Service',
  489.             'PortalBundle\\Controller\\PostController' => 'getPostController7Service',
  490.             'PortalBundle\\Controller\\ProgramsController' => 'getProgramsController2Service',
  491.             'PortalBundle\\Controller\\ReviewsController' => 'getReviewsControllerService',
  492.             'PortalBundle\\Controller\\SaleController' => 'getSaleController2Service',
  493.             'PortalBundle\\Controller\\SearchController' => 'getSearchControllerService',
  494.             'PortalBundle\\Controller\\ServiceController' => 'getServiceController24Service',
  495.             'PortalBundle\\Controller\\ServiceWorkWidgetController' => 'getServiceWorkWidgetControllerService',
  496.             'PortalBundle\\Controller\\SiteMapController' => 'getSiteMapController5Service',
  497.             'PortalBundle\\Controller\\StockController' => 'getStockControllerService',
  498.             'PortalBundle\\Controller\\TestDriveController' => 'getTestDriveController2Service',
  499.             'PortalBundle\\Controller\\UnicomersController' => 'getUnicomersControllerService',
  500.             'PortalBundle\\Model\\Catalog' => 'getCatalogService',
  501.             'PortalBundle\\Model\\SeoMetaTag' => 'getSeoMetaTagService',
  502.             'PortalBundle\\Services\\DepartmentService' => 'getDepartmentServiceService',
  503.             'PortalBundle\\Services\\MainService' => 'getMainService2Service',
  504.             'PortalBundle\\Services\\OfferedVehicle' => 'getOfferedVehicleService',
  505.             'PortalBundle\\Services\\VehicleFilterService' => 'getVehicleFilterServiceService',
  506.             'PortalBundle\\Services\\VehicleService' => 'getVehicleServiceService',
  507.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectController2Service',
  508.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  509.             'admin.brand' => 'getAdmin_BrandService',
  510.             'admin.brand.template_registry' => 'getAdmin_Brand_TemplateRegistryService',
  511.             'admin.car.accessories' => 'getAdmin_Car_AccessoriesService',
  512.             'admin.car.accessories.template_registry' => 'getAdmin_Car_Accessories_TemplateRegistryService',
  513.             'admin.car.accessories_group' => 'getAdmin_Car_AccessoriesGroupService',
  514.             'admin.car.accessories_group.template_registry' => 'getAdmin_Car_AccessoriesGroup_TemplateRegistryService',
  515.             'admin.client' => 'getAdmin_ClientService',
  516.             'admin.client.template_registry' => 'getAdmin_Client_TemplateRegistryService',
  517.             'admin.core.car_group' => 'getAdmin_Core_CarGroupService',
  518.             'admin.core.car_group.template_registry' => 'getAdmin_Core_CarGroup_TemplateRegistryService',
  519.             'admin.core.corp_sales' => 'getAdmin_Core_CorpSalesService',
  520.             'admin.core.corp_sales.template_registry' => 'getAdmin_Core_CorpSales_TemplateRegistryService',
  521.             'admin.core.department' => 'getAdmin_Core_DepartmentService',
  522.             'admin.core.department.template_registry' => 'getAdmin_Core_Department_TemplateRegistryService',
  523.             'admin.core.post_content' => 'getAdmin_Core_PostContentService',
  524.             'admin.core.post_content.template_registry' => 'getAdmin_Core_PostContent_TemplateRegistryService',
  525.             'admin.core.vacancy_content' => 'getAdmin_Core_VacancyContentService',
  526.             'admin.core.vacancy_content.template_registry' => 'getAdmin_Core_VacancyContent_TemplateRegistryService',
  527.             'admin.core.worker' => 'getAdmin_Core_WorkerService',
  528.             'admin.core.worker.template_registry' => 'getAdmin_Core_Worker_TemplateRegistryService',
  529.             'admin.credit.programm' => 'getAdmin_Credit_ProgrammService',
  530.             'admin.credit.programm.template_registry' => 'getAdmin_Credit_Programm_TemplateRegistryService',
  531.             'admin.critical_log' => 'getAdmin_CriticalLogService',
  532.             'admin.critical_log.template_registry' => 'getAdmin_CriticalLog_TemplateRegistryService',
  533.             'admin.dc.accessories' => 'getAdmin_Dc_AccessoriesService',
  534.             'admin.dc.accessories.template_registry' => 'getAdmin_Dc_Accessories_TemplateRegistryService',
  535.             'admin.dc.accessories_category' => 'getAdmin_Dc_AccessoriesCategoryService',
  536.             'admin.dc.accessories_category.template_registry' => 'getAdmin_Dc_AccessoriesCategory_TemplateRegistryService',
  537.             'admin.dc.accessories_category_content' => 'getAdmin_Dc_AccessoriesCategoryContentService',
  538.             'admin.dc.accessories_category_content.template_registry' => 'getAdmin_Dc_AccessoriesCategoryContent_TemplateRegistryService',
  539.             'admin.dc.accessories_content' => 'getAdmin_Dc_AccessoriesContentService',
  540.             'admin.dc.accessories_content.template_registry' => 'getAdmin_Dc_AccessoriesContent_TemplateRegistryService',
  541.             'admin.dc.actions.post' => 'getAdmin_Dc_Actions_PostService',
  542.             'admin.dc.actions.post.template_registry' => 'getAdmin_Dc_Actions_Post_TemplateRegistryService',
  543.             'admin.dc.all_leads' => 'getAdmin_Dc_AllLeadsService',
  544.             'admin.dc.all_leads.template_registry' => 'getAdmin_Dc_AllLeads_TemplateRegistryService',
  545.             'admin.dc.body_repair_certificate' => 'getAdmin_Dc_BodyRepairCertificateService',
  546.             'admin.dc.body_repair_certificate.template_registry' => 'getAdmin_Dc_BodyRepairCertificate_TemplateRegistryService',
  547.             'admin.dc.client_partner' => 'getAdmin_Dc_ClientPartnerService',
  548.             'admin.dc.client_partner.template_registry' => 'getAdmin_Dc_ClientPartner_TemplateRegistryService',
  549.             'admin.dc.configurator_offer' => 'getAdmin_Dc_ConfiguratorOfferService',
  550.             'admin.dc.configurator_offer.template_registry' => 'getAdmin_Dc_ConfiguratorOffer_TemplateRegistryService',
  551.             'admin.dc.events' => 'getAdmin_Dc_EventsService',
  552.             'admin.dc.events.template_registry' => 'getAdmin_Dc_Events_TemplateRegistryService',
  553.             'admin.dc.faq' => 'getAdmin_Dc_FaqService',
  554.             'admin.dc.faq.template_registry' => 'getAdmin_Dc_Faq_TemplateRegistryService',
  555.             'admin.dc.generator' => 'getAdmin_Dc_GeneratorService',
  556.             'admin.dc.generator.template_registry' => 'getAdmin_Dc_Generator_TemplateRegistryService',
  557.             'admin.dc.news.post' => 'getAdmin_Dc_News_PostService',
  558.             'admin.dc.news.post.template_registry' => 'getAdmin_Dc_News_Post_TemplateRegistryService',
  559.             'admin.dc.page_content' => 'getAdmin_Dc_PageContentService',
  560.             'admin.dc.page_content.template_registry' => 'getAdmin_Dc_PageContent_TemplateRegistryService',
  561.             'admin.dc.pages' => 'getAdmin_Dc_PagesService',
  562.             'admin.dc.pages.template_registry' => 'getAdmin_Dc_Pages_TemplateRegistryService',
  563.             'admin.dc.replacement_car_condition' => 'getAdmin_Dc_ReplacementCarConditionService',
  564.             'admin.dc.replacement_car_condition.template_registry' => 'getAdmin_Dc_ReplacementCarCondition_TemplateRegistryService',
  565.             'admin.dc.resume' => 'getAdmin_Dc_ResumeService',
  566.             'admin.dc.resume.template_registry' => 'getAdmin_Dc_Resume_TemplateRegistryService',
  567.             'admin.dc.sales_contract' => 'getAdmin_Dc_SalesContractService',
  568.             'admin.dc.sales_contract.template_registry' => 'getAdmin_Dc_SalesContract_TemplateRegistryService',
  569.             'admin.dc.slider' => 'getAdmin_Dc_SliderService',
  570.             'admin.dc.slider.template_registry' => 'getAdmin_Dc_Slider_TemplateRegistryService',
  571.             'admin.dc.special_offers' => 'getAdmin_Dc_SpecialOffersService',
  572.             'admin.dc.special_offers.template_registry' => 'getAdmin_Dc_SpecialOffers_TemplateRegistryService',
  573.             'admin.dc.special_offers_content' => 'getAdmin_Dc_SpecialOffersContentService',
  574.             'admin.dc.special_offers_content.template_registry' => 'getAdmin_Dc_SpecialOffersContent_TemplateRegistryService',
  575.             'admin.dc.terms_maintenance' => 'getAdmin_Dc_TermsMaintenanceService',
  576.             'admin.dc.terms_maintenance.template_registry' => 'getAdmin_Dc_TermsMaintenance_TemplateRegistryService',
  577.             'admin.dc.test_drive' => 'getAdmin_Dc_TestDriveService',
  578.             'admin.dc.test_drive.routes' => 'getAdmin_Dc_TestDrive_RoutesService',
  579.             'admin.dc.test_drive.routes.template_registry' => 'getAdmin_Dc_TestDrive_Routes_TemplateRegistryService',
  580.             'admin.dc.test_drive.template_registry' => 'getAdmin_Dc_TestDrive_TemplateRegistryService',
  581.             'admin.dc.tour_route_content' => 'getAdmin_Dc_TourRouteContentService',
  582.             'admin.dc.tour_route_content.template_registry' => 'getAdmin_Dc_TourRouteContent_TemplateRegistryService',
  583.             'admin.dc.tour_route_params' => 'getAdmin_Dc_TourRouteParamsService',
  584.             'admin.dc.tour_route_params.template_registry' => 'getAdmin_Dc_TourRouteParams_TemplateRegistryService',
  585.             'admin.dc.tour_routes' => 'getAdmin_Dc_TourRoutesService',
  586.             'admin.dc.tour_routes.template_registry' => 'getAdmin_Dc_TourRoutes_TemplateRegistryService',
  587.             'admin.dc.vacancy' => 'getAdmin_Dc_VacancyService',
  588.             'admin.dc.vacancy.template_registry' => 'getAdmin_Dc_Vacancy_TemplateRegistryService',
  589.             'admin.dealer' => 'getAdmin_DealerService',
  590.             'admin.dealer.template_registry' => 'getAdmin_Dealer_TemplateRegistryService',
  591.             'admin.document_branch' => 'getAdmin_DocumentBranchService',
  592.             'admin.document_branch.template_registry' => 'getAdmin_DocumentBranch_TemplateRegistryService',
  593.             'admin.document_dealer' => 'getAdmin_DocumentDealerService',
  594.             'admin.document_dealer.template_registry' => 'getAdmin_DocumentDealer_TemplateRegistryService',
  595.             'admin.estimate_odds' => 'getAdmin_EstimateOddsService',
  596.             'admin.estimate_odds.template_registry' => 'getAdmin_EstimateOdds_TemplateRegistryService',
  597.             'admin.founder.biography' => 'getAdmin_Founder_BiographyService',
  598.             'admin.founder.biography.template_registry' => 'getAdmin_Founder_Biography_TemplateRegistryService',
  599.             'admin.founder.category_social_investments' => 'getAdmin_Founder_CategorySocialInvestmentsService',
  600.             'admin.founder.category_social_investments.template_registry' => 'getAdmin_Founder_CategorySocialInvestments_TemplateRegistryService',
  601.             'admin.founder.galleryPhoto' => 'getAdmin_Founder_GalleryPhotoService',
  602.             'admin.founder.galleryPhoto.template_registry' => 'getAdmin_Founder_GalleryPhoto_TemplateRegistryService',
  603.             'admin.founder.galleryVideo' => 'getAdmin_Founder_GalleryVideoService',
  604.             'admin.founder.galleryVideo.template_registry' => 'getAdmin_Founder_GalleryVideo_TemplateRegistryService',
  605.             'admin.founder.news' => 'getAdmin_Founder_NewsService',
  606.             'admin.founder.news.template_registry' => 'getAdmin_Founder_News_TemplateRegistryService',
  607.             'admin.founder.publication' => 'getAdmin_Founder_PublicationService',
  608.             'admin.founder.publication.template_registry' => 'getAdmin_Founder_Publication_TemplateRegistryService',
  609.             'admin.founder.social_investments' => 'getAdmin_Founder_SocialInvestmentsService',
  610.             'admin.founder.social_investments.template_registry' => 'getAdmin_Founder_SocialInvestments_TemplateRegistryService',
  611.             'admin.founder.solemn_event' => 'getAdmin_Founder_SolemnEventService',
  612.             'admin.founder.solemn_event.template_registry' => 'getAdmin_Founder_SolemnEvent_TemplateRegistryService',
  613.             'admin.inner_mail' => 'getAdmin_InnerMailService',
  614.             'admin.inner_mail.template_registry' => 'getAdmin_InnerMail_TemplateRegistryService',
  615.             'admin.insurance.actions.post' => 'getAdmin_Insurance_Actions_PostService',
  616.             'admin.insurance.actions.post.template_registry' => 'getAdmin_Insurance_Actions_Post_TemplateRegistryService',
  617.             'admin.insurance.case' => 'getAdmin_Insurance_CaseService',
  618.             'admin.insurance.case.template_registry' => 'getAdmin_Insurance_Case_TemplateRegistryService',
  619.             'admin.insurance.case_document' => 'getAdmin_Insurance_CaseDocumentService',
  620.             'admin.insurance.case_document.template_registry' => 'getAdmin_Insurance_CaseDocument_TemplateRegistryService',
  621.             'admin.insurance.faq' => 'getAdmin_Insurance_FaqService',
  622.             'admin.insurance.faq.template_registry' => 'getAdmin_Insurance_Faq_TemplateRegistryService',
  623.             'admin.insurance.information_document' => 'getAdmin_Insurance_InformationDocumentService',
  624.             'admin.insurance.information_document.template_registry' => 'getAdmin_Insurance_InformationDocument_TemplateRegistryService',
  625.             'admin.insurance.information_document_category' => 'getAdmin_Insurance_InformationDocumentCategoryService',
  626.             'admin.insurance.information_document_category.template_registry' => 'getAdmin_Insurance_InformationDocumentCategory_TemplateRegistryService',
  627.             'admin.insurance.information_document_category_content' => 'getAdmin_Insurance_InformationDocumentCategoryContentService',
  628.             'admin.insurance.information_document_category_content.template_registry' => 'getAdmin_Insurance_InformationDocumentCategoryContent_TemplateRegistryService',
  629.             'admin.insurance.insurance_condition' => 'getAdmin_Insurance_InsuranceConditionService',
  630.             'admin.insurance.insurance_condition.template_registry' => 'getAdmin_Insurance_InsuranceCondition_TemplateRegistryService',
  631.             'admin.insurance.insurance_condition_category' => 'getAdmin_Insurance_InsuranceConditionCategoryService',
  632.             'admin.insurance.insurance_condition_category.template_registry' => 'getAdmin_Insurance_InsuranceConditionCategory_TemplateRegistryService',
  633.             'admin.insurance.insurance_condition_category_content' => 'getAdmin_Insurance_InsuranceConditionCategoryContentService',
  634.             'admin.insurance.insurance_condition_category_content.template_registry' => 'getAdmin_Insurance_InsuranceConditionCategoryContent_TemplateRegistryService',
  635.             'admin.insurance.mediation_service' => 'getAdmin_Insurance_MediationServiceService',
  636.             'admin.insurance.mediation_service.template_registry' => 'getAdmin_Insurance_MediationService_TemplateRegistryService',
  637.             'admin.insurance.mediation_service_mediator' => 'getAdmin_Insurance_MediationServiceMediatorService',
  638.             'admin.insurance.mediation_service_mediator.template_registry' => 'getAdmin_Insurance_MediationServiceMediator_TemplateRegistryService',
  639.             'admin.insurance.mediator_product' => 'getAdmin_Insurance_MediatorProductService',
  640.             'admin.insurance.mediator_product.template_registry' => 'getAdmin_Insurance_MediatorProduct_TemplateRegistryService',
  641.             'admin.insurance.news.post' => 'getAdmin_Insurance_News_PostService',
  642.             'admin.insurance.news.post.template_registry' => 'getAdmin_Insurance_News_Post_TemplateRegistryService',
  643.             'admin.insurance.payouts' => 'getAdmin_Insurance_PayoutsService',
  644.             'admin.insurance.payouts.template_registry' => 'getAdmin_Insurance_Payouts_TemplateRegistryService',
  645.             'admin.insurance.prorgamm.template_registry' => 'getAdmin_Insurance_Prorgamm_TemplateRegistryService',
  646.             'admin.insurance.review' => 'getAdmin_Insurance_ReviewService',
  647.             'admin.insurance.review.template_registry' => 'getAdmin_Insurance_Review_TemplateRegistryService',
  648.             'admin.log' => 'getAdmin_LogService',
  649.             'admin.log.template_registry' => 'getAdmin_Log_TemplateRegistryService',
  650.             'admin.logs' => 'getAdmin_LogsService',
  651.             'admin.logs.template_registry' => 'getAdmin_Logs_TemplateRegistryService',
  652.             'admin.modelRange.pages' => 'getAdmin_ModelRange_PagesService',
  653.             'admin.modelRange.pages.template_registry' => 'getAdmin_ModelRange_Pages_TemplateRegistryService',
  654.             'admin.order' => 'getAdmin_OrderService',
  655.             'admin.order.template_registry' => 'getAdmin_Order_TemplateRegistryService',
  656.             'admin.post_log' => 'getAdmin_PostLogService',
  657.             'admin.post_log.template_registry' => 'getAdmin_PostLog_TemplateRegistryService',
  658.             'admin.report' => 'getAdmin_ReportService',
  659.             'admin.report.template_registry' => 'getAdmin_Report_TemplateRegistryService',
  660.             'admin.seo' => 'getAdmin_SeoService',
  661.             'admin.seo.template_registry' => 'getAdmin_Seo_TemplateRegistryService',
  662.             'admin.service.body_repair_category' => 'getAdmin_Service_BodyRepairCategoryService',
  663.             'admin.service.body_repair_category.template_registry' => 'getAdmin_Service_BodyRepairCategory_TemplateRegistryService',
  664.             'admin.service.body_repair_category_content' => 'getAdmin_Service_BodyRepairCategoryContentService',
  665.             'admin.service.body_repair_category_content.template_registry' => 'getAdmin_Service_BodyRepairCategoryContent_TemplateRegistryService',
  666.             'admin.service.job' => 'getAdmin_Service_JobService',
  667.             'admin.service.job.template_registry' => 'getAdmin_Service_Job_TemplateRegistryService',
  668.             'admin.service.part' => 'getAdmin_Service_PartService',
  669.             'admin.service.part.template_registry' => 'getAdmin_Service_Part_TemplateRegistryService',
  670.             'admin.service.service_page_category' => 'getAdmin_Service_ServicePageCategoryService',
  671.             'admin.service.service_page_category.template_registry' => 'getAdmin_Service_ServicePageCategory_TemplateRegistryService',
  672.             'admin.service.service_page_category_content' => 'getAdmin_Service_ServicePageCategoryContentService',
  673.             'admin.service.service_page_category_content.template_registry' => 'getAdmin_Service_ServicePageCategoryContent_TemplateRegistryService',
  674.             'admin.service.service_page_content' => 'getAdmin_Service_ServicePageContentService',
  675.             'admin.service.service_page_content.template_registry' => 'getAdmin_Service_ServicePageContent_TemplateRegistryService',
  676.             'admin.service.servise_page' => 'getAdmin_Service_ServisePageService',
  677.             'admin.service.servise_page.template_registry' => 'getAdmin_Service_ServisePage_TemplateRegistryService',
  678.             'admin.service.to_regulation_job' => 'getAdmin_Service_ToRegulationJobService',
  679.             'admin.service.to_regulation_job.template_registry' => 'getAdmin_Service_ToRegulationJob_TemplateRegistryService',
  680.             'admin.service.to_regulation_part' => 'getAdmin_Service_ToRegulationPartService',
  681.             'admin.service.to_regulation_part.template_registry' => 'getAdmin_Service_ToRegulationPart_TemplateRegistryService',
  682.             'admin.service.to_regulations' => 'getAdmin_Service_ToRegulationsService',
  683.             'admin.service.to_regulations.template_registry' => 'getAdmin_Service_ToRegulations_TemplateRegistryService',
  684.             'admin.shop.goods' => 'getAdmin_Shop_GoodsService',
  685.             'admin.shop.goods.template_registry' => 'getAdmin_Shop_Goods_TemplateRegistryService',
  686.             'admin.shop.goods_content' => 'getAdmin_Shop_GoodsContentService',
  687.             'admin.shop.goods_content.template_registry' => 'getAdmin_Shop_GoodsContent_TemplateRegistryService',
  688.             'admin.shop.group' => 'getAdmin_Shop_GroupService',
  689.             'admin.shop.group.template_registry' => 'getAdmin_Shop_Group_TemplateRegistryService',
  690.             'admin.sub.about_company' => 'getAdmin_Sub_AboutCompanyService',
  691.             'admin.sub.about_company.template_registry' => 'getAdmin_Sub_AboutCompany_TemplateRegistryService',
  692.             'admin.sub.accessories' => 'getAdmin_Sub_AccessoriesService',
  693.             'admin.sub.accessories.template_registry' => 'getAdmin_Sub_Accessories_TemplateRegistryService',
  694.             'admin.sub.accessories_group' => 'getAdmin_Sub_AccessoriesGroupService',
  695.             'admin.sub.accessories_group.template_registry' => 'getAdmin_Sub_AccessoriesGroup_TemplateRegistryService',
  696.             'admin.sub.actions.post' => 'getAdmin_Sub_Actions_PostService',
  697.             'admin.sub.actions.post.template_registry' => 'getAdmin_Sub_Actions_Post_TemplateRegistryService',
  698.             'admin.sub.contact' => 'getAdmin_Sub_ContactService',
  699.             'admin.sub.contact.template_registry' => 'getAdmin_Sub_Contact_TemplateRegistryService',
  700.             'admin.sub.department' => 'getAdmin_Sub_DepartmentService',
  701.             'admin.sub.department.template_registry' => 'getAdmin_Sub_Department_TemplateRegistryService',
  702.             'admin.sub.inner_mail' => 'getAdmin_Sub_InnerMailService',
  703.             'admin.sub.inner_mail.template_registry' => 'getAdmin_Sub_InnerMail_TemplateRegistryService',
  704.             'admin.sub.news.post' => 'getAdmin_Sub_News_PostService',
  705.             'admin.sub.news.post.template_registry' => 'getAdmin_Sub_News_Post_TemplateRegistryService',
  706.             'admin.sub.page_content' => 'getAdmin_Sub_PageContentService',
  707.             'admin.sub.page_content.template_registry' => 'getAdmin_Sub_PageContent_TemplateRegistryService',
  708.             'admin.sub.pages_services' => 'getAdmin_Sub_PagesServicesService',
  709.             'admin.sub.pages_services.template_registry' => 'getAdmin_Sub_PagesServices_TemplateRegistryService',
  710.             'admin.sub.post_content' => 'getAdmin_Sub_PostContentService',
  711.             'admin.sub.post_content.template_registry' => 'getAdmin_Sub_PostContent_TemplateRegistryService',
  712.             'admin.sub.seo' => 'getAdmin_Sub_SeoService',
  713.             'admin.sub.seo.template_registry' => 'getAdmin_Sub_Seo_TemplateRegistryService',
  714.             'admin.sub.slider' => 'getAdmin_Sub_SliderService',
  715.             'admin.sub.slider.template_registry' => 'getAdmin_Sub_Slider_TemplateRegistryService',
  716.             'admin.sub.test_drive' => 'getAdmin_Sub_TestDriveService',
  717.             'admin.sub.test_drive.template_registry' => 'getAdmin_Sub_TestDrive_TemplateRegistryService',
  718.             'admin.sub.vacancy' => 'getAdmin_Sub_VacancyService',
  719.             'admin.sub.vacancy.template_registry' => 'getAdmin_Sub_Vacancy_TemplateRegistryService',
  720.             'admin.sub.vacancy_content' => 'getAdmin_Sub_VacancyContentService',
  721.             'admin.sub.vacancy_content.template_registry' => 'getAdmin_Sub_VacancyContent_TemplateRegistryService',
  722.             'admin.sub.vehicle_accessories' => 'getAdmin_Sub_VehicleAccessoriesService',
  723.             'admin.sub.vehicle_accessories.template_registry' => 'getAdmin_Sub_VehicleAccessories_TemplateRegistryService',
  724.             'admin.sub.vehicles.content' => 'getAdmin_Sub_Vehicles_ContentService',
  725.             'admin.sub.vehicles.content.template_registry' => 'getAdmin_Sub_Vehicles_Content_TemplateRegistryService',
  726.             'admin.sub.vehicles.moto_used' => 'getAdmin_Sub_Vehicles_MotoUsedService',
  727.             'admin.sub.vehicles.moto_used.template_registry' => 'getAdmin_Sub_Vehicles_MotoUsed_TemplateRegistryService',
  728.             'admin.sub.vehicles.moto_variation' => 'getAdmin_Sub_Vehicles_MotoVariationService',
  729.             'admin.sub.vehicles.moto_variation.template_registry' => 'getAdmin_Sub_Vehicles_MotoVariation_TemplateRegistryService',
  730.             'admin.sub.vehicles.variation_characteristic' => 'getAdmin_Sub_Vehicles_VariationCharacteristicService',
  731.             'admin.sub.vehicles.variation_characteristic.template_registry' => 'getAdmin_Sub_Vehicles_VariationCharacteristic_TemplateRegistryService',
  732.             'admin.sub.worker' => 'getAdmin_Sub_WorkerService',
  733.             'admin.sub.worker.template_registry' => 'getAdmin_Sub_Worker_TemplateRegistryService',
  734.             'admin.sync_info' => 'getAdmin_SyncInfoService',
  735.             'admin.sync_info.template_registry' => 'getAdmin_SyncInfo_TemplateRegistryService',
  736.             'admin.task' => 'getAdmin_TaskService',
  737.             'admin.task.template_registry' => 'getAdmin_Task_TemplateRegistryService',
  738.             'admin.ticket' => 'getAdmin_TicketService',
  739.             'admin.ticket-dashboard' => 'getAdmin_TicketdashboardService',
  740.             'admin.ticket-dashboard.template_registry' => 'getAdmin_Ticketdashboard_TemplateRegistryService',
  741.             'admin.ticket-planer' => 'getAdmin_TicketplanerService',
  742.             'admin.ticket-planer.template_registry' => 'getAdmin_Ticketplaner_TemplateRegistryService',
  743.             'admin.ticket-report' => 'getAdmin_TicketreportService',
  744.             'admin.ticket-report.template_registry' => 'getAdmin_Ticketreport_TemplateRegistryService',
  745.             'admin.ticket.template_registry' => 'getAdmin_Ticket_TemplateRegistryService',
  746.             'admin.txn' => 'getAdmin_TxnService',
  747.             'admin.txn.template_registry' => 'getAdmin_Txn_TemplateRegistryService',
  748.             'admin.user' => 'getAdmin_UserService',
  749.             'admin.user.template_registry' => 'getAdmin_User_TemplateRegistryService',
  750.             'admin.vehicle_auto_ria_option.template_registry' => 'getAdmin_VehicleAutoRiaOption_TemplateRegistryService',
  751.             'admin.vehicles.autoria_options' => 'getAdmin_Vehicles_AutoriaOptionsService',
  752.             'admin.vehicles.autoria_options.template_registry' => 'getAdmin_Vehicles_AutoriaOptions_TemplateRegistryService',
  753.             'admin.vehicles.bus_in_stock' => 'getAdmin_Vehicles_BusInStockService',
  754.             'admin.vehicles.bus_in_stock.template_registry' => 'getAdmin_Vehicles_BusInStock_TemplateRegistryService',
  755.             'admin.vehicles.bus_specification' => 'getAdmin_Vehicles_BusSpecificationService',
  756.             'admin.vehicles.bus_specification.template_registry' => 'getAdmin_Vehicles_BusSpecification_TemplateRegistryService',
  757.             'admin.vehicles.bus_variation' => 'getAdmin_Vehicles_BusVariationService',
  758.             'admin.vehicles.bus_variation.template_registry' => 'getAdmin_Vehicles_BusVariation_TemplateRegistryService',
  759.             'admin.vehicles.bus_vehicle' => 'getAdmin_Vehicles_BusVehicleService',
  760.             'admin.vehicles.bus_vehicle.template_registry' => 'getAdmin_Vehicles_BusVehicle_TemplateRegistryService',
  761.             'admin.vehicles.category' => 'getAdmin_Vehicles_CategoryService',
  762.             'admin.vehicles.category.template_registry' => 'getAdmin_Vehicles_Category_TemplateRegistryService',
  763.             'admin.vehicles.content' => 'getAdmin_Vehicles_ContentService',
  764.             'admin.vehicles.content.template_registry' => 'getAdmin_Vehicles_Content_TemplateRegistryService',
  765.             'admin.vehicles.direction_of_production' => 'getAdmin_Vehicles_DirectionOfProductionService',
  766.             'admin.vehicles.direction_of_production.template_registry' => 'getAdmin_Vehicles_DirectionOfProduction_TemplateRegistryService',
  767.             'admin.vehicles.engine' => 'getAdmin_Vehicles_EngineService',
  768.             'admin.vehicles.engine.template_registry' => 'getAdmin_Vehicles_Engine_TemplateRegistryService',
  769.             'admin.vehicles.equipment' => 'getAdmin_Vehicles_EquipmentService',
  770.             'admin.vehicles.equipment.template_registry' => 'getAdmin_Vehicles_Equipment_TemplateRegistryService',
  771.             'admin.vehicles.equipment_iption' => 'getAdmin_Vehicles_EquipmentIptionService',
  772.             'admin.vehicles.equipment_iption.template_registry' => 'getAdmin_Vehicles_EquipmentIption_TemplateRegistryService',
  773.             'admin.vehicles.faq_content' => 'getAdmin_Vehicles_FaqContentService',
  774.             'admin.vehicles.faq_content.template_registry' => 'getAdmin_Vehicles_FaqContent_TemplateRegistryService',
  775.             'admin.vehicles.faqs' => 'getAdmin_Vehicles_FaqsService',
  776.             'admin.vehicles.faqs.template_registry' => 'getAdmin_Vehicles_Faqs_TemplateRegistryService',
  777.             'admin.vehicles.features' => 'getAdmin_Vehicles_FeaturesService',
  778.             'admin.vehicles.features.group' => 'getAdmin_Vehicles_Features_GroupService',
  779.             'admin.vehicles.features.group.template_registry' => 'getAdmin_Vehicles_Features_Group_TemplateRegistryService',
  780.             'admin.vehicles.features.template_registry' => 'getAdmin_Vehicles_Features_TemplateRegistryService',
  781.             'admin.vehicles.features_content' => 'getAdmin_Vehicles_FeaturesContentService',
  782.             'admin.vehicles.features_content.template_registry' => 'getAdmin_Vehicles_FeaturesContent_TemplateRegistryService',
  783.             'admin.vehicles.file' => 'getAdmin_Vehicles_FileService',
  784.             'admin.vehicles.file.template_registry' => 'getAdmin_Vehicles_File_TemplateRegistryService',
  785.             'admin.vehicles.fraight_in_stock' => 'getAdmin_Vehicles_FraightInStockService',
  786.             'admin.vehicles.fraight_in_stock.template_registry' => 'getAdmin_Vehicles_FraightInStock_TemplateRegistryService',
  787.             'admin.vehicles.fraight_specification' => 'getAdmin_Vehicles_FraightSpecificationService',
  788.             'admin.vehicles.fraight_specification.template_registry' => 'getAdmin_Vehicles_FraightSpecification_TemplateRegistryService',
  789.             'admin.vehicles.fraight_variation' => 'getAdmin_Vehicles_FraightVariationService',
  790.             'admin.vehicles.fraight_variation.template_registry' => 'getAdmin_Vehicles_FraightVariation_TemplateRegistryService',
  791.             'admin.vehicles.fraight_vehicle' => 'getAdmin_Vehicles_FraightVehicleService',
  792.             'admin.vehicles.fraight_vehicle.template_registry' => 'getAdmin_Vehicles_FraightVehicle_TemplateRegistryService',
  793.             'admin.vehicles.group' => 'getAdmin_Vehicles_GroupService',
  794.             'admin.vehicles.group.template_registry' => 'getAdmin_Vehicles_Group_TemplateRegistryService',
  795.             'admin.vehicles.in_stock_content' => 'getAdmin_Vehicles_InStockContentService',
  796.             'admin.vehicles.in_stock_content.template_registry' => 'getAdmin_Vehicles_InStockContent_TemplateRegistryService',
  797.             'admin.vehicles.in_stock_part' => 'getAdmin_Vehicles_InStockPartService',
  798.             'admin.vehicles.in_stock_part.template_registry' => 'getAdmin_Vehicles_InStockPart_TemplateRegistryService',
  799.             'admin.vehicles.markdown' => 'getAdmin_Vehicles_MarkdownService',
  800.             'admin.vehicles.markdown.template_registry' => 'getAdmin_Vehicles_Markdown_TemplateRegistryService',
  801.             'admin.vehicles.model' => 'getAdmin_Vehicles_ModelService',
  802.             'admin.vehicles.model.template_registry' => 'getAdmin_Vehicles_Model_TemplateRegistryService',
  803.             'admin.vehicles.moto_in_stock' => 'getAdmin_Vehicles_MotoInStockService',
  804.             'admin.vehicles.moto_in_stock.template_registry' => 'getAdmin_Vehicles_MotoInStock_TemplateRegistryService',
  805.             'admin.vehicles.moto_rent' => 'getAdmin_Vehicles_MotoRentService',
  806.             'admin.vehicles.moto_rent.template_registry' => 'getAdmin_Vehicles_MotoRent_TemplateRegistryService',
  807.             'admin.vehicles.moto_used' => 'getAdmin_Vehicles_MotoUsedService',
  808.             'admin.vehicles.moto_used.template_registry' => 'getAdmin_Vehicles_MotoUsed_TemplateRegistryService',
  809.             'admin.vehicles.moto_variation' => 'getAdmin_Vehicles_MotoVariationService',
  810.             'admin.vehicles.moto_variation.template_registry' => 'getAdmin_Vehicles_MotoVariation_TemplateRegistryService',
  811.             'admin.vehicles.moto_vehicle' => 'getAdmin_Vehicles_MotoVehicleService',
  812.             'admin.vehicles.moto_vehicle.template_registry' => 'getAdmin_Vehicles_MotoVehicle_TemplateRegistryService',
  813.             'admin.vehicles.passenger_in_stock' => 'getAdmin_Vehicles_PassengerInStockService',
  814.             'admin.vehicles.passenger_in_stock.template_registry' => 'getAdmin_Vehicles_PassengerInStock_TemplateRegistryService',
  815.             'admin.vehicles.passenger_in_stock_special' => 'getAdmin_Vehicles_PassengerInStockSpecialService',
  816.             'admin.vehicles.passenger_in_stock_special.template_registry' => 'getAdmin_Vehicles_PassengerInStockSpecial_TemplateRegistryService',
  817.             'admin.vehicles.passenger_rent' => 'getAdmin_Vehicles_PassengerRentService',
  818.             'admin.vehicles.passenger_rent.template_registry' => 'getAdmin_Vehicles_PassengerRent_TemplateRegistryService',
  819.             'admin.vehicles.passenger_used' => 'getAdmin_Vehicles_PassengerUsedService',
  820.             'admin.vehicles.passenger_used.template_registry' => 'getAdmin_Vehicles_PassengerUsed_TemplateRegistryService',
  821.             'admin.vehicles.passenger_variation' => 'getAdmin_Vehicles_PassengerVariationService',
  822.             'admin.vehicles.passenger_variation.template_registry' => 'getAdmin_Vehicles_PassengerVariation_TemplateRegistryService',
  823.             'admin.vehicles.passenger_vehicle' => 'getAdmin_Vehicles_PassengerVehicleService',
  824.             'admin.vehicles.passenger_vehicle.template_registry' => 'getAdmin_Vehicles_PassengerVehicle_TemplateRegistryService',
  825.             'admin.vehicles.recommend_group' => 'getAdmin_Vehicles_RecommendGroupService',
  826.             'admin.vehicles.recommend_group.template_registry' => 'getAdmin_Vehicles_RecommendGroup_TemplateRegistryService',
  827.             'admin.vehicles.special_projects' => 'getAdmin_Vehicles_SpecialProjectsService',
  828.             'admin.vehicles.special_projects.template_registry' => 'getAdmin_Vehicles_SpecialProjects_TemplateRegistryService',
  829.             'admin.vehicles.special_projects_content' => 'getAdmin_Vehicles_SpecialProjectsContentService',
  830.             'admin.vehicles.special_projects_content.template_registry' => 'getAdmin_Vehicles_SpecialProjectsContent_TemplateRegistryService',
  831.             'admin.vehicles.special_variation' => 'getAdmin_Vehicles_SpecialVariationService',
  832.             'admin.vehicles.special_variation.template_registry' => 'getAdmin_Vehicles_SpecialVariation_TemplateRegistryService',
  833.             'admin.vehicles.special_vehicle' => 'getAdmin_Vehicles_SpecialVehicleService',
  834.             'admin.vehicles.special_vehicle.template_registry' => 'getAdmin_Vehicles_SpecialVehicle_TemplateRegistryService',
  835.             'admin.vehicles.specification' => 'getAdmin_Vehicles_SpecificationService',
  836.             'admin.vehicles.specification.template_registry' => 'getAdmin_Vehicles_Specification_TemplateRegistryService',
  837.             'admin.vehicles.specification_options' => 'getAdmin_Vehicles_SpecificationOptionsService',
  838.             'admin.vehicles.specification_options.template_registry' => 'getAdmin_Vehicles_SpecificationOptions_TemplateRegistryService',
  839.             'admin.vehicles.variation_characteristic' => 'getAdmin_Vehicles_VariationCharacteristicService',
  840.             'admin.vehicles.variation_characteristic.template_registry' => 'getAdmin_Vehicles_VariationCharacteristic_TemplateRegistryService',
  841.             'admin.vehicles.vehicle_card_type.template_registry' => 'getAdmin_Vehicles_VehicleCardType_TemplateRegistryService',
  842.             'admin.vehicles.vehicle_item' => 'getAdmin_Vehicles_VehicleItemService',
  843.             'admin.vehicles.vehicle_item.template_registry' => 'getAdmin_Vehicles_VehicleItem_TemplateRegistryService',
  844.             'admin.vehicles.water_variation' => 'getAdmin_Vehicles_WaterVariationService',
  845.             'admin.vehicles.water_variation.template_registry' => 'getAdmin_Vehicles_WaterVariation_TemplateRegistryService',
  846.             'admin.vehicles.water_vehicle' => 'getAdmin_Vehicles_WaterVehicleService',
  847.             'admin.vehicles.water_vehicle.template_registry' => 'getAdmin_Vehicles_WaterVehicle_TemplateRegistryService',
  848.             'admin.vehicles_autoria' => 'getAdmin_VehiclesAutoriaService',
  849.             'admin.vehicles_autoria.template_registry' => 'getAdmin_VehiclesAutoria_TemplateRegistryService',
  850.             'admin.vehicles_filter' => 'getAdmin_VehiclesFilterService',
  851.             'admin.vehicles_filter.template_registry' => 'getAdmin_VehiclesFilter_TemplateRegistryService',
  852.             'admin.vidi.blog.template_registry' => 'getAdmin_Vidi_Blog_TemplateRegistryService',
  853.             'admin.vidi.blog_category.template_registry' => 'getAdmin_Vidi_BlogCategory_TemplateRegistryService',
  854.             'admin.vidi.catalog_banner' => 'getAdmin_Vidi_CatalogBannerService',
  855.             'admin.vidi.catalog_banner.template_registry' => 'getAdmin_Vidi_CatalogBanner_TemplateRegistryService',
  856.             'admin.vidi.credit_calc_reviews' => 'getAdmin_Vidi_CreditCalcReviewsService',
  857.             'admin.vidi.credit_calc_reviews.template_registry' => 'getAdmin_Vidi_CreditCalcReviews_TemplateRegistryService',
  858.             'admin.vidi.foundersBiography' => 'getAdmin_Vidi_FoundersBiographyService',
  859.             'admin.vidi.foundersBiography.template_registry' => 'getAdmin_Vidi_FoundersBiography_TemplateRegistryService',
  860.             'admin.vidi.foundersFounders' => 'getAdmin_Vidi_FoundersFoundersService',
  861.             'admin.vidi.foundersFounders.template_registry' => 'getAdmin_Vidi_FoundersFounders_TemplateRegistryService',
  862.             'admin.vidi.foundersNews' => 'getAdmin_Vidi_FoundersNewsService',
  863.             'admin.vidi.foundersNews.template_registry' => 'getAdmin_Vidi_FoundersNews_TemplateRegistryService',
  864.             'admin.vidi.foundersPhoto' => 'getAdmin_Vidi_FoundersPhotoService',
  865.             'admin.vidi.foundersPhoto.template_registry' => 'getAdmin_Vidi_FoundersPhoto_TemplateRegistryService',
  866.             'admin.vidi.foundersPublications' => 'getAdmin_Vidi_FoundersPublicationsService',
  867.             'admin.vidi.foundersPublications.template_registry' => 'getAdmin_Vidi_FoundersPublications_TemplateRegistryService',
  868.             'admin.vidi.foundersVideo' => 'getAdmin_Vidi_FoundersVideoService',
  869.             'admin.vidi.foundersVideo.template_registry' => 'getAdmin_Vidi_FoundersVideo_TemplateRegistryService',
  870.             'admin.vidi.resume' => 'getAdmin_Vidi_ResumeService',
  871.             'admin.vidi.resume.template_registry' => 'getAdmin_Vidi_Resume_TemplateRegistryService',
  872.             'admin.vidi.slider' => 'getAdmin_Vidi_SliderService',
  873.             'admin.vidi.slider.template_registry' => 'getAdmin_Vidi_Slider_TemplateRegistryService',
  874.             'admin.vidi.vacancy' => 'getAdmin_Vidi_VacancyService',
  875.             'admin.vidi.vacancy.template_registry' => 'getAdmin_Vidi_Vacancy_TemplateRegistryService',
  876.             'api.exception.listener' => 'getApi_Exception_ListenerService',
  877.             'api.handler.error' => 'getApi_Handler_ErrorService',
  878.             'api.helper.service' => 'getApi_Helper_ServiceService',
  879.             'api.serializer' => 'getApi_SerializerService',
  880.             'api.service.seo' => 'getApi_Service_SeoService',
  881.             'api.unicommerce.service' => 'getApi_Unicommerce_ServiceService',
  882.             'bank.acquiring' => 'getBank_AcquiringService',
  883.             'bmp_api.seder' => 'getBmpApi_SederService',
  884.             'bmp_gateway.model.lead' => 'getBmpGateway_Model_LeadService',
  885.             'cache.app' => 'getCache_AppService',
  886.             'cache.app_clearer' => 'getCache_AppClearerService',
  887.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  888.             'cache.system' => 'getCache_SystemService',
  889.             'cache.system_clearer' => 'getCache_SystemClearerService',
  890.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  891.             'cache_warmer' => 'getCacheWarmerService',
  892.             'console.command.public_alias.CoreBundle\\Command\\SendFormNotifyCommand' => 'getSendFormNotifyCommandService',
  893.             'console.command.public_alias.MyBundle\\Command\\NightBookingCommand' => 'getNightBookingCommandService',
  894.             'console.command.public_alias.MyBundle\\Command\\OrderNotifiedCommand' => 'getOrderNotifiedCommandService',
  895.             'console.command.public_alias.MyBundle\\Command\\TransferAcquiringOrderToOrderCommand' => 'getTransferAcquiringOrderToOrderCommandService',
  896.             'console.command_loader' => 'getConsole_CommandLoaderService',
  897.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  898.             'core.api.1c_online_service' => 'getCore_Api_1cOnlineServiceService',
  899.             'core.api.mvd' => 'getCore_Api_MvdService',
  900.             'core.api.postomate' => 'getCore_Api_PostomateService',
  901.             'core.api.redmine' => 'getCore_Api_RedmineService',
  902.             'core.autoria.api' => 'getCore_Autoria_ApiService',
  903.             'core.bankid.model' => 'getCore_Bankid_ModelService',
  904.             'core.callback' => 'getCore_CallbackService',
  905.             'core.callback.daemon' => 'getCore_Callback_DaemonService',
  906.             'core.callback.log' => 'getCore_Callback_LogService',
  907.             'core.cart.collection' => 'getCore_Cart_CollectionService',
  908.             'core.cart_accessory' => 'getCore_CartAccessoryService',
  909.             'core.cart_contract' => 'getCore_CartContractService',
  910.             'core.cart_vehicle' => 'getCore_CartVehicleService',
  911.             'core.crm.odatamanager' => 'getCore_Crm_OdatamanagerService',
  912.             'core.data_layer.model' => 'getCore_DataLayer_ModelService',
  913.             'core.db.locker' => 'getCore_Db_LockerService',
  914.             'core.etachki.api' => 'getCore_Etachki_ApiService',
  915.             'core.eusphpe.model' => 'getCore_Eusphpe_ModelService',
  916.             'core.exporter.model' => 'getCore_Exporter_ModelService',
  917.             'core.factory.in-stock-vehicle' => 'getCore_Factory_InstockvehicleService',
  918.             'core.factory.vehicle' => 'getCore_Factory_VehicleService',
  919.             'core.fetch.vehicle.service' => 'getCore_Fetch_Vehicle_ServiceService',
  920.             'core.file.uploader' => 'getCore_File_UploaderService',
  921.             'core.form.factory' => 'getCore_Form_FactoryService',
  922.             'core.form.manager' => 'getCore_Form_ManagerService',
  923.             'core.inner_male.model' => 'getCore_InnerMale_ModelService',
  924.             'core.jira.service' => 'getCore_Jira_ServiceService',
  925.             'core.jira.webhook' => 'getCore_Jira_WebhookService',
  926.             'core.leasing.model' => 'getCore_Leasing_ModelService',
  927.             'core.mail.manager' => 'getCore_Mail_ManagerService',
  928.             'core.mail.service' => 'getCore_Mail_ServiceService',
  929.             'core.mic.client' => 'getCore_Mic_ClientService',
  930.             'core.model.api.peugeot' => 'getCore_Model_Api_PeugeotService',
  931.             'core.model.rate' => 'getCore_Model_RateService',
  932.             'core.model.vehicles.in-stock-repository' => 'getCore_Model_Vehicles_InstockrepositoryService',
  933.             'core.model.vehicles.rent-repository' => 'getCore_Model_Vehicles_RentrepositoryService',
  934.             'core.model.vehicles.repository' => 'getCore_Model_Vehicles_RepositoryService',
  935.             'core.module.worker' => 'getCore_Module_WorkerService',
  936.             'core.novaposhta.model' => 'getCore_Novaposhta_ModelService',
  937.             'core.numeric.twig_extension' => 'getCore_Numeric_TwigExtensionService',
  938.             'core.online.estimate' => 'getCore_Online_EstimateService',
  939.             'core.pagespeed.google.analytics.service' => 'getCore_Pagespeed_Google_Analytics_ServiceService',
  940.             'core.pagespeed.service' => 'getCore_Pagespeed_ServiceService',
  941.             'core.post.model' => 'getCore_Post_ModelService',
  942.             'core.request.curl' => 'getCore_Request_CurlService',
  943.             'core.service.work.model' => 'getCore_Service_Work_ModelService',
  944.             'core.services.seo.automatic-seo-generation-admin' => 'getCore_Services_Seo_AutomaticseogenerationadminService',
  945.             'core.shop.goods' => 'getCore_Shop_GoodsService',
  946.             'core.smartid.model' => 'getCore_Smartid_ModelService',
  947.             'core.ticket.model' => 'getCore_Ticket_ModelService',
  948.             'core.twig.extension' => 'getCore_Twig_ExtensionService',
  949.             'core.user.model' => 'getCore_User_ModelService',
  950.             'core.user.valid' => 'getCore_User_ValidService',
  951.             'core.vehicle_item_listener' => 'getCore_VehicleItemListenerService',
  952.             'core.vehicles_subscriber.service' => 'getCore_VehiclesSubscriber_ServiceService',
  953.             'core.vidi.session_storage' => 'getCore_Vidi_SessionStorageService',
  954.             'core.winner_rate.model' => 'getCore_WinnerRate_ModelService',
  955.             'data.formatting' => 'getData_FormattingService',
  956.             'data_collector.cache' => 'getDataCollector_CacheService',
  957.             'data_collector.dump' => 'getDataCollector_DumpService',
  958.             'dc.accessory' => 'getDc_AccessoryService',
  959.             'dc.accessory.service' => 'getDc_Accessory_ServiceService',
  960.             'dc.accessory.shop' => 'getDc_Accessory_ShopService',
  961.             'dc.catalog.model' => 'getDc_Catalog_ModelService',
  962.             'dc.configurator.manager' => 'getDc_Configurator_ManagerService',
  963.             'dc.forms.moto_test_drive' => 'getDc_Forms_MotoTestDriveService',
  964.             'dc.history.manager' => 'getDc_History_ManagerService',
  965.             'dc.marine.form.service' => 'getDc_Marine_Form_ServiceService',
  966.             'dc.micromarking' => 'getDc_MicromarkingService',
  967.             'dc.order.model' => 'getDc_Order_ModelService',
  968.             'dc.service_page_service' => 'getDc_ServicePageServiceService',
  969.             'dc.transformer.vehicle_to_number_transformer' => 'getDc_Transformer_VehicleToNumberTransformerService',
  970.             'dc.vehicle.service' => 'getDc_Vehicle_ServiceService',
  971.             'dc.worker.model' => 'getDc_Worker_ModelService',
  972.             'dc_site.admin.boat' => 'getDcSite_Admin_BoatService',
  973.             'dc_site.admin.boat.template_registry' => 'getDcSite_Admin_Boat_TemplateRegistryService',
  974.             'dc_site.admin.boat_engine' => 'getDcSite_Admin_BoatEngineService',
  975.             'dc_site.admin.boat_engine.template_registry' => 'getDcSite_Admin_BoatEngine_TemplateRegistryService',
  976.             'dc_site.admin.non_motorized_boat' => 'getDcSite_Admin_NonMotorizedBoatService',
  977.             'dc_site.admin.non_motorized_boat.template_registry' => 'getDcSite_Admin_NonMotorizedBoat_TemplateRegistryService',
  978.             'dc_site.twig.extension' => 'getDcSite_Twig_ExtensionService',
  979.             'dcsite.credit.model' => 'getDcsite_Credit_ModelService',
  980.             'doctrine' => 'getDoctrineService',
  981.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  982.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  983.             'error_controller' => 'getErrorControllerService',
  984.             'estimate.captcha' => 'getEstimate_CaptchaService',
  985.             'event_dispatcher' => 'getEventDispatcherService',
  986.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  987.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
  988.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
  989.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  990.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  991.             'fos_user.user_manager' => 'getFosUser_UserManagerService',
  992.             'founders.post.model' => 'getFounders_Post_ModelService',
  993.             'founders.services.business' => 'getFounders_Services_BusinessService',
  994.             'gateway.autoria.server' => 'getGateway_Autoria_ServerService',
  995.             'gateway.camera_subscriber.service' => 'getGateway_CameraSubscriber_ServiceService',
  996.             'gateway.crm_used_vehicles.server' => 'getGateway_CrmUsedVehicles_ServerService',
  997.             'gateway.loyalty.server' => 'getGateway_Loyalty_ServerService',
  998.             'gateway.mvd.server' => 'getGateway_Mvd_ServerService',
  999.             'gateway.night_booking_callback.service' => 'getGateway_NightBookingCallback_ServiceService',
  1000.             'gateway.pipedrive.server' => 'getGateway_Pipedrive_ServerService',
  1001.             'gateway.pipedrive.service' => 'getGateway_Pipedrive_ServiceService',
  1002.             'gateway.postomate.service' => 'getGateway_Postomate_ServiceService',
  1003.             'gateway.service.server' => 'getGateway_Service_ServerService',
  1004.             'gateway.territory_access.service' => 'getGateway_TerritoryAccess_ServiceService',
  1005.             'http_kernel' => 'getHttpKernelService',
  1006.             'importer.factory.vehicle' => 'getImporter_Factory_VehicleService',
  1007.             'importer.forms.test_drive' => 'getImporter_Forms_TestDriveService',
  1008.             'importer.model.vehicles.repository' => 'getImporter_Model_Vehicles_RepositoryService',
  1009.             'importer.model.worker' => 'getImporter_Model_WorkerService',
  1010.             'importer.post.model' => 'getImporter_Post_ModelService',
  1011.             'importer.transformer.vehicle_to_number_transformer' => 'getImporter_Transformer_VehicleToNumberTransformerService',
  1012.             'importer.twig.database_globals_extension' => 'getImporter_Twig_DatabaseGlobalsExtensionService',
  1013.             'insurance.controller.faq' => 'getInsurance_Controller_FaqService',
  1014.             'insurance.controller.main' => 'getInsurance_Controller_MainService',
  1015.             'insurance.controller.programs' => 'getInsurance_Controller_ProgramsService',
  1016.             'insurance.faq' => 'getInsurance_FaqService',
  1017.             'insurance.information.documents' => 'getInsurance_Information_DocumentsService',
  1018.             'insurance.program.model' => 'getInsurance_Program_ModelService',
  1019.             'insurance.twig.extension' => 'getInsurance_Twig_ExtensionService',
  1020.             'insurance.year.amount' => 'getInsurance_Year_AmountService',
  1021.             'integration.service.attempt.login' => 'getIntegration_Service_Attempt_LoginService',
  1022.             'integration.service.diia.action.document.validation' => 'getIntegration_Service_Diia_Action_Document_ValidationService',
  1023.             'integration.service.diia.actions.branch' => 'getIntegration_Service_Diia_Actions_BranchService',
  1024.             'integration.service.diia.actions.offer' => 'getIntegration_Service_Diia_Actions_OfferService',
  1025.             'integration.service.diia.actions.service.request' => 'getIntegration_Service_Diia_Actions_Service_RequestService',
  1026.             'integration.service.diia.cache.session' => 'getIntegration_Service_Diia_Cache_SessionService',
  1027.             'integration.service.diia.callback' => 'getIntegration_Service_Diia_CallbackService',
  1028.             'integration.service.diia.entity.session' => 'getIntegration_Service_Diia_Entity_SessionService',
  1029.             'integration.service.diia.service' => 'getIntegration_Service_Diia_ServiceService',
  1030.             'integration.service.diia.session.handler' => 'getIntegration_Service_Diia_Session_HandlerService',
  1031.             'jms_serializer' => 'getJmsSerializerService',
  1032.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  1033.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  1034.             'kernel.listener.exception' => 'getKernel_Listener_ExceptionService',
  1035.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  1036.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  1037.             'knp_snappy.image' => 'getKnpSnappy_ImageService',
  1038.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  1039.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  1040.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  1041.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  1042.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  1043.             'monolog.error_db_handler' => 'getMonolog_ErrorDbHandlerService',
  1044.             'monolog.logger.callback_daemon' => 'getMonolog_Logger_CallbackDaemonService',
  1045.             'monolog.logger.camera_subscriber_service_log' => 'getMonolog_Logger_CameraSubscriberServiceLogService',
  1046.             'monolog.logger.debug_logger_log' => 'getMonolog_Logger_DebugLoggerLogService',
  1047.             'monolog.logger.diia_actions' => 'getMonolog_Logger_DiiaActionsService',
  1048.             'monolog.logger.mailer_logger_log' => 'getMonolog_Logger_MailerLoggerLogService',
  1049.             'monolog.logger.night_service_log' => 'getMonolog_Logger_NightServiceLogService',
  1050.             'monolog.logger.odata_manager_log' => 'getMonolog_Logger_OdataManagerLogService',
  1051.             'monolog.logger.one_c_service_log' => 'getMonolog_Logger_OneCServiceLogService',
  1052.             'monolog.logger.postomate_service_log' => 'getMonolog_Logger_PostomateServiceLogService',
  1053.             'monolog.logger.ria_curl_log' => 'getMonolog_Logger_RiaCurlLogService',
  1054.             'monolog.logger.territory_access_log' => 'getMonolog_Logger_TerritoryAccessLogService',
  1055.             'my.auth' => 'getMy_AuthService',
  1056.             'my.basket' => 'getMy_BasketService',
  1057.             'my.bonus.manager' => 'getMy_Bonus_ManagerService',
  1058.             'my.factory.auth.code.dto' => 'getMy_Factory_Auth_Code_DtoService',
  1059.             'my.factory.otp.code.generator' => 'getMy_Factory_Otp_Code_GeneratorService',
  1060.             'my.factory.otp.entity' => 'getMy_Factory_Otp_EntityService',
  1061.             'my.factory.user.entity' => 'getMy_Factory_User_EntityService',
  1062.             'my.infobip' => 'getMy_InfobipService',
  1063.             'my.night_booking.service' => 'getMy_NightBooking_ServiceService',
  1064.             'my.order' => 'getMy_OrderService',
  1065.             'my.service.profile.calculator' => 'getMy_Service_Profile_CalculatorService',
  1066.             'my.service.profile.service' => 'getMy_Service_Profile_ServiceService',
  1067.             'my.sms.infobip.sender' => 'getMy_Sms_Infobip_SenderService',
  1068.             'my.sms.sender' => 'getMy_Sms_SenderService',
  1069.             'nelmio_api_doc.controller.swagger' => 'getNelmioApiDoc_Controller_SwaggerService',
  1070.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  1071.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  1072.             'order.model' => 'getOrder_ModelService',
  1073.             'portal.admin.announcement_bar' => 'getPortal_Admin_AnnouncementBarService',
  1074.             'portal.admin.announcement_bar.template_registry' => 'getPortal_Admin_AnnouncementBar_TemplateRegistryService',
  1075.             'portal.breadcrumbs' => 'getPortal_BreadcrumbsService',
  1076.             'portal.comparison.service' => 'getPortal_Comparison_ServiceService',
  1077.             'portal.service.catalog' => 'getPortal_Service_CatalogService',
  1078.             'portal.service.finance' => 'getPortal_Service_FinanceService',
  1079.             'portal.service.service' => 'getPortal_Service_ServiceService',
  1080.             'portmone.acquiring' => 'getPortmone_AcquiringService',
  1081.             'request_stack' => 'getRequestStackService',
  1082.             'router' => 'getRouterService',
  1083.             'routing.loader' => 'getRouting_LoaderService',
  1084.             'security.encoder_factory' => 'getSecurity_EncoderFactoryService',
  1085.             'services_resetter' => 'getServicesResetterService',
  1086.             'sonata.admin.action.append_form_field_element' => 'getSonata_Admin_Action_AppendFormFieldElementService',
  1087.             'sonata.admin.action.dashboard' => 'getSonata_Admin_Action_DashboardService',
  1088.             'sonata.admin.action.get_short_object_description' => 'getSonata_Admin_Action_GetShortObjectDescriptionService',
  1089.             'sonata.admin.action.retrieve_autocomplete_items' => 'getSonata_Admin_Action_RetrieveAutocompleteItemsService',
  1090.             'sonata.admin.action.retrieve_form_field_element' => 'getSonata_Admin_Action_RetrieveFormFieldElementService',
  1091.             'sonata.admin.action.search' => 'getSonata_Admin_Action_SearchService',
  1092.             'sonata.admin.action.set_object_field_value' => 'getSonata_Admin_Action_SetObjectFieldValueService',
  1093.             'sonata.admin.block.admin_list' => 'getSonata_Admin_Block_AdminListService',
  1094.             'sonata.admin.block.admin_preview' => 'getSonata_Admin_Block_AdminPreviewService',
  1095.             'sonata.admin.block.search_result' => 'getSonata_Admin_Block_SearchResultService',
  1096.             'sonata.admin.block.stats' => 'getSonata_Admin_Block_StatsService',
  1097.             'sonata.admin.controller.crud' => 'getSonata_Admin_Controller_CrudService',
  1098.             'sonata.admin.manager.orm' => 'getSonata_Admin_Manager_OrmService',
  1099.             'sonata.admin.manipulator.acl.object.orm' => 'getSonata_Admin_Manipulator_Acl_Object_OrmService',
  1100.             'sonata.block.context_manager.default' => 'getSonata_Block_ContextManager_DefaultService',
  1101.             'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService',
  1102.             'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService',
  1103.             'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService',
  1104.             'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService',
  1105.             'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService',
  1106.             'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService',
  1107.             'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService',
  1108.             'sonata.block.manager' => 'getSonata_Block_ManagerService',
  1109.             'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService',
  1110.             'sonata.block.renderer.default' => 'getSonata_Block_Renderer_DefaultService',
  1111.             'sonata.block.service.container' => 'getSonata_Block_Service_ContainerService',
  1112.             'sonata.block.service.empty' => 'getSonata_Block_Service_EmptyService',
  1113.             'sonata.block.service.menu' => 'getSonata_Block_Service_MenuService',
  1114.             'sonata.block.service.rss' => 'getSonata_Block_Service_RssService',
  1115.             'sonata.block.service.template' => 'getSonata_Block_Service_TemplateService',
  1116.             'sonata.block.service.text' => 'getSonata_Block_Service_TextService',
  1117.             'sonata.doctrine.model.adapter.chain' => 'getSonata_Doctrine_Model_Adapter_ChainService',
  1118.             'sonata.exporter.exporter' => 'getSonata_Exporter_ExporterService',
  1119.             'sonata.media.action.media_download' => 'getSonata_Media_Action_MediaDownloadService',
  1120.             'sonata.media.admin.gallery.template_registry' => 'getSonata_Media_Admin_Gallery_TemplateRegistryService',
  1121.             'sonata.media.admin.gallery_item.template_registry' => 'getSonata_Media_Admin_GalleryItem_TemplateRegistryService',
  1122.             'sonata.media.admin.media.template_registry' => 'getSonata_Media_Admin_Media_TemplateRegistryService',
  1123.             'sonata.media.block.feature_media' => 'getSonata_Media_Block_FeatureMediaService',
  1124.             'sonata.media.block.gallery' => 'getSonata_Media_Block_GalleryService',
  1125.             'sonata.media.block.gallery_list' => 'getSonata_Media_Block_GalleryListService',
  1126.             'sonata.media.block.media' => 'getSonata_Media_Block_MediaService',
  1127.             'sonata.media.controller.gallery.admin' => 'getSonata_Media_Controller_Gallery_AdminService',
  1128.             'sonata.media.controller.media.admin' => 'getSonata_Media_Controller_Media_AdminService',
  1129.             'sonata.media.pool' => 'getSonata_Media_PoolService',
  1130.             'sonata.media.provider.image' => 'getSonata_Media_Provider_ImageService',
  1131.             'sonata.media.twig.extension' => 'getSonata_Media_Twig_ExtensionService',
  1132.             'sonata.twig.flashmessage.manager' => 'getSonata_Twig_Flashmessage_ManagerService',
  1133.             'sonata.twig.flashmessage.twig.extension' => 'getSonata_Twig_Flashmessage_Twig_ExtensionService',
  1134.             'telegram.bot' => 'getTelegram_BotService',
  1135.             'telegram.bot.command_factory' => 'getTelegram_Bot_CommandFactoryService',
  1136.             'telegram.bot.server' => 'getTelegram_Bot_ServerService',
  1137.             'telegram.parts.bot' => 'getTelegram_Parts_BotService',
  1138.             'telegram.sender' => 'getTelegram_SenderService',
  1139.             'telegram.user' => 'getTelegram_UserService',
  1140.             'transformer.accessories.id.to.entity' => 'getTransformer_Accessories_Id_To_EntityService',
  1141.             'transformer.accessories.importer.id.to.entity' => 'getTransformer_Accessories_Importer_Id_To_EntityService',
  1142.             'transformer.vacancy.id.to.entity' => 'getTransformer_Vacancy_Id_To_EntityService',
  1143.             'translator' => 'getTranslatorService',
  1144.             'vacancy.mail' => 'getVacancy_MailService',
  1145.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  1146.             'vehicle.group.category.model' => 'getVehicle_Group_Category_ModelService',
  1147.             'viber.bot' => 'getViber_BotService',
  1148.             'viber.hr_bot_intellect' => 'getViber_HrBotIntellectService',
  1149.             'viber.hr_sender' => 'getViber_HrSenderService',
  1150.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  1151.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  1152.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  1153.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  1154.             'security.token_storage' => 'getSecurity_TokenStorageService',
  1155.             'cache_clearer' => 'getCacheClearerService',
  1156.             'filesystem' => 'getFilesystemService',
  1157.             'serializer' => 'getSerializerService',
  1158.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  1159.             'form.factory' => 'getForm_FactoryService',
  1160.             'form.type.file' => 'getForm_Type_FileService',
  1161.             'profiler' => 'getProfilerService',
  1162.             'twig' => 'getTwigService',
  1163.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  1164.             'session' => 'getSessionService',
  1165.             'validator' => 'getValidatorService',
  1166.         ];
  1167.         $this->aliases = [
  1168.             'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
  1169.             'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
  1170.             'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
  1171.             'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
  1172.             'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
  1173.             'database_connection' => 'doctrine.dbal.default_connection',
  1174.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  1175.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  1176.             'jms_serializer.instances.default' => 'jms_serializer',
  1177.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  1178.         ];
  1179.         $this->privates['service_container'] = function () {
  1180.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  1181.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  1182.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  1183.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  1184.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  1185.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  1186.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  1187.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  1188.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  1189.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  1190.             include_once \dirname(__DIR__4).'/src/AdminBundle/Widget/ScopeWidget.php';
  1191.             include_once \dirname(__DIR__4).'/src/CoreBundle/Services/MediaExtensionVidi.php';
  1192.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/MediaProviderInterface.php';
  1193.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/BaseProvider.php';
  1194.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/FileProviderInterface.php';
  1195.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/FileProvider.php';
  1196.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/ImageProviderInterface.php';
  1197.             include_once \dirname(__DIR__4).'/src/CoreBundle/Services/ImageProviderVidi.php';
  1198.             include_once \dirname(__DIR__4).'/src/CoreBundle/Twig/TwigExtension.php';
  1199.             include_once \dirname(__DIR__4).'/src/CoreBundle/Twig/NumericTwigExtension.php';
  1200.             include_once \dirname(__DIR__4).'/src/CoreBundle/Model/User.php';
  1201.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  1202.             include_once \dirname(__DIR__4).'/src/CoreBundle/EventListener/ControllerTraceListener.php';
  1203.             include_once \dirname(__DIR__4).'/src/CoreBundle/Services/Cart/CartService.php';
  1204.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  1205.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  1206.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  1207.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  1208.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  1209.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  1210.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  1211.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  1212.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  1213.             include_once \dirname(__DIR__4).'/src/CoreBundle/Services/Db/MonologDBHandler.php';
  1214.             include_once \dirname(__DIR__4).'/src/CoreBundle/EventListener/RedirectListener.php';
  1215.             include_once \dirname(__DIR__4).'/src/CoreBundle/EventListener/AuthUserListener.php';
  1216.             include_once \dirname(__DIR__4).'/src/DcSiteBundle/Twig/TwigDcExtension.php';
  1217.             include_once \dirname(__DIR__4).'/src/ImporterBundle/Twig/Extension/DatabaseGlobalsExtension.php';
  1218.             include_once \dirname(__DIR__4).'/src/InsuranceBundle/Twig/TwigInsuranceExtension.php';
  1219.             include_once \dirname(__DIR__4).'/src/MyBundle/Component/SmsSender.php';
  1220.             include_once \dirname(__DIR__4).'/src/MyBundle/Component/BonusManager.php';
  1221.             include_once \dirname(__DIR__4).'/src/MyBundle/Service/BasketService.php';
  1222.             include_once \dirname(__DIR__4).'/src/MyBundle/Service/AuthService.php';
  1223.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  1224.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  1225.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  1226.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  1227.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  1228.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  1229.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  1230.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  1231.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  1232.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  1233.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  1234.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  1235.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  1236.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  1237.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  1238.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  1239.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  1240.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  1241.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  1242.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  1243.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  1244.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  1245.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  1246.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  1247.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  1248.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  1249.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  1250.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  1251.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  1252.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  1253.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  1254.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  1255.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  1256.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  1257.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  1258.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  1259.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  1260.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/PasswordUpdaterInterface.php';
  1261.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/HashingPasswordUpdater.php';
  1262.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/CanonicalFieldsUpdater.php';
  1263.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/CanonicalizerInterface.php';
  1264.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/Canonicalizer.php';
  1265.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  1266.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  1267.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  1268.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  1269.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  1270.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  1271.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  1272.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  1273.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  1274.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  1275.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  1276.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  1277.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  1278.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  1279.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  1280.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  1281.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
  1282.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
  1283.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
  1284.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
  1285.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
  1286.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
  1287.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
  1288.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
  1289.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
  1290.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
  1291.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
  1292.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
  1293.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/Pool.php';
  1294.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilderInterface.php';
  1295.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilder.php';
  1296.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryInterface.php';
  1297.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/AbstractTemplateRegistry.php';
  1298.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistry.php';
  1299.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/EventListener/ConfigureCRUDControllerListener.php';
  1300.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  1301.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/SonataAdminRuntime.php';
  1302.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/TemplateRegistryRuntime.php';
  1303.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/GroupRuntime.php';
  1304.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/IconRuntime.php';
  1305.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/SecurityRuntime.php';
  1306.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/CanonicalizeRuntime.php';
  1307.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/XEditableRuntime.php';
  1308.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/RenderElementRuntime.php';
  1309.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/BreadcrumbsRuntime.php';
  1310.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  1311.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  1312.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  1313.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  1314.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  1315.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  1316.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  1317.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  1318.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  1319.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  1320.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  1321.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  1322.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  1323.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  1324.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  1325.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  1326.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  1327.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  1328.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  1329.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  1330.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  1331.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  1332.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  1333.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  1334.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  1335.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1336.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1337.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1338.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  1339.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  1340.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  1341.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  1342.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1343.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1344.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  1345.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/YamlDriver.php';
  1346.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedYamlDriver.php';
  1347.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  1348.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  1349.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  1350.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php';
  1351.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  1352.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  1353.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  1354.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  1355.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1356.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1357.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1358.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1359.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1360.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  1361.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  1362.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  1363.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  1364.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  1365.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1366.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1367.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1368.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1369.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php';
  1370.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  1371.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php';
  1372.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php';
  1373.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  1374.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  1375.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityHandler.php';
  1376.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  1377.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityProcessingHandler.php';
  1378.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  1379.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  1380.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  1381.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  1382.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  1383.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  1384.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  1385.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  1386.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  1387.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  1388.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  1389.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  1390.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  1391.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  1392.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  1393.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  1394.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  1395.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  1396.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  1397.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  1398.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  1399.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  1400.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  1401.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  1402.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  1403.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  1404.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  1405.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  1406.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  1407.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  1408.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  1409.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  1410.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/StaticVersionStrategy.php';
  1411.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  1412.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  1413.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  1414.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  1415.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  1416.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  1417.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  1418.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  1419.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  1420.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  1421.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  1422.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  1423.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  1424.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  1425.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  1426.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  1427.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  1428.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  1429.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  1430.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  1431.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  1432.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  1433.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  1434.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  1435.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  1436.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  1437.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  1438.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  1439.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/CompatibilityProcessor.php';
  1440.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  1441.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  1442.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  1443.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  1444.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  1445.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  1446.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  1447.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  1448.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  1449.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  1450.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  1451.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  1452.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  1453.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  1454.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  1455.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  1456.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  1457.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  1458.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  1459.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  1460.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  1461.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  1462.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  1463.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  1464.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  1465.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  1466.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  1467.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  1468.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  1469.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  1470.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  1471.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Validator/Initializer.php';
  1472.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  1473.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  1474.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  1475.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  1476.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  1477.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  1478.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  1479.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  1480.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  1481.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  1482.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  1483.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  1484.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  1485.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  1486.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  1487.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  1488.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  1489.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/Pool.php';
  1490.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Security/DownloadStrategyInterface.php';
  1491.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Security/RolesDownloadStrategy.php';
  1492.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/BaseVideoProvider.php';
  1493.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/YouTubeProvider.php';
  1494.             include_once \dirname(__DIR__4).'/vendor/psr/http-client/src/ClientInterface.php';
  1495.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  1496.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  1497.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  1498.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/Psr18Client.php';
  1499.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  1500.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  1501.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  1502.             include_once \dirname(__DIR__4).'/vendor/nyholm/psr7/src/Factory/Psr17Factory.php';
  1503.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/DailyMotionProvider.php';
  1504.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/VimeoProvider.php';
  1505.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Thumbnail/ThumbnailInterface.php';
  1506.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Thumbnail/ResizableThumbnailInterface.php';
  1507.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Thumbnail/GenerableThumbnailInterface.php';
  1508.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Thumbnail/FormatThumbnail.php';
  1509.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resizer/ResizerInterface.php';
  1510.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resizer/CropResizer.php';
  1511.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resizer/SquareResizer.php';
  1512.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  1513.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  1514.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  1515.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
  1516.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  1517.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resizer/SimpleResizer.php';
  1518.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/CDN/CDNInterface.php';
  1519.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/CDN/Server.php';
  1520.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter.php';
  1521.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/StreamFactory.php';
  1522.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/ChecksumCalculator.php';
  1523.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/SizeCalculator.php';
  1524.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/MimeTypeProvider.php';
  1525.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/Local.php';
  1526.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Filesystem/Local.php';
  1527.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/FilesystemInterface.php';
  1528.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Filesystem.php';
  1529.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Metadata/MetadataBuilderInterface.php';
  1530.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Metadata/ProxyMetadataBuilder.php';
  1531.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Metadata/NoopMetadataBuilder.php';
  1532.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Generator/GeneratorInterface.php';
  1533.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Generator/IdGenerator.php';
  1534.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  1535.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  1536.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  1537.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  1538.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  1539.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  1540.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  1541.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  1542.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  1543.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  1544.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  1545.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  1546.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  1547.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  1548.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  1549.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  1550.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  1551.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  1552.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  1553.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/FlashMessageExtension.php';
  1554.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  1555.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  1556.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  1557.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
  1558.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  1559.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  1560.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  1561.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
  1562.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  1563.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  1564.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableMetadataFactory.php';
  1565.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  1566.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  1567.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  1568.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  1569.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
  1570.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  1571.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  1572.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  1573.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  1574.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
  1575.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  1576.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  1577.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
  1578.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
  1579.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
  1580.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichmentInterface.php';
  1581.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichment/ChainEnrichment.php';
  1582.             include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Logger/RedisLogger.php';
  1583.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  1584.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  1585.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  1586.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Model/UserManagerInterface.php';
  1587.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Model/UserManager.php';
  1588.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Doctrine/UserManager.php';
  1589.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  1590.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  1591.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  1592.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  1593.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  1594.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  1595.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  1596.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  1597.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  1598.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  1599.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  1600.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  1601.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  1602.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  1603.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  1604.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  1605.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  1606.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  1607.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  1608.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  1609.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  1610.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  1611.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  1612.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  1613.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1614.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1615.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1616.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  1617.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  1618.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  1619.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  1620.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  1621.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  1622.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  1623.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  1624.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  1625.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  1626.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  1627.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  1628.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  1629.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  1630.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClientTrait.php';
  1631.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  1632.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
  1633.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  1634.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
  1635.             include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/src/DataCollector/RedisDataCollector.php';
  1636.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  1637.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1638.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  1639.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1640.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1641.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1642.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1643.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1644.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  1645.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  1646.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  1647.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  1648.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  1649.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  1650.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  1651.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  1652.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  1653.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  1654.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1655.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1656.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1657.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1658.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1659.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1660.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1661.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1662.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1663.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1664.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1665.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  1666.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1667.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1668.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1669.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  1670.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  1671.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  1672.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  1673.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  1674.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
  1675.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php';
  1676.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/TemplateRegistryExtension.php';
  1677.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/GroupExtension.php';
  1678.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/IconExtension.php';
  1679.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SecurityExtension.php';
  1680.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/CanonicalizeExtension.php';
  1681.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/XEditableExtension.php';
  1682.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/RenderElementExtension.php';
  1683.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/BreadcrumbsExtension.php';
  1684.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  1685.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1686.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  1687.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/FormTypeExtension.php';
  1688.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/StatusExtension.php';
  1689.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/TemplateExtension.php';
  1690.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  1691.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  1692.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  1693.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1694.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1695.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1696.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
  1697.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/SonataConfiguration.php';
  1698.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Twig/GlobalVariables.php';
  1699.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1700.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1701.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1702.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1703.         };
  1704.     }
  1705.     public function compile(): void
  1706.     {
  1707.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1708.     }
  1709.     public function isCompiled(): bool
  1710.     {
  1711.         return true;
  1712.     }
  1713.     public function getRemovedIds(): array
  1714.     {
  1715.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1716.     }
  1717.     /**
  1718.      * Gets the public '.container.private.cache_clearer' shared service.
  1719.      *
  1720.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  1721.      */
  1722.     protected function get_Container_Private_CacheClearerService()
  1723.     {
  1724.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1725.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  1726.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  1727.             yield => ($this->privates['jms_serializer.cache.cache_clearer'] ?? $this->getJmsSerializer_Cache_CacheClearerService());
  1728.         }, 1));
  1729.     }
  1730.     /**
  1731.      * Gets the public '.container.private.filesystem' shared service.
  1732.      *
  1733.      * @return \Symfony\Component\Filesystem\Filesystem
  1734.      */
  1735.     protected function get_Container_Private_FilesystemService()
  1736.     {
  1737.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1738.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1739.     }
  1740.     /**
  1741.      * Gets the public '.container.private.form.factory' shared service.
  1742.      *
  1743.      * @return \Symfony\Component\Form\FormFactory
  1744.      */
  1745.     protected function get_Container_Private_Form_FactoryService()
  1746.     {
  1747.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  1748.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  1749.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  1750.         if (isset($this->services['.container.private.form.factory'])) {
  1751.             return $this->services['.container.private.form.factory'];
  1752.         }
  1753.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  1754.     }
  1755.     /**
  1756.      * Gets the public '.container.private.form.type.file' shared service.
  1757.      *
  1758.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  1759.      */
  1760.     protected function get_Container_Private_Form_Type_FileService()
  1761.     {
  1762.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1763.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1764.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  1765.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  1766.     }
  1767.     /**
  1768.      * Gets the public '.container.private.profiler' shared service.
  1769.      *
  1770.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1771.      */
  1772.     protected function get_Container_Private_ProfilerService()
  1773.     {
  1774.         $a = ($this->services['monolog.error_db_handler'] ?? $this->getMonolog_ErrorDbHandlerService());
  1775.         if (isset($this->services['.container.private.profiler'])) {
  1776.             return $this->services['.container.private.profiler'];
  1777.         }
  1778.         $b = new \Symfony\Bridge\Monolog\Logger('profiler');
  1779.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1780.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1781.         $b->pushHandler($a);
  1782.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1783.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1784.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $btrue);
  1785.         $c = ($this->services['kernel'] ?? $this->get('kernel'));
  1786.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1787.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1788.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1789.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1790.         if ($this->has('kernel')) {
  1791.             $f->setKernel($c);
  1792.         }
  1793.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1794.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1795.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1796.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1797.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1798.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1799.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1800.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($b, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $d));
  1801.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $d));
  1802.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1803.         $instance->add(($this->services['data_collector.cache'] ?? $this->getDataCollector_CacheService()));
  1804.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1805.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  1806.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  1807.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  1808.         $instance->add($e);
  1809.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1810.         $instance->add(new \Sonata\BlockBundle\Profiler\DataCollector\BlockDataCollector(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService()), $this->parameters['sonata.block.container.types']));
  1811.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  1812.         $instance->add(new \JMS\SerializerBundle\Debug\DataCollector('default', ['Sonata\\BlockBundle' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/config/serializer')], ($this->privates['jms_serializer.event_dispatcher'] ?? $this->getJmsSerializer_EventDispatcherService()), ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService()), ($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService()), ($this->privates['jms_serializer.metadata.traceable_file_locator'] ?? $this->getJmsSerializer_Metadata_TraceableFileLocatorService()), ($this->privates['jms_serializer.traceable_runs_listener'] ?? ($this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener()))));
  1813.         $instance->add(new \Snc\RedisBundle\DataCollector\RedisDataCollector(($this->privates['snc_redis.logger'] ?? $this->getSncRedis_LoggerService())));
  1814.         $instance->add($f);
  1815.         return $instance;
  1816.     }
  1817.     /**
  1818.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1819.      *
  1820.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1821.      */
  1822.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1823.     {
  1824.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1825.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1826.             return $this->services['.container.private.security.authorization_checker'];
  1827.         }
  1828.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalse);
  1829.     }
  1830.     /**
  1831.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  1832.      *
  1833.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1834.      */
  1835.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  1836.     {
  1837.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1838.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1839.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1840.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1841.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1842.     }
  1843.     /**
  1844.      * Gets the public '.container.private.security.password_encoder' shared service.
  1845.      *
  1846.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  1847.      *
  1848.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  1849.      */
  1850.     protected function get_Container_Private_Security_PasswordEncoderService()
  1851.     {
  1852.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  1853.         return $this->services['.container.private.security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->services['security.encoder_factory'] ?? $this->getSecurity_EncoderFactoryService()));
  1854.     }
  1855.     /**
  1856.      * Gets the public '.container.private.security.token_storage' shared service.
  1857.      *
  1858.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1859.      */
  1860.     protected function get_Container_Private_Security_TokenStorageService()
  1861.     {
  1862.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1863.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1864.         ], [
  1865.             'request_stack' => '?',
  1866.         ]));
  1867.     }
  1868.     /**
  1869.      * Gets the public '.container.private.serializer' shared service.
  1870.      *
  1871.      * @return \Symfony\Component\Serializer\Serializer
  1872.      */
  1873.     protected function get_Container_Private_SerializerService()
  1874.     {
  1875.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1876.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1877.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1878.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1879.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1880.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1881.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1882.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1883.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1884.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1885.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  1886.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  1887.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  1888.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  1889.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1890.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  1891.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1892.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1893.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  1894.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  1895.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  1896.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  1897.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  1898.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  1899.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  1900.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1901.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1902.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  1903.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  1904.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1905.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1906.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  1907.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  1908.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1909.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  1910.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1911.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1912.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1913.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1914.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1915.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1916.         if (isset($this->services['.container.private.serializer'])) {
  1917.             return $this->services['.container.private.serializer'];
  1918.         }
  1919.         $b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1920.         $c = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1921.         $d = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1922.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($d);
  1923.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $c), => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($d$c$a$eNULL, [])), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 11 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 12 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($d$c$b$a$eNULL, [], $a)], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  1924.     }
  1925.     /**
  1926.      * Gets the public '.container.private.session' shared service.
  1927.      *
  1928.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1929.      */
  1930.     protected function get_Container_Private_SessionService()
  1931.     {
  1932.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1933.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/FlashBagAwareSessionInterface.php';
  1934.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1935.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  1936.         if (isset($this->services['.container.private.session'])) {
  1937.             return $this->services['.container.private.session'];
  1938.         }
  1939.         return $this->services['.container.private.session'] = $a->createSession();
  1940.     }
  1941.     /**
  1942.      * Gets the public '.container.private.twig' shared service.
  1943.      *
  1944.      * @return \Twig\Environment
  1945.      */
  1946.     protected function get_Container_Private_TwigService()
  1947.     {
  1948.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1949.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1950.         $a->addPath((\dirname(__DIR__4).'/src/AcquiringBundle/Resources/views'), 'AcquiringBundle');
  1951.         $a->addPath((\dirname(__DIR__4).'/src/CoreBundle/Resources/views'), 'CoreBundle');
  1952.         $a->addPath((\dirname(__DIR__4).'/src/BmpGatewayBundle/Resources/views'), 'BmpGatewayBundle');
  1953.         $a->addPath((\dirname(__DIR__4).'/src/AdminBundle/Resources/views'), 'AdminBundle');
  1954.         $a->addPath((\dirname(__DIR__4).'/src/InsuranceBundle/Resources/views'), 'InsuranceBundle');
  1955.         $a->addPath((\dirname(__DIR__4).'/src/DcSiteBundle/Resources/views'), 'DcSiteBundle');
  1956.         $a->addPath((\dirname(__DIR__4).'/src/ImporterBundle/Resources/views'), 'ImporterBundle');
  1957.         $a->addPath((\dirname(__DIR__4).'/src/LeasingBundle/Resources/views'), 'LeasingBundle');
  1958.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/FOSUserBundle'), 'FOSUserBundle');
  1959.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1960.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1961.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  1962.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  1963.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/FOSUserBundle'), 'FOSUser');
  1964.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/views'), 'FOSUser');
  1965.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/views'), '!FOSUser');
  1966.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/templates'), 'KnpMenu');
  1967.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/templates'), '!KnpMenu');
  1968.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
  1969.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
  1970.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), 'SonataAdmin');
  1971.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), '!SonataAdmin');
  1972.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  1973.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  1974.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
  1975.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
  1976.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/views'), 'SonataMedia');
  1977.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/views'), '!SonataMedia');
  1978.         $a->addPath((\dirname(__DIR__4).'/src/AdminBundle/Resources/views'), 'Admin');
  1979.         $a->addPath((\dirname(__DIR__4).'/src/AdminBundle/Resources/views'), '!Admin');
  1980.         $a->addPath((\dirname(__DIR__4).'/src/AcquiringBundle/Resources/views'), 'Acquiring');
  1981.         $a->addPath((\dirname(__DIR__4).'/src/AcquiringBundle/Resources/views'), '!Acquiring');
  1982.         $a->addPath((\dirname(__DIR__4).'/src/AutomarketBundle/Resources/views'), 'Automarket');
  1983.         $a->addPath((\dirname(__DIR__4).'/src/AutomarketBundle/Resources/views'), '!Automarket');
  1984.         $a->addPath((\dirname(__DIR__4).'/src/BmpGatewayBundle/Resources/views'), 'BmpGateway');
  1985.         $a->addPath((\dirname(__DIR__4).'/src/BmpGatewayBundle/Resources/views'), '!BmpGateway');
  1986.         $a->addPath((\dirname(__DIR__4).'/src/CoreBundle/Resources/views'), 'Core');
  1987.         $a->addPath((\dirname(__DIR__4).'/src/CoreBundle/Resources/views'), '!Core');
  1988.         $a->addPath((\dirname(__DIR__4).'/src/DcSiteBundle/Resources/views'), 'DcSite');
  1989.         $a->addPath((\dirname(__DIR__4).'/src/DcSiteBundle/Resources/views'), '!DcSite');
  1990.         $a->addPath((\dirname(__DIR__4).'/src/FoundersBundle/Resources/views'), 'Founders');
  1991.         $a->addPath((\dirname(__DIR__4).'/src/FoundersBundle/Resources/views'), '!Founders');
  1992.         $a->addPath((\dirname(__DIR__4).'/src/ImporterBundle/Resources/views'), 'Importer');
  1993.         $a->addPath((\dirname(__DIR__4).'/src/ImporterBundle/Resources/views'), '!Importer');
  1994.         $a->addPath((\dirname(__DIR__4).'/src/InsuranceBundle/Resources/views'), 'Insurance');
  1995.         $a->addPath((\dirname(__DIR__4).'/src/InsuranceBundle/Resources/views'), '!Insurance');
  1996.         $a->addPath((\dirname(__DIR__4).'/src/LandingBundle/Resources/views'), 'Landing');
  1997.         $a->addPath((\dirname(__DIR__4).'/src/LandingBundle/Resources/views'), '!Landing');
  1998.         $a->addPath((\dirname(__DIR__4).'/src/LeasingBundle/Resources/views'), 'Leasing');
  1999.         $a->addPath((\dirname(__DIR__4).'/src/LeasingBundle/Resources/views'), '!Leasing');
  2000.         $a->addPath((\dirname(__DIR__4).'/src/MyBundle/Resources/views'), 'My');
  2001.         $a->addPath((\dirname(__DIR__4).'/src/MyBundle/Resources/views'), '!My');
  2002.         $a->addPath((\dirname(__DIR__4).'/src/PortalBundle/Resources/views'), 'Portal');
  2003.         $a->addPath((\dirname(__DIR__4).'/src/PortalBundle/Resources/views'), '!Portal');
  2004.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  2005.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  2006.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  2007.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  2008.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  2009.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  2010.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views'), 'SonataForm');
  2011.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views'), '!SonataForm');
  2012.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/views'), 'SonataTwig');
  2013.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/views'), '!SonataTwig');
  2014.         $a->addPath((\dirname(__DIR__4).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
  2015.         $a->addPath((\dirname(__DIR__4).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
  2016.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  2017.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  2018.         $a->addPath((\dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Resources/views'), 'SncRedis');
  2019.         $a->addPath((\dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Resources/views'), '!SncRedis');
  2020.         $a->addPath((\dirname(__DIR__4).'/vendor/tilleuls/ckeditor-sonata-media-bundle/src/Resources/views'), 'CoopTilleulsCKEditorSonataMedia');
  2021.         $a->addPath((\dirname(__DIR__4).'/vendor/tilleuls/ckeditor-sonata-media-bundle/src/Resources/views'), '!CoopTilleulsCKEditorSonataMedia');
  2022.         $a->addPath((\dirname(__DIR__4).'/templates'));
  2023.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  2024.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  2025.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  2026.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  2027.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2028.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  2029.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2030.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  2031.         $f = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  2032.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  2033.         $h = ($this->services['router'] ?? $this->getRouterService());
  2034.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  2035.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  2036.         $j = new \Symfony\Bridge\Twig\AppVariable();
  2037.         $j->setEnvironment('dev');
  2038.         $j->setDebug(true);
  2039.         if ($this->has('.container.private.security.token_storage')) {
  2040.             $j->setTokenStorage($c);
  2041.         }
  2042.         if ($this->has('request_stack')) {
  2043.             $j->setRequestStack($b);
  2044.         }
  2045.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  2046.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
  2047.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  2048.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  2049.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  2050.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($f));
  2051.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g\dirname(__DIR__4), 'UTF-8'));
  2052.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  2053.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  2054.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  2055.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  2056.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  2057.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b$h)));
  2058.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  2059.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  2060.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  2061.         $instance->addExtension(($this->services['core.twig.extension'] ?? $this->getCore_Twig_ExtensionService()));
  2062.         $instance->addExtension(($this->services['core.numeric.twig_extension'] ?? ($this->services['core.numeric.twig_extension'] = new \CoreBundle\Twig\NumericTwigExtension())));
  2063.         $instance->addExtension(($this->services['dc_site.twig.extension'] ?? $this->getDcSite_Twig_ExtensionService()));
  2064.         $instance->addExtension(($this->services['insurance.twig.extension'] ?? $this->getInsurance_Twig_ExtensionService()));
  2065.         $instance->addExtension(($this->services['AdminBundle\\Widget\\ScopeWidget'] ?? ($this->services['AdminBundle\\Widget\\ScopeWidget'] = new \AdminBundle\Widget\ScopeWidget())));
  2066.         $instance->addExtension(($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()));
  2067.         $instance->addExtension(($this->services['importer.twig.database_globals_extension'] ?? $this->getImporter_Twig_DatabaseGlobalsExtensionService()));
  2068.         $instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $h$f$b$instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
  2069.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension());
  2070.         $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
  2071.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension(($this->privates['sonata.admin.twig.sonata_admin_runtime'] ?? $this->getSonata_Admin_Twig_SonataAdminRuntimeService())));
  2072.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension(($this->privates['sonata.admin.twig.template_registry_runtime'] ?? $this->getSonata_Admin_Twig_TemplateRegistryRuntimeService())));
  2073.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\GroupExtension(($this->privates['sonata.admin.twig.group_runtime'] ?? $this->getSonata_Admin_Twig_GroupRuntimeService())));
  2074.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\IconExtension(($this->privates['sonata.admin.twig.icon_runtime'] ?? ($this->privates['sonata.admin.twig.icon_runtime'] = new \Sonata\AdminBundle\Twig\IconRuntime()))));
  2075.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SecurityExtension(($this->privates['sonata.admin.twig.security_runtime'] ?? $this->getSonata_Admin_Twig_SecurityRuntimeService())));
  2076.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\CanonicalizeExtension(($this->privates['sonata.admin.twig.canonicalize_runtime'] ?? $this->getSonata_Admin_Twig_CanonicalizeRuntimeService())));
  2077.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\XEditableExtension(($this->privates['sonata.admin.twig.xeditable_runtime'] ?? $this->getSonata_Admin_Twig_XeditableRuntimeService())));
  2078.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\RenderElementExtension(($this->privates['sonata.admin.twig.render_element_runtime'] ?? $this->getSonata_Admin_Twig_RenderElementRuntimeService())));
  2079.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\BreadcrumbsExtension(($this->privates['sonata.admin.twig.breadcrumbs_runtime'] ?? $this->getSonata_Admin_Twig_BreadcrumbsRuntimeService())));
  2080.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  2081.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  2082.         $instance->addExtension(($this->services['sonata.twig.flashmessage.twig.extension'] ?? ($this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension())));
  2083.         $instance->addExtension(new \Sonata\Twig\Extension\FormTypeExtension('standard'));
  2084.         $instance->addExtension(new \Sonata\Twig\Extension\StatusExtension());
  2085.         $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true));
  2086.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
  2087.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  2088.         $instance->addGlobal('app'$j);
  2089.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2090.             'Knp\\Menu\\Twig\\MenuRuntimeExtension' => ['privates''knp_menu.twig.runtime''getKnpMenu_Twig_RuntimeService'false],
  2091.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => ['privates''sonata.block.templating.helper''getSonata_Block_Templating_HelperService'false],
  2092.             'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => ['privates''sonata.admin.twig.sonata_admin_runtime''getSonata_Admin_Twig_SonataAdminRuntimeService'false],
  2093.             'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => ['privates''sonata.admin.twig.template_registry_runtime''getSonata_Admin_Twig_TemplateRegistryRuntimeService'false],
  2094.             'Sonata\\AdminBundle\\Twig\\GroupRuntime' => ['privates''sonata.admin.twig.group_runtime''getSonata_Admin_Twig_GroupRuntimeService'false],
  2095.             'Sonata\\AdminBundle\\Twig\\IconRuntime' => ['privates''sonata.admin.twig.icon_runtime''getSonata_Admin_Twig_IconRuntimeService'false],
  2096.             'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => ['privates''sonata.admin.twig.security_runtime''getSonata_Admin_Twig_SecurityRuntimeService'false],
  2097.             'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => ['privates''sonata.admin.twig.canonicalize_runtime''getSonata_Admin_Twig_CanonicalizeRuntimeService'false],
  2098.             'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => ['privates''sonata.admin.twig.xeditable_runtime''getSonata_Admin_Twig_XeditableRuntimeService'false],
  2099.             'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => ['privates''sonata.admin.twig.render_element_runtime''getSonata_Admin_Twig_RenderElementRuntimeService'false],
  2100.             'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => ['privates''sonata.admin.twig.breadcrumbs_runtime''getSonata_Admin_Twig_BreadcrumbsRuntimeService'false],
  2101.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  2102.             'Sonata\\MediaBundle\\Twig\\MediaRuntime' => ['privates''sonata.media.twig.runtime''getSonata_Media_Twig_RuntimeService'false],
  2103.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  2104.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  2105.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  2106.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => ['privates''sonata.twig.flashmessage.twig.runtime''getSonata_Twig_Flashmessage_Twig_RuntimeService'false],
  2107.             'Sonata\\Twig\\Extension\\StatusRuntime' => ['privates''sonata.twig.status_runtime''getSonata_Twig_StatusRuntimeService'false],
  2108.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'false],
  2109.         ], [
  2110.             'Knp\\Menu\\Twig\\MenuRuntimeExtension' => '?',
  2111.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => '?',
  2112.             'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => '?',
  2113.             'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => '?',
  2114.             'Sonata\\AdminBundle\\Twig\\GroupRuntime' => '?',
  2115.             'Sonata\\AdminBundle\\Twig\\IconRuntime' => '?',
  2116.             'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => '?',
  2117.             'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => '?',
  2118.             'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => '?',
  2119.             'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => '?',
  2120.             'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => '?',
  2121.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  2122.             'Sonata\\MediaBundle\\Twig\\MediaRuntime' => '?',
  2123.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  2124.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  2125.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  2126.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => '?',
  2127.             'Sonata\\Twig\\Extension\\StatusRuntime' => '?',
  2128.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  2129.         ])));
  2130.         $instance->addGlobal('allowed_locales'$this->parameters['allowed_locales']);
  2131.         $instance->addGlobal('MODE'$this->getEnv('FRONT_FOLDER'));
  2132.         $instance->addGlobal('VERSION''v1.4.779');
  2133.         $instance->addGlobal('VOLVO_DEALER'30);
  2134.         $instance->addGlobal('UPLOADS_BASE_PATH''/uploads/media/default/');
  2135.         $instance->addGlobal('INCLUDE_ANALYTICS'$this->getEnv('bool:INCLUDE_ANALYTICS'));
  2136.         $instance->addGlobal('sonata_block', new \Sonata\BlockBundle\Twig\GlobalVariables(['block_base' => '@SonataBlock/Block/block_base.html.twig''block_container' => '@SonataBlock/Block/block_container.html.twig']));
  2137.         $instance->addGlobal('sonata_config', new \Sonata\AdminBundle\SonataConfiguration('Sonata Admin''bundles/sonataadmin/images/logo_title.png', ['html5_validate' => true'sort_admins' => false'confirm_exit' => true'js_debug' => false'skin' => 'skin-black''use_select2' => true'use_icheck' => true'use_bootlint' => false'use_stickyforms' => true'pager_links' => NULL'form_type' => 'standard''default_admin_route' => 'show''default_group' => 'default''default_label_catalogue' => 'SonataAdminBundle''default_translation_domain' => NULL'default_icon' => 'fas fa-folder''dropdown_number_groups_per_colums' => 2'logo_content' => 'all''list_action_button_content' => 'all''lock_protection' => false'mosaic_background' => 'bundles/sonataadmin/images/default_mosaic_image.png''javascripts' => [=> 'bundles/sonataadmin/app.js'=> 'bundles/sonataform/app.js'], 'stylesheets' => [=> 'bundles/sonataadmin/app.css'=> 'bundles/sonataform/app.css'=> 'bundles/sonataadmin/admin-lte-skins/skin-black.min.css'], 'role_admin' => 'ROLE_SONATA_ADMIN''role_super_admin' => 'ROLE_SUPER_ADMIN''search' => true]));
  2138.         $instance->addGlobal('sonata_media', new \Sonata\MediaBundle\Twig\GlobalVariables(($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService())));
  2139.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  2140.         return $instance;
  2141.     }
  2142.     /**
  2143.      * Gets the public '.container.private.validator' shared service.
  2144.      *
  2145.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  2146.      */
  2147.     protected function get_Container_Private_ValidatorService()
  2148.     {
  2149.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  2150.         if (isset($this->services['.container.private.validator'])) {
  2151.             return $this->services['.container.private.validator'];
  2152.         }
  2153.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  2154.     }
  2155.     /**
  2156.      * Gets the public 'AdminBundle\Controller\AjaxController' shared autowired service.
  2157.      *
  2158.      * @return \AdminBundle\Controller\AjaxController
  2159.      */
  2160.     protected function getAjaxControllerService()
  2161.     {
  2162.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2163.         include_once \dirname(__DIR__4).'/src/AdminBundle/Controller/AjaxController.php';
  2164.         $this->services['AdminBundle\\Controller\\AjaxController'] = $instance = new \AdminBundle\Controller\AjaxController();
  2165.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\AjaxController'$this));
  2166.         return $instance;
  2167.     }
  2168.     /**
  2169.      * Gets the public 'AdminBundle\Controller\BaseCRUDController' shared autowired service.
  2170.      *
  2171.      * @return \AdminBundle\Controller\BaseCRUDController
  2172.      */
  2173.     protected function getBaseCRUDControllerService()
  2174.     {
  2175.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2176.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  2177.         include_once \dirname(__DIR__4).'/src/AdminBundle/Controller/BaseCRUDController.php';
  2178.         $this->services['AdminBundle\\Controller\\BaseCRUDController'] = $instance = new \AdminBundle\Controller\BaseCRUDController();
  2179.         $instance->setContainer(($this->privates['.service_locator.3CTLkIg'] ?? $this->get_ServiceLocator_3CTLkIgService())->withContext('AdminBundle\\Controller\\BaseCRUDController'$this));
  2180.         return $instance;
  2181.     }
  2182.     /**
  2183.      * Gets the public 'AdminBundle\Controller\CRUDInsController' shared autowired service.
  2184.      *
  2185.      * @return \AdminBundle\Controller\CRUDInsController
  2186.      */
  2187.     protected function getCRUDInsControllerService()
  2188.     {
  2189.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2190.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  2191.         include_once \dirname(__DIR__4).'/src/AdminBundle/Controller/BaseCRUDController.php';
  2192.         include_once \dirname(__DIR__4).'/src/AdminBundle/Controller/CRUDInsController.php';
  2193.         $this->services['AdminBundle\\Controller\\CRUDInsController'] = $instance = new \AdminBundle\Controller\CRUDInsController();
  2194.         $instance->setContainer(($this->privates['.service_locator.3CTLkIg'] ?? $this->get_ServiceLocator_3CTLkIgService())->withContext('AdminBundle\\Controller\\CRUDInsController'$this));
  2195.         return $instance;
  2196.     }
  2197.     /**
  2198.      * Gets the public 'AdminBundle\Controller\DashboardController' shared autowired service.
  2199.      *
  2200.      * @return \AdminBundle\Controller\DashboardController
  2201.      */
  2202.     protected function getDashboardControllerService()
  2203.     {
  2204.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2205.         include_once \dirname(__DIR__4).'/src/AdminBundle/Controller/DashboardController.php';
  2206.         $this->services['AdminBundle\\Controller\\DashboardController'] = $instance = new \AdminBundle\Controller\DashboardController();
  2207.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\DashboardController'$this));
  2208.         return $instance;
  2209.     }
  2210.     /**
  2211.      * Gets the public 'AdminBundle\Controller\DefaultController' shared autowired service.
  2212.      *
  2213.      * @return \AdminBundle\Controller\DefaultController
  2214.      */
  2215.     protected function getDefaultControllerService()
  2216.     {
  2217.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2218.         include_once \dirname(__DIR__4).'/src/AdminBundle/Controller/DefaultController.php';
  2219.         $this->services['AdminBundle\\Controller\\DefaultController'] = $instance = new \AdminBundle\Controller\DefaultController(($this->services['router'] ?? $this->getRouterService()));
  2220.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\DefaultController'$this));
  2221.         return $instance;
  2222.     }
  2223.     /**
  2224.      * Gets the public 'AdminBundle\Controller\Document\BranchController' shared service.
  2225.      *
  2226.      * @return \AdminBundle\Controller\Document\BranchController
  2227.      */
  2228.     protected function getBranchControllerService()
  2229.     {
  2230.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2231.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  2232.         include_once \dirname(__DIR__4).'/src/AdminBundle/Controller/Document/BranchController.php';
  2233.         return $this->services['AdminBundle\\Controller\\Document\\BranchController'] = new \AdminBundle\Controller\Document\BranchController(($this->services['integration.service.diia.actions.branch'] ?? $this->getIntegration_Service_Diia_Actions_BranchService()), ($this->services['integration.service.diia.actions.offer'] ?? $this->getIntegration_Service_Diia_Actions_OfferService()), ($this->services['integration.service.diia.actions.service.request'] ?? $this->getIntegration_Service_Diia_Actions_Service_RequestService()), ($this->services['integration.service.diia.service'] ?? $this->getIntegration_Service_Diia_ServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2234.     }
  2235.     /**
  2236.      * Gets the public 'AdminBundle\Controller\Document\DealerOfferController' shared service.
  2237.      *
  2238.      * @return \AdminBundle\Controller\Document\DealerOfferController
  2239.      */
  2240.     protected function getDealerOfferControllerService()
  2241.     {
  2242.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2243.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  2244.         include_once \dirname(__DIR__4).'/src/AdminBundle/Controller/Document/DealerOfferController.php';
  2245.         return $this->services['AdminBundle\\Controller\\Document\\DealerOfferController'] = new \AdminBundle\Controller\Document\DealerOfferController(($this->services['integration.service.diia.actions.branch'] ?? $this->getIntegration_Service_Diia_Actions_BranchService()), ($this->services['integration.service.diia.actions.offer'] ?? $this->getIntegration_Service_Diia_Actions_OfferService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2246.     }
  2247.     /**
  2248.      * Gets the public 'AdminBundle\Controller\FormType\SelectVehicleItemController' shared autowired service.
  2249.      *
  2250.      * @return \AdminBundle\Controller\FormType\SelectVehicleItemController
  2251.      */
  2252.     protected function getSelectVehicleItemControllerService()
  2253.     {
  2254.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2255.         include_once \dirname(__DIR__4).'/src/AdminBundle/Controller/FormType/SelectVehicleItemController.php';
  2256.         $this->services['AdminBundle\\Controller\\FormType\\SelectVehicleItemController'] = $instance = new \AdminBundle\Controller\FormType\SelectVehicleItemController();
  2257.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\FormType\\SelectVehicleItemController'$this));
  2258.         return $instance;
  2259.     }
  2260.     /**
  2261.      * Gets the public 'AdminBundle\Controller\InsuranceCaseController' shared autowired service.
  2262.      *
  2263.      * @return \AdminBundle\Controller\InsuranceCaseController
  2264.      */
  2265.     protected function getInsuranceCaseControllerService()
  2266.     {
  2267.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2268.         include_once \dirname(__DIR__4).'/src/AdminBundle/Controller/InsuranceCaseController.php';
  2269.         $this->services['AdminBundle\\Controller\\InsuranceCaseController'] = $instance = new \AdminBundle\Controller\InsuranceCaseController();
  2270.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\InsuranceCaseController'$this));
  2271.         return $instance;
  2272.     }
  2273.     /**
  2274.      * Gets the public 'AdminBundle\Controller\LogsController' shared autowired service.
  2275.      *
  2276.      * @return \AdminBundle\Controller\LogsController
  2277.      */
  2278.     protected function getLogsControllerService()
  2279.     {
  2280.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2281.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  2282.         include_once \dirname(__DIR__4).'/src/AdminBundle/Controller/LogsController.php';
  2283.         $this->services['AdminBundle\\Controller\\LogsController'] = $instance = new \AdminBundle\Controller\LogsController();
  2284.         $instance->setContainer(($this->privates['.service_locator.3CTLkIg'] ?? $this->get_ServiceLocator_3CTLkIgService())->withContext('AdminBundle\\Controller\\LogsController'$this));
  2285.         return $instance;
  2286.     }
  2287.     /**
  2288.      * Gets the public 'AdminBundle\Controller\MiniLinkController' shared autowired service.
  2289.      *
  2290.      * @return \AdminBundle\Controller\MiniLinkController
  2291.      */
  2292.     protected function getMiniLinkControllerService()
  2293.     {
  2294.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2295.         include_once \dirname(__DIR__4).'/src/AdminBundle/Controller/MiniLinkController.php';
  2296.         $this->services['AdminBundle\\Controller\\MiniLinkController'] = $instance = new \AdminBundle\Controller\MiniLinkController();
  2297.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\MiniLinkController'$this));
  2298.         return $instance;
  2299.     }
  2300.     /**
  2301.      * Gets the public 'AdminBundle\Controller\ModelRangeController' shared autowired service.
  2302.      *
  2303.      * @return \AdminBundle\Controller\ModelRangeController
  2304.      */
  2305.     protected function getModelRangeControllerService()
  2306.     {
  2307.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2308.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  2309.         include_once \dirname(__DIR__4).'/src/AdminBundle/Controller/ModelRangeController.php';
  2310.         $this->services['AdminBundle\\Controller\\ModelRangeController'] = $instance = new \AdminBundle\Controller\ModelRangeController();
  2311.         $instance->setContainer(($this->privates['.service_locator.3CTLkIg'] ?? $this->get_ServiceLocator_3CTLkIgService())->withContext('AdminBundle\\Controller\\ModelRangeController'$this));
  2312.         return $instance;
  2313.     }
  2314.     /**
  2315.      * Gets the public 'AdminBundle\Controller\References\ModelController' shared autowired service.
  2316.      *
  2317.      * @return \AdminBundle\Controller\References\ModelController
  2318.      */
  2319.     protected function getModelControllerService()
  2320.     {
  2321.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2322.         include_once \dirname(__DIR__4).'/src/AdminBundle/Controller/References/ModelController.php';
  2323.         $this->services['AdminBundle\\Controller\\References\\ModelController'] = $instance = new \AdminBundle\Controller\References\ModelController();
  2324.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\References\\ModelController'$this));
  2325.         return $instance;
  2326.     }
  2327.     /**
  2328.      * Gets the public 'AdminBundle\Controller\ReportController' shared autowired service.
  2329.      *
  2330.      * @return \AdminBundle\Controller\ReportController
  2331.      */
  2332.     protected function getReportControllerService()
  2333.     {
  2334.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2335.         include_once \dirname(__DIR__4).'/src/AdminBundle/Controller/ReportController.php';
  2336.         $this->services['AdminBundle\\Controller\\ReportController'] = $instance = new \AdminBundle\Controller\ReportController();
  2337.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\ReportController'$this));
  2338.         return $instance;
  2339.     }
  2340.     /**
  2341.      * Gets the public 'AdminBundle\Controller\SecurityController' shared autowired service.
  2342.      *
  2343.      * @return \AdminBundle\Controller\SecurityController
  2344.      */
  2345.     protected function getSecurityControllerService()
  2346.     {
  2347.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2348.         include_once \dirname(__DIR__4).'/src/AdminBundle/Controller/SecurityController.php';
  2349.         $this->services['AdminBundle\\Controller\\SecurityController'] = $instance = new \AdminBundle\Controller\SecurityController(($this->services['my.auth'] ?? $this->getMy_AuthService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()));
  2350.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\SecurityController'$this));
  2351.         return $instance;
  2352.     }
  2353.     /**
  2354.      * Gets the public 'AdminBundle\Controller\SeoMetaTagController' shared autowired service.
  2355.      *
  2356.      * @return \AdminBundle\Controller\SeoMetaTagController
  2357.      */
  2358.     protected function getSeoMetaTagControllerService()
  2359.     {
  2360.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2361.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  2362.         include_once \dirname(__DIR__4).'/src/AdminBundle/Controller/SeoMetaTagController.php';
  2363.         $this->services['AdminBundle\\Controller\\SeoMetaTagController'] = $instance = new \AdminBundle\Controller\SeoMetaTagController();
  2364.         $instance->setContainer(($this->privates['.service_locator.3CTLkIg'] ?? $this->get_ServiceLocator_3CTLkIgService())->withContext('AdminBundle\\Controller\\SeoMetaTagController'$this));
  2365.         return $instance;
  2366.     }
  2367.     /**
  2368.      * Gets the public 'AdminBundle\Controller\SyncDataController' shared autowired service.
  2369.      *
  2370.      * @return \AdminBundle\Controller\SyncDataController
  2371.      */
  2372.     protected function getSyncDataControllerService()
  2373.     {
  2374.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2375.         include_once \dirname(__DIR__4).'/src/AdminBundle/Controller/SyncDataController.php';
  2376.         $this->services['AdminBundle\\Controller\\SyncDataController'] = $instance = new \AdminBundle\Controller\SyncDataController();
  2377.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\SyncDataController'$this));
  2378.         return $instance;
  2379.     }
  2380.     /**
  2381.      * Gets the public 'AdminBundle\Controller\TicketController' shared autowired service.
  2382.      *
  2383.      * @return \AdminBundle\Controller\TicketController
  2384.      */
  2385.     protected function getTicketControllerService()
  2386.     {
  2387.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2388.         include_once \dirname(__DIR__4).'/src/AdminBundle/Controller/TicketController.php';
  2389.         $this->services['AdminBundle\\Controller\\TicketController'] = $instance = new \AdminBundle\Controller\TicketController(($this->services['core.ticket.model'] ?? $this->getCore_Ticket_ModelService()), ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2390.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\TicketController'$this));
  2391.         return $instance;
  2392.     }
  2393.     /**
  2394.      * Gets the public 'AdminBundle\Controller\TicketPlanerController' shared autowired service.
  2395.      *
  2396.      * @return \AdminBundle\Controller\TicketPlanerController
  2397.      */
  2398.     protected function getTicketPlanerControllerService()
  2399.     {
  2400.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2401.         include_once \dirname(__DIR__4).'/src/AdminBundle/Controller/TicketPlanerController.php';
  2402.         $this->services['AdminBundle\\Controller\\TicketPlanerController'] = $instance = new \AdminBundle\Controller\TicketPlanerController();
  2403.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\TicketPlanerController'$this));
  2404.         return $instance;
  2405.     }
  2406.     /**
  2407.      * Gets the public 'AdminBundle\Controller\VehicleController' shared autowired service.
  2408.      *
  2409.      * @return \AdminBundle\Controller\VehicleController
  2410.      */
  2411.     protected function getVehicleControllerService()
  2412.     {
  2413.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2414.         include_once \dirname(__DIR__4).'/src/AdminBundle/Controller/VehicleController.php';
  2415.         $this->services['AdminBundle\\Controller\\VehicleController'] = $instance = new \AdminBundle\Controller\VehicleController();
  2416.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\VehicleController'$this));
  2417.         return $instance;
  2418.     }
  2419.     /**
  2420.      * Gets the public 'AdminBundle\Controller\VehicleEstimateOddsController' shared autowired service.
  2421.      *
  2422.      * @return \AdminBundle\Controller\VehicleEstimateOddsController
  2423.      */
  2424.     protected function getVehicleEstimateOddsControllerService()
  2425.     {
  2426.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2427.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  2428.         include_once \dirname(__DIR__4).'/src/AdminBundle/Controller/VehicleEstimateOddsController.php';
  2429.         $this->services['AdminBundle\\Controller\\VehicleEstimateOddsController'] = $instance = new \AdminBundle\Controller\VehicleEstimateOddsController();
  2430.         $instance->setContainer(($this->privates['.service_locator.3CTLkIg'] ?? $this->get_ServiceLocator_3CTLkIgService())->withContext('AdminBundle\\Controller\\VehicleEstimateOddsController'$this));
  2431.         return $instance;
  2432.     }
  2433.     /**
  2434.      * Gets the public 'AdminBundle\Controller\Vehicles\AutoRiaController' shared autowired service.
  2435.      *
  2436.      * @return \AdminBundle\Controller\Vehicles\AutoRiaController
  2437.      */
  2438.     protected function getAutoRiaControllerService()
  2439.     {
  2440.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2441.         include_once \dirname(__DIR__4).'/src/AdminBundle/Controller/Vehicles/AutoRiaController.php';
  2442.         $this->services['AdminBundle\\Controller\\Vehicles\\AutoRiaController'] = $instance = new \AdminBundle\Controller\Vehicles\AutoRiaController();
  2443.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\Vehicles\\AutoRiaController'$this));
  2444.         return $instance;
  2445.     }
  2446.     /**
  2447.      * Gets the public 'AdminBundle\Controller\Vehicles\CRUDController' shared autowired service.
  2448.      *
  2449.      * @return \AdminBundle\Controller\Vehicles\CRUDController
  2450.      */
  2451.     protected function getCRUDControllerService()
  2452.     {
  2453.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2454.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  2455.         include_once \dirname(__DIR__4).'/src/AdminBundle/Controller/Vehicles/CRUDController.php';
  2456.         $this->services['AdminBundle\\Controller\\Vehicles\\CRUDController'] = $instance = new \AdminBundle\Controller\Vehicles\CRUDController();
  2457.         $instance->setContainer(($this->privates['.service_locator.3CTLkIg'] ?? $this->get_ServiceLocator_3CTLkIgService())->withContext('AdminBundle\\Controller\\Vehicles\\CRUDController'$this));
  2458.         return $instance;
  2459.     }
  2460.     /**
  2461.      * Gets the public 'AdminBundle\Controller\Vehicles\ConfiguratorController' shared autowired service.
  2462.      *
  2463.      * @return \AdminBundle\Controller\Vehicles\ConfiguratorController
  2464.      */
  2465.     protected function getConfiguratorControllerService()
  2466.     {
  2467.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2468.         include_once \dirname(__DIR__4).'/src/AdminBundle/Controller/Vehicles/ConfiguratorController.php';
  2469.         $this->services['AdminBundle\\Controller\\Vehicles\\ConfiguratorController'] = $instance = new \AdminBundle\Controller\Vehicles\ConfiguratorController(($this->privates['sonata.media.manager.media'] ?? $this->getSonata_Media_Manager_MediaService()));
  2470.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\Vehicles\\ConfiguratorController'$this));
  2471.         return $instance;
  2472.     }
  2473.     /**
  2474.      * Gets the public 'AdminBundle\Controller\Vehicles\EquipmentOptionController' shared autowired service.
  2475.      *
  2476.      * @return \AdminBundle\Controller\Vehicles\EquipmentOptionController
  2477.      */
  2478.     protected function getEquipmentOptionControllerService()
  2479.     {
  2480.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2481.         include_once \dirname(__DIR__4).'/src/AdminBundle/Controller/Vehicles/EquipmentOptionController.php';
  2482.         $this->services['AdminBundle\\Controller\\Vehicles\\EquipmentOptionController'] = $instance = new \AdminBundle\Controller\Vehicles\EquipmentOptionController();
  2483.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\Vehicles\\EquipmentOptionController'$this));
  2484.         return $instance;
  2485.     }
  2486.     /**
  2487.      * Gets the public 'AdminBundle\Controller\Vehicles\EquipmentOptionsController' shared autowired service.
  2488.      *
  2489.      * @return \AdminBundle\Controller\Vehicles\EquipmentOptionsController
  2490.      */
  2491.     protected function getEquipmentOptionsControllerService()
  2492.     {
  2493.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2494.         include_once \dirname(__DIR__4).'/src/AdminBundle/Controller/Vehicles/EquipmentOptionsController.php';
  2495.         $this->services['AdminBundle\\Controller\\Vehicles\\EquipmentOptionsController'] = $instance = new \AdminBundle\Controller\Vehicles\EquipmentOptionsController();
  2496.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\Vehicles\\EquipmentOptionsController'$this));
  2497.         return $instance;
  2498.     }
  2499.     /**
  2500.      * Gets the public 'AdminBundle\Controller\Vehicles\FilterController' shared autowired service.
  2501.      *
  2502.      * @return \AdminBundle\Controller\Vehicles\FilterController
  2503.      */
  2504.     protected function getFilterControllerService()
  2505.     {
  2506.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2507.         include_once \dirname(__DIR__4).'/src/AdminBundle/Controller/Vehicles/FilterController.php';
  2508.         $this->services['AdminBundle\\Controller\\Vehicles\\FilterController'] = $instance = new \AdminBundle\Controller\Vehicles\FilterController();
  2509.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\Vehicles\\FilterController'$this));
  2510.         return $instance;
  2511.     }
  2512.     /**
  2513.      * Gets the public 'AdminBundle\Controller\Vehicles\MediaController' shared autowired service.
  2514.      *
  2515.      * @return \AdminBundle\Controller\Vehicles\MediaController
  2516.      */
  2517.     protected function getMediaControllerService()
  2518.     {
  2519.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2520.         include_once \dirname(__DIR__4).'/src/AdminBundle/Controller/Vehicles/MediaController.php';
  2521.         $this->services['AdminBundle\\Controller\\Vehicles\\MediaController'] = $instance = new \AdminBundle\Controller\Vehicles\MediaController(($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['sonata.media.manager.media'] ?? $this->getSonata_Media_Manager_MediaService()));
  2522.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\Vehicles\\MediaController'$this));
  2523.         return $instance;
  2524.     }
  2525.     /**
  2526.      * Gets the public 'AdminBundle\Controller\Vehicles\UsedCRUDController' shared autowired service.
  2527.      *
  2528.      * @return \AdminBundle\Controller\Vehicles\UsedCRUDController
  2529.      */
  2530.     protected function getUsedCRUDControllerService()
  2531.     {
  2532.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2533.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  2534.         include_once \dirname(__DIR__4).'/src/AdminBundle/Controller/Vehicles/CRUDController.php';
  2535.         include_once \dirname(__DIR__4).'/src/AdminBundle/Controller/Vehicles/UsedCRUDController.php';
  2536.         $this->services['AdminBundle\\Controller\\Vehicles\\UsedCRUDController'] = $instance = new \AdminBundle\Controller\Vehicles\UsedCRUDController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  2537.         $instance->setContainer(($this->privates['.service_locator.3CTLkIg'] ?? $this->get_ServiceLocator_3CTLkIgService())->withContext('AdminBundle\\Controller\\Vehicles\\UsedCRUDController'$this));
  2538.         return $instance;
  2539.     }
  2540.     /**
  2541.      * Gets the public 'AdminBundle\Widget\ScopeWidget' shared autowired service.
  2542.      *
  2543.      * @return \AdminBundle\Widget\ScopeWidget
  2544.      */
  2545.     protected function getScopeWidgetService()
  2546.     {
  2547.         return $this->services['AdminBundle\\Widget\\ScopeWidget'] = new \AdminBundle\Widget\ScopeWidget();
  2548.     }
  2549.     /**
  2550.      * Gets the public 'ApiBundle\Controller\UnicommerceController' shared service.
  2551.      *
  2552.      * @return \ApiBundle\Controller\UnicommerceController
  2553.      */
  2554.     protected function getUnicommerceControllerService()
  2555.     {
  2556.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2557.         include_once \dirname(__DIR__4).'/src/ApiBundle/Controller/UnicommerceController.php';
  2558.         return $this->services['ApiBundle\\Controller\\UnicommerceController'] = new \ApiBundle\Controller\UnicommerceController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['api.helper.service'] ?? $this->getApi_Helper_ServiceService()), ($this->privates['api.service.layout'] ?? $this->getApi_Service_LayoutService()), ($this->services['api.unicommerce.service'] ?? $this->getApi_Unicommerce_ServiceService()), ($this->services['api.handler.error'] ?? $this->getApi_Handler_ErrorService()));
  2559.     }
  2560.     /**
  2561.      * Gets the public 'AutomarketBundle\Controller\AboutController' shared autowired service.
  2562.      *
  2563.      * @return \AutomarketBundle\Controller\AboutController
  2564.      */
  2565.     protected function getAboutControllerService()
  2566.     {
  2567.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2568.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  2569.         include_once \dirname(__DIR__4).'/src/AutomarketBundle/Controller/BaseController.php';
  2570.         include_once \dirname(__DIR__4).'/src/AutomarketBundle/Controller/AboutController.php';
  2571.         $this->services['AutomarketBundle\\Controller\\AboutController'] = $instance = new \AutomarketBundle\Controller\AboutController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()));
  2572.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AutomarketBundle\\Controller\\AboutController'$this));
  2573.         return $instance;
  2574.     }
  2575.     /**
  2576.      * Gets the public 'AutomarketBundle\Controller\AjaxController' shared autowired service.
  2577.      *
  2578.      * @return \AutomarketBundle\Controller\AjaxController
  2579.      */
  2580.     protected function getAjaxController2Service()
  2581.     {
  2582.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2583.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  2584.         include_once \dirname(__DIR__4).'/src/AutomarketBundle/Controller/BaseController.php';
  2585.         include_once \dirname(__DIR__4).'/src/AutomarketBundle/Controller/AjaxController.php';
  2586.         $this->services['AutomarketBundle\\Controller\\AjaxController'] = $instance = new \AutomarketBundle\Controller\AjaxController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['AutomarketBundle\\Services\\CatalogService'] ?? $this->getCatalogServiceService()));
  2587.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AutomarketBundle\\Controller\\AjaxController'$this));
  2588.         return $instance;
  2589.     }
  2590.     /**
  2591.      * Gets the public 'AutomarketBundle\Controller\BaseController' shared autowired service.
  2592.      *
  2593.      * @return \AutomarketBundle\Controller\BaseController
  2594.      */
  2595.     protected function getBaseControllerService()
  2596.     {
  2597.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2598.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  2599.         include_once \dirname(__DIR__4).'/src/AutomarketBundle/Controller/BaseController.php';
  2600.         $this->services['AutomarketBundle\\Controller\\BaseController'] = $instance = new \AutomarketBundle\Controller\BaseController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()));
  2601.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AutomarketBundle\\Controller\\BaseController'$this));
  2602.         return $instance;
  2603.     }
  2604.     /**
  2605.      * Gets the public 'AutomarketBundle\Controller\CarController' shared autowired service.
  2606.      *
  2607.      * @return \AutomarketBundle\Controller\CarController
  2608.      */
  2609.     protected function getCarControllerService()
  2610.     {
  2611.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2612.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  2613.         include_once \dirname(__DIR__4).'/src/AutomarketBundle/Controller/BaseController.php';
  2614.         include_once \dirname(__DIR__4).'/src/AutomarketBundle/Controller/CarController.php';
  2615.         $this->services['AutomarketBundle\\Controller\\CarController'] = $instance = new \AutomarketBundle\Controller\CarController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['AutomarketBundle\\Services\\MainService'] ?? $this->getMainServiceService()));
  2616.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AutomarketBundle\\Controller\\CarController'$this));
  2617.         return $instance;
  2618.     }
  2619.     /**
  2620.      * Gets the public 'AutomarketBundle\Controller\CarUSAController' shared autowired service.
  2621.      *
  2622.      * @return \AutomarketBundle\Controller\CarUSAController
  2623.      */
  2624.     protected function getCarUSAControllerService()
  2625.     {
  2626.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2627.         include_once \dirname(__DIR__4).'/src/AutomarketBundle/Controller/CarUSAController.php';
  2628.         $this->services['AutomarketBundle\\Controller\\CarUSAController'] = $instance = new \AutomarketBundle\Controller\CarUSAController();
  2629.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AutomarketBundle\\Controller\\CarUSAController'$this));
  2630.         return $instance;
  2631.     }
  2632.     /**
  2633.      * Gets the public 'AutomarketBundle\Controller\CatalogController' shared autowired service.
  2634.      *
  2635.      * @return \AutomarketBundle\Controller\CatalogController
  2636.      */
  2637.     protected function getCatalogControllerService()
  2638.     {
  2639.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2640.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  2641.         include_once \dirname(__DIR__4).'/src/AutomarketBundle/Controller/BaseController.php';
  2642.         include_once \dirname(__DIR__4).'/src/AutomarketBundle/Controller/CatalogController.php';
  2643.         $this->services['AutomarketBundle\\Controller\\CatalogController'] = $instance = new \AutomarketBundle\Controller\CatalogController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['AutomarketBundle\\Services\\CatalogService'] ?? $this->getCatalogServiceService()), ($this->services['AutomarketBundle\\Services\\SeoService'] ?? $this->getSeoServiceService()), ($this->services['DcSiteBundle\\Model\\Pagination'] ?? $this->getPaginationService()));
  2644.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AutomarketBundle\\Controller\\CatalogController'$this));
  2645.         return $instance;
  2646.     }
  2647.     /**
  2648.      * Gets the public 'AutomarketBundle\Controller\ComparisonController' shared autowired service.
  2649.      *
  2650.      * @return \AutomarketBundle\Controller\ComparisonController
  2651.      */
  2652.     protected function getComparisonControllerService()
  2653.     {
  2654.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2655.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  2656.         include_once \dirname(__DIR__4).'/src/AutomarketBundle/Controller/BaseController.php';
  2657.         include_once \dirname(__DIR__4).'/src/AutomarketBundle/Controller/ComparisonController.php';
  2658.         $this->services['AutomarketBundle\\Controller\\ComparisonController'] = $instance = new \AutomarketBundle\Controller\ComparisonController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()));
  2659.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AutomarketBundle\\Controller\\ComparisonController'$this));
  2660.         return $instance;
  2661.     }
  2662.     /**
  2663.      * Gets the public 'AutomarketBundle\Controller\ContactsController' shared autowired service.
  2664.      *
  2665.      * @return \AutomarketBundle\Controller\ContactsController
  2666.      */
  2667.     protected function getContactsControllerService()
  2668.     {
  2669.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2670.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  2671.         include_once \dirname(__DIR__4).'/src/AutomarketBundle/Controller/BaseController.php';
  2672.         include_once \dirname(__DIR__4).'/src/AutomarketBundle/Controller/ContactsController.php';
  2673.         $this->services['AutomarketBundle\\Controller\\ContactsController'] = $instance = new \AutomarketBundle\Controller\ContactsController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()));
  2674.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AutomarketBundle\\Controller\\ContactsController'$this));
  2675.         return $instance;
  2676.     }
  2677.     /**
  2678.      * Gets the public 'AutomarketBundle\Controller\CorporateProgramController' shared autowired service.
  2679.      *
  2680.      * @return \AutomarketBundle\Controller\CorporateProgramController
  2681.      */
  2682.     protected function getCorporateProgramControllerService()
  2683.     {
  2684.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2685.         include_once \dirname(__DIR__4).'/src/AutomarketBundle/Controller/CorporateProgramController.php';
  2686.         $this->services['AutomarketBundle\\Controller\\CorporateProgramController'] = $instance = new \AutomarketBundle\Controller\CorporateProgramController();
  2687.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AutomarketBundle\\Controller\\CorporateProgramController'$this));
  2688.         return $instance;
  2689.     }
  2690.     /**
  2691.      * Gets the public 'AutomarketBundle\Controller\FormController' shared autowired service.
  2692.      *
  2693.      * @return \AutomarketBundle\Controller\FormController
  2694.      */
  2695.     protected function getFormControllerService()
  2696.     {
  2697.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2698.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  2699.         include_once \dirname(__DIR__4).'/src/AutomarketBundle/Controller/FormController.php';
  2700.         $this->services['AutomarketBundle\\Controller\\FormController'] = $instance = new \AutomarketBundle\Controller\FormController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2701.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AutomarketBundle\\Controller\\FormController'$this));
  2702.         return $instance;
  2703.     }
  2704.     /**
  2705.      * Gets the public 'AutomarketBundle\Controller\MainController' shared autowired service.
  2706.      *
  2707.      * @return \AutomarketBundle\Controller\MainController
  2708.      */
  2709.     protected function getMainControllerService()
  2710.     {
  2711.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2712.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  2713.         include_once \dirname(__DIR__4).'/src/AutomarketBundle/Controller/BaseController.php';
  2714.         include_once \dirname(__DIR__4).'/src/AutomarketBundle/Controller/MainController.php';
  2715.         $this->services['AutomarketBundle\\Controller\\MainController'] = $instance = new \AutomarketBundle\Controller\MainController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['AutomarketBundle\\Services\\CatalogService'] ?? $this->getCatalogServiceService()), ($this->services['AutomarketBundle\\Services\\MainService'] ?? $this->getMainServiceService()));
  2716.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AutomarketBundle\\Controller\\MainController'$this));
  2717.         return $instance;
  2718.     }
  2719.     /**
  2720.      * Gets the public 'AutomarketBundle\Controller\OnlineCostEstimationController' shared autowired service.
  2721.      *
  2722.      * @return \AutomarketBundle\Controller\OnlineCostEstimationController
  2723.      */
  2724.     protected function getOnlineCostEstimationControllerService()
  2725.     {
  2726.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2727.         include_once \dirname(__DIR__4).'/src/AutomarketBundle/Controller/OnlineCostEstimationController.php';
  2728.         $this->services['AutomarketBundle\\Controller\\OnlineCostEstimationController'] = $instance = new \AutomarketBundle\Controller\OnlineCostEstimationController();
  2729.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AutomarketBundle\\Controller\\OnlineCostEstimationController'$this));
  2730.         return $instance;
  2731.     }
  2732.     /**
  2733.      * Gets the public 'AutomarketBundle\Controller\PostController' shared autowired service.
  2734.      *
  2735.      * @return \AutomarketBundle\Controller\PostController
  2736.      */
  2737.     protected function getPostControllerService()
  2738.     {
  2739.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2740.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  2741.         include_once \dirname(__DIR__4).'/src/AutomarketBundle/Controller/BaseController.php';
  2742.         include_once \dirname(__DIR__4).'/src/AutomarketBundle/Controller/PostController.php';
  2743.         $this->services['AutomarketBundle\\Controller\\PostController'] = $instance = new \AutomarketBundle\Controller\PostController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()));
  2744.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AutomarketBundle\\Controller\\PostController'$this));
  2745.         return $instance;
  2746.     }
  2747.     /**
  2748.      * Gets the public 'AutomarketBundle\Controller\RSSController' shared autowired service.
  2749.      *
  2750.      * @return \AutomarketBundle\Controller\RSSController
  2751.      */
  2752.     protected function getRSSControllerService()
  2753.     {
  2754.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2755.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  2756.         include_once \dirname(__DIR__4).'/src/AutomarketBundle/Controller/BaseController.php';
  2757.         include_once \dirname(__DIR__4).'/src/AutomarketBundle/Controller/RSSController.php';
  2758.         $this->services['AutomarketBundle\\Controller\\RSSController'] = $instance = new \AutomarketBundle\Controller\RSSController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()));
  2759.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AutomarketBundle\\Controller\\RSSController'$this));
  2760.         return $instance;
  2761.     }
  2762.     /**
  2763.      * Gets the public 'AutomarketBundle\Controller\SaleController' shared autowired service.
  2764.      *
  2765.      * @return \AutomarketBundle\Controller\SaleController
  2766.      */
  2767.     protected function getSaleControllerService()
  2768.     {
  2769.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2770.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  2771.         include_once \dirname(__DIR__4).'/src/AutomarketBundle/Controller/BaseController.php';
  2772.         include_once \dirname(__DIR__4).'/src/AutomarketBundle/Controller/SaleController.php';
  2773.         $this->services['AutomarketBundle\\Controller\\SaleController'] = $instance = new \AutomarketBundle\Controller\SaleController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()));
  2774.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AutomarketBundle\\Controller\\SaleController'$this));
  2775.         return $instance;
  2776.     }
  2777.     /**
  2778.      * Gets the public 'AutomarketBundle\Controller\ServicesController' shared autowired service.
  2779.      *
  2780.      * @return \AutomarketBundle\Controller\ServicesController
  2781.      */
  2782.     protected function getServicesControllerService()
  2783.     {
  2784.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2785.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  2786.         include_once \dirname(__DIR__4).'/src/AutomarketBundle/Controller/BaseController.php';
  2787.         include_once \dirname(__DIR__4).'/src/AutomarketBundle/Controller/MainController.php';
  2788.         include_once \dirname(__DIR__4).'/src/AutomarketBundle/Controller/ServicesController.php';
  2789.         $this->services['AutomarketBundle\\Controller\\ServicesController'] = $instance = new \AutomarketBundle\Controller\ServicesController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['AutomarketBundle\\Services\\CatalogService'] ?? $this->getCatalogServiceService()), ($this->services['AutomarketBundle\\Services\\MainService'] ?? $this->getMainServiceService()), ($this->services['PortalBundle\\Services\\DepartmentService'] ?? $this->getDepartmentServiceService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['dcsite.credit.model'] ?? $this->getDcsite_Credit_ModelService()));
  2790.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AutomarketBundle\\Controller\\ServicesController'$this));
  2791.         return $instance;
  2792.     }
  2793.     /**
  2794.      * Gets the public 'AutomarketBundle\Controller\SiteMapController' shared autowired service.
  2795.      *
  2796.      * @return \AutomarketBundle\Controller\SiteMapController
  2797.      */
  2798.     protected function getSiteMapControllerService()
  2799.     {
  2800.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2801.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  2802.         include_once \dirname(__DIR__4).'/src/AutomarketBundle/Controller/BaseController.php';
  2803.         include_once \dirname(__DIR__4).'/src/AutomarketBundle/Controller/SiteMapController.php';
  2804.         $this->services['AutomarketBundle\\Controller\\SiteMapController'] = $instance = new \AutomarketBundle\Controller\SiteMapController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['AutomarketBundle\\Services\\SeoService'] ?? $this->getSeoServiceService()));
  2805.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AutomarketBundle\\Controller\\SiteMapController'$this));
  2806.         return $instance;
  2807.     }
  2808.     /**
  2809.      * Gets the public 'AutomarketBundle\Controller\VacancyController' shared autowired service.
  2810.      *
  2811.      * @return \AutomarketBundle\Controller\VacancyController
  2812.      */
  2813.     protected function getVacancyControllerService()
  2814.     {
  2815.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2816.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  2817.         include_once \dirname(__DIR__4).'/src/AutomarketBundle/Controller/BaseController.php';
  2818.         include_once \dirname(__DIR__4).'/src/AutomarketBundle/Controller/VacancyController.php';
  2819.         $this->services['AutomarketBundle\\Controller\\VacancyController'] = $instance = new \AutomarketBundle\Controller\VacancyController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()));
  2820.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AutomarketBundle\\Controller\\VacancyController'$this));
  2821.         return $instance;
  2822.     }
  2823.     /**
  2824.      * Gets the public 'AutomarketBundle\Services\CatalogService' shared service.
  2825.      *
  2826.      * @return \AutomarketBundle\Services\CatalogService
  2827.      */
  2828.     protected function getCatalogServiceService()
  2829.     {
  2830.         include_once \dirname(__DIR__4).'/src/AutomarketBundle/Services/CatalogService.php';
  2831.         $a = ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService());
  2832.         if (isset($this->services['AutomarketBundle\\Services\\CatalogService'])) {
  2833.             return $this->services['AutomarketBundle\\Services\\CatalogService'];
  2834.         }
  2835.         $b = ($this->services['router'] ?? $this->getRouterService());
  2836.         if (isset($this->services['AutomarketBundle\\Services\\CatalogService'])) {
  2837.             return $this->services['AutomarketBundle\\Services\\CatalogService'];
  2838.         }
  2839.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2840.         if (isset($this->services['AutomarketBundle\\Services\\CatalogService'])) {
  2841.             return $this->services['AutomarketBundle\\Services\\CatalogService'];
  2842.         }
  2843.         $d = ($this->services['core.factory.vehicle'] ?? $this->getCore_Factory_VehicleService());
  2844.         if (isset($this->services['AutomarketBundle\\Services\\CatalogService'])) {
  2845.             return $this->services['AutomarketBundle\\Services\\CatalogService'];
  2846.         }
  2847.         $e = ($this->services['dcsite.credit.model'] ?? $this->getDcsite_Credit_ModelService());
  2848.         if (isset($this->services['AutomarketBundle\\Services\\CatalogService'])) {
  2849.             return $this->services['AutomarketBundle\\Services\\CatalogService'];
  2850.         }
  2851.         return $this->services['AutomarketBundle\\Services\\CatalogService'] = new \AutomarketBundle\Services\CatalogService($a$b, ($this->services['translator'] ?? $this->getTranslatorService()), $c, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $d$e);
  2852.     }
  2853.     /**
  2854.      * Gets the public 'AutomarketBundle\Services\FilterService' shared service.
  2855.      *
  2856.      * @return \AutomarketBundle\Services\FilterService
  2857.      */
  2858.     protected function getFilterServiceService()
  2859.     {
  2860.         include_once \dirname(__DIR__4).'/src/AutomarketBundle/Services/FilterService.php';
  2861.         return $this->services['AutomarketBundle\\Services\\FilterService'] = new \AutomarketBundle\Services\FilterService(($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2862.     }
  2863.     /**
  2864.      * Gets the public 'AutomarketBundle\Services\MainService' shared service.
  2865.      *
  2866.      * @return \AutomarketBundle\Services\MainService
  2867.      */
  2868.     protected function getMainServiceService()
  2869.     {
  2870.         include_once \dirname(__DIR__4).'/src/AutomarketBundle/Services/MainService.php';
  2871.         return $this->services['AutomarketBundle\\Services\\MainService'] = new \AutomarketBundle\Services\MainService(($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.model.vehicles.repository'] ?? $this->getCore_Model_Vehicles_RepositoryService()), ($this->services['AutomarketBundle\\Services\\CatalogService'] ?? $this->getCatalogServiceService()), ($this->services['dc.vehicle.service'] ?? $this->getDc_Vehicle_ServiceService()));
  2872.     }
  2873.     /**
  2874.      * Gets the public 'AutomarketBundle\Services\SeoService' shared service.
  2875.      *
  2876.      * @return \AutomarketBundle\Services\SeoService
  2877.      */
  2878.     protected function getSeoServiceService()
  2879.     {
  2880.         include_once \dirname(__DIR__4).'/src/AutomarketBundle/Services/SeoService.php';
  2881.         return $this->services['AutomarketBundle\\Services\\SeoService'] = new \AutomarketBundle\Services\SeoService(($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.model.vehicles.repository'] ?? $this->getCore_Model_Vehicles_RepositoryService()), ($this->services['AutomarketBundle\\Services\\CatalogService'] ?? $this->getCatalogServiceService()), ($this->services['core.factory.vehicle'] ?? $this->getCore_Factory_VehicleService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['translator'] ?? $this->getTranslatorService()));
  2882.     }
  2883.     /**
  2884.      * Gets the public 'BmpGatewayBundle\Command\AccessoriesSyncCommand' shared autowired service.
  2885.      *
  2886.      * @return \BmpGatewayBundle\Command\AccessoriesSyncCommand
  2887.      */
  2888.     protected function getAccessoriesSyncCommandService()
  2889.     {
  2890.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2891.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Command/AccessoriesSyncCommand.php';
  2892.         return $this->services['BmpGatewayBundle\\Command\\AccessoriesSyncCommand'] = new \BmpGatewayBundle\Command\AccessoriesSyncCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2893.     }
  2894.     /**
  2895.      * Gets the public 'BmpGatewayBundle\Command\Base\BaseSynchronizeCommand' shared autowired service.
  2896.      *
  2897.      * @return \BmpGatewayBundle\Command\Base\BaseSynchronizeCommand
  2898.      */
  2899.     protected function getBaseSynchronizeCommandService()
  2900.     {
  2901.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2902.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Command/Base/BaseSynchronizeCommand.php';
  2903.         return $this->services['BmpGatewayBundle\\Command\\Base\\BaseSynchronizeCommand'] = new \BmpGatewayBundle\Command\Base\BaseSynchronizeCommand(($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['core.db.locker'] ?? $this->getCore_Db_LockerService()));
  2904.     }
  2905.     /**
  2906.      * Gets the public 'BmpGatewayBundle\Command\CrmSendCreditLeadsCommand' shared autowired service.
  2907.      *
  2908.      * @return \BmpGatewayBundle\Command\CrmSendCreditLeadsCommand
  2909.      */
  2910.     protected function getCrmSendCreditLeadsCommandService()
  2911.     {
  2912.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2913.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Command/CrmSendCreditLeadsCommand.php';
  2914.         return $this->services['BmpGatewayBundle\\Command\\CrmSendCreditLeadsCommand'] = new \BmpGatewayBundle\Command\CrmSendCreditLeadsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['core.crm.odatamanager'] ?? $this->getCore_Crm_OdatamanagerService()));
  2915.     }
  2916.     /**
  2917.      * Gets the public 'BmpGatewayBundle\Command\CrmSendViewVehiclesCommand' shared autowired service.
  2918.      *
  2919.      * @return \BmpGatewayBundle\Command\CrmSendViewVehiclesCommand
  2920.      */
  2921.     protected function getCrmSendViewVehiclesCommandService()
  2922.     {
  2923.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2924.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Command/CrmSendViewVehiclesCommand.php';
  2925.         return $this->services['BmpGatewayBundle\\Command\\CrmSendViewVehiclesCommand'] = new \BmpGatewayBundle\Command\CrmSendViewVehiclesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['bmp_api.seder'] ?? $this->getBmpApi_SederService()));
  2926.     }
  2927.     /**
  2928.      * Gets the public 'BmpGatewayBundle\Command\CrmSyncVehicleEstimateLeadsCommand' shared autowired service.
  2929.      *
  2930.      * @return \BmpGatewayBundle\Command\CrmSyncVehicleEstimateLeadsCommand
  2931.      */
  2932.     protected function getCrmSyncVehicleEstimateLeadsCommandService()
  2933.     {
  2934.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2935.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Command/CrmSyncVehicleEstimateLeadsCommand.php';
  2936.         return $this->services['BmpGatewayBundle\\Command\\CrmSyncVehicleEstimateLeadsCommand'] = new \BmpGatewayBundle\Command\CrmSyncVehicleEstimateLeadsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.crm.odatamanager'] ?? $this->getCore_Crm_OdatamanagerService()));
  2937.     }
  2938.     /**
  2939.      * Gets the public 'BmpGatewayBundle\Command\ModelFromCRMSyncBy1CCommand' shared autowired service.
  2940.      *
  2941.      * @return \BmpGatewayBundle\Command\ModelFromCRMSyncBy1CCommand
  2942.      */
  2943.     protected function getModelFromCRMSyncBy1CCommandService()
  2944.     {
  2945.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2946.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Command/ModelFromCRMSyncBy1CCommand.php';
  2947.         return $this->services['BmpGatewayBundle\\Command\\ModelFromCRMSyncBy1CCommand'] = new \BmpGatewayBundle\Command\ModelFromCRMSyncBy1CCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.crm.odatamanager'] ?? $this->getCore_Crm_OdatamanagerService()));
  2948.     }
  2949.     /**
  2950.      * Gets the public 'BmpGatewayBundle\Command\MvdHistoryCommand' shared autowired service.
  2951.      *
  2952.      * @return \BmpGatewayBundle\Command\MvdHistoryCommand
  2953.      */
  2954.     protected function getMvdHistoryCommandService()
  2955.     {
  2956.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2957.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Command/MvdHistoryCommand.php';
  2958.         return $this->services['BmpGatewayBundle\\Command\\MvdHistoryCommand'] = new \BmpGatewayBundle\Command\MvdHistoryCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.mvd'] ?? $this->getCore_Api_MvdService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  2959.     }
  2960.     /**
  2961.      * Gets the public 'BmpGatewayBundle\Command\PeugeotSyncCommand' shared autowired service.
  2962.      *
  2963.      * @return \BmpGatewayBundle\Command\PeugeotSyncCommand
  2964.      */
  2965.     protected function getPeugeotSyncCommandService()
  2966.     {
  2967.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2968.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Command/PeugeotSyncCommand.php';
  2969.         include_once \dirname(__DIR__4).'/src/CoreBundle/Model/Api/Peugeot/PeugeotApi.php';
  2970.         return $this->services['BmpGatewayBundle\\Command\\PeugeotSyncCommand'] = new \BmpGatewayBundle\Command\PeugeotSyncCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['core.model.api.peugeot'] ?? ($this->services['core.model.api.peugeot'] = new \CoreBundle\Model\Api\Peugeot\PeugeotApi())), ($this->privates['sonata.media.manager.media'] ?? $this->getSonata_Media_Manager_MediaService()));
  2971.     }
  2972.     /**
  2973.      * Gets the public 'BmpGatewayBundle\Command\PipeDriveSendToCreatioCommand' shared autowired service.
  2974.      *
  2975.      * @return \BmpGatewayBundle\Command\PipeDriveSendToCreatioCommand
  2976.      */
  2977.     protected function getPipeDriveSendToCreatioCommandService()
  2978.     {
  2979.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2980.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Command/PipeDriveSendToCreatioCommand.php';
  2981.         return $this->services['BmpGatewayBundle\\Command\\PipeDriveSendToCreatioCommand'] = new \BmpGatewayBundle\Command\PipeDriveSendToCreatioCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['gateway.pipedrive.service'] ?? $this->getGateway_Pipedrive_ServiceService()));
  2982.     }
  2983.     /**
  2984.      * Gets the public 'BmpGatewayBundle\Command\RiaNotifyCommand' shared autowired service.
  2985.      *
  2986.      * @return \BmpGatewayBundle\Command\RiaNotifyCommand
  2987.      */
  2988.     protected function getRiaNotifyCommandService()
  2989.     {
  2990.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2991.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Command/RiaNotifyCommand.php';
  2992.         return $this->services['BmpGatewayBundle\\Command\\RiaNotifyCommand'] = new \BmpGatewayBundle\Command\RiaNotifyCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2993.     }
  2994.     /**
  2995.      * Gets the public 'BmpGatewayBundle\Command\SendFormTo1CCommand' shared autowired service.
  2996.      *
  2997.      * @return \BmpGatewayBundle\Command\SendFormTo1CCommand
  2998.      */
  2999.     protected function getSendFormTo1CCommandService()
  3000.     {
  3001.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3002.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Command/Base/BaseSynchronizeCommand.php';
  3003.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Command/SendFormTo1CCommand.php';
  3004.         return $this->services['BmpGatewayBundle\\Command\\SendFormTo1CCommand'] = new \BmpGatewayBundle\Command\SendFormTo1CCommand(($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['core.db.locker'] ?? $this->getCore_Db_LockerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()));
  3005.     }
  3006.     /**
  3007.      * Gets the public 'BmpGatewayBundle\Command\SendSMSFormCommand' shared autowired service.
  3008.      *
  3009.      * @return \BmpGatewayBundle\Command\SendSMSFormCommand
  3010.      */
  3011.     protected function getSendSMSFormCommandService()
  3012.     {
  3013.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3014.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Command/Base/BaseSynchronizeCommand.php';
  3015.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Command/SendSMSFormCommand.php';
  3016.         return $this->services['BmpGatewayBundle\\Command\\SendSMSFormCommand'] = new \BmpGatewayBundle\Command\SendSMSFormCommand(($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['core.db.locker'] ?? $this->getCore_Db_LockerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['bmp_api.seder'] ?? $this->getBmpApi_SederService()));
  3017.     }
  3018.     /**
  3019.      * Gets the public 'BmpGatewayBundle\Command\SynchronizeCRMCommand' shared autowired service.
  3020.      *
  3021.      * @return \BmpGatewayBundle\Command\SynchronizeCRMCommand
  3022.      */
  3023.     protected function getSynchronizeCRMCommandService()
  3024.     {
  3025.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3026.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Command/Base/BaseSynchronizeCommand.php';
  3027.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Command/SynchronizeCRMCommand.php';
  3028.         return $this->services['BmpGatewayBundle\\Command\\SynchronizeCRMCommand'] = new \BmpGatewayBundle\Command\SynchronizeCRMCommand(($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['core.db.locker'] ?? $this->getCore_Db_LockerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['bmp_api.seder'] ?? $this->getBmpApi_SederService()));
  3029.     }
  3030.     /**
  3031.      * Gets the public 'BmpGatewayBundle\Command\SynchronizeCRMOnlineEstimateCommand' shared autowired service.
  3032.      *
  3033.      * @return \BmpGatewayBundle\Command\SynchronizeCRMOnlineEstimateCommand
  3034.      */
  3035.     protected function getSynchronizeCRMOnlineEstimateCommandService()
  3036.     {
  3037.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3038.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Command/Base/BaseSynchronizeCommand.php';
  3039.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Command/SynchronizeCRMOnlineEstimateCommand.php';
  3040.         return $this->services['BmpGatewayBundle\\Command\\SynchronizeCRMOnlineEstimateCommand'] = new \BmpGatewayBundle\Command\SynchronizeCRMOnlineEstimateCommand(($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['core.db.locker'] ?? $this->getCore_Db_LockerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['bmp_api.seder'] ?? $this->getBmpApi_SederService()));
  3041.     }
  3042.     /**
  3043.      * Gets the public 'BmpGatewayBundle\Command\SynchronizePCUCommand' shared autowired service.
  3044.      *
  3045.      * @return \BmpGatewayBundle\Command\SynchronizePCUCommand
  3046.      */
  3047.     protected function getSynchronizePCUCommandService()
  3048.     {
  3049.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3050.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Command/Base/BaseSynchronizeCommand.php';
  3051.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Command/SynchronizePCUCommand.php';
  3052.         include_once \dirname(__DIR__4).'/src/CoreBundle/Component/Request/Curl.php';
  3053.         return $this->services['BmpGatewayBundle\\Command\\SynchronizePCUCommand'] = new \BmpGatewayBundle\Command\SynchronizePCUCommand(($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['core.db.locker'] ?? $this->getCore_Db_LockerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.request.curl'] ?? ($this->services['core.request.curl'] = new \CoreBundle\Component\Request\Curl())));
  3054.     }
  3055.     /**
  3056.      * Gets the public 'BmpGatewayBundle\Command\SynchronizeTestDriveCommand' shared autowired service.
  3057.      *
  3058.      * @return \BmpGatewayBundle\Command\SynchronizeTestDriveCommand
  3059.      */
  3060.     protected function getSynchronizeTestDriveCommandService()
  3061.     {
  3062.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3063.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Command/SynchronizeTestDriveCommand.php';
  3064.         return $this->services['BmpGatewayBundle\\Command\\SynchronizeTestDriveCommand'] = new \BmpGatewayBundle\Command\SynchronizeTestDriveCommand(($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['bmp_api.seder'] ?? $this->getBmpApi_SederService()));
  3065.     }
  3066.     /**
  3067.      * Gets the public 'BmpGatewayBundle\Command\SynchronizeYamahaCRMCommand' shared autowired service.
  3068.      *
  3069.      * @return \BmpGatewayBundle\Command\SynchronizeYamahaCRMCommand
  3070.      */
  3071.     protected function getSynchronizeYamahaCRMCommandService()
  3072.     {
  3073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3074.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Command/Base/BaseSynchronizeCommand.php';
  3075.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Command/SynchronizeYamahaCRMCommand.php';
  3076.         return $this->services['BmpGatewayBundle\\Command\\SynchronizeYamahaCRMCommand'] = new \BmpGatewayBundle\Command\SynchronizeYamahaCRMCommand(($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['core.db.locker'] ?? $this->getCore_Db_LockerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3077.     }
  3078.     /**
  3079.      * Gets the public 'BmpGatewayBundle\Command\TaskCommand' shared autowired service.
  3080.      *
  3081.      * @return \BmpGatewayBundle\Command\TaskCommand
  3082.      */
  3083.     protected function getTaskCommandService()
  3084.     {
  3085.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3086.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Command/TaskCommand.php';
  3087.         return $this->services['BmpGatewayBundle\\Command\\TaskCommand'] = new \BmpGatewayBundle\Command\TaskCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['bmp_gateway.model.lead'] ?? $this->getBmpGateway_Model_LeadService()));
  3088.     }
  3089.     /**
  3090.      * Gets the public 'BmpGatewayBundle\Command\TelegramWorkerServerCommand' shared autowired service.
  3091.      *
  3092.      * @return \BmpGatewayBundle\Command\TelegramWorkerServerCommand
  3093.      */
  3094.     protected function getTelegramWorkerServerCommandService()
  3095.     {
  3096.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3097.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Command/TelegramWorkerServerCommand.php';
  3098.         return $this->services['BmpGatewayBundle\\Command\\TelegramWorkerServerCommand'] = new \BmpGatewayBundle\Command\TelegramWorkerServerCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['telegram.sender'] ?? $this->getTelegram_SenderService()));
  3099.     }
  3100.     /**
  3101.      * Gets the public 'BmpGatewayBundle\Command\UpdatePostomateCommand' shared autowired service.
  3102.      *
  3103.      * @return \BmpGatewayBundle\Command\UpdatePostomateCommand
  3104.      */
  3105.     protected function getUpdatePostomateCommandService()
  3106.     {
  3107.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3108.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Command/UpdatePostomateCommand.php';
  3109.         return $this->services['BmpGatewayBundle\\Command\\UpdatePostomateCommand'] = new \BmpGatewayBundle\Command\UpdatePostomateCommand(($this->services['gateway.postomate.service'] ?? $this->getGateway_Postomate_ServiceService()));
  3110.     }
  3111.     /**
  3112.      * Gets the public 'CoreBundle\Command\AccessoriesContentCopyCommand' shared autowired service.
  3113.      *
  3114.      * @return \CoreBundle\Command\AccessoriesContentCopyCommand
  3115.      */
  3116.     protected function getAccessoriesContentCopyCommandService()
  3117.     {
  3118.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3119.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/AccessoriesContentCopyCommand.php';
  3120.         return $this->services['CoreBundle\\Command\\AccessoriesContentCopyCommand'] = new \CoreBundle\Command\AccessoriesContentCopyCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3121.     }
  3122.     /**
  3123.      * Gets the public 'CoreBundle\Command\AutoRiaDownloadAdCommand' shared autowired service.
  3124.      *
  3125.      * @return \CoreBundle\Command\AutoRiaDownloadAdCommand
  3126.      */
  3127.     protected function getAutoRiaDownloadAdCommandService()
  3128.     {
  3129.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3130.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/AutoRiaDownloadAdCommand.php';
  3131.         return $this->services['CoreBundle\\Command\\AutoRiaDownloadAdCommand'] = new \CoreBundle\Command\AutoRiaDownloadAdCommand(($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.exporter.model'] ?? $this->getCore_Exporter_ModelService()));
  3132.     }
  3133.     /**
  3134.      * Gets the public 'CoreBundle\Command\CalculateEstimateInfoCommand' shared autowired service.
  3135.      *
  3136.      * @return \CoreBundle\Command\CalculateEstimateInfoCommand
  3137.      */
  3138.     protected function getCalculateEstimateInfoCommandService()
  3139.     {
  3140.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3141.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/CalculateEstimateInfoCommand.php';
  3142.         return $this->services['CoreBundle\\Command\\CalculateEstimateInfoCommand'] = new \CoreBundle\Command\CalculateEstimateInfoCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.exporter.model'] ?? $this->getCore_Exporter_ModelService()));
  3143.     }
  3144.     /**
  3145.      * Gets the public 'CoreBundle\Command\CallbackProcessCommand' shared autowired service.
  3146.      *
  3147.      * @return \CoreBundle\Command\CallbackProcessCommand
  3148.      */
  3149.     protected function getCallbackProcessCommandService()
  3150.     {
  3151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3152.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/CallbackProcessCommand.php';
  3153.         return $this->services['CoreBundle\\Command\\CallbackProcessCommand'] = new \CoreBundle\Command\CallbackProcessCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['core.mic.client'] ?? $this->getCore_Mic_ClientService()));
  3154.     }
  3155.     /**
  3156.      * Gets the public 'CoreBundle\Command\CallbackStatusCommand' shared autowired service.
  3157.      *
  3158.      * @return \CoreBundle\Command\CallbackStatusCommand
  3159.      */
  3160.     protected function getCallbackStatusCommandService()
  3161.     {
  3162.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3163.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/CallbackStatusCommand.php';
  3164.         return $this->services['CoreBundle\\Command\\CallbackStatusCommand'] = new \CoreBundle\Command\CallbackStatusCommand();
  3165.     }
  3166.     /**
  3167.      * Gets the public 'CoreBundle\Command\ChangeVehicleOptionsCommand' shared autowired service.
  3168.      *
  3169.      * @return \CoreBundle\Command\ChangeVehicleOptionsCommand
  3170.      */
  3171.     protected function getChangeVehicleOptionsCommandService()
  3172.     {
  3173.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3174.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/ChangeVehicleOptionsCommand.php';
  3175.         return $this->services['CoreBundle\\Command\\ChangeVehicleOptionsCommand'] = new \CoreBundle\Command\ChangeVehicleOptionsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.exporter.model'] ?? $this->getCore_Exporter_ModelService()));
  3176.     }
  3177.     /**
  3178.      * Gets the public 'CoreBundle\Command\CreateCsvAccessoriesCommand' shared autowired service.
  3179.      *
  3180.      * @return \CoreBundle\Command\CreateCsvAccessoriesCommand
  3181.      */
  3182.     protected function getCreateCsvAccessoriesCommandService()
  3183.     {
  3184.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3185.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/CreateCsvAccessoriesCommand.php';
  3186.         return $this->services['CoreBundle\\Command\\CreateCsvAccessoriesCommand'] = new \CoreBundle\Command\CreateCsvAccessoriesCommand(($this->services['router'] ?? $this->getRouterService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['dc.accessory.shop'] ?? $this->getDc_Accessory_ShopService()), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()));
  3187.     }
  3188.     /**
  3189.      * Gets the public 'CoreBundle\Command\CreateMerchantAccessoriesCommand' shared autowired service.
  3190.      *
  3191.      * @return \CoreBundle\Command\CreateMerchantAccessoriesCommand
  3192.      */
  3193.     protected function getCreateMerchantAccessoriesCommandService()
  3194.     {
  3195.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3196.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/CreateMerchantAccessoriesCommand.php';
  3197.         return $this->services['CoreBundle\\Command\\CreateMerchantAccessoriesCommand'] = new \CoreBundle\Command\CreateMerchantAccessoriesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['dc.accessory.shop'] ?? $this->getDc_Accessory_ShopService()), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()));
  3198.     }
  3199.     /**
  3200.      * Gets the public 'CoreBundle\Command\CreateMerchantVehiclesCommand' shared autowired service.
  3201.      *
  3202.      * @return \CoreBundle\Command\CreateMerchantVehiclesCommand
  3203.      */
  3204.     protected function getCreateMerchantVehiclesCommandService()
  3205.     {
  3206.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3207.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/CreateMerchantVehiclesCommand.php';
  3208.         return $this->services['CoreBundle\\Command\\CreateMerchantVehiclesCommand'] = new \CoreBundle\Command\CreateMerchantVehiclesCommand(($this->services['PortalBundle\\Model\\Catalog'] ?? $this->getCatalogService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['router'] ?? $this->getRouterService()));
  3209.     }
  3210.     /**
  3211.      * Gets the public 'CoreBundle\Command\CreateRssCommand' shared autowired service.
  3212.      *
  3213.      * @return \CoreBundle\Command\CreateRssCommand
  3214.      */
  3215.     protected function getCreateRssCommandService()
  3216.     {
  3217.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3218.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/CreateRssCommand.php';
  3219.         return $this->services['CoreBundle\\Command\\CreateRssCommand'] = new \CoreBundle\Command\CreateRssCommand(($this->services['router'] ?? $this->getRouterService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['dc.catalog.model'] ?? $this->getDc_Catalog_ModelService()), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['DcSiteBundle\\Services\\CarRouteGenerateService'] ?? $this->getCarRouteGenerateServiceService()), ($this->services['DcSiteBundle\\Services\\NewsService'] ?? $this->getNewsServiceService()), ($this->services['DcSiteBundle\\Services\\ActionsService'] ?? $this->getActionsServiceService()), ($this->services['kernel'] ?? $this->get('kernel'1)));
  3220.     }
  3221.     /**
  3222.      * Gets the public 'CoreBundle\Command\DeleteCarsImagesCommand' shared autowired service.
  3223.      *
  3224.      * @return \CoreBundle\Command\DeleteCarsImagesCommand
  3225.      */
  3226.     protected function getDeleteCarsImagesCommandService()
  3227.     {
  3228.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3229.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/DeleteCarsImagesCommand.php';
  3230.         return $this->services['CoreBundle\\Command\\DeleteCarsImagesCommand'] = new \CoreBundle\Command\DeleteCarsImagesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['sonata.media.manager.media'] ?? $this->getSonata_Media_Manager_MediaService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService()));
  3231.     }
  3232.     /**
  3233.      * Gets the public 'CoreBundle\Command\DeleteVehiclesFromQueueInCRMCommand' shared autowired service.
  3234.      *
  3235.      * @return \CoreBundle\Command\DeleteVehiclesFromQueueInCRMCommand
  3236.      */
  3237.     protected function getDeleteVehiclesFromQueueInCRMCommandService()
  3238.     {
  3239.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3240.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/DeleteVehiclesFromQueueInCRMCommand.php';
  3241.         return $this->services['CoreBundle\\Command\\DeleteVehiclesFromQueueInCRMCommand'] = new \CoreBundle\Command\DeleteVehiclesFromQueueInCRMCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3242.     }
  3243.     /**
  3244.      * Gets the public 'CoreBundle\Command\DeployCommand' shared autowired service.
  3245.      *
  3246.      * @return \CoreBundle\Command\DeployCommand
  3247.      */
  3248.     protected function getDeployCommandService()
  3249.     {
  3250.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3251.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/DeployCommand.php';
  3252.         return $this->services['CoreBundle\\Command\\DeployCommand'] = new \CoreBundle\Command\DeployCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.ticket.model'] ?? $this->getCore_Ticket_ModelService()));
  3253.     }
  3254.     /**
  3255.      * Gets the public 'CoreBundle\Command\DevCommand' shared autowired service.
  3256.      *
  3257.      * @return \CoreBundle\Command\DevCommand
  3258.      */
  3259.     protected function getDevCommandService()
  3260.     {
  3261.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3262.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/DevCommand.php';
  3263.         return $this->services['CoreBundle\\Command\\DevCommand'] = new \CoreBundle\Command\DevCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()));
  3264.     }
  3265.     /**
  3266.      * Gets the public 'CoreBundle\Command\FetchVehiclesCommand' shared autowired service.
  3267.      *
  3268.      * @return \CoreBundle\Command\FetchVehiclesCommand
  3269.      */
  3270.     protected function getFetchVehiclesCommandService()
  3271.     {
  3272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3273.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/FetchVehiclesCommand.php';
  3274.         return $this->services['CoreBundle\\Command\\FetchVehiclesCommand'] = new \CoreBundle\Command\FetchVehiclesCommand(($this->services['core.fetch.vehicle.service'] ?? $this->getCore_Fetch_Vehicle_ServiceService()));
  3275.     }
  3276.     /**
  3277.      * Gets the public 'CoreBundle\Command\GenerationUrlCommand' shared autowired service.
  3278.      *
  3279.      * @return \CoreBundle\Command\GenerationUrlCommand
  3280.      */
  3281.     protected function getGenerationUrlCommandService()
  3282.     {
  3283.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3284.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/GenerationUrlCommand.php';
  3285.         return $this->services['CoreBundle\\Command\\GenerationUrlCommand'] = new \CoreBundle\Command\GenerationUrlCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3286.     }
  3287.     /**
  3288.      * Gets the public 'CoreBundle\Command\JiraCreateIssuesCommand' shared autowired service.
  3289.      *
  3290.      * @return \CoreBundle\Command\JiraCreateIssuesCommand
  3291.      */
  3292.     protected function getJiraCreateIssuesCommandService()
  3293.     {
  3294.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3295.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/JiraCreateIssuesCommand.php';
  3296.         include_once \dirname(__DIR__4).'/src/CoreBundle/Services/Jira/JiraService.php';
  3297.         return $this->services['CoreBundle\\Command\\JiraCreateIssuesCommand'] = new \CoreBundle\Command\JiraCreateIssuesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.jira.service'] ?? ($this->services['core.jira.service'] = new \CoreBundle\Services\Jira\JiraService(\dirname(__DIR__4)))));
  3298.     }
  3299.     /**
  3300.      * Gets the public 'CoreBundle\Command\LeasingCalcLogCommand' shared autowired service.
  3301.      *
  3302.      * @return \CoreBundle\Command\LeasingCalcLogCommand
  3303.      */
  3304.     protected function getLeasingCalcLogCommandService()
  3305.     {
  3306.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3307.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/LeasingCalcLogCommand.php';
  3308.         return $this->services['CoreBundle\\Command\\LeasingCalcLogCommand'] = new \CoreBundle\Command\LeasingCalcLogCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3309.     }
  3310.     /**
  3311.      * Gets the public 'CoreBundle\Command\MediaRemoveCommand' shared autowired service.
  3312.      *
  3313.      * @return \CoreBundle\Command\MediaRemoveCommand
  3314.      */
  3315.     protected function getMediaRemoveCommandService()
  3316.     {
  3317.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3318.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/MediaRemoveCommand.php';
  3319.         return $this->services['CoreBundle\\Command\\MediaRemoveCommand'] = new \CoreBundle\Command\MediaRemoveCommand();
  3320.     }
  3321.     /**
  3322.      * Gets the public 'CoreBundle\Command\PagespeedCommand' shared autowired service.
  3323.      *
  3324.      * @return \CoreBundle\Command\PagespeedCommand
  3325.      */
  3326.     protected function getPagespeedCommandService()
  3327.     {
  3328.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3329.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/PagespeedCommand.php';
  3330.         return $this->services['CoreBundle\\Command\\PagespeedCommand'] = new \CoreBundle\Command\PagespeedCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.pagespeed.google.analytics.service'] ?? $this->getCore_Pagespeed_Google_Analytics_ServiceService()));
  3331.     }
  3332.     /**
  3333.      * Gets the public 'CoreBundle\Command\RedmineTimeCommand' shared autowired service.
  3334.      *
  3335.      * @return \CoreBundle\Command\RedmineTimeCommand
  3336.      */
  3337.     protected function getRedmineTimeCommandService()
  3338.     {
  3339.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3340.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/RedmineTimeCommand.php';
  3341.         return $this->services['CoreBundle\\Command\\RedmineTimeCommand'] = new \CoreBundle\Command\RedmineTimeCommand(($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['core.api.redmine'] ?? $this->getCore_Api_RedmineService()));
  3342.     }
  3343.     /**
  3344.      * Gets the public 'CoreBundle\Command\RegenerateThumbnailsCommand' shared autowired service.
  3345.      *
  3346.      * @return \CoreBundle\Command\RegenerateThumbnailsCommand
  3347.      */
  3348.     protected function getRegenerateThumbnailsCommandService()
  3349.     {
  3350.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3351.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/RegenerateThumbnailsCommand.php';
  3352.         return $this->services['CoreBundle\\Command\\RegenerateThumbnailsCommand'] = new \CoreBundle\Command\RegenerateThumbnailsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService()));
  3353.     }
  3354.     /**
  3355.      * Gets the public 'CoreBundle\Command\ResumeSearchCommand' shared autowired service.
  3356.      *
  3357.      * @return \CoreBundle\Command\ResumeSearchCommand
  3358.      */
  3359.     protected function getResumeSearchCommandService()
  3360.     {
  3361.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3362.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/ResumeSearchCommand.php';
  3363.         include_once \dirname(__DIR__4).'/src/CoreBundle/Component/Request/Curl.php';
  3364.         return $this->services['CoreBundle\\Command\\ResumeSearchCommand'] = new \CoreBundle\Command\ResumeSearchCommand(($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['core.request.curl'] ?? ($this->services['core.request.curl'] = new \CoreBundle\Component\Request\Curl())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3365.     }
  3366.     /**
  3367.      * Gets the public 'CoreBundle\Command\SearchCarByEdrpouCommand' shared autowired service.
  3368.      *
  3369.      * @return \CoreBundle\Command\SearchCarByEdrpouCommand
  3370.      */
  3371.     protected function getSearchCarByEdrpouCommandService()
  3372.     {
  3373.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3374.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/SearchCarByEdrpouCommand.php';
  3375.         return $this->services['CoreBundle\\Command\\SearchCarByEdrpouCommand'] = new \CoreBundle\Command\SearchCarByEdrpouCommand(($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.exporter.model'] ?? $this->getCore_Exporter_ModelService()), ($this->services['core.api.mvd'] ?? $this->getCore_Api_MvdService()));
  3376.     }
  3377.     /**
  3378.      * Gets the public 'CoreBundle\Command\SendMVDHistoryCommand' shared autowired service.
  3379.      *
  3380.      * @return \CoreBundle\Command\SendMVDHistoryCommand
  3381.      */
  3382.     protected function getSendMVDHistoryCommandService()
  3383.     {
  3384.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3385.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/SendMVDHistoryCommand.php';
  3386.         return $this->services['CoreBundle\\Command\\SendMVDHistoryCommand'] = new \CoreBundle\Command\SendMVDHistoryCommand(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.exporter.model'] ?? $this->getCore_Exporter_ModelService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()));
  3387.     }
  3388.     /**
  3389.      * Gets the public 'CoreBundle\Command\SendOrderNotifyCommand' shared autowired service.
  3390.      *
  3391.      * @return \CoreBundle\Command\SendOrderNotifyCommand
  3392.      */
  3393.     protected function getSendOrderNotifyCommandService()
  3394.     {
  3395.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3396.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/SendOrderNotifyCommand.php';
  3397.         return $this->services['CoreBundle\\Command\\SendOrderNotifyCommand'] = new \CoreBundle\Command\SendOrderNotifyCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3398.     }
  3399.     /**
  3400.      * Gets the public 'CoreBundle\Command\SendVehicleSubscriberCommand' shared autowired service.
  3401.      *
  3402.      * @return \CoreBundle\Command\SendVehicleSubscriberCommand
  3403.      */
  3404.     protected function getSendVehicleSubscriberCommandService()
  3405.     {
  3406.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3407.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/SendVehicleSubscriberCommand.php';
  3408.         return $this->services['CoreBundle\\Command\\SendVehicleSubscriberCommand'] = new \CoreBundle\Command\SendVehicleSubscriberCommand(($this->services['core.vehicles_subscriber.service'] ?? $this->getCore_VehiclesSubscriber_ServiceService()));
  3409.     }
  3410.     /**
  3411.      * Gets the public 'CoreBundle\Command\SendVehiclesToCrmCommand' shared autowired service.
  3412.      *
  3413.      * @return \CoreBundle\Command\SendVehiclesToCrmCommand
  3414.      */
  3415.     protected function getSendVehiclesToCrmCommandService()
  3416.     {
  3417.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3418.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/SendVehiclesToCrmCommand.php';
  3419.         return $this->services['CoreBundle\\Command\\SendVehiclesToCrmCommand'] = new \CoreBundle\Command\SendVehiclesToCrmCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.db.locker'] ?? $this->getCore_Db_LockerService()), ($this->services['core.fetch.vehicle.service'] ?? $this->getCore_Fetch_Vehicle_ServiceService()));
  3420.     }
  3421.     /**
  3422.      * Gets the public 'CoreBundle\Command\ServiceWorkVariationsCommand' shared autowired service.
  3423.      *
  3424.      * @return \CoreBundle\Command\ServiceWorkVariationsCommand
  3425.      */
  3426.     protected function getServiceWorkVariationsCommandService()
  3427.     {
  3428.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3429.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/ServiceWorkVariationsCommand.php';
  3430.         return $this->services['CoreBundle\\Command\\ServiceWorkVariationsCommand'] = new \CoreBundle\Command\ServiceWorkVariationsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3431.     }
  3432.     /**
  3433.      * Gets the public 'CoreBundle\Command\TempCommand' shared autowired service.
  3434.      *
  3435.      * @return \CoreBundle\Command\TempCommand
  3436.      */
  3437.     protected function getTempCommandService()
  3438.     {
  3439.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3440.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/TempCommand.php';
  3441.         return $this->services['CoreBundle\\Command\\TempCommand'] = new \CoreBundle\Command\TempCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  3442.     }
  3443.     /**
  3444.      * Gets the public 'CoreBundle\Command\UpdateAutoRiaAdIdCommand' shared autowired service.
  3445.      *
  3446.      * @return \CoreBundle\Command\UpdateAutoRiaAdIdCommand
  3447.      */
  3448.     protected function getUpdateAutoRiaAdIdCommandService()
  3449.     {
  3450.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3451.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/UpdateAutoRiaAdIdCommand.php';
  3452.         return $this->services['CoreBundle\\Command\\UpdateAutoRiaAdIdCommand'] = new \CoreBundle\Command\UpdateAutoRiaAdIdCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  3453.     }
  3454.     /**
  3455.      * Gets the public 'CoreBundle\Command\UpdateAutoRiaOptionsCommand' shared autowired service.
  3456.      *
  3457.      * @return \CoreBundle\Command\UpdateAutoRiaOptionsCommand
  3458.      */
  3459.     protected function getUpdateAutoRiaOptionsCommandService()
  3460.     {
  3461.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3462.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/UpdateAutoRiaOptionsCommand.php';
  3463.         return $this->services['CoreBundle\\Command\\UpdateAutoRiaOptionsCommand'] = new \CoreBundle\Command\UpdateAutoRiaOptionsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  3464.     }
  3465.     /**
  3466.      * Gets the public 'CoreBundle\Command\UpdateExchangeRateCommand' shared autowired service.
  3467.      *
  3468.      * @return \CoreBundle\Command\UpdateExchangeRateCommand
  3469.      */
  3470.     protected function getUpdateExchangeRateCommandService()
  3471.     {
  3472.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3473.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/UpdateExchangeRateCommand.php';
  3474.         return $this->services['CoreBundle\\Command\\UpdateExchangeRateCommand'] = new \CoreBundle\Command\UpdateExchangeRateCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.winner_rate.model'] ?? $this->getCore_WinnerRate_ModelService()));
  3475.     }
  3476.     /**
  3477.      * Gets the public 'CoreBundle\Command\UpdateNightDealerCommand' shared autowired service.
  3478.      *
  3479.      * @return \CoreBundle\Command\UpdateNightDealerCommand
  3480.      */
  3481.     protected function getUpdateNightDealerCommandService()
  3482.     {
  3483.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3484.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/UpdateNightDealerCommand.php';
  3485.         return $this->services['CoreBundle\\Command\\UpdateNightDealerCommand'] = new \CoreBundle\Command\UpdateNightDealerCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3486.     }
  3487.     /**
  3488.      * Gets the public 'CoreBundle\Command\UpdateQueueAutoriaCommand' shared autowired service.
  3489.      *
  3490.      * @return \CoreBundle\Command\UpdateQueueAutoriaCommand
  3491.      */
  3492.     protected function getUpdateQueueAutoriaCommandService()
  3493.     {
  3494.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3495.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/UpdateQueueAutoriaCommand.php';
  3496.         return $this->services['CoreBundle\\Command\\UpdateQueueAutoriaCommand'] = new \CoreBundle\Command\UpdateQueueAutoriaCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3497.     }
  3498.     /**
  3499.      * Gets the public 'CoreBundle\Command\UpdateUsedVehicleOptionsCommand' shared autowired service.
  3500.      *
  3501.      * @return \CoreBundle\Command\UpdateUsedVehicleOptionsCommand
  3502.      */
  3503.     protected function getUpdateUsedVehicleOptionsCommandService()
  3504.     {
  3505.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3506.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/UpdateUsedVehicleOptionsCommand.php';
  3507.         return $this->services['CoreBundle\\Command\\UpdateUsedVehicleOptionsCommand'] = new \CoreBundle\Command\UpdateUsedVehicleOptionsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()));
  3508.     }
  3509.     /**
  3510.      * Gets the public 'CoreBundle\Command\UploadMvdInfoCommand' shared autowired service.
  3511.      *
  3512.      * @return \CoreBundle\Command\UploadMvdInfoCommand
  3513.      */
  3514.     protected function getUploadMvdInfoCommandService()
  3515.     {
  3516.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3517.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/UploadMvdInfoCommand.php';
  3518.         return $this->services['CoreBundle\\Command\\UploadMvdInfoCommand'] = new \CoreBundle\Command\UploadMvdInfoCommand(($this->services['core.exporter.model'] ?? $this->getCore_Exporter_ModelService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.api.mvd'] ?? $this->getCore_Api_MvdService()));
  3519.     }
  3520.     /**
  3521.      * Gets the public 'CoreBundle\Command\UploadUsedCarsCommand' shared autowired service.
  3522.      *
  3523.      * @return \CoreBundle\Command\UploadUsedCarsCommand
  3524.      */
  3525.     protected function getUploadUsedCarsCommandService()
  3526.     {
  3527.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3528.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/UploadUsedCarsCommand.php';
  3529.         return $this->services['CoreBundle\\Command\\UploadUsedCarsCommand'] = new \CoreBundle\Command\UploadUsedCarsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.exporter.model'] ?? $this->getCore_Exporter_ModelService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  3530.     }
  3531.     /**
  3532.      * Gets the public 'CoreBundle\Command\VehicleCategoryToCategoriesCopyCommand' shared autowired service.
  3533.      *
  3534.      * @return \CoreBundle\Command\VehicleCategoryToCategoriesCopyCommand
  3535.      */
  3536.     protected function getVehicleCategoryToCategoriesCopyCommandService()
  3537.     {
  3538.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3539.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/VehicleCategoryToCategoriesCopyCommand.php';
  3540.         return $this->services['CoreBundle\\Command\\VehicleCategoryToCategoriesCopyCommand'] = new \CoreBundle\Command\VehicleCategoryToCategoriesCopyCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3541.     }
  3542.     /**
  3543.      * Gets the public 'CoreBundle\Controller\CoreController' shared autowired service.
  3544.      *
  3545.      * @return \CoreBundle\Controller\CoreController
  3546.      */
  3547.     protected function getCoreControllerService()
  3548.     {
  3549.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3550.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  3551.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/CoreController.php';
  3552.         $this->services['CoreBundle\\Controller\\CoreController'] = $instance = new \CoreBundle\Controller\CoreController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()));
  3553.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\CoreController'$this));
  3554.         return $instance;
  3555.     }
  3556.     /**
  3557.      * Gets the public 'CoreBundle\Controller\CrossDomainAuthController' shared autowired service.
  3558.      *
  3559.      * @return \CoreBundle\Controller\CrossDomainAuthController
  3560.      */
  3561.     protected function getCrossDomainAuthControllerService()
  3562.     {
  3563.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3564.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  3565.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/CrossDomainAuthController.php';
  3566.         $this->services['CoreBundle\\Controller\\CrossDomainAuthController'] = $instance = new \CoreBundle\Controller\CrossDomainAuthController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3567.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\CrossDomainAuthController'$this));
  3568.         return $instance;
  3569.     }
  3570.     /**
  3571.      * Gets the public 'CoreBundle\Controller\DefaultController' shared autowired service.
  3572.      *
  3573.      * @return \CoreBundle\Controller\DefaultController
  3574.      */
  3575.     protected function getDefaultController2Service()
  3576.     {
  3577.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3578.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/DefaultController.php';
  3579.         $this->services['CoreBundle\\Controller\\DefaultController'] = $instance = new \CoreBundle\Controller\DefaultController();
  3580.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\DefaultController'$this));
  3581.         return $instance;
  3582.     }
  3583.     /**
  3584.      * Gets the public 'CoreBundle\Controller\ViDiController' shared autowired service.
  3585.      *
  3586.      * @return \CoreBundle\Controller\ViDiController
  3587.      */
  3588.     protected function getViDiControllerService()
  3589.     {
  3590.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3591.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  3592.         $this->services['CoreBundle\\Controller\\ViDiController'] = $instance = new \CoreBundle\Controller\ViDiController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()));
  3593.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\ViDiController'$this));
  3594.         return $instance;
  3595.     }
  3596.     /**
  3597.      * Gets the public 'CoreBundle\EventListener\AuthUserListener' shared service.
  3598.      *
  3599.      * @return \CoreBundle\EventListener\AuthUserListener
  3600.      */
  3601.     protected function getAuthUserListenerService()
  3602.     {
  3603.         $a = ($this->services['my.auth'] ?? $this->getMy_AuthService());
  3604.         if (isset($this->services['CoreBundle\\EventListener\\AuthUserListener'])) {
  3605.             return $this->services['CoreBundle\\EventListener\\AuthUserListener'];
  3606.         }
  3607.         return $this->services['CoreBundle\\EventListener\\AuthUserListener'] = new \CoreBundle\EventListener\AuthUserListener($a);
  3608.     }
  3609.     /**
  3610.      * Gets the public 'CoreBundle\EventListener\RedirectListener' shared service.
  3611.      *
  3612.      * @return \CoreBundle\EventListener\RedirectListener
  3613.      */
  3614.     protected function getRedirectListenerService()
  3615.     {
  3616.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3617.         if (isset($this->services['CoreBundle\\EventListener\\RedirectListener'])) {
  3618.             return $this->services['CoreBundle\\EventListener\\RedirectListener'];
  3619.         }
  3620.         return $this->services['CoreBundle\\EventListener\\RedirectListener'] = new \CoreBundle\EventListener\RedirectListener($this->parameters['redirect'], $a);
  3621.     }
  3622.     /**
  3623.      * Gets the public 'CoreBundle\Factory\Vehicle' shared autowired service.
  3624.      *
  3625.      * @return \CoreBundle\Factory\Vehicle
  3626.      */
  3627.     protected function getVehicleService()
  3628.     {
  3629.         include_once \dirname(__DIR__4).'/src/CoreBundle/Factory/Vehicle.php';
  3630.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3631.         if (isset($this->services['CoreBundle\\Factory\\Vehicle'])) {
  3632.             return $this->services['CoreBundle\\Factory\\Vehicle'];
  3633.         }
  3634.         $b = ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService());
  3635.         if (isset($this->services['CoreBundle\\Factory\\Vehicle'])) {
  3636.             return $this->services['CoreBundle\\Factory\\Vehicle'];
  3637.         }
  3638.         $c = ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService());
  3639.         if (isset($this->services['CoreBundle\\Factory\\Vehicle'])) {
  3640.             return $this->services['CoreBundle\\Factory\\Vehicle'];
  3641.         }
  3642.         $d = ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService());
  3643.         if (isset($this->services['CoreBundle\\Factory\\Vehicle'])) {
  3644.             return $this->services['CoreBundle\\Factory\\Vehicle'];
  3645.         }
  3646.         return $this->services['CoreBundle\\Factory\\Vehicle'] = new \CoreBundle\Factory\Vehicle($a$b$c$d);
  3647.     }
  3648.     /**
  3649.      * Gets the public 'CoreBundle\Model\Vehicles\Repository' shared autowired service.
  3650.      *
  3651.      * @return \CoreBundle\Model\Vehicles\Repository
  3652.      */
  3653.     protected function getRepositoryService()
  3654.     {
  3655.         include_once \dirname(__DIR__4).'/src/CoreBundle/Model/Vehicles/Repository.php';
  3656.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3657.         if (isset($this->services['CoreBundle\\Model\\Vehicles\\Repository'])) {
  3658.             return $this->services['CoreBundle\\Model\\Vehicles\\Repository'];
  3659.         }
  3660.         return $this->services['CoreBundle\\Model\\Vehicles\\Repository'] = new \CoreBundle\Model\Vehicles\Repository($a);
  3661.     }
  3662.     /**
  3663.      * Gets the public 'DcSiteBundle\Controller\AccessoriesController' shared autowired service.
  3664.      *
  3665.      * @return \DcSiteBundle\Controller\AccessoriesController
  3666.      */
  3667.     protected function getAccessoriesControllerService()
  3668.     {
  3669.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3670.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  3671.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  3672.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/AccessoriesController.php';
  3673.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3674.         $this->services['DcSiteBundle\\Controller\\AccessoriesController'] = $instance = new \DcSiteBundle\Controller\AccessoriesController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3675.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\AccessoriesController'$this));
  3676.         return $instance;
  3677.     }
  3678.     /**
  3679.      * Gets the public 'DcSiteBundle\Controller\AccessoriesFilterController' shared autowired service.
  3680.      *
  3681.      * @return \DcSiteBundle\Controller\AccessoriesFilterController
  3682.      */
  3683.     protected function getAccessoriesFilterControllerService()
  3684.     {
  3685.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3686.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  3687.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  3688.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/AccessoriesFilterController.php';
  3689.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3690.         $this->services['DcSiteBundle\\Controller\\AccessoriesFilterController'] = $instance = new \DcSiteBundle\Controller\AccessoriesFilterController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3691.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\AccessoriesFilterController'$this));
  3692.         return $instance;
  3693.     }
  3694.     /**
  3695.      * Gets the public 'DcSiteBundle\Controller\AjaxEntityController' shared autowired service.
  3696.      *
  3697.      * @return \DcSiteBundle\Controller\AjaxEntityController
  3698.      */
  3699.     protected function getAjaxEntityControllerService()
  3700.     {
  3701.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3702.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  3703.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  3704.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/AjaxEntityController.php';
  3705.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3706.         $this->services['DcSiteBundle\\Controller\\AjaxEntityController'] = $instance = new \DcSiteBundle\Controller\AjaxEntityController(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3707.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\AjaxEntityController'$this));
  3708.         return $instance;
  3709.     }
  3710.     /**
  3711.      * Gets the public 'DcSiteBundle\Controller\BaseDcController' shared autowired service.
  3712.      *
  3713.      * @return \DcSiteBundle\Controller\BaseDcController
  3714.      */
  3715.     protected function getBaseDcControllerService()
  3716.     {
  3717.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3718.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  3719.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  3720.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3721.         $this->services['DcSiteBundle\\Controller\\BaseDcController'] = $instance = new \DcSiteBundle\Controller\BaseDcController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3722.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\BaseDcController'$this));
  3723.         return $instance;
  3724.     }
  3725.     /**
  3726.      * Gets the public 'DcSiteBundle\Controller\CallbackController' shared autowired service.
  3727.      *
  3728.      * @return \DcSiteBundle\Controller\CallbackController
  3729.      */
  3730.     protected function getCallbackControllerService()
  3731.     {
  3732.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3733.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  3734.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  3735.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/CallbackController.php';
  3736.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3737.         $this->services['DcSiteBundle\\Controller\\CallbackController'] = $instance = new \DcSiteBundle\Controller\CallbackController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3738.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\CallbackController'$this));
  3739.         return $instance;
  3740.     }
  3741.     /**
  3742.      * Gets the public 'DcSiteBundle\Controller\CarController' shared autowired service.
  3743.      *
  3744.      * @return \DcSiteBundle\Controller\CarController
  3745.      */
  3746.     protected function getCarController2Service()
  3747.     {
  3748.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3749.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  3750.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  3751.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/CarController.php';
  3752.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3753.         $this->services['DcSiteBundle\\Controller\\CarController'] = $instance = new \DcSiteBundle\Controller\CarController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3754.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\CarController'$this));
  3755.         return $instance;
  3756.     }
  3757.     /**
  3758.      * Gets the public 'DcSiteBundle\Controller\CarInStockModuleController' shared autowired service.
  3759.      *
  3760.      * @return \DcSiteBundle\Controller\CarInStockModuleController
  3761.      */
  3762.     protected function getCarInStockModuleControllerService()
  3763.     {
  3764.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3765.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  3766.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  3767.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/CarInStockModuleController.php';
  3768.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3769.         $this->services['DcSiteBundle\\Controller\\CarInStockModuleController'] = $instance = new \DcSiteBundle\Controller\CarInStockModuleController(($this->services['DcSiteBundle\\Services\\CarInStockService'] ?? $this->getCarInStockServiceService()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3770.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\CarInStockModuleController'$this));
  3771.         return $instance;
  3772.     }
  3773.     /**
  3774.      * Gets the public 'DcSiteBundle\Controller\Citroen\AboutController' shared autowired service.
  3775.      *
  3776.      * @return \DcSiteBundle\Controller\Citroen\AboutController
  3777.      */
  3778.     protected function getAboutController2Service()
  3779.     {
  3780.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3781.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  3782.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  3783.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Citroen/BaseController.php';
  3784.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Citroen/AboutController.php';
  3785.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3786.         $this->services['DcSiteBundle\\Controller\\Citroen\\AboutController'] = $instance = new \DcSiteBundle\Controller\Citroen\AboutController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3787.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Citroen\\AboutController'$this));
  3788.         return $instance;
  3789.     }
  3790.     /**
  3791.      * Gets the public 'DcSiteBundle\Controller\Citroen\AccessoriesController' shared autowired service.
  3792.      *
  3793.      * @return \DcSiteBundle\Controller\Citroen\AccessoriesController
  3794.      */
  3795.     protected function getAccessoriesController2Service()
  3796.     {
  3797.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3798.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  3799.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  3800.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Citroen/BaseController.php';
  3801.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Citroen/AccessoriesController.php';
  3802.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3803.         $this->services['DcSiteBundle\\Controller\\Citroen\\AccessoriesController'] = $instance = new \DcSiteBundle\Controller\Citroen\AccessoriesController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['dc.accessory.shop'] ?? $this->getDc_Accessory_ShopService()));
  3804.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Citroen\\AccessoriesController'$this));
  3805.         return $instance;
  3806.     }
  3807.     /**
  3808.      * Gets the public 'DcSiteBundle\Controller\Citroen\BaseController' shared autowired service.
  3809.      *
  3810.      * @return \DcSiteBundle\Controller\Citroen\BaseController
  3811.      */
  3812.     protected function getBaseController2Service()
  3813.     {
  3814.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3815.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  3816.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  3817.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Citroen/BaseController.php';
  3818.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3819.         $this->services['DcSiteBundle\\Controller\\Citroen\\BaseController'] = $instance = new \DcSiteBundle\Controller\Citroen\BaseController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3820.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Citroen\\BaseController'$this));
  3821.         return $instance;
  3822.     }
  3823.     /**
  3824.      * Gets the public 'DcSiteBundle\Controller\Citroen\BasketController' shared autowired service.
  3825.      *
  3826.      * @return \DcSiteBundle\Controller\Citroen\BasketController
  3827.      */
  3828.     protected function getBasketControllerService()
  3829.     {
  3830.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3831.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  3832.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  3833.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Citroen/BaseController.php';
  3834.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Citroen/BasketController.php';
  3835.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3836.         $this->services['DcSiteBundle\\Controller\\Citroen\\BasketController'] = $instance = new \DcSiteBundle\Controller\Citroen\BasketController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3837.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Citroen\\BasketController'$this));
  3838.         return $instance;
  3839.     }
  3840.     /**
  3841.      * Gets the public 'DcSiteBundle\Controller\Citroen\CarController' shared autowired service.
  3842.      *
  3843.      * @return \DcSiteBundle\Controller\Citroen\CarController
  3844.      */
  3845.     protected function getCarController3Service()
  3846.     {
  3847.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3848.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  3849.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  3850.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Citroen/BaseController.php';
  3851.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Citroen/CarController.php';
  3852.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3853.         $this->services['DcSiteBundle\\Controller\\Citroen\\CarController'] = $instance = new \DcSiteBundle\Controller\Citroen\CarController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['DcSiteBundle\\Services\\CarInStockService'] ?? $this->getCarInStockServiceService()), ($this->services['DcSiteBundle\\Services\\UsedVehicleService'] ?? $this->getUsedVehicleServiceService()), ($this->services['DcSiteBundle\\Services\\CatalogService'] ?? $this->getCatalogService2Service()));
  3854.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Citroen\\CarController'$this));
  3855.         return $instance;
  3856.     }
  3857.     /**
  3858.      * Gets the public 'DcSiteBundle\Controller\Citroen\FinanceController' shared autowired service.
  3859.      *
  3860.      * @return \DcSiteBundle\Controller\Citroen\FinanceController
  3861.      */
  3862.     protected function getFinanceControllerService()
  3863.     {
  3864.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3865.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  3866.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  3867.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Citroen/BaseController.php';
  3868.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Citroen/FinanceController.php';
  3869.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3870.         $this->services['DcSiteBundle\\Controller\\Citroen\\FinanceController'] = $instance = new \DcSiteBundle\Controller\Citroen\FinanceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3871.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Citroen\\FinanceController'$this));
  3872.         return $instance;
  3873.     }
  3874.     /**
  3875.      * Gets the public 'DcSiteBundle\Controller\Citroen\MainController' shared autowired service.
  3876.      *
  3877.      * @return \DcSiteBundle\Controller\Citroen\MainController
  3878.      */
  3879.     protected function getMainController2Service()
  3880.     {
  3881.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3882.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  3883.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  3884.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Citroen/BaseController.php';
  3885.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Citroen/MainController.php';
  3886.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3887.         $this->services['DcSiteBundle\\Controller\\Citroen\\MainController'] = $instance = new \DcSiteBundle\Controller\Citroen\MainController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3888.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Citroen\\MainController'$this));
  3889.         return $instance;
  3890.     }
  3891.     /**
  3892.      * Gets the public 'DcSiteBundle\Controller\Citroen\ServiceController' shared autowired service.
  3893.      *
  3894.      * @return \DcSiteBundle\Controller\Citroen\ServiceController
  3895.      */
  3896.     protected function getServiceControllerService()
  3897.     {
  3898.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3899.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  3900.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  3901.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Citroen/BaseController.php';
  3902.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Citroen/ServiceController.php';
  3903.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3904.         $this->services['DcSiteBundle\\Controller\\Citroen\\ServiceController'] = $instance = new \DcSiteBundle\Controller\Citroen\ServiceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3905.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Citroen\\ServiceController'$this));
  3906.         return $instance;
  3907.     }
  3908.     /**
  3909.      * Gets the public 'DcSiteBundle\Controller\Citroen\StocksController' shared autowired service.
  3910.      *
  3911.      * @return \DcSiteBundle\Controller\Citroen\StocksController
  3912.      */
  3913.     protected function getStocksControllerService()
  3914.     {
  3915.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3916.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  3917.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  3918.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Citroen/BaseController.php';
  3919.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Citroen/StocksController.php';
  3920.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3921.         $this->services['DcSiteBundle\\Controller\\Citroen\\StocksController'] = $instance = new \DcSiteBundle\Controller\Citroen\StocksController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3922.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Citroen\\StocksController'$this));
  3923.         return $instance;
  3924.     }
  3925.     /**
  3926.      * Gets the public 'DcSiteBundle\Controller\ConfiguratorController' shared autowired service.
  3927.      *
  3928.      * @return \DcSiteBundle\Controller\ConfiguratorController
  3929.      */
  3930.     protected function getConfiguratorController2Service()
  3931.     {
  3932.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3933.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  3934.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  3935.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/ConfiguratorController.php';
  3936.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3937.         $this->services['DcSiteBundle\\Controller\\ConfiguratorController'] = $instance = new \DcSiteBundle\Controller\ConfiguratorController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3938.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\ConfiguratorController'$this));
  3939.         return $instance;
  3940.     }
  3941.     /**
  3942.      * Gets the public 'DcSiteBundle\Controller\CreditController' shared autowired service.
  3943.      *
  3944.      * @return \DcSiteBundle\Controller\CreditController
  3945.      */
  3946.     protected function getCreditControllerService()
  3947.     {
  3948.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3949.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  3950.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  3951.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/CreditController.php';
  3952.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3953.         $this->services['DcSiteBundle\\Controller\\CreditController'] = $instance = new \DcSiteBundle\Controller\CreditController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3954.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\CreditController'$this));
  3955.         return $instance;
  3956.     }
  3957.     /**
  3958.      * Gets the public 'DcSiteBundle\Controller\CsvAccessoriesController' shared autowired service.
  3959.      *
  3960.      * @return \DcSiteBundle\Controller\CsvAccessoriesController
  3961.      */
  3962.     protected function getCsvAccessoriesControllerService()
  3963.     {
  3964.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3965.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  3966.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  3967.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/CsvAccessoriesController.php';
  3968.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3969.         $this->services['DcSiteBundle\\Controller\\CsvAccessoriesController'] = $instance = new \DcSiteBundle\Controller\CsvAccessoriesController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3970.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\CsvAccessoriesController'$this));
  3971.         return $instance;
  3972.     }
  3973.     /**
  3974.      * Gets the public 'DcSiteBundle\Controller\FinanceController' shared autowired service.
  3975.      *
  3976.      * @return \DcSiteBundle\Controller\FinanceController
  3977.      */
  3978.     protected function getFinanceController2Service()
  3979.     {
  3980.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3981.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  3982.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  3983.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/FinanceController.php';
  3984.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3985.         $this->services['DcSiteBundle\\Controller\\FinanceController'] = $instance = new \DcSiteBundle\Controller\FinanceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3986.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\FinanceController'$this));
  3987.         return $instance;
  3988.     }
  3989.     /**
  3990.      * Gets the public 'DcSiteBundle\Controller\Ford\AboutUsController' shared autowired service.
  3991.      *
  3992.      * @return \DcSiteBundle\Controller\Ford\AboutUsController
  3993.      */
  3994.     protected function getAboutUsControllerService()
  3995.     {
  3996.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3997.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  3998.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  3999.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Ford/BaseController.php';
  4000.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Ford/AboutUsController.php';
  4001.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4002.         $this->services['DcSiteBundle\\Controller\\Ford\\AboutUsController'] = $instance = new \DcSiteBundle\Controller\Ford\AboutUsController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4003.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Ford\\AboutUsController'$this));
  4004.         return $instance;
  4005.     }
  4006.     /**
  4007.      * Gets the public 'DcSiteBundle\Controller\Ford\AccessoriesController' shared autowired service.
  4008.      *
  4009.      * @return \DcSiteBundle\Controller\Ford\AccessoriesController
  4010.      */
  4011.     protected function getAccessoriesController3Service()
  4012.     {
  4013.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4014.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4015.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4016.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Ford/BaseController.php';
  4017.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Ford/AccessoriesController.php';
  4018.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4019.         $this->services['DcSiteBundle\\Controller\\Ford\\AccessoriesController'] = $instance = new \DcSiteBundle\Controller\Ford\AccessoriesController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['dc.accessory.shop'] ?? $this->getDc_Accessory_ShopService()));
  4020.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Ford\\AccessoriesController'$this));
  4021.         return $instance;
  4022.     }
  4023.     /**
  4024.      * Gets the public 'DcSiteBundle\Controller\Ford\AjaxController' shared autowired service.
  4025.      *
  4026.      * @return \DcSiteBundle\Controller\Ford\AjaxController
  4027.      */
  4028.     protected function getAjaxController3Service()
  4029.     {
  4030.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4031.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4032.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4033.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Ford/BaseController.php';
  4034.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Ford/AjaxController.php';
  4035.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4036.         $this->services['DcSiteBundle\\Controller\\Ford\\AjaxController'] = $instance = new \DcSiteBundle\Controller\Ford\AjaxController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4037.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Ford\\AjaxController'$this));
  4038.         return $instance;
  4039.     }
  4040.     /**
  4041.      * Gets the public 'DcSiteBundle\Controller\Ford\ApprovedController' shared autowired service.
  4042.      *
  4043.      * @return \DcSiteBundle\Controller\Ford\ApprovedController
  4044.      */
  4045.     protected function getApprovedControllerService()
  4046.     {
  4047.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4048.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4049.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4050.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Ford/BaseController.php';
  4051.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Ford/ApprovedController.php';
  4052.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4053.         $this->services['DcSiteBundle\\Controller\\Ford\\ApprovedController'] = $instance = new \DcSiteBundle\Controller\Ford\ApprovedController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4054.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Ford\\ApprovedController'$this));
  4055.         return $instance;
  4056.     }
  4057.     /**
  4058.      * Gets the public 'DcSiteBundle\Controller\Ford\BaseController' shared autowired service.
  4059.      *
  4060.      * @return \DcSiteBundle\Controller\Ford\BaseController
  4061.      */
  4062.     protected function getBaseController3Service()
  4063.     {
  4064.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4065.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4066.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4067.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Ford/BaseController.php';
  4068.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4069.         $this->services['DcSiteBundle\\Controller\\Ford\\BaseController'] = $instance = new \DcSiteBundle\Controller\Ford\BaseController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4070.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Ford\\BaseController'$this));
  4071.         return $instance;
  4072.     }
  4073.     /**
  4074.      * Gets the public 'DcSiteBundle\Controller\Ford\BasketController' shared autowired service.
  4075.      *
  4076.      * @return \DcSiteBundle\Controller\Ford\BasketController
  4077.      */
  4078.     protected function getBasketController2Service()
  4079.     {
  4080.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4081.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4082.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4083.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Ford/BaseController.php';
  4084.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Ford/BasketController.php';
  4085.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4086.         $this->services['DcSiteBundle\\Controller\\Ford\\BasketController'] = $instance = new \DcSiteBundle\Controller\Ford\BasketController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4087.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Ford\\BasketController'$this));
  4088.         return $instance;
  4089.     }
  4090.     /**
  4091.      * Gets the public 'DcSiteBundle\Controller\Ford\CarController' shared autowired service.
  4092.      *
  4093.      * @return \DcSiteBundle\Controller\Ford\CarController
  4094.      */
  4095.     protected function getCarController4Service()
  4096.     {
  4097.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4098.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4099.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4100.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Ford/BaseController.php';
  4101.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Ford/CarController.php';
  4102.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4103.         $this->services['DcSiteBundle\\Controller\\Ford\\CarController'] = $instance = new \DcSiteBundle\Controller\Ford\CarController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['DcSiteBundle\\Services\\CarInStockService'] ?? $this->getCarInStockServiceService()), ($this->services['DcSiteBundle\\Services\\UsedVehicleService'] ?? $this->getUsedVehicleServiceService()), ($this->services['DcSiteBundle\\Services\\CatalogService'] ?? $this->getCatalogService2Service()));
  4104.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Ford\\CarController'$this));
  4105.         return $instance;
  4106.     }
  4107.     /**
  4108.      * Gets the public 'DcSiteBundle\Controller\Ford\FinanceController' shared autowired service.
  4109.      *
  4110.      * @return \DcSiteBundle\Controller\Ford\FinanceController
  4111.      */
  4112.     protected function getFinanceController3Service()
  4113.     {
  4114.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4115.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4116.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4117.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Ford/BaseController.php';
  4118.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Ford/FinanceController.php';
  4119.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4120.         $this->services['DcSiteBundle\\Controller\\Ford\\FinanceController'] = $instance = new \DcSiteBundle\Controller\Ford\FinanceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4121.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Ford\\FinanceController'$this));
  4122.         return $instance;
  4123.     }
  4124.     /**
  4125.      * Gets the public 'DcSiteBundle\Controller\Ford\MainController' shared autowired service.
  4126.      *
  4127.      * @return \DcSiteBundle\Controller\Ford\MainController
  4128.      */
  4129.     protected function getMainController3Service()
  4130.     {
  4131.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4132.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4133.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4134.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Ford/BaseController.php';
  4135.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Ford/MainController.php';
  4136.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4137.         $this->services['DcSiteBundle\\Controller\\Ford\\MainController'] = $instance = new \DcSiteBundle\Controller\Ford\MainController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4138.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Ford\\MainController'$this));
  4139.         return $instance;
  4140.     }
  4141.     /**
  4142.      * Gets the public 'DcSiteBundle\Controller\Ford\PostController' shared autowired service.
  4143.      *
  4144.      * @return \DcSiteBundle\Controller\Ford\PostController
  4145.      */
  4146.     protected function getPostController2Service()
  4147.     {
  4148.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4149.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4150.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4151.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Ford/BaseController.php';
  4152.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Ford/PostController.php';
  4153.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4154.         $this->services['DcSiteBundle\\Controller\\Ford\\PostController'] = $instance = new \DcSiteBundle\Controller\Ford\PostController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4155.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Ford\\PostController'$this));
  4156.         return $instance;
  4157.     }
  4158.     /**
  4159.      * Gets the public 'DcSiteBundle\Controller\Ford\ServiceController' shared autowired service.
  4160.      *
  4161.      * @return \DcSiteBundle\Controller\Ford\ServiceController
  4162.      */
  4163.     protected function getServiceController2Service()
  4164.     {
  4165.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4166.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4167.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4168.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Ford/BaseController.php';
  4169.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Ford/ServiceController.php';
  4170.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4171.         $this->services['DcSiteBundle\\Controller\\Ford\\ServiceController'] = $instance = new \DcSiteBundle\Controller\Ford\ServiceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4172.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Ford\\ServiceController'$this));
  4173.         return $instance;
  4174.     }
  4175.     /**
  4176.      * Gets the public 'DcSiteBundle\Controller\FormController' shared autowired service.
  4177.      *
  4178.      * @return \DcSiteBundle\Controller\FormController
  4179.      */
  4180.     protected function getFormController2Service()
  4181.     {
  4182.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4183.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4184.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4185.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/FormController.php';
  4186.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4187.         $this->services['DcSiteBundle\\Controller\\FormController'] = $instance = new \DcSiteBundle\Controller\FormController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4188.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\FormController'$this));
  4189.         return $instance;
  4190.     }
  4191.     /**
  4192.      * Gets the public 'DcSiteBundle\Controller\Haval\AboutController' shared autowired service.
  4193.      *
  4194.      * @return \DcSiteBundle\Controller\Haval\AboutController
  4195.      */
  4196.     protected function getAboutController3Service()
  4197.     {
  4198.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4199.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4200.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4201.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Haval/BaseController.php';
  4202.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Haval/AboutController.php';
  4203.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4204.         $this->services['DcSiteBundle\\Controller\\Haval\\AboutController'] = $instance = new \DcSiteBundle\Controller\Haval\AboutController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['DcSiteBundle\\Services\\CatalogService'] ?? $this->getCatalogService2Service()));
  4205.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Haval\\AboutController'$this));
  4206.         return $instance;
  4207.     }
  4208.     /**
  4209.      * Gets the public 'DcSiteBundle\Controller\Haval\BaseController' shared autowired service.
  4210.      *
  4211.      * @return \DcSiteBundle\Controller\Haval\BaseController
  4212.      */
  4213.     protected function getBaseController4Service()
  4214.     {
  4215.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4216.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4217.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4218.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Haval/BaseController.php';
  4219.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4220.         $this->services['DcSiteBundle\\Controller\\Haval\\BaseController'] = $instance = new \DcSiteBundle\Controller\Haval\BaseController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4221.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Haval\\BaseController'$this));
  4222.         return $instance;
  4223.     }
  4224.     /**
  4225.      * Gets the public 'DcSiteBundle\Controller\Haval\CarController' shared autowired service.
  4226.      *
  4227.      * @return \DcSiteBundle\Controller\Haval\CarController
  4228.      */
  4229.     protected function getCarController5Service()
  4230.     {
  4231.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4232.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4233.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4234.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Haval/BaseController.php';
  4235.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Haval/CarController.php';
  4236.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4237.         $this->services['DcSiteBundle\\Controller\\Haval\\CarController'] = $instance = new \DcSiteBundle\Controller\Haval\CarController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['DcSiteBundle\\Services\\CarInStockService'] ?? $this->getCarInStockServiceService()), ($this->services['DcSiteBundle\\Services\\UsedVehicleService'] ?? $this->getUsedVehicleServiceService()), ($this->services['DcSiteBundle\\Services\\CatalogService'] ?? $this->getCatalogService2Service()));
  4238.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Haval\\CarController'$this));
  4239.         return $instance;
  4240.     }
  4241.     /**
  4242.      * Gets the public 'DcSiteBundle\Controller\Haval\FinanceController' shared autowired service.
  4243.      *
  4244.      * @return \DcSiteBundle\Controller\Haval\FinanceController
  4245.      */
  4246.     protected function getFinanceController4Service()
  4247.     {
  4248.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4249.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4250.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4251.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Haval/BaseController.php';
  4252.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Haval/FinanceController.php';
  4253.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4254.         $this->services['DcSiteBundle\\Controller\\Haval\\FinanceController'] = $instance = new \DcSiteBundle\Controller\Haval\FinanceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4255.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Haval\\FinanceController'$this));
  4256.         return $instance;
  4257.     }
  4258.     /**
  4259.      * Gets the public 'DcSiteBundle\Controller\Haval\MainController' shared autowired service.
  4260.      *
  4261.      * @return \DcSiteBundle\Controller\Haval\MainController
  4262.      */
  4263.     protected function getMainController4Service()
  4264.     {
  4265.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4266.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4267.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4268.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Haval/BaseController.php';
  4269.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Haval/MainController.php';
  4270.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4271.         $this->services['DcSiteBundle\\Controller\\Haval\\MainController'] = $instance = new \DcSiteBundle\Controller\Haval\MainController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4272.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Haval\\MainController'$this));
  4273.         return $instance;
  4274.     }
  4275.     /**
  4276.      * Gets the public 'DcSiteBundle\Controller\Haval\ServiceController' shared autowired service.
  4277.      *
  4278.      * @return \DcSiteBundle\Controller\Haval\ServiceController
  4279.      */
  4280.     protected function getServiceController3Service()
  4281.     {
  4282.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4283.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4284.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4285.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Haval/BaseController.php';
  4286.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Haval/ServiceController.php';
  4287.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4288.         $this->services['DcSiteBundle\\Controller\\Haval\\ServiceController'] = $instance = new \DcSiteBundle\Controller\Haval\ServiceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4289.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Haval\\ServiceController'$this));
  4290.         return $instance;
  4291.     }
  4292.     /**
  4293.      * Gets the public 'DcSiteBundle\Controller\Haval\StocksController' shared autowired service.
  4294.      *
  4295.      * @return \DcSiteBundle\Controller\Haval\StocksController
  4296.      */
  4297.     protected function getStocksController2Service()
  4298.     {
  4299.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4300.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4301.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4302.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Haval/BaseController.php';
  4303.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Haval/StocksController.php';
  4304.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4305.         $this->services['DcSiteBundle\\Controller\\Haval\\StocksController'] = $instance = new \DcSiteBundle\Controller\Haval\StocksController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4306.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Haval\\StocksController'$this));
  4307.         return $instance;
  4308.     }
  4309.     /**
  4310.      * Gets the public 'DcSiteBundle\Controller\Honda\AboutController' shared autowired service.
  4311.      *
  4312.      * @return \DcSiteBundle\Controller\Honda\AboutController
  4313.      */
  4314.     protected function getAboutController4Service()
  4315.     {
  4316.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4317.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4318.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4319.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Honda/BaseController.php';
  4320.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Honda/AboutController.php';
  4321.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4322.         $this->services['DcSiteBundle\\Controller\\Honda\\AboutController'] = $instance = new \DcSiteBundle\Controller\Honda\AboutController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4323.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Honda\\AboutController'$this));
  4324.         return $instance;
  4325.     }
  4326.     /**
  4327.      * Gets the public 'DcSiteBundle\Controller\Honda\AccessoriesController' shared autowired service.
  4328.      *
  4329.      * @return \DcSiteBundle\Controller\Honda\AccessoriesController
  4330.      */
  4331.     protected function getAccessoriesController4Service()
  4332.     {
  4333.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4334.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4335.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4336.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Honda/BaseController.php';
  4337.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Honda/AccessoriesController.php';
  4338.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4339.         $this->services['DcSiteBundle\\Controller\\Honda\\AccessoriesController'] = $instance = new \DcSiteBundle\Controller\Honda\AccessoriesController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4340.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Honda\\AccessoriesController'$this));
  4341.         return $instance;
  4342.     }
  4343.     /**
  4344.      * Gets the public 'DcSiteBundle\Controller\Honda\AcuraServiceController' shared autowired service.
  4345.      *
  4346.      * @return \DcSiteBundle\Controller\Honda\AcuraServiceController
  4347.      */
  4348.     protected function getAcuraServiceControllerService()
  4349.     {
  4350.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4351.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4352.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4353.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Honda/BaseController.php';
  4354.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Honda/AcuraServiceController.php';
  4355.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4356.         $this->services['DcSiteBundle\\Controller\\Honda\\AcuraServiceController'] = $instance = new \DcSiteBundle\Controller\Honda\AcuraServiceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4357.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Honda\\AcuraServiceController'$this));
  4358.         return $instance;
  4359.     }
  4360.     /**
  4361.      * Gets the public 'DcSiteBundle\Controller\Honda\BaseController' shared autowired service.
  4362.      *
  4363.      * @return \DcSiteBundle\Controller\Honda\BaseController
  4364.      */
  4365.     protected function getBaseController5Service()
  4366.     {
  4367.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4368.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4369.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4370.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Honda/BaseController.php';
  4371.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4372.         $this->services['DcSiteBundle\\Controller\\Honda\\BaseController'] = $instance = new \DcSiteBundle\Controller\Honda\BaseController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4373.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Honda\\BaseController'$this));
  4374.         return $instance;
  4375.     }
  4376.     /**
  4377.      * Gets the public 'DcSiteBundle\Controller\Honda\BasketController' shared autowired service.
  4378.      *
  4379.      * @return \DcSiteBundle\Controller\Honda\BasketController
  4380.      */
  4381.     protected function getBasketController3Service()
  4382.     {
  4383.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4384.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4385.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4386.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Honda/BaseController.php';
  4387.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Honda/BasketController.php';
  4388.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4389.         $this->services['DcSiteBundle\\Controller\\Honda\\BasketController'] = $instance = new \DcSiteBundle\Controller\Honda\BasketController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4390.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Honda\\BasketController'$this));
  4391.         return $instance;
  4392.     }
  4393.     /**
  4394.      * Gets the public 'DcSiteBundle\Controller\Honda\CarController' shared autowired service.
  4395.      *
  4396.      * @return \DcSiteBundle\Controller\Honda\CarController
  4397.      */
  4398.     protected function getCarController6Service()
  4399.     {
  4400.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4401.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4402.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4403.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Honda/BaseController.php';
  4404.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Honda/CarController.php';
  4405.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4406.         $this->services['DcSiteBundle\\Controller\\Honda\\CarController'] = $instance = new \DcSiteBundle\Controller\Honda\CarController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['DcSiteBundle\\Services\\CarInStockService'] ?? $this->getCarInStockServiceService()), ($this->services['DcSiteBundle\\Services\\UsedVehicleService'] ?? $this->getUsedVehicleServiceService()), ($this->services['DcSiteBundle\\Services\\CatalogService'] ?? $this->getCatalogService2Service()));
  4407.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Honda\\CarController'$this));
  4408.         return $instance;
  4409.     }
  4410.     /**
  4411.      * Gets the public 'DcSiteBundle\Controller\Honda\FinanceController' shared autowired service.
  4412.      *
  4413.      * @return \DcSiteBundle\Controller\Honda\FinanceController
  4414.      */
  4415.     protected function getFinanceController5Service()
  4416.     {
  4417.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4418.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4419.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4420.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Honda/BaseController.php';
  4421.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Honda/FinanceController.php';
  4422.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4423.         $this->services['DcSiteBundle\\Controller\\Honda\\FinanceController'] = $instance = new \DcSiteBundle\Controller\Honda\FinanceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4424.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Honda\\FinanceController'$this));
  4425.         return $instance;
  4426.     }
  4427.     /**
  4428.      * Gets the public 'DcSiteBundle\Controller\Honda\HondaServiceController' shared autowired service.
  4429.      *
  4430.      * @return \DcSiteBundle\Controller\Honda\HondaServiceController
  4431.      */
  4432.     protected function getHondaServiceControllerService()
  4433.     {
  4434.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4435.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4436.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4437.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Honda/BaseController.php';
  4438.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Honda/HondaServiceController.php';
  4439.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4440.         $this->services['DcSiteBundle\\Controller\\Honda\\HondaServiceController'] = $instance = new \DcSiteBundle\Controller\Honda\HondaServiceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4441.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Honda\\HondaServiceController'$this));
  4442.         return $instance;
  4443.     }
  4444.     /**
  4445.      * Gets the public 'DcSiteBundle\Controller\Honda\MainController' shared autowired service.
  4446.      *
  4447.      * @return \DcSiteBundle\Controller\Honda\MainController
  4448.      */
  4449.     protected function getMainController5Service()
  4450.     {
  4451.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4452.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4453.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4454.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Honda/BaseController.php';
  4455.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Honda/MainController.php';
  4456.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4457.         $this->services['DcSiteBundle\\Controller\\Honda\\MainController'] = $instance = new \DcSiteBundle\Controller\Honda\MainController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4458.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Honda\\MainController'$this));
  4459.         return $instance;
  4460.     }
  4461.     /**
  4462.      * Gets the public 'DcSiteBundle\Controller\Infiniti\AboutUsController' shared autowired service.
  4463.      *
  4464.      * @return \DcSiteBundle\Controller\Infiniti\AboutUsController
  4465.      */
  4466.     protected function getAboutUsController2Service()
  4467.     {
  4468.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4469.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4470.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4471.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Infiniti/BaseController.php';
  4472.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Infiniti/AboutUsController.php';
  4473.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4474.         $this->services['DcSiteBundle\\Controller\\Infiniti\\AboutUsController'] = $instance = new \DcSiteBundle\Controller\Infiniti\AboutUsController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4475.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Infiniti\\AboutUsController'$this));
  4476.         return $instance;
  4477.     }
  4478.     /**
  4479.      * Gets the public 'DcSiteBundle\Controller\Infiniti\AccessoriesController' shared autowired service.
  4480.      *
  4481.      * @return \DcSiteBundle\Controller\Infiniti\AccessoriesController
  4482.      */
  4483.     protected function getAccessoriesController5Service()
  4484.     {
  4485.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4486.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4487.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4488.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Infiniti/BaseController.php';
  4489.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Infiniti/AccessoriesController.php';
  4490.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4491.         $this->services['DcSiteBundle\\Controller\\Infiniti\\AccessoriesController'] = $instance = new \DcSiteBundle\Controller\Infiniti\AccessoriesController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4492.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Infiniti\\AccessoriesController'$this));
  4493.         return $instance;
  4494.     }
  4495.     /**
  4496.      * Gets the public 'DcSiteBundle\Controller\Infiniti\AjaxController' shared autowired service.
  4497.      *
  4498.      * @return \DcSiteBundle\Controller\Infiniti\AjaxController
  4499.      */
  4500.     protected function getAjaxController4Service()
  4501.     {
  4502.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4503.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4504.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4505.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Infiniti/BaseController.php';
  4506.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Infiniti/AjaxController.php';
  4507.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4508.         $this->services['DcSiteBundle\\Controller\\Infiniti\\AjaxController'] = $instance = new \DcSiteBundle\Controller\Infiniti\AjaxController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4509.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Infiniti\\AjaxController'$this));
  4510.         return $instance;
  4511.     }
  4512.     /**
  4513.      * Gets the public 'DcSiteBundle\Controller\Infiniti\BaseController' shared autowired service.
  4514.      *
  4515.      * @return \DcSiteBundle\Controller\Infiniti\BaseController
  4516.      */
  4517.     protected function getBaseController6Service()
  4518.     {
  4519.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4520.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4521.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4522.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Infiniti/BaseController.php';
  4523.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4524.         $this->services['DcSiteBundle\\Controller\\Infiniti\\BaseController'] = $instance = new \DcSiteBundle\Controller\Infiniti\BaseController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4525.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Infiniti\\BaseController'$this));
  4526.         return $instance;
  4527.     }
  4528.     /**
  4529.      * Gets the public 'DcSiteBundle\Controller\Infiniti\BasketController' shared autowired service.
  4530.      *
  4531.      * @return \DcSiteBundle\Controller\Infiniti\BasketController
  4532.      */
  4533.     protected function getBasketController4Service()
  4534.     {
  4535.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4536.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4537.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4538.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Infiniti/BaseController.php';
  4539.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Infiniti/BasketController.php';
  4540.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4541.         $this->services['DcSiteBundle\\Controller\\Infiniti\\BasketController'] = $instance = new \DcSiteBundle\Controller\Infiniti\BasketController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4542.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Infiniti\\BasketController'$this));
  4543.         return $instance;
  4544.     }
  4545.     /**
  4546.      * Gets the public 'DcSiteBundle\Controller\Infiniti\CarController' shared autowired service.
  4547.      *
  4548.      * @return \DcSiteBundle\Controller\Infiniti\CarController
  4549.      */
  4550.     protected function getCarController7Service()
  4551.     {
  4552.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4553.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4554.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4555.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Infiniti/BaseController.php';
  4556.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Infiniti/CarController.php';
  4557.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4558.         $this->services['DcSiteBundle\\Controller\\Infiniti\\CarController'] = $instance = new \DcSiteBundle\Controller\Infiniti\CarController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['DcSiteBundle\\Services\\CarInStockService'] ?? $this->getCarInStockServiceService()), ($this->services['DcSiteBundle\\Services\\UsedVehicleService'] ?? $this->getUsedVehicleServiceService()));
  4559.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Infiniti\\CarController'$this));
  4560.         return $instance;
  4561.     }
  4562.     /**
  4563.      * Gets the public 'DcSiteBundle\Controller\Infiniti\ContactsController' shared autowired service.
  4564.      *
  4565.      * @return \DcSiteBundle\Controller\Infiniti\ContactsController
  4566.      */
  4567.     protected function getContactsController2Service()
  4568.     {
  4569.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4570.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4571.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4572.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Infiniti/BaseController.php';
  4573.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Infiniti/MainController.php';
  4574.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Infiniti/ContactsController.php';
  4575.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4576.         $this->services['DcSiteBundle\\Controller\\Infiniti\\ContactsController'] = $instance = new \DcSiteBundle\Controller\Infiniti\ContactsController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4577.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Infiniti\\ContactsController'$this));
  4578.         return $instance;
  4579.     }
  4580.     /**
  4581.      * Gets the public 'DcSiteBundle\Controller\Infiniti\FinanceController' shared autowired service.
  4582.      *
  4583.      * @return \DcSiteBundle\Controller\Infiniti\FinanceController
  4584.      */
  4585.     protected function getFinanceController6Service()
  4586.     {
  4587.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4588.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4589.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4590.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Infiniti/BaseController.php';
  4591.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Infiniti/MainController.php';
  4592.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Infiniti/FinanceController.php';
  4593.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4594.         $this->services['DcSiteBundle\\Controller\\Infiniti\\FinanceController'] = $instance = new \DcSiteBundle\Controller\Infiniti\FinanceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4595.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Infiniti\\FinanceController'$this));
  4596.         return $instance;
  4597.     }
  4598.     /**
  4599.      * Gets the public 'DcSiteBundle\Controller\Infiniti\MainController' shared autowired service.
  4600.      *
  4601.      * @return \DcSiteBundle\Controller\Infiniti\MainController
  4602.      */
  4603.     protected function getMainController6Service()
  4604.     {
  4605.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4606.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4607.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4608.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Infiniti/BaseController.php';
  4609.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Infiniti/MainController.php';
  4610.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4611.         $this->services['DcSiteBundle\\Controller\\Infiniti\\MainController'] = $instance = new \DcSiteBundle\Controller\Infiniti\MainController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4612.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Infiniti\\MainController'$this));
  4613.         return $instance;
  4614.     }
  4615.     /**
  4616.      * Gets the public 'DcSiteBundle\Controller\Infiniti\OffersController' shared autowired service.
  4617.      *
  4618.      * @return \DcSiteBundle\Controller\Infiniti\OffersController
  4619.      */
  4620.     protected function getOffersControllerService()
  4621.     {
  4622.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4623.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4624.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4625.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Infiniti/BaseController.php';
  4626.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Infiniti/MainController.php';
  4627.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Infiniti/OffersController.php';
  4628.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4629.         $this->services['DcSiteBundle\\Controller\\Infiniti\\OffersController'] = $instance = new \DcSiteBundle\Controller\Infiniti\OffersController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4630.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Infiniti\\OffersController'$this));
  4631.         return $instance;
  4632.     }
  4633.     /**
  4634.      * Gets the public 'DcSiteBundle\Controller\Infiniti\ServiceController' shared autowired service.
  4635.      *
  4636.      * @return \DcSiteBundle\Controller\Infiniti\ServiceController
  4637.      */
  4638.     protected function getServiceController4Service()
  4639.     {
  4640.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4641.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4642.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4643.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Infiniti/BaseController.php';
  4644.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Infiniti/MainController.php';
  4645.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Infiniti/ServiceController.php';
  4646.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4647.         $this->services['DcSiteBundle\\Controller\\Infiniti\\ServiceController'] = $instance = new \DcSiteBundle\Controller\Infiniti\ServiceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4648.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Infiniti\\ServiceController'$this));
  4649.         return $instance;
  4650.     }
  4651.     /**
  4652.      * Gets the public 'DcSiteBundle\Controller\InsuranceController' shared autowired service.
  4653.      *
  4654.      * @return \DcSiteBundle\Controller\InsuranceController
  4655.      */
  4656.     protected function getInsuranceControllerService()
  4657.     {
  4658.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4659.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4660.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4661.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/InsuranceController.php';
  4662.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4663.         $this->services['DcSiteBundle\\Controller\\InsuranceController'] = $instance = new \DcSiteBundle\Controller\InsuranceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4664.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\InsuranceController'$this));
  4665.         return $instance;
  4666.     }
  4667.     /**
  4668.      * Gets the public 'DcSiteBundle\Controller\Jaguar\AboutController' shared autowired service.
  4669.      *
  4670.      * @return \DcSiteBundle\Controller\Jaguar\AboutController
  4671.      */
  4672.     protected function getAboutController5Service()
  4673.     {
  4674.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4675.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4676.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4677.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Jaguar/BaseController.php';
  4678.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Jaguar/AboutController.php';
  4679.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4680.         $this->services['DcSiteBundle\\Controller\\Jaguar\\AboutController'] = $instance = new \DcSiteBundle\Controller\Jaguar\AboutController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4681.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Jaguar\\AboutController'$this));
  4682.         return $instance;
  4683.     }
  4684.     /**
  4685.      * Gets the public 'DcSiteBundle\Controller\Jaguar\AccessoriesController' shared autowired service.
  4686.      *
  4687.      * @return \DcSiteBundle\Controller\Jaguar\AccessoriesController
  4688.      */
  4689.     protected function getAccessoriesController6Service()
  4690.     {
  4691.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4692.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4693.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4694.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Jaguar/BaseController.php';
  4695.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Jaguar/AccessoriesController.php';
  4696.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4697.         $this->services['DcSiteBundle\\Controller\\Jaguar\\AccessoriesController'] = $instance = new \DcSiteBundle\Controller\Jaguar\AccessoriesController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4698.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Jaguar\\AccessoriesController'$this));
  4699.         return $instance;
  4700.     }
  4701.     /**
  4702.      * Gets the public 'DcSiteBundle\Controller\Jaguar\BaseController' shared autowired service.
  4703.      *
  4704.      * @return \DcSiteBundle\Controller\Jaguar\BaseController
  4705.      */
  4706.     protected function getBaseController7Service()
  4707.     {
  4708.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4709.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4710.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4711.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Jaguar/BaseController.php';
  4712.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4713.         $this->services['DcSiteBundle\\Controller\\Jaguar\\BaseController'] = $instance = new \DcSiteBundle\Controller\Jaguar\BaseController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4714.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Jaguar\\BaseController'$this));
  4715.         return $instance;
  4716.     }
  4717.     /**
  4718.      * Gets the public 'DcSiteBundle\Controller\Jaguar\BasketController' shared autowired service.
  4719.      *
  4720.      * @return \DcSiteBundle\Controller\Jaguar\BasketController
  4721.      */
  4722.     protected function getBasketController5Service()
  4723.     {
  4724.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4725.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4726.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4727.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Jaguar/BaseController.php';
  4728.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Jaguar/BasketController.php';
  4729.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4730.         $this->services['DcSiteBundle\\Controller\\Jaguar\\BasketController'] = $instance = new \DcSiteBundle\Controller\Jaguar\BasketController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4731.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Jaguar\\BasketController'$this));
  4732.         return $instance;
  4733.     }
  4734.     /**
  4735.      * Gets the public 'DcSiteBundle\Controller\Jaguar\CarController' shared autowired service.
  4736.      *
  4737.      * @return \DcSiteBundle\Controller\Jaguar\CarController
  4738.      */
  4739.     protected function getCarController8Service()
  4740.     {
  4741.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4742.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4743.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4744.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Jaguar/BaseController.php';
  4745.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Jaguar/CarController.php';
  4746.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4747.         $this->services['DcSiteBundle\\Controller\\Jaguar\\CarController'] = $instance = new \DcSiteBundle\Controller\Jaguar\CarController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['DcSiteBundle\\Services\\CarInStockService'] ?? $this->getCarInStockServiceService()), ($this->services['DcSiteBundle\\Services\\UsedVehicleService'] ?? $this->getUsedVehicleServiceService()));
  4748.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Jaguar\\CarController'$this));
  4749.         return $instance;
  4750.     }
  4751.     /**
  4752.      * Gets the public 'DcSiteBundle\Controller\Jaguar\FinanceController' shared autowired service.
  4753.      *
  4754.      * @return \DcSiteBundle\Controller\Jaguar\FinanceController
  4755.      */
  4756.     protected function getFinanceController7Service()
  4757.     {
  4758.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4759.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4760.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4761.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Jaguar/BaseController.php';
  4762.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Jaguar/FinanceController.php';
  4763.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4764.         $this->services['DcSiteBundle\\Controller\\Jaguar\\FinanceController'] = $instance = new \DcSiteBundle\Controller\Jaguar\FinanceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['DcSiteBundle\\Services\\RentVehicleService'] ?? $this->getRentVehicleServiceService()));
  4765.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Jaguar\\FinanceController'$this));
  4766.         return $instance;
  4767.     }
  4768.     /**
  4769.      * Gets the public 'DcSiteBundle\Controller\Jaguar\MainController' shared autowired service.
  4770.      *
  4771.      * @return \DcSiteBundle\Controller\Jaguar\MainController
  4772.      */
  4773.     protected function getMainController7Service()
  4774.     {
  4775.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4776.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4777.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4778.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Jaguar/BaseController.php';
  4779.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Jaguar/MainController.php';
  4780.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4781.         $this->services['DcSiteBundle\\Controller\\Jaguar\\MainController'] = $instance = new \DcSiteBundle\Controller\Jaguar\MainController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4782.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Jaguar\\MainController'$this));
  4783.         return $instance;
  4784.     }
  4785.     /**
  4786.      * Gets the public 'DcSiteBundle\Controller\Jaguar\ServiceController' shared autowired service.
  4787.      *
  4788.      * @return \DcSiteBundle\Controller\Jaguar\ServiceController
  4789.      */
  4790.     protected function getServiceController5Service()
  4791.     {
  4792.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4793.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4794.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4795.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Jaguar/BaseController.php';
  4796.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Jaguar/ServiceController.php';
  4797.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4798.         $this->services['DcSiteBundle\\Controller\\Jaguar\\ServiceController'] = $instance = new \DcSiteBundle\Controller\Jaguar\ServiceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4799.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Jaguar\\ServiceController'$this));
  4800.         return $instance;
  4801.     }
  4802.     /**
  4803.      * Gets the public 'DcSiteBundle\Controller\Jeep\AboutController' shared autowired service.
  4804.      *
  4805.      * @return \DcSiteBundle\Controller\Jeep\AboutController
  4806.      */
  4807.     protected function getAboutController6Service()
  4808.     {
  4809.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4810.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4811.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4812.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Jeep/BaseController.php';
  4813.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Jeep/AboutController.php';
  4814.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4815.         $this->services['DcSiteBundle\\Controller\\Jeep\\AboutController'] = $instance = new \DcSiteBundle\Controller\Jeep\AboutController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4816.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Jeep\\AboutController'$this));
  4817.         return $instance;
  4818.     }
  4819.     /**
  4820.      * Gets the public 'DcSiteBundle\Controller\Jeep\AccessoriesController' shared autowired service.
  4821.      *
  4822.      * @return \DcSiteBundle\Controller\Jeep\AccessoriesController
  4823.      */
  4824.     protected function getAccessoriesController7Service()
  4825.     {
  4826.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4827.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4828.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4829.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Jeep/BaseController.php';
  4830.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Jeep/AccessoriesController.php';
  4831.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4832.         $this->services['DcSiteBundle\\Controller\\Jeep\\AccessoriesController'] = $instance = new \DcSiteBundle\Controller\Jeep\AccessoriesController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4833.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Jeep\\AccessoriesController'$this));
  4834.         return $instance;
  4835.     }
  4836.     /**
  4837.      * Gets the public 'DcSiteBundle\Controller\Jeep\BaseController' shared autowired service.
  4838.      *
  4839.      * @return \DcSiteBundle\Controller\Jeep\BaseController
  4840.      */
  4841.     protected function getBaseController8Service()
  4842.     {
  4843.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4844.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4845.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4846.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Jeep/BaseController.php';
  4847.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4848.         $this->services['DcSiteBundle\\Controller\\Jeep\\BaseController'] = $instance = new \DcSiteBundle\Controller\Jeep\BaseController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4849.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Jeep\\BaseController'$this));
  4850.         return $instance;
  4851.     }
  4852.     /**
  4853.      * Gets the public 'DcSiteBundle\Controller\Jeep\BasketController' shared autowired service.
  4854.      *
  4855.      * @return \DcSiteBundle\Controller\Jeep\BasketController
  4856.      */
  4857.     protected function getBasketController6Service()
  4858.     {
  4859.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4860.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4861.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4862.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Jeep/BaseController.php';
  4863.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Jeep/BasketController.php';
  4864.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4865.         $this->services['DcSiteBundle\\Controller\\Jeep\\BasketController'] = $instance = new \DcSiteBundle\Controller\Jeep\BasketController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4866.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Jeep\\BasketController'$this));
  4867.         return $instance;
  4868.     }
  4869.     /**
  4870.      * Gets the public 'DcSiteBundle\Controller\Jeep\CarController' shared autowired service.
  4871.      *
  4872.      * @return \DcSiteBundle\Controller\Jeep\CarController
  4873.      */
  4874.     protected function getCarController9Service()
  4875.     {
  4876.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4877.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4878.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4879.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Jeep/BaseController.php';
  4880.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Jeep/CarController.php';
  4881.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4882.         $this->services['DcSiteBundle\\Controller\\Jeep\\CarController'] = $instance = new \DcSiteBundle\Controller\Jeep\CarController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['DcSiteBundle\\Services\\CarInStockService'] ?? $this->getCarInStockServiceService()), ($this->services['DcSiteBundle\\Services\\UsedVehicleService'] ?? $this->getUsedVehicleServiceService()));
  4883.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Jeep\\CarController'$this));
  4884.         return $instance;
  4885.     }
  4886.     /**
  4887.      * Gets the public 'DcSiteBundle\Controller\Jeep\FinanceController' shared autowired service.
  4888.      *
  4889.      * @return \DcSiteBundle\Controller\Jeep\FinanceController
  4890.      */
  4891.     protected function getFinanceController8Service()
  4892.     {
  4893.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4894.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4895.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4896.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Jeep/BaseController.php';
  4897.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Jeep/FinanceController.php';
  4898.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4899.         $this->services['DcSiteBundle\\Controller\\Jeep\\FinanceController'] = $instance = new \DcSiteBundle\Controller\Jeep\FinanceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4900.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Jeep\\FinanceController'$this));
  4901.         return $instance;
  4902.     }
  4903.     /**
  4904.      * Gets the public 'DcSiteBundle\Controller\Jeep\MainController' shared autowired service.
  4905.      *
  4906.      * @return \DcSiteBundle\Controller\Jeep\MainController
  4907.      */
  4908.     protected function getMainController8Service()
  4909.     {
  4910.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4911.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4912.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4913.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Jeep/BaseController.php';
  4914.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Jeep/MainController.php';
  4915.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4916.         $this->services['DcSiteBundle\\Controller\\Jeep\\MainController'] = $instance = new \DcSiteBundle\Controller\Jeep\MainController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4917.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Jeep\\MainController'$this));
  4918.         return $instance;
  4919.     }
  4920.     /**
  4921.      * Gets the public 'DcSiteBundle\Controller\Jeep\ServiceController' shared autowired service.
  4922.      *
  4923.      * @return \DcSiteBundle\Controller\Jeep\ServiceController
  4924.      */
  4925.     protected function getServiceController6Service()
  4926.     {
  4927.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4928.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4929.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4930.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Jeep/BaseController.php';
  4931.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Jeep/ServiceController.php';
  4932.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4933.         $this->services['DcSiteBundle\\Controller\\Jeep\\ServiceController'] = $instance = new \DcSiteBundle\Controller\Jeep\ServiceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4934.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Jeep\\ServiceController'$this));
  4935.         return $instance;
  4936.     }
  4937.     /**
  4938.      * Gets the public 'DcSiteBundle\Controller\LandRover\AboutController' shared autowired service.
  4939.      *
  4940.      * @return \DcSiteBundle\Controller\LandRover\AboutController
  4941.      */
  4942.     protected function getAboutController7Service()
  4943.     {
  4944.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4945.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4946.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4947.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/LandRover/BaseController.php';
  4948.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/LandRover/AboutController.php';
  4949.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4950.         $this->services['DcSiteBundle\\Controller\\LandRover\\AboutController'] = $instance = new \DcSiteBundle\Controller\LandRover\AboutController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4951.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\LandRover\\AboutController'$this));
  4952.         return $instance;
  4953.     }
  4954.     /**
  4955.      * Gets the public 'DcSiteBundle\Controller\LandRover\AccessoriesController' shared autowired service.
  4956.      *
  4957.      * @return \DcSiteBundle\Controller\LandRover\AccessoriesController
  4958.      */
  4959.     protected function getAccessoriesController8Service()
  4960.     {
  4961.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4962.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4963.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4964.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/LandRover/BaseController.php';
  4965.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/LandRover/AccessoriesController.php';
  4966.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4967.         $this->services['DcSiteBundle\\Controller\\LandRover\\AccessoriesController'] = $instance = new \DcSiteBundle\Controller\LandRover\AccessoriesController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4968.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\LandRover\\AccessoriesController'$this));
  4969.         return $instance;
  4970.     }
  4971.     /**
  4972.      * Gets the public 'DcSiteBundle\Controller\LandRover\BaseController' shared autowired service.
  4973.      *
  4974.      * @return \DcSiteBundle\Controller\LandRover\BaseController
  4975.      */
  4976.     protected function getBaseController9Service()
  4977.     {
  4978.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4979.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4980.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4981.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/LandRover/BaseController.php';
  4982.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4983.         $this->services['DcSiteBundle\\Controller\\LandRover\\BaseController'] = $instance = new \DcSiteBundle\Controller\LandRover\BaseController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4984.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\LandRover\\BaseController'$this));
  4985.         return $instance;
  4986.     }
  4987.     /**
  4988.      * Gets the public 'DcSiteBundle\Controller\LandRover\BasketController' shared autowired service.
  4989.      *
  4990.      * @return \DcSiteBundle\Controller\LandRover\BasketController
  4991.      */
  4992.     protected function getBasketController7Service()
  4993.     {
  4994.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4995.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  4996.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  4997.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/LandRover/BaseController.php';
  4998.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/LandRover/BasketController.php';
  4999.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5000.         $this->services['DcSiteBundle\\Controller\\LandRover\\BasketController'] = $instance = new \DcSiteBundle\Controller\LandRover\BasketController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5001.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\LandRover\\BasketController'$this));
  5002.         return $instance;
  5003.     }
  5004.     /**
  5005.      * Gets the public 'DcSiteBundle\Controller\LandRover\CarController' shared autowired service.
  5006.      *
  5007.      * @return \DcSiteBundle\Controller\LandRover\CarController
  5008.      */
  5009.     protected function getCarController10Service()
  5010.     {
  5011.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5012.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5013.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5014.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/LandRover/BaseController.php';
  5015.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/LandRover/CarController.php';
  5016.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5017.         $this->services['DcSiteBundle\\Controller\\LandRover\\CarController'] = $instance = new \DcSiteBundle\Controller\LandRover\CarController(($this->services['DcSiteBundle\\Services\\CarInStockService'] ?? $this->getCarInStockServiceService()), ($this->services['DcSiteBundle\\Services\\UsedVehicleService'] ?? $this->getUsedVehicleServiceService()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5018.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\LandRover\\CarController'$this));
  5019.         return $instance;
  5020.     }
  5021.     /**
  5022.      * Gets the public 'DcSiteBundle\Controller\LandRover\FinanceController' shared autowired service.
  5023.      *
  5024.      * @return \DcSiteBundle\Controller\LandRover\FinanceController
  5025.      */
  5026.     protected function getFinanceController9Service()
  5027.     {
  5028.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5029.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5030.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5031.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/LandRover/BaseController.php';
  5032.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/LandRover/FinanceController.php';
  5033.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5034.         $this->services['DcSiteBundle\\Controller\\LandRover\\FinanceController'] = $instance = new \DcSiteBundle\Controller\LandRover\FinanceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['DcSiteBundle\\Services\\RentVehicleService'] ?? $this->getRentVehicleServiceService()));
  5035.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\LandRover\\FinanceController'$this));
  5036.         return $instance;
  5037.     }
  5038.     /**
  5039.      * Gets the public 'DcSiteBundle\Controller\LandRover\MainController' shared autowired service.
  5040.      *
  5041.      * @return \DcSiteBundle\Controller\LandRover\MainController
  5042.      */
  5043.     protected function getMainController9Service()
  5044.     {
  5045.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5046.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5047.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5048.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/LandRover/BaseController.php';
  5049.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/LandRover/MainController.php';
  5050.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5051.         $this->services['DcSiteBundle\\Controller\\LandRover\\MainController'] = $instance = new \DcSiteBundle\Controller\LandRover\MainController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5052.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\LandRover\\MainController'$this));
  5053.         return $instance;
  5054.     }
  5055.     /**
  5056.      * Gets the public 'DcSiteBundle\Controller\LandRover\ServiceController' shared autowired service.
  5057.      *
  5058.      * @return \DcSiteBundle\Controller\LandRover\ServiceController
  5059.      */
  5060.     protected function getServiceController7Service()
  5061.     {
  5062.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5063.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5064.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5065.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/LandRover/BaseController.php';
  5066.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/LandRover/ServiceController.php';
  5067.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5068.         $this->services['DcSiteBundle\\Controller\\LandRover\\ServiceController'] = $instance = new \DcSiteBundle\Controller\LandRover\ServiceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5069.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\LandRover\\ServiceController'$this));
  5070.         return $instance;
  5071.     }
  5072.     /**
  5073.      * Gets the public 'DcSiteBundle\Controller\LeasingController' shared autowired service.
  5074.      *
  5075.      * @return \DcSiteBundle\Controller\LeasingController
  5076.      */
  5077.     protected function getLeasingControllerService()
  5078.     {
  5079.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5080.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5081.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5082.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/LeasingController.php';
  5083.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5084.         $this->services['DcSiteBundle\\Controller\\LeasingController'] = $instance = new \DcSiteBundle\Controller\LeasingController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5085.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\LeasingController'$this));
  5086.         return $instance;
  5087.     }
  5088.     /**
  5089.      * Gets the public 'DcSiteBundle\Controller\Lexus\AboutController' shared autowired service.
  5090.      *
  5091.      * @return \DcSiteBundle\Controller\Lexus\AboutController
  5092.      */
  5093.     protected function getAboutController8Service()
  5094.     {
  5095.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5096.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5097.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5098.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Lexus/BaseController.php';
  5099.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Lexus/AboutController.php';
  5100.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5101.         $this->services['DcSiteBundle\\Controller\\Lexus\\AboutController'] = $instance = new \DcSiteBundle\Controller\Lexus\AboutController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5102.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Lexus\\AboutController'$this));
  5103.         return $instance;
  5104.     }
  5105.     /**
  5106.      * Gets the public 'DcSiteBundle\Controller\Lexus\AccessoriesController' shared autowired service.
  5107.      *
  5108.      * @return \DcSiteBundle\Controller\Lexus\AccessoriesController
  5109.      */
  5110.     protected function getAccessoriesController9Service()
  5111.     {
  5112.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5113.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5114.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5115.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Lexus/BaseController.php';
  5116.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Lexus/AccessoriesController.php';
  5117.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5118.         $this->services['DcSiteBundle\\Controller\\Lexus\\AccessoriesController'] = $instance = new \DcSiteBundle\Controller\Lexus\AccessoriesController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5119.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Lexus\\AccessoriesController'$this));
  5120.         return $instance;
  5121.     }
  5122.     /**
  5123.      * Gets the public 'DcSiteBundle\Controller\Lexus\BaseController' shared autowired service.
  5124.      *
  5125.      * @return \DcSiteBundle\Controller\Lexus\BaseController
  5126.      */
  5127.     protected function getBaseController10Service()
  5128.     {
  5129.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5130.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5131.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5132.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Lexus/BaseController.php';
  5133.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5134.         $this->services['DcSiteBundle\\Controller\\Lexus\\BaseController'] = $instance = new \DcSiteBundle\Controller\Lexus\BaseController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5135.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Lexus\\BaseController'$this));
  5136.         return $instance;
  5137.     }
  5138.     /**
  5139.      * Gets the public 'DcSiteBundle\Controller\Lexus\BasketController' shared autowired service.
  5140.      *
  5141.      * @return \DcSiteBundle\Controller\Lexus\BasketController
  5142.      */
  5143.     protected function getBasketController8Service()
  5144.     {
  5145.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5146.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5147.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5148.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Lexus/BaseController.php';
  5149.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Lexus/BasketController.php';
  5150.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5151.         $this->services['DcSiteBundle\\Controller\\Lexus\\BasketController'] = $instance = new \DcSiteBundle\Controller\Lexus\BasketController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5152.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Lexus\\BasketController'$this));
  5153.         return $instance;
  5154.     }
  5155.     /**
  5156.      * Gets the public 'DcSiteBundle\Controller\Lexus\CarController' shared autowired service.
  5157.      *
  5158.      * @return \DcSiteBundle\Controller\Lexus\CarController
  5159.      */
  5160.     protected function getCarController11Service()
  5161.     {
  5162.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5163.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5164.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5165.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Lexus/BaseController.php';
  5166.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Lexus/CarController.php';
  5167.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5168.         $this->services['DcSiteBundle\\Controller\\Lexus\\CarController'] = $instance = new \DcSiteBundle\Controller\Lexus\CarController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['DcSiteBundle\\Services\\CarInStockService'] ?? $this->getCarInStockServiceService()), ($this->services['DcSiteBundle\\Services\\UsedVehicleService'] ?? $this->getUsedVehicleServiceService()), ($this->services['DcSiteBundle\\Services\\CatalogService'] ?? $this->getCatalogService2Service()));
  5169.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Lexus\\CarController'$this));
  5170.         return $instance;
  5171.     }
  5172.     /**
  5173.      * Gets the public 'DcSiteBundle\Controller\Lexus\FinanceController' shared autowired service.
  5174.      *
  5175.      * @return \DcSiteBundle\Controller\Lexus\FinanceController
  5176.      */
  5177.     protected function getFinanceController10Service()
  5178.     {
  5179.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5180.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5181.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5182.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Lexus/BaseController.php';
  5183.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Lexus/FinanceController.php';
  5184.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5185.         $this->services['DcSiteBundle\\Controller\\Lexus\\FinanceController'] = $instance = new \DcSiteBundle\Controller\Lexus\FinanceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5186.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Lexus\\FinanceController'$this));
  5187.         return $instance;
  5188.     }
  5189.     /**
  5190.      * Gets the public 'DcSiteBundle\Controller\Lexus\HybridController' shared autowired service.
  5191.      *
  5192.      * @return \DcSiteBundle\Controller\Lexus\HybridController
  5193.      */
  5194.     protected function getHybridControllerService()
  5195.     {
  5196.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5197.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5198.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5199.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Lexus/BaseController.php';
  5200.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Lexus/HybridController.php';
  5201.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5202.         $this->services['DcSiteBundle\\Controller\\Lexus\\HybridController'] = $instance = new \DcSiteBundle\Controller\Lexus\HybridController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5203.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Lexus\\HybridController'$this));
  5204.         return $instance;
  5205.     }
  5206.     /**
  5207.      * Gets the public 'DcSiteBundle\Controller\Lexus\MainController' shared autowired service.
  5208.      *
  5209.      * @return \DcSiteBundle\Controller\Lexus\MainController
  5210.      */
  5211.     protected function getMainController10Service()
  5212.     {
  5213.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5214.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5215.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5216.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Lexus/BaseController.php';
  5217.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Lexus/MainController.php';
  5218.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5219.         $this->services['DcSiteBundle\\Controller\\Lexus\\MainController'] = $instance = new \DcSiteBundle\Controller\Lexus\MainController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5220.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Lexus\\MainController'$this));
  5221.         return $instance;
  5222.     }
  5223.     /**
  5224.      * Gets the public 'DcSiteBundle\Controller\Lexus\ServiceController' shared autowired service.
  5225.      *
  5226.      * @return \DcSiteBundle\Controller\Lexus\ServiceController
  5227.      */
  5228.     protected function getServiceController8Service()
  5229.     {
  5230.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5231.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5232.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5233.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Lexus/BaseController.php';
  5234.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Lexus/ServiceController.php';
  5235.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5236.         $this->services['DcSiteBundle\\Controller\\Lexus\\ServiceController'] = $instance = new \DcSiteBundle\Controller\Lexus\ServiceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5237.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Lexus\\ServiceController'$this));
  5238.         return $instance;
  5239.     }
  5240.     /**
  5241.      * Gets the public 'DcSiteBundle\Controller\Lexus\StocksController' shared autowired service.
  5242.      *
  5243.      * @return \DcSiteBundle\Controller\Lexus\StocksController
  5244.      */
  5245.     protected function getStocksController3Service()
  5246.     {
  5247.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5248.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5249.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5250.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Lexus/BaseController.php';
  5251.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Lexus/StocksController.php';
  5252.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5253.         $this->services['DcSiteBundle\\Controller\\Lexus\\StocksController'] = $instance = new \DcSiteBundle\Controller\Lexus\StocksController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5254.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Lexus\\StocksController'$this));
  5255.         return $instance;
  5256.     }
  5257.     /**
  5258.      * Gets the public 'DcSiteBundle\Controller\MainSliderController' shared autowired service.
  5259.      *
  5260.      * @return \DcSiteBundle\Controller\MainSliderController
  5261.      */
  5262.     protected function getMainSliderControllerService()
  5263.     {
  5264.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5265.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5266.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5267.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/MainSliderController.php';
  5268.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5269.         $this->services['DcSiteBundle\\Controller\\MainSliderController'] = $instance = new \DcSiteBundle\Controller\MainSliderController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5270.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\MainSliderController'$this));
  5271.         return $instance;
  5272.     }
  5273.     /**
  5274.      * Gets the public 'DcSiteBundle\Controller\Marine\AboutController' shared autowired service.
  5275.      *
  5276.      * @return \DcSiteBundle\Controller\Marine\AboutController
  5277.      */
  5278.     protected function getAboutController9Service()
  5279.     {
  5280.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5281.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5282.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5283.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Marine/BaseController.php';
  5284.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Marine/AboutController.php';
  5285.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5286.         $this->services['DcSiteBundle\\Controller\\Marine\\AboutController'] = $instance = new \DcSiteBundle\Controller\Marine\AboutController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5287.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Marine\\AboutController'$this));
  5288.         return $instance;
  5289.     }
  5290.     /**
  5291.      * Gets the public 'DcSiteBundle\Controller\Marine\BaseController' shared autowired service.
  5292.      *
  5293.      * @return \DcSiteBundle\Controller\Marine\BaseController
  5294.      */
  5295.     protected function getBaseController11Service()
  5296.     {
  5297.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5298.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5299.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5300.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Marine/BaseController.php';
  5301.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5302.         $this->services['DcSiteBundle\\Controller\\Marine\\BaseController'] = $instance = new \DcSiteBundle\Controller\Marine\BaseController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5303.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Marine\\BaseController'$this));
  5304.         return $instance;
  5305.     }
  5306.     /**
  5307.      * Gets the public 'DcSiteBundle\Controller\Marine\BasketController' shared autowired service.
  5308.      *
  5309.      * @return \DcSiteBundle\Controller\Marine\BasketController
  5310.      */
  5311.     protected function getBasketController9Service()
  5312.     {
  5313.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5314.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5315.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5316.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Marine/BaseController.php';
  5317.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Marine/BasketController.php';
  5318.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5319.         $this->services['DcSiteBundle\\Controller\\Marine\\BasketController'] = $instance = new \DcSiteBundle\Controller\Marine\BasketController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5320.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Marine\\BasketController'$this));
  5321.         return $instance;
  5322.     }
  5323.     /**
  5324.      * Gets the public 'DcSiteBundle\Controller\Marine\CatalogController' shared autowired service.
  5325.      *
  5326.      * @return \DcSiteBundle\Controller\Marine\CatalogController
  5327.      */
  5328.     protected function getCatalogController2Service()
  5329.     {
  5330.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5331.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5332.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5333.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Marine/BaseController.php';
  5334.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Marine/CatalogController.php';
  5335.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5336.         $this->services['DcSiteBundle\\Controller\\Marine\\CatalogController'] = $instance = new \DcSiteBundle\Controller\Marine\CatalogController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5337.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Marine\\CatalogController'$this));
  5338.         return $instance;
  5339.     }
  5340.     /**
  5341.      * Gets the public 'DcSiteBundle\Controller\Marine\MainController' shared autowired service.
  5342.      *
  5343.      * @return \DcSiteBundle\Controller\Marine\MainController
  5344.      */
  5345.     protected function getMainController11Service()
  5346.     {
  5347.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5348.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5349.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5350.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Marine/BaseController.php';
  5351.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Marine/MainController.php';
  5352.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5353.         $this->services['DcSiteBundle\\Controller\\Marine\\MainController'] = $instance = new \DcSiteBundle\Controller\Marine\MainController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5354.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Marine\\MainController'$this));
  5355.         return $instance;
  5356.     }
  5357.     /**
  5358.      * Gets the public 'DcSiteBundle\Controller\Marine\PostController' shared autowired service.
  5359.      *
  5360.      * @return \DcSiteBundle\Controller\Marine\PostController
  5361.      */
  5362.     protected function getPostController3Service()
  5363.     {
  5364.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5365.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5366.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5367.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Marine/BaseController.php';
  5368.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Marine/PostController.php';
  5369.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5370.         $this->services['DcSiteBundle\\Controller\\Marine\\PostController'] = $instance = new \DcSiteBundle\Controller\Marine\PostController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5371.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Marine\\PostController'$this));
  5372.         return $instance;
  5373.     }
  5374.     /**
  5375.      * Gets the public 'DcSiteBundle\Controller\Marine\ServiceController' shared autowired service.
  5376.      *
  5377.      * @return \DcSiteBundle\Controller\Marine\ServiceController
  5378.      */
  5379.     protected function getServiceController9Service()
  5380.     {
  5381.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5382.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5383.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5384.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Marine/BaseController.php';
  5385.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Marine/ServiceController.php';
  5386.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5387.         $this->services['DcSiteBundle\\Controller\\Marine\\ServiceController'] = $instance = new \DcSiteBundle\Controller\Marine\ServiceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5388.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Marine\\ServiceController'$this));
  5389.         return $instance;
  5390.     }
  5391.     /**
  5392.      * Gets the public 'DcSiteBundle\Controller\Mazda\AboutController' shared autowired service.
  5393.      *
  5394.      * @return \DcSiteBundle\Controller\Mazda\AboutController
  5395.      */
  5396.     protected function getAboutController10Service()
  5397.     {
  5398.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5399.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5400.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5401.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Mazda/BaseController.php';
  5402.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Mazda/AboutController.php';
  5403.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5404.         $this->services['DcSiteBundle\\Controller\\Mazda\\AboutController'] = $instance = new \DcSiteBundle\Controller\Mazda\AboutController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5405.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Mazda\\AboutController'$this));
  5406.         return $instance;
  5407.     }
  5408.     /**
  5409.      * Gets the public 'DcSiteBundle\Controller\Mazda\AccessoriesController' shared autowired service.
  5410.      *
  5411.      * @return \DcSiteBundle\Controller\Mazda\AccessoriesController
  5412.      */
  5413.     protected function getAccessoriesController10Service()
  5414.     {
  5415.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5416.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5417.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5418.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Mazda/BaseController.php';
  5419.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Mazda/AccessoriesController.php';
  5420.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5421.         $this->services['DcSiteBundle\\Controller\\Mazda\\AccessoriesController'] = $instance = new \DcSiteBundle\Controller\Mazda\AccessoriesController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5422.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Mazda\\AccessoriesController'$this));
  5423.         return $instance;
  5424.     }
  5425.     /**
  5426.      * Gets the public 'DcSiteBundle\Controller\Mazda\BaseController' shared autowired service.
  5427.      *
  5428.      * @return \DcSiteBundle\Controller\Mazda\BaseController
  5429.      */
  5430.     protected function getBaseController12Service()
  5431.     {
  5432.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5433.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5434.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5435.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Mazda/BaseController.php';
  5436.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5437.         $this->services['DcSiteBundle\\Controller\\Mazda\\BaseController'] = $instance = new \DcSiteBundle\Controller\Mazda\BaseController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5438.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Mazda\\BaseController'$this));
  5439.         return $instance;
  5440.     }
  5441.     /**
  5442.      * Gets the public 'DcSiteBundle\Controller\Mazda\BasketController' shared autowired service.
  5443.      *
  5444.      * @return \DcSiteBundle\Controller\Mazda\BasketController
  5445.      */
  5446.     protected function getBasketController10Service()
  5447.     {
  5448.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5449.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5450.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5451.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Mazda/BaseController.php';
  5452.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Mazda/BasketController.php';
  5453.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5454.         $this->services['DcSiteBundle\\Controller\\Mazda\\BasketController'] = $instance = new \DcSiteBundle\Controller\Mazda\BasketController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5455.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Mazda\\BasketController'$this));
  5456.         return $instance;
  5457.     }
  5458.     /**
  5459.      * Gets the public 'DcSiteBundle\Controller\Mazda\CarController' shared autowired service.
  5460.      *
  5461.      * @return \DcSiteBundle\Controller\Mazda\CarController
  5462.      */
  5463.     protected function getCarController12Service()
  5464.     {
  5465.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5466.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5467.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5468.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Mazda/BaseController.php';
  5469.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Mazda/CarController.php';
  5470.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5471.         $this->services['DcSiteBundle\\Controller\\Mazda\\CarController'] = $instance = new \DcSiteBundle\Controller\Mazda\CarController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['DcSiteBundle\\Services\\CarInStockService'] ?? $this->getCarInStockServiceService()), ($this->services['DcSiteBundle\\Services\\UsedVehicleService'] ?? $this->getUsedVehicleServiceService()), ($this->services['DcSiteBundle\\Services\\CatalogService'] ?? $this->getCatalogService2Service()));
  5472.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Mazda\\CarController'$this));
  5473.         return $instance;
  5474.     }
  5475.     /**
  5476.      * Gets the public 'DcSiteBundle\Controller\Mazda\FinanceController' shared autowired service.
  5477.      *
  5478.      * @return \DcSiteBundle\Controller\Mazda\FinanceController
  5479.      */
  5480.     protected function getFinanceController11Service()
  5481.     {
  5482.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5483.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5484.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5485.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Mazda/BaseController.php';
  5486.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Mazda/FinanceController.php';
  5487.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5488.         $this->services['DcSiteBundle\\Controller\\Mazda\\FinanceController'] = $instance = new \DcSiteBundle\Controller\Mazda\FinanceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5489.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Mazda\\FinanceController'$this));
  5490.         return $instance;
  5491.     }
  5492.     /**
  5493.      * Gets the public 'DcSiteBundle\Controller\Mazda\MainController' shared autowired service.
  5494.      *
  5495.      * @return \DcSiteBundle\Controller\Mazda\MainController
  5496.      */
  5497.     protected function getMainController12Service()
  5498.     {
  5499.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5500.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5501.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5502.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Mazda/BaseController.php';
  5503.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Mazda/MainController.php';
  5504.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5505.         $this->services['DcSiteBundle\\Controller\\Mazda\\MainController'] = $instance = new \DcSiteBundle\Controller\Mazda\MainController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5506.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Mazda\\MainController'$this));
  5507.         return $instance;
  5508.     }
  5509.     /**
  5510.      * Gets the public 'DcSiteBundle\Controller\Mazda\ServiceController' shared autowired service.
  5511.      *
  5512.      * @return \DcSiteBundle\Controller\Mazda\ServiceController
  5513.      */
  5514.     protected function getServiceController10Service()
  5515.     {
  5516.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5517.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5518.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5519.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Mazda/BaseController.php';
  5520.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Mazda/ServiceController.php';
  5521.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5522.         $this->services['DcSiteBundle\\Controller\\Mazda\\ServiceController'] = $instance = new \DcSiteBundle\Controller\Mazda\ServiceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5523.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Mazda\\ServiceController'$this));
  5524.         return $instance;
  5525.     }
  5526.     /**
  5527.      * Gets the public 'DcSiteBundle\Controller\Mazda\StocksController' shared autowired service.
  5528.      *
  5529.      * @return \DcSiteBundle\Controller\Mazda\StocksController
  5530.      */
  5531.     protected function getStocksController4Service()
  5532.     {
  5533.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5534.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5535.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5536.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Mazda/BaseController.php';
  5537.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Mazda/StocksController.php';
  5538.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5539.         $this->services['DcSiteBundle\\Controller\\Mazda\\StocksController'] = $instance = new \DcSiteBundle\Controller\Mazda\StocksController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5540.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Mazda\\StocksController'$this));
  5541.         return $instance;
  5542.     }
  5543.     /**
  5544.      * Gets the public 'DcSiteBundle\Controller\MerchantApiController' shared autowired service.
  5545.      *
  5546.      * @return \DcSiteBundle\Controller\MerchantApiController
  5547.      */
  5548.     protected function getMerchantApiControllerService()
  5549.     {
  5550.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5551.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5552.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5553.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/MerchantApiController.php';
  5554.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5555.         $this->services['DcSiteBundle\\Controller\\MerchantApiController'] = $instance = new \DcSiteBundle\Controller\MerchantApiController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5556.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\MerchantApiController'$this));
  5557.         return $instance;
  5558.     }
  5559.     /**
  5560.      * Gets the public 'DcSiteBundle\Controller\Morris_Garage\AboutController' shared autowired service.
  5561.      *
  5562.      * @return \DcSiteBundle\Controller\Morris_Garage\AboutController
  5563.      */
  5564.     protected function getAboutController11Service()
  5565.     {
  5566.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5567.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5568.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5569.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Morris_Garage/BaseController.php';
  5570.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Morris_Garage/AboutController.php';
  5571.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5572.         $this->services['DcSiteBundle\\Controller\\Morris_Garage\\AboutController'] = $instance = new \DcSiteBundle\Controller\Morris_Garage\AboutController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5573.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Morris_Garage\\AboutController'$this));
  5574.         return $instance;
  5575.     }
  5576.     /**
  5577.      * Gets the public 'DcSiteBundle\Controller\Morris_Garage\AccessoriesController' shared autowired service.
  5578.      *
  5579.      * @return \DcSiteBundle\Controller\Morris_Garage\AccessoriesController
  5580.      */
  5581.     protected function getAccessoriesController11Service()
  5582.     {
  5583.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5584.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5585.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5586.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Morris_Garage/BaseController.php';
  5587.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Morris_Garage/AccessoriesController.php';
  5588.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5589.         $this->services['DcSiteBundle\\Controller\\Morris_Garage\\AccessoriesController'] = $instance = new \DcSiteBundle\Controller\Morris_Garage\AccessoriesController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5590.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Morris_Garage\\AccessoriesController'$this));
  5591.         return $instance;
  5592.     }
  5593.     /**
  5594.      * Gets the public 'DcSiteBundle\Controller\Morris_Garage\BaseController' shared autowired service.
  5595.      *
  5596.      * @return \DcSiteBundle\Controller\Morris_Garage\BaseController
  5597.      */
  5598.     protected function getBaseController13Service()
  5599.     {
  5600.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5601.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5602.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5603.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Morris_Garage/BaseController.php';
  5604.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5605.         $this->services['DcSiteBundle\\Controller\\Morris_Garage\\BaseController'] = $instance = new \DcSiteBundle\Controller\Morris_Garage\BaseController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5606.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Morris_Garage\\BaseController'$this));
  5607.         return $instance;
  5608.     }
  5609.     /**
  5610.      * Gets the public 'DcSiteBundle\Controller\Morris_Garage\BasketController' shared autowired service.
  5611.      *
  5612.      * @return \DcSiteBundle\Controller\Morris_Garage\BasketController
  5613.      */
  5614.     protected function getBasketController11Service()
  5615.     {
  5616.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5617.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5618.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5619.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Morris_Garage/BaseController.php';
  5620.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Morris_Garage/BasketController.php';
  5621.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5622.         $this->services['DcSiteBundle\\Controller\\Morris_Garage\\BasketController'] = $instance = new \DcSiteBundle\Controller\Morris_Garage\BasketController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5623.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Morris_Garage\\BasketController'$this));
  5624.         return $instance;
  5625.     }
  5626.     /**
  5627.      * Gets the public 'DcSiteBundle\Controller\Morris_Garage\CarController' shared autowired service.
  5628.      *
  5629.      * @return \DcSiteBundle\Controller\Morris_Garage\CarController
  5630.      */
  5631.     protected function getCarController13Service()
  5632.     {
  5633.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5634.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5635.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5636.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Morris_Garage/BaseController.php';
  5637.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Morris_Garage/CarController.php';
  5638.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5639.         $this->services['DcSiteBundle\\Controller\\Morris_Garage\\CarController'] = $instance = new \DcSiteBundle\Controller\Morris_Garage\CarController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['DcSiteBundle\\Services\\CarInStockService'] ?? $this->getCarInStockServiceService()), ($this->services['DcSiteBundle\\Services\\UsedVehicleService'] ?? $this->getUsedVehicleServiceService()), ($this->services['DcSiteBundle\\Services\\CatalogService'] ?? $this->getCatalogService2Service()));
  5640.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Morris_Garage\\CarController'$this));
  5641.         return $instance;
  5642.     }
  5643.     /**
  5644.      * Gets the public 'DcSiteBundle\Controller\Morris_Garage\FinanceController' shared autowired service.
  5645.      *
  5646.      * @return \DcSiteBundle\Controller\Morris_Garage\FinanceController
  5647.      */
  5648.     protected function getFinanceController12Service()
  5649.     {
  5650.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5651.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5652.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5653.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Morris_Garage/BaseController.php';
  5654.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Morris_Garage/FinanceController.php';
  5655.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5656.         $this->services['DcSiteBundle\\Controller\\Morris_Garage\\FinanceController'] = $instance = new \DcSiteBundle\Controller\Morris_Garage\FinanceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5657.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Morris_Garage\\FinanceController'$this));
  5658.         return $instance;
  5659.     }
  5660.     /**
  5661.      * Gets the public 'DcSiteBundle\Controller\Morris_Garage\MainController' shared autowired service.
  5662.      *
  5663.      * @return \DcSiteBundle\Controller\Morris_Garage\MainController
  5664.      */
  5665.     protected function getMainController13Service()
  5666.     {
  5667.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5668.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5669.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5670.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Morris_Garage/BaseController.php';
  5671.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Morris_Garage/MainController.php';
  5672.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5673.         $this->services['DcSiteBundle\\Controller\\Morris_Garage\\MainController'] = $instance = new \DcSiteBundle\Controller\Morris_Garage\MainController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5674.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Morris_Garage\\MainController'$this));
  5675.         return $instance;
  5676.     }
  5677.     /**
  5678.      * Gets the public 'DcSiteBundle\Controller\Morris_Garage\ServiceController' shared autowired service.
  5679.      *
  5680.      * @return \DcSiteBundle\Controller\Morris_Garage\ServiceController
  5681.      */
  5682.     protected function getServiceController11Service()
  5683.     {
  5684.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5685.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5686.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5687.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Morris_Garage/BaseController.php';
  5688.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Morris_Garage/ServiceController.php';
  5689.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5690.         $this->services['DcSiteBundle\\Controller\\Morris_Garage\\ServiceController'] = $instance = new \DcSiteBundle\Controller\Morris_Garage\ServiceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5691.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Morris_Garage\\ServiceController'$this));
  5692.         return $instance;
  5693.     }
  5694.     /**
  5695.      * Gets the public 'DcSiteBundle\Controller\Morris_Garage\StocksController' shared autowired service.
  5696.      *
  5697.      * @return \DcSiteBundle\Controller\Morris_Garage\StocksController
  5698.      */
  5699.     protected function getStocksController5Service()
  5700.     {
  5701.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5702.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5703.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5704.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Morris_Garage/BaseController.php';
  5705.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Morris_Garage/StocksController.php';
  5706.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5707.         $this->services['DcSiteBundle\\Controller\\Morris_Garage\\StocksController'] = $instance = new \DcSiteBundle\Controller\Morris_Garage\StocksController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5708.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Morris_Garage\\StocksController'$this));
  5709.         return $instance;
  5710.     }
  5711.     /**
  5712.      * Gets the public 'DcSiteBundle\Controller\NissanArmada\AboutUsController' shared autowired service.
  5713.      *
  5714.      * @return \DcSiteBundle\Controller\NissanArmada\AboutUsController
  5715.      */
  5716.     protected function getAboutUsController3Service()
  5717.     {
  5718.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5719.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5720.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5721.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/NissanArmada/BaseController.php';
  5722.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/NissanArmada/AboutUsController.php';
  5723.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5724.         $this->services['DcSiteBundle\\Controller\\NissanArmada\\AboutUsController'] = $instance = new \DcSiteBundle\Controller\NissanArmada\AboutUsController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5725.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\NissanArmada\\AboutUsController'$this));
  5726.         return $instance;
  5727.     }
  5728.     /**
  5729.      * Gets the public 'DcSiteBundle\Controller\NissanArmada\AccessoriesController' shared autowired service.
  5730.      *
  5731.      * @return \DcSiteBundle\Controller\NissanArmada\AccessoriesController
  5732.      */
  5733.     protected function getAccessoriesController12Service()
  5734.     {
  5735.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5736.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5737.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5738.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/NissanArmada/BaseController.php';
  5739.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/NissanArmada/AccessoriesController.php';
  5740.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5741.         $this->services['DcSiteBundle\\Controller\\NissanArmada\\AccessoriesController'] = $instance = new \DcSiteBundle\Controller\NissanArmada\AccessoriesController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5742.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\NissanArmada\\AccessoriesController'$this));
  5743.         return $instance;
  5744.     }
  5745.     /**
  5746.      * Gets the public 'DcSiteBundle\Controller\NissanArmada\BaseController' shared autowired service.
  5747.      *
  5748.      * @return \DcSiteBundle\Controller\NissanArmada\BaseController
  5749.      */
  5750.     protected function getBaseController14Service()
  5751.     {
  5752.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5753.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5754.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5755.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/NissanArmada/BaseController.php';
  5756.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5757.         $this->services['DcSiteBundle\\Controller\\NissanArmada\\BaseController'] = $instance = new \DcSiteBundle\Controller\NissanArmada\BaseController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5758.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\NissanArmada\\BaseController'$this));
  5759.         return $instance;
  5760.     }
  5761.     /**
  5762.      * Gets the public 'DcSiteBundle\Controller\NissanArmada\BasketController' shared autowired service.
  5763.      *
  5764.      * @return \DcSiteBundle\Controller\NissanArmada\BasketController
  5765.      */
  5766.     protected function getBasketController12Service()
  5767.     {
  5768.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5769.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5770.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5771.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/NissanArmada/BaseController.php';
  5772.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/NissanArmada/BasketController.php';
  5773.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5774.         $this->services['DcSiteBundle\\Controller\\NissanArmada\\BasketController'] = $instance = new \DcSiteBundle\Controller\NissanArmada\BasketController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5775.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\NissanArmada\\BasketController'$this));
  5776.         return $instance;
  5777.     }
  5778.     /**
  5779.      * Gets the public 'DcSiteBundle\Controller\NissanArmada\CarController' shared autowired service.
  5780.      *
  5781.      * @return \DcSiteBundle\Controller\NissanArmada\CarController
  5782.      */
  5783.     protected function getCarController14Service()
  5784.     {
  5785.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5786.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5787.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5788.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/NissanArmada/BaseController.php';
  5789.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/NissanArmada/CarController.php';
  5790.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5791.         $this->services['DcSiteBundle\\Controller\\NissanArmada\\CarController'] = $instance = new \DcSiteBundle\Controller\NissanArmada\CarController(($this->services['DcSiteBundle\\Services\\CarInStockService'] ?? $this->getCarInStockServiceService()), ($this->services['DcSiteBundle\\Services\\UsedVehicleService'] ?? $this->getUsedVehicleServiceService()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5792.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\NissanArmada\\CarController'$this));
  5793.         return $instance;
  5794.     }
  5795.     /**
  5796.      * Gets the public 'DcSiteBundle\Controller\NissanArmada\CarInStockController' shared autowired service.
  5797.      *
  5798.      * @return \DcSiteBundle\Controller\NissanArmada\CarInStockController
  5799.      */
  5800.     protected function getCarInStockControllerService()
  5801.     {
  5802.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5803.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5804.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5805.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/NissanArmada/BaseController.php';
  5806.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/NissanArmada/CarInStockController.php';
  5807.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5808.         $this->services['DcSiteBundle\\Controller\\NissanArmada\\CarInStockController'] = $instance = new \DcSiteBundle\Controller\NissanArmada\CarInStockController(($this->services['DcSiteBundle\\Services\\CarInStockService'] ?? $this->getCarInStockServiceService()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5809.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\NissanArmada\\CarInStockController'$this));
  5810.         return $instance;
  5811.     }
  5812.     /**
  5813.      * Gets the public 'DcSiteBundle\Controller\NissanArmada\FinanceController' shared autowired service.
  5814.      *
  5815.      * @return \DcSiteBundle\Controller\NissanArmada\FinanceController
  5816.      */
  5817.     protected function getFinanceController13Service()
  5818.     {
  5819.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5820.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5821.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5822.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/NissanArmada/BaseController.php';
  5823.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/NissanArmada/FinanceController.php';
  5824.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5825.         $this->services['DcSiteBundle\\Controller\\NissanArmada\\FinanceController'] = $instance = new \DcSiteBundle\Controller\NissanArmada\FinanceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5826.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\NissanArmada\\FinanceController'$this));
  5827.         return $instance;
  5828.     }
  5829.     /**
  5830.      * Gets the public 'DcSiteBundle\Controller\NissanArmada\MainController' shared autowired service.
  5831.      *
  5832.      * @return \DcSiteBundle\Controller\NissanArmada\MainController
  5833.      */
  5834.     protected function getMainController14Service()
  5835.     {
  5836.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5837.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5838.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5839.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/NissanArmada/BaseController.php';
  5840.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/NissanArmada/MainController.php';
  5841.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5842.         $this->services['DcSiteBundle\\Controller\\NissanArmada\\MainController'] = $instance = new \DcSiteBundle\Controller\NissanArmada\MainController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5843.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\NissanArmada\\MainController'$this));
  5844.         return $instance;
  5845.     }
  5846.     /**
  5847.      * Gets the public 'DcSiteBundle\Controller\NissanArmada\ServiceController' shared autowired service.
  5848.      *
  5849.      * @return \DcSiteBundle\Controller\NissanArmada\ServiceController
  5850.      */
  5851.     protected function getServiceController12Service()
  5852.     {
  5853.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5854.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5855.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5856.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/NissanArmada/BaseController.php';
  5857.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/NissanArmada/ServiceController.php';
  5858.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5859.         $this->services['DcSiteBundle\\Controller\\NissanArmada\\ServiceController'] = $instance = new \DcSiteBundle\Controller\NissanArmada\ServiceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5860.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\NissanArmada\\ServiceController'$this));
  5861.         return $instance;
  5862.     }
  5863.     /**
  5864.      * Gets the public 'DcSiteBundle\Controller\NissanArmada\StocksController' shared autowired service.
  5865.      *
  5866.      * @return \DcSiteBundle\Controller\NissanArmada\StocksController
  5867.      */
  5868.     protected function getStocksController6Service()
  5869.     {
  5870.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5871.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5872.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5873.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/NissanArmada/BaseController.php';
  5874.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/NissanArmada/StocksController.php';
  5875.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5876.         $this->services['DcSiteBundle\\Controller\\NissanArmada\\StocksController'] = $instance = new \DcSiteBundle\Controller\NissanArmada\StocksController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5877.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\NissanArmada\\StocksController'$this));
  5878.         return $instance;
  5879.     }
  5880.     /**
  5881.      * Gets the public 'DcSiteBundle\Controller\Nissan\AboutUsController' shared autowired service.
  5882.      *
  5883.      * @return \DcSiteBundle\Controller\Nissan\AboutUsController
  5884.      */
  5885.     protected function getAboutUsController4Service()
  5886.     {
  5887.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5888.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5889.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5890.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Nissan/BaseController.php';
  5891.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Nissan/AboutUsController.php';
  5892.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5893.         $this->services['DcSiteBundle\\Controller\\Nissan\\AboutUsController'] = $instance = new \DcSiteBundle\Controller\Nissan\AboutUsController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5894.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Nissan\\AboutUsController'$this));
  5895.         return $instance;
  5896.     }
  5897.     /**
  5898.      * Gets the public 'DcSiteBundle\Controller\Nissan\AccessoriesController' shared autowired service.
  5899.      *
  5900.      * @return \DcSiteBundle\Controller\Nissan\AccessoriesController
  5901.      */
  5902.     protected function getAccessoriesController13Service()
  5903.     {
  5904.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5905.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5906.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5907.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Nissan/BaseController.php';
  5908.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Nissan/AccessoriesController.php';
  5909.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5910.         $this->services['DcSiteBundle\\Controller\\Nissan\\AccessoriesController'] = $instance = new \DcSiteBundle\Controller\Nissan\AccessoriesController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['DcSiteBundle\\Services\\Nissan\\Finance\\FinanceService'] ?? $this->getFinanceServiceService()));
  5911.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Nissan\\AccessoriesController'$this));
  5912.         return $instance;
  5913.     }
  5914.     /**
  5915.      * Gets the public 'DcSiteBundle\Controller\Nissan\BaseController' shared autowired service.
  5916.      *
  5917.      * @return \DcSiteBundle\Controller\Nissan\BaseController
  5918.      */
  5919.     protected function getBaseController15Service()
  5920.     {
  5921.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5922.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5923.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5924.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Nissan/BaseController.php';
  5925.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5926.         $this->services['DcSiteBundle\\Controller\\Nissan\\BaseController'] = $instance = new \DcSiteBundle\Controller\Nissan\BaseController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5927.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Nissan\\BaseController'$this));
  5928.         return $instance;
  5929.     }
  5930.     /**
  5931.      * Gets the public 'DcSiteBundle\Controller\Nissan\BasketController' shared autowired service.
  5932.      *
  5933.      * @return \DcSiteBundle\Controller\Nissan\BasketController
  5934.      */
  5935.     protected function getBasketController13Service()
  5936.     {
  5937.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5938.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5939.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5940.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Nissan/BaseController.php';
  5941.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Nissan/BasketController.php';
  5942.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5943.         $this->services['DcSiteBundle\\Controller\\Nissan\\BasketController'] = $instance = new \DcSiteBundle\Controller\Nissan\BasketController(($this->services['DcSiteBundle\\Services\\Nissan\\Finance\\FinanceService'] ?? $this->getFinanceServiceService()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5944.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Nissan\\BasketController'$this));
  5945.         return $instance;
  5946.     }
  5947.     /**
  5948.      * Gets the public 'DcSiteBundle\Controller\Nissan\CarController' shared autowired service.
  5949.      *
  5950.      * @return \DcSiteBundle\Controller\Nissan\CarController
  5951.      */
  5952.     protected function getCarController15Service()
  5953.     {
  5954.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5955.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5956.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5957.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Nissan/BaseController.php';
  5958.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Nissan/CarController.php';
  5959.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5960.         $this->services['DcSiteBundle\\Controller\\Nissan\\CarController'] = $instance = new \DcSiteBundle\Controller\Nissan\CarController(($this->services['DcSiteBundle\\Services\\CarInStockService'] ?? $this->getCarInStockServiceService()), ($this->services['DcSiteBundle\\Services\\UsedVehicleService'] ?? $this->getUsedVehicleServiceService()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5961.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Nissan\\CarController'$this));
  5962.         return $instance;
  5963.     }
  5964.     /**
  5965.      * Gets the public 'DcSiteBundle\Controller\Nissan\CarInStockController' shared autowired service.
  5966.      *
  5967.      * @return \DcSiteBundle\Controller\Nissan\CarInStockController
  5968.      */
  5969.     protected function getCarInStockController2Service()
  5970.     {
  5971.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5972.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5973.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5974.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Nissan/BaseController.php';
  5975.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Nissan/CarInStockController.php';
  5976.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5977.         $this->services['DcSiteBundle\\Controller\\Nissan\\CarInStockController'] = $instance = new \DcSiteBundle\Controller\Nissan\CarInStockController(($this->services['DcSiteBundle\\Services\\CarInStockService'] ?? $this->getCarInStockServiceService()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5978.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Nissan\\CarInStockController'$this));
  5979.         return $instance;
  5980.     }
  5981.     /**
  5982.      * Gets the public 'DcSiteBundle\Controller\Nissan\FinanceController' shared autowired service.
  5983.      *
  5984.      * @return \DcSiteBundle\Controller\Nissan\FinanceController
  5985.      */
  5986.     protected function getFinanceController14Service()
  5987.     {
  5988.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5989.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  5990.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  5991.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Nissan/BaseController.php';
  5992.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Nissan/FinanceController.php';
  5993.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5994.         $this->services['DcSiteBundle\\Controller\\Nissan\\FinanceController'] = $instance = new \DcSiteBundle\Controller\Nissan\FinanceController(($this->services['DcSiteBundle\\Services\\Nissan\\Finance\\FinanceService'] ?? $this->getFinanceServiceService()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5995.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Nissan\\FinanceController'$this));
  5996.         return $instance;
  5997.     }
  5998.     /**
  5999.      * Gets the public 'DcSiteBundle\Controller\Nissan\MainController' shared autowired service.
  6000.      *
  6001.      * @return \DcSiteBundle\Controller\Nissan\MainController
  6002.      */
  6003.     protected function getMainController15Service()
  6004.     {
  6005.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6006.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6007.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6008.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Nissan/BaseController.php';
  6009.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Nissan/MainController.php';
  6010.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6011.         $this->services['DcSiteBundle\\Controller\\Nissan\\MainController'] = $instance = new \DcSiteBundle\Controller\Nissan\MainController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6012.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Nissan\\MainController'$this));
  6013.         return $instance;
  6014.     }
  6015.     /**
  6016.      * Gets the public 'DcSiteBundle\Controller\Nissan\ServiceController' shared autowired service.
  6017.      *
  6018.      * @return \DcSiteBundle\Controller\Nissan\ServiceController
  6019.      */
  6020.     protected function getServiceController13Service()
  6021.     {
  6022.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6023.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6024.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6025.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Nissan/BaseController.php';
  6026.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Nissan/ServiceController.php';
  6027.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6028.         $this->services['DcSiteBundle\\Controller\\Nissan\\ServiceController'] = $instance = new \DcSiteBundle\Controller\Nissan\ServiceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6029.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Nissan\\ServiceController'$this));
  6030.         return $instance;
  6031.     }
  6032.     /**
  6033.      * Gets the public 'DcSiteBundle\Controller\Nissan\StocksController' shared autowired service.
  6034.      *
  6035.      * @return \DcSiteBundle\Controller\Nissan\StocksController
  6036.      */
  6037.     protected function getStocksController7Service()
  6038.     {
  6039.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6040.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6041.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6042.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Nissan/BaseController.php';
  6043.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Nissan/StocksController.php';
  6044.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6045.         $this->services['DcSiteBundle\\Controller\\Nissan\\StocksController'] = $instance = new \DcSiteBundle\Controller\Nissan\StocksController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6046.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Nissan\\StocksController'$this));
  6047.         return $instance;
  6048.     }
  6049.     /**
  6050.      * Gets the public 'DcSiteBundle\Controller\OilTOController' shared autowired service.
  6051.      *
  6052.      * @return \DcSiteBundle\Controller\OilTOController
  6053.      */
  6054.     protected function getOilTOControllerService()
  6055.     {
  6056.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6057.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6058.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6059.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/OilTOController.php';
  6060.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6061.         $this->services['DcSiteBundle\\Controller\\OilTOController'] = $instance = new \DcSiteBundle\Controller\OilTOController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6062.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\OilTOController'$this));
  6063.         return $instance;
  6064.     }
  6065.     /**
  6066.      * Gets the public 'DcSiteBundle\Controller\OnlineConsultController' shared autowired service.
  6067.      *
  6068.      * @return \DcSiteBundle\Controller\OnlineConsultController
  6069.      */
  6070.     protected function getOnlineConsultControllerService()
  6071.     {
  6072.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6073.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6074.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6075.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/OnlineConsultController.php';
  6076.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6077.         $this->services['DcSiteBundle\\Controller\\OnlineConsultController'] = $instance = new \DcSiteBundle\Controller\OnlineConsultController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6078.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\OnlineConsultController'$this));
  6079.         return $instance;
  6080.     }
  6081.     /**
  6082.      * Gets the public 'DcSiteBundle\Controller\OnlineServiceController' shared autowired service.
  6083.      *
  6084.      * @return \DcSiteBundle\Controller\OnlineServiceController
  6085.      */
  6086.     protected function getOnlineServiceControllerService()
  6087.     {
  6088.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6089.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6090.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6091.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/OnlineServiceController.php';
  6092.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6093.         $this->services['DcSiteBundle\\Controller\\OnlineServiceController'] = $instance = new \DcSiteBundle\Controller\OnlineServiceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6094.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\OnlineServiceController'$this));
  6095.         return $instance;
  6096.     }
  6097.     /**
  6098.      * Gets the public 'DcSiteBundle\Controller\Opel\AboutController' shared autowired service.
  6099.      *
  6100.      * @return \DcSiteBundle\Controller\Opel\AboutController
  6101.      */
  6102.     protected function getAboutController12Service()
  6103.     {
  6104.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6105.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6106.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6107.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Opel/BaseController.php';
  6108.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Opel/AboutController.php';
  6109.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6110.         $this->services['DcSiteBundle\\Controller\\Opel\\AboutController'] = $instance = new \DcSiteBundle\Controller\Opel\AboutController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6111.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Opel\\AboutController'$this));
  6112.         return $instance;
  6113.     }
  6114.     /**
  6115.      * Gets the public 'DcSiteBundle\Controller\Opel\AccessoriesController' shared autowired service.
  6116.      *
  6117.      * @return \DcSiteBundle\Controller\Opel\AccessoriesController
  6118.      */
  6119.     protected function getAccessoriesController14Service()
  6120.     {
  6121.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6122.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6123.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6124.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Opel/BaseController.php';
  6125.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Opel/AccessoriesController.php';
  6126.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6127.         $this->services['DcSiteBundle\\Controller\\Opel\\AccessoriesController'] = $instance = new \DcSiteBundle\Controller\Opel\AccessoriesController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6128.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Opel\\AccessoriesController'$this));
  6129.         return $instance;
  6130.     }
  6131.     /**
  6132.      * Gets the public 'DcSiteBundle\Controller\Opel\BaseController' shared autowired service.
  6133.      *
  6134.      * @return \DcSiteBundle\Controller\Opel\BaseController
  6135.      */
  6136.     protected function getBaseController16Service()
  6137.     {
  6138.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6139.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6140.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6141.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Opel/BaseController.php';
  6142.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6143.         $this->services['DcSiteBundle\\Controller\\Opel\\BaseController'] = $instance = new \DcSiteBundle\Controller\Opel\BaseController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6144.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Opel\\BaseController'$this));
  6145.         return $instance;
  6146.     }
  6147.     /**
  6148.      * Gets the public 'DcSiteBundle\Controller\Opel\BasketController' shared autowired service.
  6149.      *
  6150.      * @return \DcSiteBundle\Controller\Opel\BasketController
  6151.      */
  6152.     protected function getBasketController14Service()
  6153.     {
  6154.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6155.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6156.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6157.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Opel/BaseController.php';
  6158.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Opel/BasketController.php';
  6159.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6160.         $this->services['DcSiteBundle\\Controller\\Opel\\BasketController'] = $instance = new \DcSiteBundle\Controller\Opel\BasketController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6161.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Opel\\BasketController'$this));
  6162.         return $instance;
  6163.     }
  6164.     /**
  6165.      * Gets the public 'DcSiteBundle\Controller\Opel\CarController' shared autowired service.
  6166.      *
  6167.      * @return \DcSiteBundle\Controller\Opel\CarController
  6168.      */
  6169.     protected function getCarController16Service()
  6170.     {
  6171.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6172.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6173.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6174.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Opel/BaseController.php';
  6175.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Opel/CarController.php';
  6176.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6177.         $this->services['DcSiteBundle\\Controller\\Opel\\CarController'] = $instance = new \DcSiteBundle\Controller\Opel\CarController(($this->services['DcSiteBundle\\Services\\CarInStockService'] ?? $this->getCarInStockServiceService()), ($this->services['DcSiteBundle\\Services\\UsedVehicleService'] ?? $this->getUsedVehicleServiceService()), ($this->services['DcSiteBundle\\Services\\CatalogService'] ?? $this->getCatalogService2Service()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6178.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Opel\\CarController'$this));
  6179.         return $instance;
  6180.     }
  6181.     /**
  6182.      * Gets the public 'DcSiteBundle\Controller\Opel\FinanceController' shared autowired service.
  6183.      *
  6184.      * @return \DcSiteBundle\Controller\Opel\FinanceController
  6185.      */
  6186.     protected function getFinanceController15Service()
  6187.     {
  6188.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6189.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6190.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6191.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Opel/BaseController.php';
  6192.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Opel/FinanceController.php';
  6193.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6194.         $this->services['DcSiteBundle\\Controller\\Opel\\FinanceController'] = $instance = new \DcSiteBundle\Controller\Opel\FinanceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6195.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Opel\\FinanceController'$this));
  6196.         return $instance;
  6197.     }
  6198.     /**
  6199.      * Gets the public 'DcSiteBundle\Controller\Opel\MainController' shared autowired service.
  6200.      *
  6201.      * @return \DcSiteBundle\Controller\Opel\MainController
  6202.      */
  6203.     protected function getMainController16Service()
  6204.     {
  6205.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6206.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6207.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6208.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Opel/BaseController.php';
  6209.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Opel/MainController.php';
  6210.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6211.         $this->services['DcSiteBundle\\Controller\\Opel\\MainController'] = $instance = new \DcSiteBundle\Controller\Opel\MainController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6212.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Opel\\MainController'$this));
  6213.         return $instance;
  6214.     }
  6215.     /**
  6216.      * Gets the public 'DcSiteBundle\Controller\Opel\ServiceController' shared autowired service.
  6217.      *
  6218.      * @return \DcSiteBundle\Controller\Opel\ServiceController
  6219.      */
  6220.     protected function getServiceController14Service()
  6221.     {
  6222.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6223.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6224.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6225.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Opel/BaseController.php';
  6226.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Opel/ServiceController.php';
  6227.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6228.         $this->services['DcSiteBundle\\Controller\\Opel\\ServiceController'] = $instance = new \DcSiteBundle\Controller\Opel\ServiceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6229.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Opel\\ServiceController'$this));
  6230.         return $instance;
  6231.     }
  6232.     /**
  6233.      * Gets the public 'DcSiteBundle\Controller\Opel\StocksController' shared autowired service.
  6234.      *
  6235.      * @return \DcSiteBundle\Controller\Opel\StocksController
  6236.      */
  6237.     protected function getStocksController8Service()
  6238.     {
  6239.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6240.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6241.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6242.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Opel/BaseController.php';
  6243.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Opel/StocksController.php';
  6244.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6245.         $this->services['DcSiteBundle\\Controller\\Opel\\StocksController'] = $instance = new \DcSiteBundle\Controller\Opel\StocksController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6246.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Opel\\StocksController'$this));
  6247.         return $instance;
  6248.     }
  6249.     /**
  6250.      * Gets the public 'DcSiteBundle\Controller\Peugeot\AboutController' shared autowired service.
  6251.      *
  6252.      * @return \DcSiteBundle\Controller\Peugeot\AboutController
  6253.      */
  6254.     protected function getAboutController13Service()
  6255.     {
  6256.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6257.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6258.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6259.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Peugeot/BaseController.php';
  6260.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Peugeot/AboutController.php';
  6261.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6262.         $this->services['DcSiteBundle\\Controller\\Peugeot\\AboutController'] = $instance = new \DcSiteBundle\Controller\Peugeot\AboutController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6263.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Peugeot\\AboutController'$this));
  6264.         return $instance;
  6265.     }
  6266.     /**
  6267.      * Gets the public 'DcSiteBundle\Controller\Peugeot\AccessoriesController' shared autowired service.
  6268.      *
  6269.      * @return \DcSiteBundle\Controller\Peugeot\AccessoriesController
  6270.      */
  6271.     protected function getAccessoriesController15Service()
  6272.     {
  6273.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6274.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6275.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6276.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Peugeot/BaseController.php';
  6277.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Peugeot/AccessoriesController.php';
  6278.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6279.         $this->services['DcSiteBundle\\Controller\\Peugeot\\AccessoriesController'] = $instance = new \DcSiteBundle\Controller\Peugeot\AccessoriesController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6280.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Peugeot\\AccessoriesController'$this));
  6281.         return $instance;
  6282.     }
  6283.     /**
  6284.      * Gets the public 'DcSiteBundle\Controller\Peugeot\BaseController' shared autowired service.
  6285.      *
  6286.      * @return \DcSiteBundle\Controller\Peugeot\BaseController
  6287.      */
  6288.     protected function getBaseController17Service()
  6289.     {
  6290.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6291.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6292.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6293.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Peugeot/BaseController.php';
  6294.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6295.         $this->services['DcSiteBundle\\Controller\\Peugeot\\BaseController'] = $instance = new \DcSiteBundle\Controller\Peugeot\BaseController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6296.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Peugeot\\BaseController'$this));
  6297.         return $instance;
  6298.     }
  6299.     /**
  6300.      * Gets the public 'DcSiteBundle\Controller\Peugeot\BasketController' shared autowired service.
  6301.      *
  6302.      * @return \DcSiteBundle\Controller\Peugeot\BasketController
  6303.      */
  6304.     protected function getBasketController15Service()
  6305.     {
  6306.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6307.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6308.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6309.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Peugeot/BaseController.php';
  6310.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Peugeot/BasketController.php';
  6311.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6312.         $this->services['DcSiteBundle\\Controller\\Peugeot\\BasketController'] = $instance = new \DcSiteBundle\Controller\Peugeot\BasketController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6313.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Peugeot\\BasketController'$this));
  6314.         return $instance;
  6315.     }
  6316.     /**
  6317.      * Gets the public 'DcSiteBundle\Controller\Peugeot\CarController' shared autowired service.
  6318.      *
  6319.      * @return \DcSiteBundle\Controller\Peugeot\CarController
  6320.      */
  6321.     protected function getCarController17Service()
  6322.     {
  6323.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6324.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6325.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6326.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Peugeot/BaseController.php';
  6327.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Peugeot/CarController.php';
  6328.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6329.         $this->services['DcSiteBundle\\Controller\\Peugeot\\CarController'] = $instance = new \DcSiteBundle\Controller\Peugeot\CarController(($this->services['DcSiteBundle\\Services\\CarInStockService'] ?? $this->getCarInStockServiceService()), ($this->services['DcSiteBundle\\Services\\UsedVehicleService'] ?? $this->getUsedVehicleServiceService()), ($this->services['DcSiteBundle\\Services\\CatalogService'] ?? $this->getCatalogService2Service()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6330.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Peugeot\\CarController'$this));
  6331.         return $instance;
  6332.     }
  6333.     /**
  6334.      * Gets the public 'DcSiteBundle\Controller\Peugeot\FinanceController' shared autowired service.
  6335.      *
  6336.      * @return \DcSiteBundle\Controller\Peugeot\FinanceController
  6337.      */
  6338.     protected function getFinanceController16Service()
  6339.     {
  6340.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6341.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6342.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6343.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Peugeot/BaseController.php';
  6344.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Peugeot/FinanceController.php';
  6345.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6346.         $this->services['DcSiteBundle\\Controller\\Peugeot\\FinanceController'] = $instance = new \DcSiteBundle\Controller\Peugeot\FinanceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6347.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Peugeot\\FinanceController'$this));
  6348.         return $instance;
  6349.     }
  6350.     /**
  6351.      * Gets the public 'DcSiteBundle\Controller\Peugeot\MainController' shared autowired service.
  6352.      *
  6353.      * @return \DcSiteBundle\Controller\Peugeot\MainController
  6354.      */
  6355.     protected function getMainController17Service()
  6356.     {
  6357.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6358.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6359.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6360.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Peugeot/BaseController.php';
  6361.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Peugeot/MainController.php';
  6362.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6363.         $this->services['DcSiteBundle\\Controller\\Peugeot\\MainController'] = $instance = new \DcSiteBundle\Controller\Peugeot\MainController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6364.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Peugeot\\MainController'$this));
  6365.         return $instance;
  6366.     }
  6367.     /**
  6368.      * Gets the public 'DcSiteBundle\Controller\Peugeot\ServiceController' shared autowired service.
  6369.      *
  6370.      * @return \DcSiteBundle\Controller\Peugeot\ServiceController
  6371.      */
  6372.     protected function getServiceController15Service()
  6373.     {
  6374.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6375.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6376.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6377.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Peugeot/BaseController.php';
  6378.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Peugeot/ServiceController.php';
  6379.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6380.         $this->services['DcSiteBundle\\Controller\\Peugeot\\ServiceController'] = $instance = new \DcSiteBundle\Controller\Peugeot\ServiceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6381.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Peugeot\\ServiceController'$this));
  6382.         return $instance;
  6383.     }
  6384.     /**
  6385.      * Gets the public 'DcSiteBundle\Controller\Peugeot\StocksController' shared autowired service.
  6386.      *
  6387.      * @return \DcSiteBundle\Controller\Peugeot\StocksController
  6388.      */
  6389.     protected function getStocksController9Service()
  6390.     {
  6391.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6392.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6393.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6394.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Peugeot/BaseController.php';
  6395.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Peugeot/StocksController.php';
  6396.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6397.         $this->services['DcSiteBundle\\Controller\\Peugeot\\StocksController'] = $instance = new \DcSiteBundle\Controller\Peugeot\StocksController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6398.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Peugeot\\StocksController'$this));
  6399.         return $instance;
  6400.     }
  6401.     /**
  6402.      * Gets the public 'DcSiteBundle\Controller\PostController' shared autowired service.
  6403.      *
  6404.      * @return \DcSiteBundle\Controller\PostController
  6405.      */
  6406.     protected function getPostController4Service()
  6407.     {
  6408.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6409.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6410.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6411.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/PostController.php';
  6412.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6413.         $this->services['DcSiteBundle\\Controller\\PostController'] = $instance = new \DcSiteBundle\Controller\PostController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6414.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\PostController'$this));
  6415.         return $instance;
  6416.     }
  6417.     /**
  6418.      * Gets the public 'DcSiteBundle\Controller\RSSController' shared autowired service.
  6419.      *
  6420.      * @return \DcSiteBundle\Controller\RSSController
  6421.      */
  6422.     protected function getRSSController2Service()
  6423.     {
  6424.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6425.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6426.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6427.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/RSSController.php';
  6428.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6429.         $this->services['DcSiteBundle\\Controller\\RSSController'] = $instance = new \DcSiteBundle\Controller\RSSController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6430.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\RSSController'$this));
  6431.         return $instance;
  6432.     }
  6433.     /**
  6434.      * Gets the public 'DcSiteBundle\Controller\RegistrationCostController' shared autowired service.
  6435.      *
  6436.      * @return \DcSiteBundle\Controller\RegistrationCostController
  6437.      */
  6438.     protected function getRegistrationCostControllerService()
  6439.     {
  6440.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6441.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6442.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6443.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/RegistrationCostController.php';
  6444.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6445.         $this->services['DcSiteBundle\\Controller\\RegistrationCostController'] = $instance = new \DcSiteBundle\Controller\RegistrationCostController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6446.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\RegistrationCostController'$this));
  6447.         return $instance;
  6448.     }
  6449.     /**
  6450.      * Gets the public 'DcSiteBundle\Controller\RegulationToController' shared autowired service.
  6451.      *
  6452.      * @return \DcSiteBundle\Controller\RegulationToController
  6453.      */
  6454.     protected function getRegulationToControllerService()
  6455.     {
  6456.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6457.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6458.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6459.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/RegulationToController.php';
  6460.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6461.         $this->services['DcSiteBundle\\Controller\\RegulationToController'] = $instance = new \DcSiteBundle\Controller\RegulationToController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6462.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\RegulationToController'$this));
  6463.         return $instance;
  6464.     }
  6465.     /**
  6466.      * Gets the public 'DcSiteBundle\Controller\ReviewController' shared autowired service.
  6467.      *
  6468.      * @return \DcSiteBundle\Controller\ReviewController
  6469.      */
  6470.     protected function getReviewControllerService()
  6471.     {
  6472.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6473.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6474.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6475.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/ReviewController.php';
  6476.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6477.         $this->services['DcSiteBundle\\Controller\\ReviewController'] = $instance = new \DcSiteBundle\Controller\ReviewController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6478.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\ReviewController'$this));
  6479.         return $instance;
  6480.     }
  6481.     /**
  6482.      * Gets the public 'DcSiteBundle\Controller\RobotsController' shared autowired service.
  6483.      *
  6484.      * @return \DcSiteBundle\Controller\RobotsController
  6485.      */
  6486.     protected function getRobotsControllerService()
  6487.     {
  6488.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6489.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6490.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6491.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/RobotsController.php';
  6492.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6493.         $this->services['DcSiteBundle\\Controller\\RobotsController'] = $instance = new \DcSiteBundle\Controller\RobotsController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6494.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\RobotsController'$this));
  6495.         return $instance;
  6496.     }
  6497.     /**
  6498.      * Gets the public 'DcSiteBundle\Controller\SecondhandController' shared autowired service.
  6499.      *
  6500.      * @return \DcSiteBundle\Controller\SecondhandController
  6501.      */
  6502.     protected function getSecondhandControllerService()
  6503.     {
  6504.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6505.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6506.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6507.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/SecondhandController.php';
  6508.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6509.         $this->services['DcSiteBundle\\Controller\\SecondhandController'] = $instance = new \DcSiteBundle\Controller\SecondhandController(($this->services['DcSiteBundle\\Services\\UsedVehicleService'] ?? $this->getUsedVehicleServiceService()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6510.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\SecondhandController'$this));
  6511.         return $instance;
  6512.     }
  6513.     /**
  6514.      * Gets the public 'DcSiteBundle\Controller\SiteMapController' shared autowired service.
  6515.      *
  6516.      * @return \DcSiteBundle\Controller\SiteMapController
  6517.      */
  6518.     protected function getSiteMapController2Service()
  6519.     {
  6520.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6521.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6522.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6523.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/SiteMapController.php';
  6524.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6525.         $this->services['DcSiteBundle\\Controller\\SiteMapController'] = $instance = new \DcSiteBundle\Controller\SiteMapController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6526.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\SiteMapController'$this));
  6527.         return $instance;
  6528.     }
  6529.     /**
  6530.      * Gets the public 'DcSiteBundle\Controller\SmsLandingController' shared autowired service.
  6531.      *
  6532.      * @return \DcSiteBundle\Controller\SmsLandingController
  6533.      */
  6534.     protected function getSmsLandingControllerService()
  6535.     {
  6536.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6537.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6538.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6539.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/SmsLandingController.php';
  6540.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6541.         $this->services['DcSiteBundle\\Controller\\SmsLandingController'] = $instance = new \DcSiteBundle\Controller\SmsLandingController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6542.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\SmsLandingController'$this));
  6543.         return $instance;
  6544.     }
  6545.     /**
  6546.      * Gets the public 'DcSiteBundle\Controller\SparePartsController' shared autowired service.
  6547.      *
  6548.      * @return \DcSiteBundle\Controller\SparePartsController
  6549.      */
  6550.     protected function getSparePartsControllerService()
  6551.     {
  6552.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6553.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6554.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6555.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Marine/BaseController.php';
  6556.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/SparePartsController.php';
  6557.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6558.         $this->services['DcSiteBundle\\Controller\\SparePartsController'] = $instance = new \DcSiteBundle\Controller\SparePartsController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6559.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\SparePartsController'$this));
  6560.         return $instance;
  6561.     }
  6562.     /**
  6563.      * Gets the public 'DcSiteBundle\Controller\Subaru\AboutController' shared autowired service.
  6564.      *
  6565.      * @return \DcSiteBundle\Controller\Subaru\AboutController
  6566.      */
  6567.     protected function getAboutController14Service()
  6568.     {
  6569.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6570.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6571.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6572.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Subaru/BaseController.php';
  6573.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Subaru/MainController.php';
  6574.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Subaru/AboutController.php';
  6575.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6576.         $this->services['DcSiteBundle\\Controller\\Subaru\\AboutController'] = $instance = new \DcSiteBundle\Controller\Subaru\AboutController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6577.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Subaru\\AboutController'$this));
  6578.         return $instance;
  6579.     }
  6580.     /**
  6581.      * Gets the public 'DcSiteBundle\Controller\Subaru\AccessoriesController' shared autowired service.
  6582.      *
  6583.      * @return \DcSiteBundle\Controller\Subaru\AccessoriesController
  6584.      */
  6585.     protected function getAccessoriesController16Service()
  6586.     {
  6587.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6588.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6589.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6590.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Subaru/BaseController.php';
  6591.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Subaru/AccessoriesController.php';
  6592.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6593.         $this->services['DcSiteBundle\\Controller\\Subaru\\AccessoriesController'] = $instance = new \DcSiteBundle\Controller\Subaru\AccessoriesController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6594.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Subaru\\AccessoriesController'$this));
  6595.         return $instance;
  6596.     }
  6597.     /**
  6598.      * Gets the public 'DcSiteBundle\Controller\Subaru\BaseController' shared autowired service.
  6599.      *
  6600.      * @return \DcSiteBundle\Controller\Subaru\BaseController
  6601.      */
  6602.     protected function getBaseController18Service()
  6603.     {
  6604.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6605.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6606.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6607.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Subaru/BaseController.php';
  6608.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6609.         $this->services['DcSiteBundle\\Controller\\Subaru\\BaseController'] = $instance = new \DcSiteBundle\Controller\Subaru\BaseController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6610.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Subaru\\BaseController'$this));
  6611.         return $instance;
  6612.     }
  6613.     /**
  6614.      * Gets the public 'DcSiteBundle\Controller\Subaru\BasketController' shared autowired service.
  6615.      *
  6616.      * @return \DcSiteBundle\Controller\Subaru\BasketController
  6617.      */
  6618.     protected function getBasketController16Service()
  6619.     {
  6620.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6621.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6622.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6623.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Subaru/BaseController.php';
  6624.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Subaru/BasketController.php';
  6625.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6626.         $this->services['DcSiteBundle\\Controller\\Subaru\\BasketController'] = $instance = new \DcSiteBundle\Controller\Subaru\BasketController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6627.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Subaru\\BasketController'$this));
  6628.         return $instance;
  6629.     }
  6630.     /**
  6631.      * Gets the public 'DcSiteBundle\Controller\Subaru\CarController' shared autowired service.
  6632.      *
  6633.      * @return \DcSiteBundle\Controller\Subaru\CarController
  6634.      */
  6635.     protected function getCarController18Service()
  6636.     {
  6637.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6638.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6639.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6640.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Subaru/BaseController.php';
  6641.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Subaru/MainController.php';
  6642.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Subaru/CarController.php';
  6643.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6644.         $this->services['DcSiteBundle\\Controller\\Subaru\\CarController'] = $instance = new \DcSiteBundle\Controller\Subaru\CarController(($this->services['DcSiteBundle\\Services\\CarInStockService'] ?? $this->getCarInStockServiceService()), ($this->services['DcSiteBundle\\Services\\UsedVehicleService'] ?? $this->getUsedVehicleServiceService()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6645.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Subaru\\CarController'$this));
  6646.         return $instance;
  6647.     }
  6648.     /**
  6649.      * Gets the public 'DcSiteBundle\Controller\Subaru\FinanceController' shared autowired service.
  6650.      *
  6651.      * @return \DcSiteBundle\Controller\Subaru\FinanceController
  6652.      */
  6653.     protected function getFinanceController17Service()
  6654.     {
  6655.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6656.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6657.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6658.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Subaru/BaseController.php';
  6659.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Subaru/MainController.php';
  6660.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Subaru/FinanceController.php';
  6661.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6662.         $this->services['DcSiteBundle\\Controller\\Subaru\\FinanceController'] = $instance = new \DcSiteBundle\Controller\Subaru\FinanceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6663.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Subaru\\FinanceController'$this));
  6664.         return $instance;
  6665.     }
  6666.     /**
  6667.      * Gets the public 'DcSiteBundle\Controller\Subaru\MainController' shared autowired service.
  6668.      *
  6669.      * @return \DcSiteBundle\Controller\Subaru\MainController
  6670.      */
  6671.     protected function getMainController18Service()
  6672.     {
  6673.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6674.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6675.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6676.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Subaru/BaseController.php';
  6677.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Subaru/MainController.php';
  6678.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6679.         $this->services['DcSiteBundle\\Controller\\Subaru\\MainController'] = $instance = new \DcSiteBundle\Controller\Subaru\MainController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6680.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Subaru\\MainController'$this));
  6681.         return $instance;
  6682.     }
  6683.     /**
  6684.      * Gets the public 'DcSiteBundle\Controller\Subaru\ServiceController' shared autowired service.
  6685.      *
  6686.      * @return \DcSiteBundle\Controller\Subaru\ServiceController
  6687.      */
  6688.     protected function getServiceController16Service()
  6689.     {
  6690.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6691.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6692.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6693.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Subaru/BaseController.php';
  6694.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Subaru/MainController.php';
  6695.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Subaru/ServiceController.php';
  6696.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6697.         $this->services['DcSiteBundle\\Controller\\Subaru\\ServiceController'] = $instance = new \DcSiteBundle\Controller\Subaru\ServiceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6698.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Subaru\\ServiceController'$this));
  6699.         return $instance;
  6700.     }
  6701.     /**
  6702.      * Gets the public 'DcSiteBundle\Controller\Subaru\StocksController' shared autowired service.
  6703.      *
  6704.      * @return \DcSiteBundle\Controller\Subaru\StocksController
  6705.      */
  6706.     protected function getStocksController10Service()
  6707.     {
  6708.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6709.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6710.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6711.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Subaru/BaseController.php';
  6712.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Subaru/StocksController.php';
  6713.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6714.         $this->services['DcSiteBundle\\Controller\\Subaru\\StocksController'] = $instance = new \DcSiteBundle\Controller\Subaru\StocksController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6715.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Subaru\\StocksController'$this));
  6716.         return $instance;
  6717.     }
  6718.     /**
  6719.      * Gets the public 'DcSiteBundle\Controller\Suzuki\AboutController' shared autowired service.
  6720.      *
  6721.      * @return \DcSiteBundle\Controller\Suzuki\AboutController
  6722.      */
  6723.     protected function getAboutController15Service()
  6724.     {
  6725.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6726.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6727.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6728.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Suzuki/BaseController.php';
  6729.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Suzuki/AboutController.php';
  6730.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6731.         $this->services['DcSiteBundle\\Controller\\Suzuki\\AboutController'] = $instance = new \DcSiteBundle\Controller\Suzuki\AboutController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6732.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Suzuki\\AboutController'$this));
  6733.         return $instance;
  6734.     }
  6735.     /**
  6736.      * Gets the public 'DcSiteBundle\Controller\Suzuki\AccessoriesController' shared autowired service.
  6737.      *
  6738.      * @return \DcSiteBundle\Controller\Suzuki\AccessoriesController
  6739.      */
  6740.     protected function getAccessoriesController17Service()
  6741.     {
  6742.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6743.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6744.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6745.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Suzuki/BaseController.php';
  6746.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Suzuki/AccessoriesController.php';
  6747.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6748.         $this->services['DcSiteBundle\\Controller\\Suzuki\\AccessoriesController'] = $instance = new \DcSiteBundle\Controller\Suzuki\AccessoriesController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6749.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Suzuki\\AccessoriesController'$this));
  6750.         return $instance;
  6751.     }
  6752.     /**
  6753.      * Gets the public 'DcSiteBundle\Controller\Suzuki\BaseController' shared autowired service.
  6754.      *
  6755.      * @return \DcSiteBundle\Controller\Suzuki\BaseController
  6756.      */
  6757.     protected function getBaseController19Service()
  6758.     {
  6759.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6760.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6761.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6762.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Suzuki/BaseController.php';
  6763.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6764.         $this->services['DcSiteBundle\\Controller\\Suzuki\\BaseController'] = $instance = new \DcSiteBundle\Controller\Suzuki\BaseController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6765.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Suzuki\\BaseController'$this));
  6766.         return $instance;
  6767.     }
  6768.     /**
  6769.      * Gets the public 'DcSiteBundle\Controller\Suzuki\BasketController' shared autowired service.
  6770.      *
  6771.      * @return \DcSiteBundle\Controller\Suzuki\BasketController
  6772.      */
  6773.     protected function getBasketController17Service()
  6774.     {
  6775.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6776.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6777.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6778.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Suzuki/BaseController.php';
  6779.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Suzuki/BasketController.php';
  6780.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6781.         $this->services['DcSiteBundle\\Controller\\Suzuki\\BasketController'] = $instance = new \DcSiteBundle\Controller\Suzuki\BasketController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6782.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Suzuki\\BasketController'$this));
  6783.         return $instance;
  6784.     }
  6785.     /**
  6786.      * Gets the public 'DcSiteBundle\Controller\Suzuki\CarController' shared autowired service.
  6787.      *
  6788.      * @return \DcSiteBundle\Controller\Suzuki\CarController
  6789.      */
  6790.     protected function getCarController19Service()
  6791.     {
  6792.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6793.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6794.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6795.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Suzuki/BaseController.php';
  6796.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Suzuki/CarController.php';
  6797.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6798.         $this->services['DcSiteBundle\\Controller\\Suzuki\\CarController'] = $instance = new \DcSiteBundle\Controller\Suzuki\CarController(($this->services['DcSiteBundle\\Services\\CarInStockService'] ?? $this->getCarInStockServiceService()), ($this->services['DcSiteBundle\\Services\\UsedVehicleService'] ?? $this->getUsedVehicleServiceService()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6799.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Suzuki\\CarController'$this));
  6800.         return $instance;
  6801.     }
  6802.     /**
  6803.      * Gets the public 'DcSiteBundle\Controller\Suzuki\FinanceController' shared autowired service.
  6804.      *
  6805.      * @return \DcSiteBundle\Controller\Suzuki\FinanceController
  6806.      */
  6807.     protected function getFinanceController18Service()
  6808.     {
  6809.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6810.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6811.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6812.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Suzuki/BaseController.php';
  6813.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Suzuki/FinanceController.php';
  6814.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6815.         $this->services['DcSiteBundle\\Controller\\Suzuki\\FinanceController'] = $instance = new \DcSiteBundle\Controller\Suzuki\FinanceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6816.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Suzuki\\FinanceController'$this));
  6817.         return $instance;
  6818.     }
  6819.     /**
  6820.      * Gets the public 'DcSiteBundle\Controller\Suzuki\MainController' shared autowired service.
  6821.      *
  6822.      * @return \DcSiteBundle\Controller\Suzuki\MainController
  6823.      */
  6824.     protected function getMainController19Service()
  6825.     {
  6826.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6827.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6828.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6829.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Suzuki/BaseController.php';
  6830.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Suzuki/MainController.php';
  6831.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6832.         $this->services['DcSiteBundle\\Controller\\Suzuki\\MainController'] = $instance = new \DcSiteBundle\Controller\Suzuki\MainController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6833.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Suzuki\\MainController'$this));
  6834.         return $instance;
  6835.     }
  6836.     /**
  6837.      * Gets the public 'DcSiteBundle\Controller\Suzuki\ServiceController' shared autowired service.
  6838.      *
  6839.      * @return \DcSiteBundle\Controller\Suzuki\ServiceController
  6840.      */
  6841.     protected function getServiceController17Service()
  6842.     {
  6843.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6844.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6845.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6846.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Suzuki/BaseController.php';
  6847.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Suzuki/ServiceController.php';
  6848.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6849.         $this->services['DcSiteBundle\\Controller\\Suzuki\\ServiceController'] = $instance = new \DcSiteBundle\Controller\Suzuki\ServiceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6850.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Suzuki\\ServiceController'$this));
  6851.         return $instance;
  6852.     }
  6853.     /**
  6854.      * Gets the public 'DcSiteBundle\Controller\Suzuki\StocksController' shared autowired service.
  6855.      *
  6856.      * @return \DcSiteBundle\Controller\Suzuki\StocksController
  6857.      */
  6858.     protected function getStocksController11Service()
  6859.     {
  6860.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6861.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6862.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6863.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Suzuki/BaseController.php';
  6864.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Suzuki/StocksController.php';
  6865.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6866.         $this->services['DcSiteBundle\\Controller\\Suzuki\\StocksController'] = $instance = new \DcSiteBundle\Controller\Suzuki\StocksController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6867.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Suzuki\\StocksController'$this));
  6868.         return $instance;
  6869.     }
  6870.     /**
  6871.      * Gets the public 'DcSiteBundle\Controller\TestDriveController' shared autowired service.
  6872.      *
  6873.      * @return \DcSiteBundle\Controller\TestDriveController
  6874.      */
  6875.     protected function getTestDriveControllerService()
  6876.     {
  6877.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6878.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6879.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6880.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/TestDriveController.php';
  6881.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6882.         $this->services['DcSiteBundle\\Controller\\TestDriveController'] = $instance = new \DcSiteBundle\Controller\TestDriveController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6883.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\TestDriveController'$this));
  6884.         return $instance;
  6885.     }
  6886.     /**
  6887.      * Gets the public 'DcSiteBundle\Controller\ToyotaBorispol\AboutController' shared autowired service.
  6888.      *
  6889.      * @return \DcSiteBundle\Controller\ToyotaBorispol\AboutController
  6890.      */
  6891.     protected function getAboutController16Service()
  6892.     {
  6893.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6894.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6895.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6896.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/ToyotaBorispol/BaseController.php';
  6897.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/ToyotaBorispol/AboutController.php';
  6898.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6899.         $this->services['DcSiteBundle\\Controller\\ToyotaBorispol\\AboutController'] = $instance = new \DcSiteBundle\Controller\ToyotaBorispol\AboutController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6900.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\ToyotaBorispol\\AboutController'$this));
  6901.         return $instance;
  6902.     }
  6903.     /**
  6904.      * Gets the public 'DcSiteBundle\Controller\ToyotaBorispol\AccessoriesController' shared autowired service.
  6905.      *
  6906.      * @return \DcSiteBundle\Controller\ToyotaBorispol\AccessoriesController
  6907.      */
  6908.     protected function getAccessoriesController18Service()
  6909.     {
  6910.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6911.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6912.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6913.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/ToyotaBorispol/BaseController.php';
  6914.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/ToyotaBorispol/AccessoriesController.php';
  6915.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6916.         $this->services['DcSiteBundle\\Controller\\ToyotaBorispol\\AccessoriesController'] = $instance = new \DcSiteBundle\Controller\ToyotaBorispol\AccessoriesController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6917.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\ToyotaBorispol\\AccessoriesController'$this));
  6918.         return $instance;
  6919.     }
  6920.     /**
  6921.      * Gets the public 'DcSiteBundle\Controller\ToyotaBorispol\BaseController' shared autowired service.
  6922.      *
  6923.      * @return \DcSiteBundle\Controller\ToyotaBorispol\BaseController
  6924.      */
  6925.     protected function getBaseController20Service()
  6926.     {
  6927.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6928.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6929.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6930.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/ToyotaBorispol/BaseController.php';
  6931.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6932.         $this->services['DcSiteBundle\\Controller\\ToyotaBorispol\\BaseController'] = $instance = new \DcSiteBundle\Controller\ToyotaBorispol\BaseController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6933.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\ToyotaBorispol\\BaseController'$this));
  6934.         return $instance;
  6935.     }
  6936.     /**
  6937.      * Gets the public 'DcSiteBundle\Controller\ToyotaBorispol\BasketController' shared autowired service.
  6938.      *
  6939.      * @return \DcSiteBundle\Controller\ToyotaBorispol\BasketController
  6940.      */
  6941.     protected function getBasketController18Service()
  6942.     {
  6943.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6944.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6945.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6946.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/ToyotaBorispol/BaseController.php';
  6947.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/ToyotaBorispol/BasketController.php';
  6948.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6949.         $this->services['DcSiteBundle\\Controller\\ToyotaBorispol\\BasketController'] = $instance = new \DcSiteBundle\Controller\ToyotaBorispol\BasketController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6950.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\ToyotaBorispol\\BasketController'$this));
  6951.         return $instance;
  6952.     }
  6953.     /**
  6954.      * Gets the public 'DcSiteBundle\Controller\ToyotaBorispol\CarController' shared autowired service.
  6955.      *
  6956.      * @return \DcSiteBundle\Controller\ToyotaBorispol\CarController
  6957.      */
  6958.     protected function getCarController20Service()
  6959.     {
  6960.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6961.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6962.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6963.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/ToyotaBorispol/BaseController.php';
  6964.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/ToyotaBorispol/CarController.php';
  6965.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6966.         $this->services['DcSiteBundle\\Controller\\ToyotaBorispol\\CarController'] = $instance = new \DcSiteBundle\Controller\ToyotaBorispol\CarController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6967.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\ToyotaBorispol\\CarController'$this));
  6968.         return $instance;
  6969.     }
  6970.     /**
  6971.      * Gets the public 'DcSiteBundle\Controller\ToyotaBorispol\FinanceController' shared autowired service.
  6972.      *
  6973.      * @return \DcSiteBundle\Controller\ToyotaBorispol\FinanceController
  6974.      */
  6975.     protected function getFinanceController19Service()
  6976.     {
  6977.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6978.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6979.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6980.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/ToyotaBorispol/BaseController.php';
  6981.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/ToyotaBorispol/FinanceController.php';
  6982.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6983.         $this->services['DcSiteBundle\\Controller\\ToyotaBorispol\\FinanceController'] = $instance = new \DcSiteBundle\Controller\ToyotaBorispol\FinanceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6984.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\ToyotaBorispol\\FinanceController'$this));
  6985.         return $instance;
  6986.     }
  6987.     /**
  6988.      * Gets the public 'DcSiteBundle\Controller\ToyotaBorispol\MainController' shared autowired service.
  6989.      *
  6990.      * @return \DcSiteBundle\Controller\ToyotaBorispol\MainController
  6991.      */
  6992.     protected function getMainController20Service()
  6993.     {
  6994.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6995.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  6996.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  6997.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/ToyotaBorispol/BaseController.php';
  6998.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/ToyotaBorispol/MainController.php';
  6999.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7000.         $this->services['DcSiteBundle\\Controller\\ToyotaBorispol\\MainController'] = $instance = new \DcSiteBundle\Controller\ToyotaBorispol\MainController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7001.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\ToyotaBorispol\\MainController'$this));
  7002.         return $instance;
  7003.     }
  7004.     /**
  7005.      * Gets the public 'DcSiteBundle\Controller\ToyotaBorispol\ServiceController' shared autowired service.
  7006.      *
  7007.      * @return \DcSiteBundle\Controller\ToyotaBorispol\ServiceController
  7008.      */
  7009.     protected function getServiceController18Service()
  7010.     {
  7011.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7012.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7013.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7014.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/ToyotaBorispol/BaseController.php';
  7015.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/ToyotaBorispol/ServiceController.php';
  7016.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7017.         $this->services['DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController'] = $instance = new \DcSiteBundle\Controller\ToyotaBorispol\ServiceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7018.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController'$this));
  7019.         return $instance;
  7020.     }
  7021.     /**
  7022.      * Gets the public 'DcSiteBundle\Controller\ToyotaOdessa\AboutController' shared autowired service.
  7023.      *
  7024.      * @return \DcSiteBundle\Controller\ToyotaOdessa\AboutController
  7025.      */
  7026.     protected function getAboutController17Service()
  7027.     {
  7028.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7029.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7030.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7031.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/ToyotaOdessa/BaseController.php';
  7032.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/ToyotaOdessa/AboutController.php';
  7033.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7034.         $this->services['DcSiteBundle\\Controller\\ToyotaOdessa\\AboutController'] = $instance = new \DcSiteBundle\Controller\ToyotaOdessa\AboutController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7035.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\ToyotaOdessa\\AboutController'$this));
  7036.         return $instance;
  7037.     }
  7038.     /**
  7039.      * Gets the public 'DcSiteBundle\Controller\ToyotaOdessa\AccessoriesController' shared autowired service.
  7040.      *
  7041.      * @return \DcSiteBundle\Controller\ToyotaOdessa\AccessoriesController
  7042.      */
  7043.     protected function getAccessoriesController19Service()
  7044.     {
  7045.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7046.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7047.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7048.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/ToyotaOdessa/BaseController.php';
  7049.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/ToyotaOdessa/AccessoriesController.php';
  7050.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7051.         $this->services['DcSiteBundle\\Controller\\ToyotaOdessa\\AccessoriesController'] = $instance = new \DcSiteBundle\Controller\ToyotaOdessa\AccessoriesController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7052.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\ToyotaOdessa\\AccessoriesController'$this));
  7053.         return $instance;
  7054.     }
  7055.     /**
  7056.      * Gets the public 'DcSiteBundle\Controller\ToyotaOdessa\BaseController' shared autowired service.
  7057.      *
  7058.      * @return \DcSiteBundle\Controller\ToyotaOdessa\BaseController
  7059.      */
  7060.     protected function getBaseController21Service()
  7061.     {
  7062.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7063.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7064.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7065.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/ToyotaOdessa/BaseController.php';
  7066.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7067.         $this->services['DcSiteBundle\\Controller\\ToyotaOdessa\\BaseController'] = $instance = new \DcSiteBundle\Controller\ToyotaOdessa\BaseController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7068.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\ToyotaOdessa\\BaseController'$this));
  7069.         return $instance;
  7070.     }
  7071.     /**
  7072.      * Gets the public 'DcSiteBundle\Controller\ToyotaOdessa\BasketController' shared autowired service.
  7073.      *
  7074.      * @return \DcSiteBundle\Controller\ToyotaOdessa\BasketController
  7075.      */
  7076.     protected function getBasketController19Service()
  7077.     {
  7078.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7079.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7080.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7081.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/ToyotaOdessa/BaseController.php';
  7082.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/ToyotaOdessa/BasketController.php';
  7083.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7084.         $this->services['DcSiteBundle\\Controller\\ToyotaOdessa\\BasketController'] = $instance = new \DcSiteBundle\Controller\ToyotaOdessa\BasketController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7085.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\ToyotaOdessa\\BasketController'$this));
  7086.         return $instance;
  7087.     }
  7088.     /**
  7089.      * Gets the public 'DcSiteBundle\Controller\ToyotaOdessa\CarController' shared autowired service.
  7090.      *
  7091.      * @return \DcSiteBundle\Controller\ToyotaOdessa\CarController
  7092.      */
  7093.     protected function getCarController21Service()
  7094.     {
  7095.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7096.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7097.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7098.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/ToyotaOdessa/BaseController.php';
  7099.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/ToyotaOdessa/CarController.php';
  7100.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7101.         $this->services['DcSiteBundle\\Controller\\ToyotaOdessa\\CarController'] = $instance = new \DcSiteBundle\Controller\ToyotaOdessa\CarController(($this->services['DcSiteBundle\\Services\\CarInStockService'] ?? $this->getCarInStockServiceService()), ($this->services['DcSiteBundle\\Services\\UsedVehicleService'] ?? $this->getUsedVehicleServiceService()), ($this->services['DcSiteBundle\\Services\\CatalogService'] ?? $this->getCatalogService2Service()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7102.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\ToyotaOdessa\\CarController'$this));
  7103.         return $instance;
  7104.     }
  7105.     /**
  7106.      * Gets the public 'DcSiteBundle\Controller\ToyotaOdessa\CarInStockController' shared autowired service.
  7107.      *
  7108.      * @return \DcSiteBundle\Controller\ToyotaOdessa\CarInStockController
  7109.      */
  7110.     protected function getCarInStockController3Service()
  7111.     {
  7112.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7113.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7114.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7115.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/ToyotaOdessa/BaseController.php';
  7116.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/ToyotaOdessa/CarInStockController.php';
  7117.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7118.         $this->services['DcSiteBundle\\Controller\\ToyotaOdessa\\CarInStockController'] = $instance = new \DcSiteBundle\Controller\ToyotaOdessa\CarInStockController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7119.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\ToyotaOdessa\\CarInStockController'$this));
  7120.         return $instance;
  7121.     }
  7122.     /**
  7123.      * Gets the public 'DcSiteBundle\Controller\ToyotaOdessa\MainController' shared autowired service.
  7124.      *
  7125.      * @return \DcSiteBundle\Controller\ToyotaOdessa\MainController
  7126.      */
  7127.     protected function getMainController21Service()
  7128.     {
  7129.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7130.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7131.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7132.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/ToyotaOdessa/BaseController.php';
  7133.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/ToyotaOdessa/MainController.php';
  7134.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7135.         $this->services['DcSiteBundle\\Controller\\ToyotaOdessa\\MainController'] = $instance = new \DcSiteBundle\Controller\ToyotaOdessa\MainController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7136.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\ToyotaOdessa\\MainController'$this));
  7137.         return $instance;
  7138.     }
  7139.     /**
  7140.      * Gets the public 'DcSiteBundle\Controller\ToyotaOdessa\PostController' shared autowired service.
  7141.      *
  7142.      * @return \DcSiteBundle\Controller\ToyotaOdessa\PostController
  7143.      */
  7144.     protected function getPostController5Service()
  7145.     {
  7146.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7147.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7148.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7149.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/ToyotaOdessa/BaseController.php';
  7150.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/ToyotaOdessa/PostController.php';
  7151.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7152.         $this->services['DcSiteBundle\\Controller\\ToyotaOdessa\\PostController'] = $instance = new \DcSiteBundle\Controller\ToyotaOdessa\PostController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7153.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\ToyotaOdessa\\PostController'$this));
  7154.         return $instance;
  7155.     }
  7156.     /**
  7157.      * Gets the public 'DcSiteBundle\Controller\ToyotaOdessa\ServiceController' shared autowired service.
  7158.      *
  7159.      * @return \DcSiteBundle\Controller\ToyotaOdessa\ServiceController
  7160.      */
  7161.     protected function getServiceController19Service()
  7162.     {
  7163.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7164.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7165.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7166.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/ToyotaOdessa/BaseController.php';
  7167.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/ToyotaOdessa/ServiceController.php';
  7168.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7169.         $this->services['DcSiteBundle\\Controller\\ToyotaOdessa\\ServiceController'] = $instance = new \DcSiteBundle\Controller\ToyotaOdessa\ServiceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7170.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\ToyotaOdessa\\ServiceController'$this));
  7171.         return $instance;
  7172.     }
  7173.     /**
  7174.      * Gets the public 'DcSiteBundle\Controller\ToyotaOdessa\ServicesController' shared autowired service.
  7175.      *
  7176.      * @return \DcSiteBundle\Controller\ToyotaOdessa\ServicesController
  7177.      */
  7178.     protected function getServicesController2Service()
  7179.     {
  7180.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7181.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7182.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7183.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/ToyotaOdessa/BaseController.php';
  7184.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/ToyotaOdessa/ServicesController.php';
  7185.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7186.         $this->services['DcSiteBundle\\Controller\\ToyotaOdessa\\ServicesController'] = $instance = new \DcSiteBundle\Controller\ToyotaOdessa\ServicesController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7187.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\ToyotaOdessa\\ServicesController'$this));
  7188.         return $instance;
  7189.     }
  7190.     /**
  7191.      * Gets the public 'DcSiteBundle\Controller\Toyota\AboutController' shared autowired service.
  7192.      *
  7193.      * @return \DcSiteBundle\Controller\Toyota\AboutController
  7194.      */
  7195.     protected function getAboutController18Service()
  7196.     {
  7197.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7198.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7199.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7200.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Toyota/BaseController.php';
  7201.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Toyota/AboutController.php';
  7202.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7203.         $this->services['DcSiteBundle\\Controller\\Toyota\\AboutController'] = $instance = new \DcSiteBundle\Controller\Toyota\AboutController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7204.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Toyota\\AboutController'$this));
  7205.         return $instance;
  7206.     }
  7207.     /**
  7208.      * Gets the public 'DcSiteBundle\Controller\Toyota\AccessoriesController' shared autowired service.
  7209.      *
  7210.      * @return \DcSiteBundle\Controller\Toyota\AccessoriesController
  7211.      */
  7212.     protected function getAccessoriesController20Service()
  7213.     {
  7214.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7215.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7216.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7217.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Toyota/BaseController.php';
  7218.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Toyota/AccessoriesController.php';
  7219.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7220.         $this->services['DcSiteBundle\\Controller\\Toyota\\AccessoriesController'] = $instance = new \DcSiteBundle\Controller\Toyota\AccessoriesController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7221.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Toyota\\AccessoriesController'$this));
  7222.         return $instance;
  7223.     }
  7224.     /**
  7225.      * Gets the public 'DcSiteBundle\Controller\Toyota\BaseController' shared autowired service.
  7226.      *
  7227.      * @return \DcSiteBundle\Controller\Toyota\BaseController
  7228.      */
  7229.     protected function getBaseController22Service()
  7230.     {
  7231.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7232.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7233.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7234.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Toyota/BaseController.php';
  7235.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7236.         $this->services['DcSiteBundle\\Controller\\Toyota\\BaseController'] = $instance = new \DcSiteBundle\Controller\Toyota\BaseController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7237.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Toyota\\BaseController'$this));
  7238.         return $instance;
  7239.     }
  7240.     /**
  7241.      * Gets the public 'DcSiteBundle\Controller\Toyota\BasketController' shared autowired service.
  7242.      *
  7243.      * @return \DcSiteBundle\Controller\Toyota\BasketController
  7244.      */
  7245.     protected function getBasketController20Service()
  7246.     {
  7247.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7248.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7249.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7250.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Toyota/BaseController.php';
  7251.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Toyota/BasketController.php';
  7252.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7253.         $this->services['DcSiteBundle\\Controller\\Toyota\\BasketController'] = $instance = new \DcSiteBundle\Controller\Toyota\BasketController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7254.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Toyota\\BasketController'$this));
  7255.         return $instance;
  7256.     }
  7257.     /**
  7258.      * Gets the public 'DcSiteBundle\Controller\Toyota\CarController' shared autowired service.
  7259.      *
  7260.      * @return \DcSiteBundle\Controller\Toyota\CarController
  7261.      */
  7262.     protected function getCarController22Service()
  7263.     {
  7264.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7265.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7266.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7267.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Toyota/BaseController.php';
  7268.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Toyota/CarController.php';
  7269.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7270.         $this->services['DcSiteBundle\\Controller\\Toyota\\CarController'] = $instance = new \DcSiteBundle\Controller\Toyota\CarController(($this->services['DcSiteBundle\\Services\\CarInStockService'] ?? $this->getCarInStockServiceService()), ($this->services['DcSiteBundle\\Services\\UsedVehicleService'] ?? $this->getUsedVehicleServiceService()), ($this->services['DcSiteBundle\\Services\\CatalogService'] ?? $this->getCatalogService2Service()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7271.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Toyota\\CarController'$this));
  7272.         return $instance;
  7273.     }
  7274.     /**
  7275.      * Gets the public 'DcSiteBundle\Controller\Toyota\MainController' shared autowired service.
  7276.      *
  7277.      * @return \DcSiteBundle\Controller\Toyota\MainController
  7278.      */
  7279.     protected function getMainController22Service()
  7280.     {
  7281.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7282.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7283.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7284.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Toyota/BaseController.php';
  7285.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Toyota/MainController.php';
  7286.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7287.         $this->services['DcSiteBundle\\Controller\\Toyota\\MainController'] = $instance = new \DcSiteBundle\Controller\Toyota\MainController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7288.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Toyota\\MainController'$this));
  7289.         return $instance;
  7290.     }
  7291.     /**
  7292.      * Gets the public 'DcSiteBundle\Controller\Toyota\PostController' shared autowired service.
  7293.      *
  7294.      * @return \DcSiteBundle\Controller\Toyota\PostController
  7295.      */
  7296.     protected function getPostController6Service()
  7297.     {
  7298.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7299.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7300.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7301.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Toyota/BaseController.php';
  7302.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Toyota/PostController.php';
  7303.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7304.         $this->services['DcSiteBundle\\Controller\\Toyota\\PostController'] = $instance = new \DcSiteBundle\Controller\Toyota\PostController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7305.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Toyota\\PostController'$this));
  7306.         return $instance;
  7307.     }
  7308.     /**
  7309.      * Gets the public 'DcSiteBundle\Controller\Toyota\ServiceController' shared autowired service.
  7310.      *
  7311.      * @return \DcSiteBundle\Controller\Toyota\ServiceController
  7312.      */
  7313.     protected function getServiceController20Service()
  7314.     {
  7315.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7316.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7317.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7318.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Toyota/BaseController.php';
  7319.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Toyota/ServiceController.php';
  7320.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7321.         $this->services['DcSiteBundle\\Controller\\Toyota\\ServiceController'] = $instance = new \DcSiteBundle\Controller\Toyota\ServiceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7322.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Toyota\\ServiceController'$this));
  7323.         return $instance;
  7324.     }
  7325.     /**
  7326.      * Gets the public 'DcSiteBundle\Controller\Toyota\ServicesController' shared autowired service.
  7327.      *
  7328.      * @return \DcSiteBundle\Controller\Toyota\ServicesController
  7329.      */
  7330.     protected function getServicesController3Service()
  7331.     {
  7332.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7333.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7334.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7335.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Toyota/BaseController.php';
  7336.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Toyota/ServicesController.php';
  7337.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7338.         $this->services['DcSiteBundle\\Controller\\Toyota\\ServicesController'] = $instance = new \DcSiteBundle\Controller\Toyota\ServicesController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7339.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Toyota\\ServicesController'$this));
  7340.         return $instance;
  7341.     }
  7342.     /**
  7343.      * Gets the public 'DcSiteBundle\Controller\TradeInController' shared autowired service.
  7344.      *
  7345.      * @return \DcSiteBundle\Controller\TradeInController
  7346.      */
  7347.     protected function getTradeInControllerService()
  7348.     {
  7349.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7350.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7351.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7352.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/TradeInController.php';
  7353.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7354.         $this->services['DcSiteBundle\\Controller\\TradeInController'] = $instance = new \DcSiteBundle\Controller\TradeInController(($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7355.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\TradeInController'$this));
  7356.         return $instance;
  7357.     }
  7358.     /**
  7359.      * Gets the public 'DcSiteBundle\Controller\Unicommerce\AboutController' shared autowired service.
  7360.      *
  7361.      * @return \DcSiteBundle\Controller\Unicommerce\AboutController
  7362.      */
  7363.     protected function getAboutController19Service()
  7364.     {
  7365.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7366.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7367.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7368.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Unicommerce/BaseController.php';
  7369.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Unicommerce/AboutController.php';
  7370.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7371.         $this->services['DcSiteBundle\\Controller\\Unicommerce\\AboutController'] = $instance = new \DcSiteBundle\Controller\Unicommerce\AboutController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7372.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Unicommerce\\AboutController'$this));
  7373.         return $instance;
  7374.     }
  7375.     /**
  7376.      * Gets the public 'DcSiteBundle\Controller\Unicommerce\BaseController' shared autowired service.
  7377.      *
  7378.      * @return \DcSiteBundle\Controller\Unicommerce\BaseController
  7379.      */
  7380.     protected function getBaseController23Service()
  7381.     {
  7382.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7383.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7384.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7385.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Unicommerce/BaseController.php';
  7386.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7387.         $this->services['DcSiteBundle\\Controller\\Unicommerce\\BaseController'] = $instance = new \DcSiteBundle\Controller\Unicommerce\BaseController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7388.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Unicommerce\\BaseController'$this));
  7389.         return $instance;
  7390.     }
  7391.     /**
  7392.      * Gets the public 'DcSiteBundle\Controller\Unicommerce\CarController' shared autowired service.
  7393.      *
  7394.      * @return \DcSiteBundle\Controller\Unicommerce\CarController
  7395.      */
  7396.     protected function getCarController23Service()
  7397.     {
  7398.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7399.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7400.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7401.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Unicommerce/BaseController.php';
  7402.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Unicommerce/CarController.php';
  7403.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7404.         $this->services['DcSiteBundle\\Controller\\Unicommerce\\CarController'] = $instance = new \DcSiteBundle\Controller\Unicommerce\CarController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7405.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Unicommerce\\CarController'$this));
  7406.         return $instance;
  7407.     }
  7408.     /**
  7409.      * Gets the public 'DcSiteBundle\Controller\Unicommerce\FinanceController' shared autowired service.
  7410.      *
  7411.      * @return \DcSiteBundle\Controller\Unicommerce\FinanceController
  7412.      */
  7413.     protected function getFinanceController20Service()
  7414.     {
  7415.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7416.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7417.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7418.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Unicommerce/BaseController.php';
  7419.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Unicommerce/FinanceController.php';
  7420.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7421.         $this->services['DcSiteBundle\\Controller\\Unicommerce\\FinanceController'] = $instance = new \DcSiteBundle\Controller\Unicommerce\FinanceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7422.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Unicommerce\\FinanceController'$this));
  7423.         return $instance;
  7424.     }
  7425.     /**
  7426.      * Gets the public 'DcSiteBundle\Controller\Unicommerce\MainController' shared autowired service.
  7427.      *
  7428.      * @return \DcSiteBundle\Controller\Unicommerce\MainController
  7429.      */
  7430.     protected function getMainController23Service()
  7431.     {
  7432.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7433.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7434.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7435.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Unicommerce/BaseController.php';
  7436.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Unicommerce/MainController.php';
  7437.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7438.         $this->services['DcSiteBundle\\Controller\\Unicommerce\\MainController'] = $instance = new \DcSiteBundle\Controller\Unicommerce\MainController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7439.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Unicommerce\\MainController'$this));
  7440.         return $instance;
  7441.     }
  7442.     /**
  7443.      * Gets the public 'DcSiteBundle\Controller\UsedCarModuleController' shared autowired service.
  7444.      *
  7445.      * @return \DcSiteBundle\Controller\UsedCarModuleController
  7446.      */
  7447.     protected function getUsedCarModuleControllerService()
  7448.     {
  7449.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7450.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7451.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7452.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/UsedCarModuleController.php';
  7453.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7454.         $this->services['DcSiteBundle\\Controller\\UsedCarModuleController'] = $instance = new \DcSiteBundle\Controller\UsedCarModuleController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7455.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\UsedCarModuleController'$this));
  7456.         return $instance;
  7457.     }
  7458.     /**
  7459.      * Gets the public 'DcSiteBundle\Controller\UsedCarPdfController' shared autowired service.
  7460.      *
  7461.      * @return \DcSiteBundle\Controller\UsedCarPdfController
  7462.      */
  7463.     protected function getUsedCarPdfControllerService()
  7464.     {
  7465.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7466.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7467.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7468.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/UsedCarPdfController.php';
  7469.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7470.         $this->services['DcSiteBundle\\Controller\\UsedCarPdfController'] = $instance = new \DcSiteBundle\Controller\UsedCarPdfController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7471.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\UsedCarPdfController'$this));
  7472.         return $instance;
  7473.     }
  7474.     /**
  7475.      * Gets the public 'DcSiteBundle\Controller\Volvo\AboutController' shared autowired service.
  7476.      *
  7477.      * @return \DcSiteBundle\Controller\Volvo\AboutController
  7478.      */
  7479.     protected function getAboutController20Service()
  7480.     {
  7481.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7482.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7483.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7484.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Volvo/BaseController.php';
  7485.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Volvo/AboutController.php';
  7486.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7487.         $this->services['DcSiteBundle\\Controller\\Volvo\\AboutController'] = $instance = new \DcSiteBundle\Controller\Volvo\AboutController(($this->services['core.winner_rate.model'] ?? $this->getCore_WinnerRate_ModelService()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7488.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Volvo\\AboutController'$this));
  7489.         return $instance;
  7490.     }
  7491.     /**
  7492.      * Gets the public 'DcSiteBundle\Controller\Volvo\AccessoriesController' shared autowired service.
  7493.      *
  7494.      * @return \DcSiteBundle\Controller\Volvo\AccessoriesController
  7495.      */
  7496.     protected function getAccessoriesController21Service()
  7497.     {
  7498.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7499.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7500.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7501.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Volvo/BaseController.php';
  7502.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Volvo/AccessoriesController.php';
  7503.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7504.         $this->services['DcSiteBundle\\Controller\\Volvo\\AccessoriesController'] = $instance = new \DcSiteBundle\Controller\Volvo\AccessoriesController(($this->services['core.winner_rate.model'] ?? $this->getCore_WinnerRate_ModelService()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7505.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Volvo\\AccessoriesController'$this));
  7506.         return $instance;
  7507.     }
  7508.     /**
  7509.      * Gets the public 'DcSiteBundle\Controller\Volvo\BaseController' shared autowired service.
  7510.      *
  7511.      * @return \DcSiteBundle\Controller\Volvo\BaseController
  7512.      */
  7513.     protected function getBaseController24Service()
  7514.     {
  7515.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7516.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7517.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7518.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Volvo/BaseController.php';
  7519.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7520.         $this->services['DcSiteBundle\\Controller\\Volvo\\BaseController'] = $instance = new \DcSiteBundle\Controller\Volvo\BaseController(($this->services['core.winner_rate.model'] ?? $this->getCore_WinnerRate_ModelService()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7521.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Volvo\\BaseController'$this));
  7522.         return $instance;
  7523.     }
  7524.     /**
  7525.      * Gets the public 'DcSiteBundle\Controller\Volvo\BasketController' shared autowired service.
  7526.      *
  7527.      * @return \DcSiteBundle\Controller\Volvo\BasketController
  7528.      */
  7529.     protected function getBasketController21Service()
  7530.     {
  7531.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7532.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7533.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7534.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Volvo/BaseController.php';
  7535.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Volvo/BasketController.php';
  7536.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7537.         $this->services['DcSiteBundle\\Controller\\Volvo\\BasketController'] = $instance = new \DcSiteBundle\Controller\Volvo\BasketController(($this->services['core.winner_rate.model'] ?? $this->getCore_WinnerRate_ModelService()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7538.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Volvo\\BasketController'$this));
  7539.         return $instance;
  7540.     }
  7541.     /**
  7542.      * Gets the public 'DcSiteBundle\Controller\Volvo\CarController' shared autowired service.
  7543.      *
  7544.      * @return \DcSiteBundle\Controller\Volvo\CarController
  7545.      */
  7546.     protected function getCarController24Service()
  7547.     {
  7548.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7549.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7550.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7551.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Volvo/BaseController.php';
  7552.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Volvo/CarController.php';
  7553.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7554.         $this->services['DcSiteBundle\\Controller\\Volvo\\CarController'] = $instance = new \DcSiteBundle\Controller\Volvo\CarController(($this->services['DcSiteBundle\\Services\\CarInStockService'] ?? $this->getCarInStockServiceService()), ($this->services['DcSiteBundle\\Services\\UsedVehicleService'] ?? $this->getUsedVehicleServiceService()), ($this->services['DcSiteBundle\\Services\\CatalogService'] ?? $this->getCatalogService2Service()), ($this->services['core.winner_rate.model'] ?? $this->getCore_WinnerRate_ModelService()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7555.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Volvo\\CarController'$this));
  7556.         return $instance;
  7557.     }
  7558.     /**
  7559.      * Gets the public 'DcSiteBundle\Controller\Volvo\FinanceController' shared autowired service.
  7560.      *
  7561.      * @return \DcSiteBundle\Controller\Volvo\FinanceController
  7562.      */
  7563.     protected function getFinanceController21Service()
  7564.     {
  7565.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7566.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7567.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7568.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Volvo/BaseController.php';
  7569.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Volvo/FinanceController.php';
  7570.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7571.         $this->services['DcSiteBundle\\Controller\\Volvo\\FinanceController'] = $instance = new \DcSiteBundle\Controller\Volvo\FinanceController(($this->services['core.winner_rate.model'] ?? $this->getCore_WinnerRate_ModelService()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7572.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Volvo\\FinanceController'$this));
  7573.         return $instance;
  7574.     }
  7575.     /**
  7576.      * Gets the public 'DcSiteBundle\Controller\Volvo\MainController' shared autowired service.
  7577.      *
  7578.      * @return \DcSiteBundle\Controller\Volvo\MainController
  7579.      */
  7580.     protected function getMainController24Service()
  7581.     {
  7582.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7583.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7584.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7585.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Volvo/BaseController.php';
  7586.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Volvo/MainController.php';
  7587.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7588.         $this->services['DcSiteBundle\\Controller\\Volvo\\MainController'] = $instance = new \DcSiteBundle\Controller\Volvo\MainController(($this->services['core.winner_rate.model'] ?? $this->getCore_WinnerRate_ModelService()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7589.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Volvo\\MainController'$this));
  7590.         return $instance;
  7591.     }
  7592.     /**
  7593.      * Gets the public 'DcSiteBundle\Controller\Volvo\ServiceController' shared autowired service.
  7594.      *
  7595.      * @return \DcSiteBundle\Controller\Volvo\ServiceController
  7596.      */
  7597.     protected function getServiceController21Service()
  7598.     {
  7599.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7600.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7601.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7602.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Volvo/BaseController.php';
  7603.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Volvo/ServiceController.php';
  7604.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7605.         $this->services['DcSiteBundle\\Controller\\Volvo\\ServiceController'] = $instance = new \DcSiteBundle\Controller\Volvo\ServiceController(($this->services['core.winner_rate.model'] ?? $this->getCore_WinnerRate_ModelService()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7606.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Volvo\\ServiceController'$this));
  7607.         return $instance;
  7608.     }
  7609.     /**
  7610.      * Gets the public 'DcSiteBundle\Controller\WaterController' shared autowired service.
  7611.      *
  7612.      * @return \DcSiteBundle\Controller\WaterController
  7613.      */
  7614.     protected function getWaterControllerService()
  7615.     {
  7616.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7617.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7618.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7619.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Marine/BaseController.php';
  7620.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/WaterController.php';
  7621.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7622.         $this->services['DcSiteBundle\\Controller\\WaterController'] = $instance = new \DcSiteBundle\Controller\WaterController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7623.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\WaterController'$this));
  7624.         return $instance;
  7625.     }
  7626.     /**
  7627.      * Gets the public 'DcSiteBundle\Controller\Yamaha\AboutController' shared autowired service.
  7628.      *
  7629.      * @return \DcSiteBundle\Controller\Yamaha\AboutController
  7630.      */
  7631.     protected function getAboutController21Service()
  7632.     {
  7633.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7634.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7635.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7636.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Yamaha/BaseController.php';
  7637.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Yamaha/MainController.php';
  7638.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Yamaha/AboutController.php';
  7639.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7640.         $this->services['DcSiteBundle\\Controller\\Yamaha\\AboutController'] = $instance = new \DcSiteBundle\Controller\Yamaha\AboutController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7641.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Yamaha\\AboutController'$this));
  7642.         return $instance;
  7643.     }
  7644.     /**
  7645.      * Gets the public 'DcSiteBundle\Controller\Yamaha\AccessoriesController' shared autowired service.
  7646.      *
  7647.      * @return \DcSiteBundle\Controller\Yamaha\AccessoriesController
  7648.      */
  7649.     protected function getAccessoriesController22Service()
  7650.     {
  7651.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7652.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7653.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7654.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Yamaha/BaseController.php';
  7655.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Yamaha/MainController.php';
  7656.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Yamaha/AccessoriesController.php';
  7657.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7658.         $this->services['DcSiteBundle\\Controller\\Yamaha\\AccessoriesController'] = $instance = new \DcSiteBundle\Controller\Yamaha\AccessoriesController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7659.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Yamaha\\AccessoriesController'$this));
  7660.         return $instance;
  7661.     }
  7662.     /**
  7663.      * Gets the public 'DcSiteBundle\Controller\Yamaha\AjaxController' shared autowired service.
  7664.      *
  7665.      * @return \DcSiteBundle\Controller\Yamaha\AjaxController
  7666.      */
  7667.     protected function getAjaxController5Service()
  7668.     {
  7669.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7670.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7671.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7672.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Yamaha/BaseController.php';
  7673.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Yamaha/AjaxController.php';
  7674.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7675.         $this->services['DcSiteBundle\\Controller\\Yamaha\\AjaxController'] = $instance = new \DcSiteBundle\Controller\Yamaha\AjaxController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7676.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Yamaha\\AjaxController'$this));
  7677.         return $instance;
  7678.     }
  7679.     /**
  7680.      * Gets the public 'DcSiteBundle\Controller\Yamaha\BaseController' shared autowired service.
  7681.      *
  7682.      * @return \DcSiteBundle\Controller\Yamaha\BaseController
  7683.      */
  7684.     protected function getBaseController25Service()
  7685.     {
  7686.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7687.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7688.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7689.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Yamaha/BaseController.php';
  7690.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7691.         $this->services['DcSiteBundle\\Controller\\Yamaha\\BaseController'] = $instance = new \DcSiteBundle\Controller\Yamaha\BaseController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7692.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Yamaha\\BaseController'$this));
  7693.         return $instance;
  7694.     }
  7695.     /**
  7696.      * Gets the public 'DcSiteBundle\Controller\Yamaha\BoatController' shared autowired service.
  7697.      *
  7698.      * @return \DcSiteBundle\Controller\Yamaha\BoatController
  7699.      */
  7700.     protected function getBoatControllerService()
  7701.     {
  7702.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7703.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7704.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7705.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Yamaha/BaseController.php';
  7706.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Yamaha/BoatController.php';
  7707.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7708.         $this->services['DcSiteBundle\\Controller\\Yamaha\\BoatController'] = $instance = new \DcSiteBundle\Controller\Yamaha\BoatController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7709.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Yamaha\\BoatController'$this));
  7710.         return $instance;
  7711.     }
  7712.     /**
  7713.      * Gets the public 'DcSiteBundle\Controller\Yamaha\BoatEngineController' shared autowired service.
  7714.      *
  7715.      * @return \DcSiteBundle\Controller\Yamaha\BoatEngineController
  7716.      */
  7717.     protected function getBoatEngineControllerService()
  7718.     {
  7719.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7720.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7721.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7722.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Yamaha/BaseController.php';
  7723.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Yamaha/BoatEngineController.php';
  7724.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7725.         $this->services['DcSiteBundle\\Controller\\Yamaha\\BoatEngineController'] = $instance = new \DcSiteBundle\Controller\Yamaha\BoatEngineController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7726.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Yamaha\\BoatEngineController'$this));
  7727.         return $instance;
  7728.     }
  7729.     /**
  7730.      * Gets the public 'DcSiteBundle\Controller\Yamaha\CatalogController' shared autowired service.
  7731.      *
  7732.      * @return \DcSiteBundle\Controller\Yamaha\CatalogController
  7733.      */
  7734.     protected function getCatalogController3Service()
  7735.     {
  7736.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7737.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7738.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7739.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Yamaha/BaseController.php';
  7740.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Yamaha/MainController.php';
  7741.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Yamaha/CatalogController.php';
  7742.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7743.         $this->services['DcSiteBundle\\Controller\\Yamaha\\CatalogController'] = $instance = new \DcSiteBundle\Controller\Yamaha\CatalogController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7744.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Yamaha\\CatalogController'$this));
  7745.         return $instance;
  7746.     }
  7747.     /**
  7748.      * Gets the public 'DcSiteBundle\Controller\Yamaha\GeneratorController' shared autowired service.
  7749.      *
  7750.      * @return \DcSiteBundle\Controller\Yamaha\GeneratorController
  7751.      */
  7752.     protected function getGeneratorControllerService()
  7753.     {
  7754.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7755.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7756.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7757.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Yamaha/BaseController.php';
  7758.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Yamaha/GeneratorController.php';
  7759.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7760.         $this->services['DcSiteBundle\\Controller\\Yamaha\\GeneratorController'] = $instance = new \DcSiteBundle\Controller\Yamaha\GeneratorController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7761.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Yamaha\\GeneratorController'$this));
  7762.         return $instance;
  7763.     }
  7764.     /**
  7765.      * Gets the public 'DcSiteBundle\Controller\Yamaha\MainController' shared autowired service.
  7766.      *
  7767.      * @return \DcSiteBundle\Controller\Yamaha\MainController
  7768.      */
  7769.     protected function getMainController25Service()
  7770.     {
  7771.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7772.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7773.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7774.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Yamaha/BaseController.php';
  7775.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Yamaha/MainController.php';
  7776.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7777.         $this->services['DcSiteBundle\\Controller\\Yamaha\\MainController'] = $instance = new \DcSiteBundle\Controller\Yamaha\MainController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7778.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Yamaha\\MainController'$this));
  7779.         return $instance;
  7780.     }
  7781.     /**
  7782.      * Gets the public 'DcSiteBundle\Controller\Yamaha\NonMotorizedBoatController' shared autowired service.
  7783.      *
  7784.      * @return \DcSiteBundle\Controller\Yamaha\NonMotorizedBoatController
  7785.      */
  7786.     protected function getNonMotorizedBoatControllerService()
  7787.     {
  7788.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7789.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7790.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7791.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Yamaha/BaseController.php';
  7792.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Yamaha/NonMotorizedBoatController.php';
  7793.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7794.         $this->services['DcSiteBundle\\Controller\\Yamaha\\NonMotorizedBoatController'] = $instance = new \DcSiteBundle\Controller\Yamaha\NonMotorizedBoatController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7795.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Yamaha\\NonMotorizedBoatController'$this));
  7796.         return $instance;
  7797.     }
  7798.     /**
  7799.      * Gets the public 'DcSiteBundle\Controller\Yamaha\ServiceController' shared autowired service.
  7800.      *
  7801.      * @return \DcSiteBundle\Controller\Yamaha\ServiceController
  7802.      */
  7803.     protected function getServiceController22Service()
  7804.     {
  7805.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7806.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7807.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7808.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Yamaha/BaseController.php';
  7809.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Yamaha/MainController.php';
  7810.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Yamaha/ServiceController.php';
  7811.         $a = ($this->services['DcSiteBundle\\Services\\RentVehicleService'] ?? $this->getRentVehicleServiceService());
  7812.         if (isset($this->services['DcSiteBundle\\Controller\\Yamaha\\ServiceController'])) {
  7813.             return $this->services['DcSiteBundle\\Controller\\Yamaha\\ServiceController'];
  7814.         }
  7815.         $this->services['DcSiteBundle\\Controller\\Yamaha\\ServiceController'] = $instance = new \DcSiteBundle\Controller\Yamaha\ServiceController($a);
  7816.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Yamaha\\ServiceController'$this));
  7817.         return $instance;
  7818.     }
  7819.     /**
  7820.      * Gets the public 'DcSiteBundle\Controller\Yamaha\ServicesController' shared autowired service.
  7821.      *
  7822.      * @return \DcSiteBundle\Controller\Yamaha\ServicesController
  7823.      */
  7824.     protected function getServicesController4Service()
  7825.     {
  7826.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7827.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7828.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7829.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Yamaha/BaseController.php';
  7830.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Yamaha/MainController.php';
  7831.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Yamaha/ServicesController.php';
  7832.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7833.         $this->services['DcSiteBundle\\Controller\\Yamaha\\ServicesController'] = $instance = new \DcSiteBundle\Controller\Yamaha\ServicesController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7834.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Yamaha\\ServicesController'$this));
  7835.         return $instance;
  7836.     }
  7837.     /**
  7838.      * Gets the public 'DcSiteBundle\Controller\Yamaha\StocksController' shared autowired service.
  7839.      *
  7840.      * @return \DcSiteBundle\Controller\Yamaha\StocksController
  7841.      */
  7842.     protected function getStocksController12Service()
  7843.     {
  7844.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7845.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  7846.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  7847.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Yamaha/BaseController.php';
  7848.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Yamaha/MainController.php';
  7849.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/Yamaha/StocksController.php';
  7850.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7851.         $this->services['DcSiteBundle\\Controller\\Yamaha\\StocksController'] = $instance = new \DcSiteBundle\Controller\Yamaha\StocksController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7852.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DcSiteBundle\\Controller\\Yamaha\\StocksController'$this));
  7853.         return $instance;
  7854.     }
  7855.     /**
  7856.      * Gets the public 'DcSiteBundle\Form\BuyPartsType' shared service.
  7857.      *
  7858.      * @return \DcSiteBundle\Form\BuyPartsType
  7859.      */
  7860.     protected function getBuyPartsTypeService()
  7861.     {
  7862.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7863.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7864.         include_once \dirname(__DIR__4).'/src/CoreBundle/Form/CoreFormsType.php';
  7865.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Form/BuyPartsType.php';
  7866.         $a = ($this->services['transformer.accessories.id.to.entity'] ?? $this->getTransformer_Accessories_Id_To_EntityService());
  7867.         if (isset($this->services['DcSiteBundle\\Form\\BuyPartsType'])) {
  7868.             return $this->services['DcSiteBundle\\Form\\BuyPartsType'];
  7869.         }
  7870.         return $this->services['DcSiteBundle\\Form\\BuyPartsType'] = new \DcSiteBundle\Form\BuyPartsType($a);
  7871.     }
  7872.     /**
  7873.      * Gets the public 'DcSiteBundle\Form\VacancyType' shared service.
  7874.      *
  7875.      * @return \DcSiteBundle\Form\VacancyType
  7876.      */
  7877.     protected function getVacancyTypeService()
  7878.     {
  7879.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7880.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7881.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Form/VacancyType.php';
  7882.         include_once \dirname(__DIR__4).'/src/CoreBundle/Services/FileUploader.php';
  7883.         $a = ($this->services['transformer.vacancy.id.to.entity'] ?? $this->getTransformer_Vacancy_Id_To_EntityService());
  7884.         if (isset($this->services['DcSiteBundle\\Form\\VacancyType'])) {
  7885.             return $this->services['DcSiteBundle\\Form\\VacancyType'];
  7886.         }
  7887.         return $this->services['DcSiteBundle\\Form\\VacancyType'] = new \DcSiteBundle\Form\VacancyType($a, ($this->services['core.file.uploader'] ?? ($this->services['core.file.uploader'] = new \CoreBundle\Services\FileUploader((\dirname(__DIR__4).'/public/uploads/users')))));
  7888.     }
  7889.     /**
  7890.      * Gets the public 'DcSiteBundle\Model\Pagination' shared service.
  7891.      *
  7892.      * @return \DcSiteBundle\Model\Pagination
  7893.      */
  7894.     protected function getPaginationService()
  7895.     {
  7896.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Model/Pagination.php';
  7897.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  7898.         if (isset($this->services['DcSiteBundle\\Model\\Pagination'])) {
  7899.             return $this->services['DcSiteBundle\\Model\\Pagination'];
  7900.         }
  7901.         $b = ($this->services['router'] ?? $this->getRouterService());
  7902.         if (isset($this->services['DcSiteBundle\\Model\\Pagination'])) {
  7903.             return $this->services['DcSiteBundle\\Model\\Pagination'];
  7904.         }
  7905.         return $this->services['DcSiteBundle\\Model\\Pagination'] = new \DcSiteBundle\Model\Pagination($a$b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7906.     }
  7907.     /**
  7908.      * Gets the public 'DcSiteBundle\Services\ActionsService' shared service.
  7909.      *
  7910.      * @return \DcSiteBundle\Services\ActionsService
  7911.      */
  7912.     protected function getActionsServiceService()
  7913.     {
  7914.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Services/ActionsService.php';
  7915.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  7916.         if (isset($this->services['DcSiteBundle\\Services\\ActionsService'])) {
  7917.             return $this->services['DcSiteBundle\\Services\\ActionsService'];
  7918.         }
  7919.         $b = ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService());
  7920.         if (isset($this->services['DcSiteBundle\\Services\\ActionsService'])) {
  7921.             return $this->services['DcSiteBundle\\Services\\ActionsService'];
  7922.         }
  7923.         $c = ($this->services['router'] ?? $this->getRouterService());
  7924.         if (isset($this->services['DcSiteBundle\\Services\\ActionsService'])) {
  7925.             return $this->services['DcSiteBundle\\Services\\ActionsService'];
  7926.         }
  7927.         return $this->services['DcSiteBundle\\Services\\ActionsService'] = new \DcSiteBundle\Services\ActionsService($a$b$c);
  7928.     }
  7929.     /**
  7930.      * Gets the public 'DcSiteBundle\Services\CarInStockService' shared service.
  7931.      *
  7932.      * @return \DcSiteBundle\Services\CarInStockService
  7933.      */
  7934.     protected function getCarInStockServiceService()
  7935.     {
  7936.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Services/CarInStockService.php';
  7937.         $a = ($this->services['core.model.vehicles.in-stock-repository'] ?? $this->getCore_Model_Vehicles_InstockrepositoryService());
  7938.         if (isset($this->services['DcSiteBundle\\Services\\CarInStockService'])) {
  7939.             return $this->services['DcSiteBundle\\Services\\CarInStockService'];
  7940.         }
  7941.         $b = ($this->services['core.factory.in-stock-vehicle'] ?? $this->getCore_Factory_InstockvehicleService());
  7942.         if (isset($this->services['DcSiteBundle\\Services\\CarInStockService'])) {
  7943.             return $this->services['DcSiteBundle\\Services\\CarInStockService'];
  7944.         }
  7945.         $c = ($this->services['core.factory.vehicle'] ?? $this->getCore_Factory_VehicleService());
  7946.         if (isset($this->services['DcSiteBundle\\Services\\CarInStockService'])) {
  7947.             return $this->services['DcSiteBundle\\Services\\CarInStockService'];
  7948.         }
  7949.         $d = ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService());
  7950.         if (isset($this->services['DcSiteBundle\\Services\\CarInStockService'])) {
  7951.             return $this->services['DcSiteBundle\\Services\\CarInStockService'];
  7952.         }
  7953.         $e = ($this->services['router'] ?? $this->getRouterService());
  7954.         if (isset($this->services['DcSiteBundle\\Services\\CarInStockService'])) {
  7955.             return $this->services['DcSiteBundle\\Services\\CarInStockService'];
  7956.         }
  7957.         $f = ($this->services['dcsite.credit.model'] ?? $this->getDcsite_Credit_ModelService());
  7958.         if (isset($this->services['DcSiteBundle\\Services\\CarInStockService'])) {
  7959.             return $this->services['DcSiteBundle\\Services\\CarInStockService'];
  7960.         }
  7961.         return $this->services['DcSiteBundle\\Services\\CarInStockService'] = new \DcSiteBundle\Services\CarInStockService($a$b$c$d$e$f);
  7962.     }
  7963.     /**
  7964.      * Gets the public 'DcSiteBundle\Services\CarRouteGenerateService' shared service.
  7965.      *
  7966.      * @return \DcSiteBundle\Services\CarRouteGenerateService
  7967.      */
  7968.     protected function getCarRouteGenerateServiceService()
  7969.     {
  7970.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Services/CarRouteGenerateService.php';
  7971.         return $this->services['DcSiteBundle\\Services\\CarRouteGenerateService'] = new \DcSiteBundle\Services\CarRouteGenerateService(($this->services['router'] ?? $this->getRouterService()));
  7972.     }
  7973.     /**
  7974.      * Gets the public 'DcSiteBundle\Services\CatalogService' shared service.
  7975.      *
  7976.      * @return \DcSiteBundle\Services\CatalogService
  7977.      */
  7978.     protected function getCatalogService2Service()
  7979.     {
  7980.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Services/CatalogService.php';
  7981.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  7982.         if (isset($this->services['DcSiteBundle\\Services\\CatalogService'])) {
  7983.             return $this->services['DcSiteBundle\\Services\\CatalogService'];
  7984.         }
  7985.         $b = ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService());
  7986.         if (isset($this->services['DcSiteBundle\\Services\\CatalogService'])) {
  7987.             return $this->services['DcSiteBundle\\Services\\CatalogService'];
  7988.         }
  7989.         $c = ($this->services['router'] ?? $this->getRouterService());
  7990.         if (isset($this->services['DcSiteBundle\\Services\\CatalogService'])) {
  7991.             return $this->services['DcSiteBundle\\Services\\CatalogService'];
  7992.         }
  7993.         $d = ($this->services['core.model.vehicles.repository'] ?? $this->getCore_Model_Vehicles_RepositoryService());
  7994.         if (isset($this->services['DcSiteBundle\\Services\\CatalogService'])) {
  7995.             return $this->services['DcSiteBundle\\Services\\CatalogService'];
  7996.         }
  7997.         $e = ($this->services['core.factory.vehicle'] ?? $this->getCore_Factory_VehicleService());
  7998.         if (isset($this->services['DcSiteBundle\\Services\\CatalogService'])) {
  7999.             return $this->services['DcSiteBundle\\Services\\CatalogService'];
  8000.         }
  8001.         return $this->services['DcSiteBundle\\Services\\CatalogService'] = new \DcSiteBundle\Services\CatalogService($a$b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $c$d$e);
  8002.     }
  8003.     /**
  8004.      * Gets the public 'DcSiteBundle\Services\MainSliderService' shared service.
  8005.      *
  8006.      * @return \DcSiteBundle\Services\MainSliderService
  8007.      */
  8008.     protected function getMainSliderServiceService()
  8009.     {
  8010.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Services/MainSliderService.php';
  8011.         $a = ($this->services['core.factory.vehicle'] ?? $this->getCore_Factory_VehicleService());
  8012.         if (isset($this->services['DcSiteBundle\\Services\\MainSliderService'])) {
  8013.             return $this->services['DcSiteBundle\\Services\\MainSliderService'];
  8014.         }
  8015.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8016.         if (isset($this->services['DcSiteBundle\\Services\\MainSliderService'])) {
  8017.             return $this->services['DcSiteBundle\\Services\\MainSliderService'];
  8018.         }
  8019.         $c = ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService());
  8020.         if (isset($this->services['DcSiteBundle\\Services\\MainSliderService'])) {
  8021.             return $this->services['DcSiteBundle\\Services\\MainSliderService'];
  8022.         }
  8023.         return $this->services['DcSiteBundle\\Services\\MainSliderService'] = new \DcSiteBundle\Services\MainSliderService($a$this$b$c);
  8024.     }
  8025.     /**
  8026.      * Gets the public 'DcSiteBundle\Services\ModelRange\Pages\PagesService' shared service.
  8027.      *
  8028.      * @return \DcSiteBundle\Services\ModelRange\Pages\PagesService
  8029.      */
  8030.     protected function getPagesServiceService()
  8031.     {
  8032.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Services/ModelRange/Pages/PagesService.php';
  8033.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8034.         if (isset($this->services['DcSiteBundle\\Services\\ModelRange\\Pages\\PagesService'])) {
  8035.             return $this->services['DcSiteBundle\\Services\\ModelRange\\Pages\\PagesService'];
  8036.         }
  8037.         return $this->services['DcSiteBundle\\Services\\ModelRange\\Pages\\PagesService'] = new \DcSiteBundle\Services\ModelRange\Pages\PagesService($a);
  8038.     }
  8039.     /**
  8040.      * Gets the public 'DcSiteBundle\Services\NewsService' shared service.
  8041.      *
  8042.      * @return \DcSiteBundle\Services\NewsService
  8043.      */
  8044.     protected function getNewsServiceService()
  8045.     {
  8046.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Services/NewsService.php';
  8047.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8048.         if (isset($this->services['DcSiteBundle\\Services\\NewsService'])) {
  8049.             return $this->services['DcSiteBundle\\Services\\NewsService'];
  8050.         }
  8051.         $b = ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService());
  8052.         if (isset($this->services['DcSiteBundle\\Services\\NewsService'])) {
  8053.             return $this->services['DcSiteBundle\\Services\\NewsService'];
  8054.         }
  8055.         return $this->services['DcSiteBundle\\Services\\NewsService'] = new \DcSiteBundle\Services\NewsService($a$b);
  8056.     }
  8057.     /**
  8058.      * Gets the public 'DcSiteBundle\Services\Nissan\Finance\FinanceService' shared service.
  8059.      *
  8060.      * @return \DcSiteBundle\Services\Nissan\Finance\FinanceService
  8061.      */
  8062.     protected function getFinanceServiceService()
  8063.     {
  8064.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Services/Nissan/Finance/FinanceService.php';
  8065.         return $this->services['DcSiteBundle\\Services\\Nissan\\Finance\\FinanceService'] = new \DcSiteBundle\Services\Nissan\Finance\FinanceService(($this->services['core.model.vehicles.repository'] ?? $this->getCore_Model_Vehicles_RepositoryService()), ($this->services['core.factory.vehicle'] ?? $this->getCore_Factory_VehicleService()));
  8066.     }
  8067.     /**
  8068.      * Gets the public 'DcSiteBundle\Services\RentVehicleService' shared service.
  8069.      *
  8070.      * @return \DcSiteBundle\Services\RentVehicleService
  8071.      */
  8072.     protected function getRentVehicleServiceService()
  8073.     {
  8074.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Services/RentVehicleService.php';
  8075.         $a = ($this->services['core.model.vehicles.rent-repository'] ?? $this->getCore_Model_Vehicles_RentrepositoryService());
  8076.         if (isset($this->services['DcSiteBundle\\Services\\RentVehicleService'])) {
  8077.             return $this->services['DcSiteBundle\\Services\\RentVehicleService'];
  8078.         }
  8079.         $b = ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService());
  8080.         if (isset($this->services['DcSiteBundle\\Services\\RentVehicleService'])) {
  8081.             return $this->services['DcSiteBundle\\Services\\RentVehicleService'];
  8082.         }
  8083.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8084.         if (isset($this->services['DcSiteBundle\\Services\\RentVehicleService'])) {
  8085.             return $this->services['DcSiteBundle\\Services\\RentVehicleService'];
  8086.         }
  8087.         $d = ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService());
  8088.         if (isset($this->services['DcSiteBundle\\Services\\RentVehicleService'])) {
  8089.             return $this->services['DcSiteBundle\\Services\\RentVehicleService'];
  8090.         }
  8091.         return $this->services['DcSiteBundle\\Services\\RentVehicleService'] = new \DcSiteBundle\Services\RentVehicleService($a$b$c$d);
  8092.     }
  8093.     /**
  8094.      * Gets the public 'DcSiteBundle\Services\UsedVehicleService' shared service.
  8095.      *
  8096.      * @return \DcSiteBundle\Services\UsedVehicleService
  8097.      */
  8098.     protected function getUsedVehicleServiceService()
  8099.     {
  8100.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Services/UsedVehicleService.php';
  8101.         $a = ($this->services['core.model.vehicles.repository'] ?? $this->getCore_Model_Vehicles_RepositoryService());
  8102.         if (isset($this->services['DcSiteBundle\\Services\\UsedVehicleService'])) {
  8103.             return $this->services['DcSiteBundle\\Services\\UsedVehicleService'];
  8104.         }
  8105.         $b = ($this->services['core.factory.vehicle'] ?? $this->getCore_Factory_VehicleService());
  8106.         if (isset($this->services['DcSiteBundle\\Services\\UsedVehicleService'])) {
  8107.             return $this->services['DcSiteBundle\\Services\\UsedVehicleService'];
  8108.         }
  8109.         $c = ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService());
  8110.         if (isset($this->services['DcSiteBundle\\Services\\UsedVehicleService'])) {
  8111.             return $this->services['DcSiteBundle\\Services\\UsedVehicleService'];
  8112.         }
  8113.         $d = ($this->services['router'] ?? $this->getRouterService());
  8114.         if (isset($this->services['DcSiteBundle\\Services\\UsedVehicleService'])) {
  8115.             return $this->services['DcSiteBundle\\Services\\UsedVehicleService'];
  8116.         }
  8117.         $e = ($this->services['dcsite.credit.model'] ?? $this->getDcsite_Credit_ModelService());
  8118.         if (isset($this->services['DcSiteBundle\\Services\\UsedVehicleService'])) {
  8119.             return $this->services['DcSiteBundle\\Services\\UsedVehicleService'];
  8120.         }
  8121.         return $this->services['DcSiteBundle\\Services\\UsedVehicleService'] = new \DcSiteBundle\Services\UsedVehicleService($a$b$c$d$e);
  8122.     }
  8123.     /**
  8124.      * Gets the public 'DcSiteBundle\Services\VehicleViewService' shared service.
  8125.      *
  8126.      * @return \DcSiteBundle\Services\VehicleViewService
  8127.      */
  8128.     protected function getVehicleViewServiceService()
  8129.     {
  8130.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Services/VehicleViewService.php';
  8131.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8132.         if (isset($this->services['DcSiteBundle\\Services\\VehicleViewService'])) {
  8133.             return $this->services['DcSiteBundle\\Services\\VehicleViewService'];
  8134.         }
  8135.         return $this->services['DcSiteBundle\\Services\\VehicleViewService'] = new \DcSiteBundle\Services\VehicleViewService($a);
  8136.     }
  8137.     /**
  8138.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  8139.      *
  8140.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  8141.      */
  8142.     protected function getProfilerControllerService()
  8143.     {
  8144.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Controller/ProfilerController.php';
  8145.         return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  8146.     }
  8147.     /**
  8148.      * Gets the public 'FoundersBundle\Controller\BaseController' shared autowired service.
  8149.      *
  8150.      * @return \FoundersBundle\Controller\BaseController
  8151.      */
  8152.     protected function getBaseController26Service()
  8153.     {
  8154.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8155.         include_once \dirname(__DIR__4).'/src/FoundersBundle/Controller/BaseController.php';
  8156.         $this->services['FoundersBundle\\Controller\\BaseController'] = $instance = new \FoundersBundle\Controller\BaseController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  8157.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('FoundersBundle\\Controller\\BaseController'$this));
  8158.         return $instance;
  8159.     }
  8160.     /**
  8161.      * Gets the public 'FoundersBundle\Controller\BusinessController' shared autowired service.
  8162.      *
  8163.      * @return \FoundersBundle\Controller\BusinessController
  8164.      */
  8165.     protected function getBusinessControllerService()
  8166.     {
  8167.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8168.         include_once \dirname(__DIR__4).'/src/FoundersBundle/Controller/BaseController.php';
  8169.         include_once \dirname(__DIR__4).'/src/FoundersBundle/Controller/BusinessController.php';
  8170.         $this->services['FoundersBundle\\Controller\\BusinessController'] = $instance = new \FoundersBundle\Controller\BusinessController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  8171.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('FoundersBundle\\Controller\\BusinessController'$this));
  8172.         return $instance;
  8173.     }
  8174.     /**
  8175.      * Gets the public 'FoundersBundle\Controller\FamilyController' shared autowired service.
  8176.      *
  8177.      * @return \FoundersBundle\Controller\FamilyController
  8178.      */
  8179.     protected function getFamilyControllerService()
  8180.     {
  8181.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8182.         include_once \dirname(__DIR__4).'/src/FoundersBundle/Controller/BaseController.php';
  8183.         include_once \dirname(__DIR__4).'/src/FoundersBundle/Controller/FamilyController.php';
  8184.         $this->services['FoundersBundle\\Controller\\FamilyController'] = $instance = new \FoundersBundle\Controller\FamilyController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  8185.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('FoundersBundle\\Controller\\FamilyController'$this));
  8186.         return $instance;
  8187.     }
  8188.     /**
  8189.      * Gets the public 'FoundersBundle\Controller\InvestmentController' shared autowired service.
  8190.      *
  8191.      * @return \FoundersBundle\Controller\InvestmentController
  8192.      */
  8193.     protected function getInvestmentControllerService()
  8194.     {
  8195.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8196.         include_once \dirname(__DIR__4).'/src/FoundersBundle/Controller/BaseController.php';
  8197.         include_once \dirname(__DIR__4).'/src/FoundersBundle/Controller/InvestmentController.php';
  8198.         $this->services['FoundersBundle\\Controller\\InvestmentController'] = $instance = new \FoundersBundle\Controller\InvestmentController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  8199.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('FoundersBundle\\Controller\\InvestmentController'$this));
  8200.         return $instance;
  8201.     }
  8202.     /**
  8203.      * Gets the public 'FoundersBundle\Controller\MainController' shared autowired service.
  8204.      *
  8205.      * @return \FoundersBundle\Controller\MainController
  8206.      */
  8207.     protected function getMainController26Service()
  8208.     {
  8209.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8210.         include_once \dirname(__DIR__4).'/src/FoundersBundle/Controller/BaseController.php';
  8211.         include_once \dirname(__DIR__4).'/src/FoundersBundle/Controller/MainController.php';
  8212.         $this->services['FoundersBundle\\Controller\\MainController'] = $instance = new \FoundersBundle\Controller\MainController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  8213.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('FoundersBundle\\Controller\\MainController'$this));
  8214.         return $instance;
  8215.     }
  8216.     /**
  8217.      * Gets the public 'FoundersBundle\Controller\MediaController' shared autowired service.
  8218.      *
  8219.      * @return \FoundersBundle\Controller\MediaController
  8220.      */
  8221.     protected function getMediaController2Service()
  8222.     {
  8223.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8224.         include_once \dirname(__DIR__4).'/src/FoundersBundle/Controller/BaseController.php';
  8225.         include_once \dirname(__DIR__4).'/src/FoundersBundle/Controller/MediaController.php';
  8226.         $this->services['FoundersBundle\\Controller\\MediaController'] = $instance = new \FoundersBundle\Controller\MediaController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  8227.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('FoundersBundle\\Controller\\MediaController'$this));
  8228.         return $instance;
  8229.     }
  8230.     /**
  8231.      * Gets the public 'FoundersBundle\Controller\SiteMapController' shared autowired service.
  8232.      *
  8233.      * @return \FoundersBundle\Controller\SiteMapController
  8234.      */
  8235.     protected function getSiteMapController3Service()
  8236.     {
  8237.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8238.         include_once \dirname(__DIR__4).'/src/FoundersBundle/Controller/BaseController.php';
  8239.         include_once \dirname(__DIR__4).'/src/FoundersBundle/Controller/SiteMapController.php';
  8240.         $this->services['FoundersBundle\\Controller\\SiteMapController'] = $instance = new \FoundersBundle\Controller\SiteMapController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  8241.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('FoundersBundle\\Controller\\SiteMapController'$this));
  8242.         return $instance;
  8243.     }
  8244.     /**
  8245.      * Gets the public 'InsuranceBundle\Controller\AboutController' shared autowired service.
  8246.      *
  8247.      * @return \InsuranceBundle\Controller\AboutController
  8248.      */
  8249.     protected function getAboutController22Service()
  8250.     {
  8251.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8252.         include_once \dirname(__DIR__4).'/src/InsuranceBundle/Controller/BaseController.php';
  8253.         include_once \dirname(__DIR__4).'/src/InsuranceBundle/Controller/AboutController.php';
  8254.         $this->services['InsuranceBundle\\Controller\\AboutController'] = $instance = new \InsuranceBundle\Controller\AboutController(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['insurance.faq'] ?? $this->getInsurance_FaqService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->privates['sonata.media.manager.media'] ?? $this->getSonata_Media_Manager_MediaService()), ($this->services['router'] ?? $this->getRouterService()));
  8255.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('InsuranceBundle\\Controller\\AboutController'$this));
  8256.         return $instance;
  8257.     }
  8258.     /**
  8259.      * Gets the public 'InsuranceBundle\Controller\ActionsNewsController' shared autowired service.
  8260.      *
  8261.      * @return \InsuranceBundle\Controller\ActionsNewsController
  8262.      */
  8263.     protected function getActionsNewsControllerService()
  8264.     {
  8265.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8266.         include_once \dirname(__DIR__4).'/src/InsuranceBundle/Controller/BaseController.php';
  8267.         include_once \dirname(__DIR__4).'/src/InsuranceBundle/Controller/ActionsNewsController.php';
  8268.         $this->services['InsuranceBundle\\Controller\\ActionsNewsController'] = $instance = new \InsuranceBundle\Controller\ActionsNewsController(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()));
  8269.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('InsuranceBundle\\Controller\\ActionsNewsController'$this));
  8270.         return $instance;
  8271.     }
  8272.     /**
  8273.      * Gets the public 'InsuranceBundle\Controller\AuthController' shared autowired service.
  8274.      *
  8275.      * @return \InsuranceBundle\Controller\AuthController
  8276.      */
  8277.     protected function getAuthControllerService()
  8278.     {
  8279.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8280.         include_once \dirname(__DIR__4).'/src/InsuranceBundle/Controller/AuthController.php';
  8281.         $this->services['InsuranceBundle\\Controller\\AuthController'] = $instance = new \InsuranceBundle\Controller\AuthController();
  8282.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('InsuranceBundle\\Controller\\AuthController'$this));
  8283.         return $instance;
  8284.     }
  8285.     /**
  8286.      * Gets the public 'InsuranceBundle\Controller\BaseController' shared autowired service.
  8287.      *
  8288.      * @return \InsuranceBundle\Controller\BaseController
  8289.      */
  8290.     protected function getBaseController27Service()
  8291.     {
  8292.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8293.         include_once \dirname(__DIR__4).'/src/InsuranceBundle/Controller/BaseController.php';
  8294.         $this->services['InsuranceBundle\\Controller\\BaseController'] = $instance = new \InsuranceBundle\Controller\BaseController(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()));
  8295.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('InsuranceBundle\\Controller\\BaseController'$this));
  8296.         return $instance;
  8297.     }
  8298.     /**
  8299.      * Gets the public 'InsuranceBundle\Controller\BasketController' shared autowired service.
  8300.      *
  8301.      * @return \InsuranceBundle\Controller\BasketController
  8302.      */
  8303.     protected function getBasketController22Service()
  8304.     {
  8305.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8306.         include_once \dirname(__DIR__4).'/src/InsuranceBundle/Controller/BaseController.php';
  8307.         include_once \dirname(__DIR__4).'/src/InsuranceBundle/Controller/BasketController.php';
  8308.         $this->services['InsuranceBundle\\Controller\\BasketController'] = $instance = new \InsuranceBundle\Controller\BasketController(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()));
  8309.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('InsuranceBundle\\Controller\\BasketController'$this));
  8310.         return $instance;
  8311.     }
  8312.     /**
  8313.      * Gets the public 'InsuranceBundle\Controller\CabinetController' shared autowired service.
  8314.      *
  8315.      * @return \InsuranceBundle\Controller\CabinetController
  8316.      */
  8317.     protected function getCabinetControllerService()
  8318.     {
  8319.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8320.         include_once \dirname(__DIR__4).'/src/InsuranceBundle/Controller/BaseController.php';
  8321.         include_once \dirname(__DIR__4).'/src/InsuranceBundle/Controller/CabinetController.php';
  8322.         $this->services['InsuranceBundle\\Controller\\CabinetController'] = $instance = new \InsuranceBundle\Controller\CabinetController(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()));
  8323.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('InsuranceBundle\\Controller\\CabinetController'$this));
  8324.         return $instance;
  8325.     }
  8326.     /**
  8327.      * Gets the public 'InsuranceBundle\Controller\ContactsController' shared autowired service.
  8328.      *
  8329.      * @return \InsuranceBundle\Controller\ContactsController
  8330.      */
  8331.     protected function getContactsController3Service()
  8332.     {
  8333.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8334.         include_once \dirname(__DIR__4).'/src/InsuranceBundle/Controller/BaseController.php';
  8335.         include_once \dirname(__DIR__4).'/src/InsuranceBundle/Controller/ContactsController.php';
  8336.         $this->services['InsuranceBundle\\Controller\\ContactsController'] = $instance = new \InsuranceBundle\Controller\ContactsController(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()));
  8337.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('InsuranceBundle\\Controller\\ContactsController'$this));
  8338.         return $instance;
  8339.     }
  8340.     /**
  8341.      * Gets the public 'InsuranceBundle\Controller\FaqController' shared autowired service.
  8342.      *
  8343.      * @return \InsuranceBundle\Controller\FaqController
  8344.      */
  8345.     protected function getFaqControllerService()
  8346.     {
  8347.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8348.         include_once \dirname(__DIR__4).'/src/InsuranceBundle/Controller/BaseController.php';
  8349.         include_once \dirname(__DIR__4).'/src/InsuranceBundle/Controller/FaqController.php';
  8350.         $this->services['InsuranceBundle\\Controller\\FaqController'] = $instance = new \InsuranceBundle\Controller\FaqController(($this->services['insurance.faq'] ?? $this->getInsurance_FaqService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()));
  8351.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('InsuranceBundle\\Controller\\FaqController'$this));
  8352.         return $instance;
  8353.     }
  8354.     /**
  8355.      * Gets the public 'InsuranceBundle\Controller\FormController' shared autowired service.
  8356.      *
  8357.      * @return \InsuranceBundle\Controller\FormController
  8358.      */
  8359.     protected function getFormController3Service()
  8360.     {
  8361.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8362.         include_once \dirname(__DIR__4).'/src/InsuranceBundle/Controller/BaseController.php';
  8363.         include_once \dirname(__DIR__4).'/src/InsuranceBundle/Controller/FormController.php';
  8364.         $this->services['InsuranceBundle\\Controller\\FormController'] = $instance = new \InsuranceBundle\Controller\FormController(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()));
  8365.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('InsuranceBundle\\Controller\\FormController'$this));
  8366.         return $instance;
  8367.     }
  8368.     /**
  8369.      * Gets the public 'InsuranceBundle\Controller\MainController' shared autowired service.
  8370.      *
  8371.      * @return \InsuranceBundle\Controller\MainController
  8372.      */
  8373.     protected function getMainController27Service()
  8374.     {
  8375.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8376.         include_once \dirname(__DIR__4).'/src/InsuranceBundle/Controller/BaseController.php';
  8377.         include_once \dirname(__DIR__4).'/src/InsuranceBundle/Controller/MainController.php';
  8378.         $this->services['InsuranceBundle\\Controller\\MainController'] = $instance = new \InsuranceBundle\Controller\MainController(($this->services['insurance.faq'] ?? $this->getInsurance_FaqService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()));
  8379.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('InsuranceBundle\\Controller\\MainController'$this));
  8380.         return $instance;
  8381.     }
  8382.     /**
  8383.      * Gets the public 'InsuranceBundle\Controller\ProgramsController' shared autowired service.
  8384.      *
  8385.      * @return \InsuranceBundle\Controller\ProgramsController
  8386.      */
  8387.     protected function getProgramsControllerService()
  8388.     {
  8389.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8390.         include_once \dirname(__DIR__4).'/src/InsuranceBundle/Controller/BaseController.php';
  8391.         include_once \dirname(__DIR__4).'/src/InsuranceBundle/Controller/ProgramsController.php';
  8392.         $this->services['InsuranceBundle\\Controller\\ProgramsController'] = $instance = new \InsuranceBundle\Controller\ProgramsController(($this->services['insurance.faq'] ?? $this->getInsurance_FaqService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()));
  8393.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('InsuranceBundle\\Controller\\ProgramsController'$this));
  8394.         return $instance;
  8395.     }
  8396.     /**
  8397.      * Gets the public 'InsuranceBundle\Controller\RedirectController' shared autowired service.
  8398.      *
  8399.      * @return \InsuranceBundle\Controller\RedirectController
  8400.      */
  8401.     protected function getRedirectControllerService()
  8402.     {
  8403.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8404.         include_once \dirname(__DIR__4).'/src/InsuranceBundle/Controller/BaseController.php';
  8405.         include_once \dirname(__DIR__4).'/src/InsuranceBundle/Controller/RedirectController.php';
  8406.         $this->services['InsuranceBundle\\Controller\\RedirectController'] = $instance = new \InsuranceBundle\Controller\RedirectController(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()));
  8407.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('InsuranceBundle\\Controller\\RedirectController'$this));
  8408.         return $instance;
  8409.     }
  8410.     /**
  8411.      * Gets the public 'InsuranceBundle\Controller\ServiceController' shared autowired service.
  8412.      *
  8413.      * @return \InsuranceBundle\Controller\ServiceController
  8414.      */
  8415.     protected function getServiceController23Service()
  8416.     {
  8417.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8418.         include_once \dirname(__DIR__4).'/src/InsuranceBundle/Controller/BaseController.php';
  8419.         include_once \dirname(__DIR__4).'/src/InsuranceBundle/Controller/ServiceController.php';
  8420.         $this->services['InsuranceBundle\\Controller\\ServiceController'] = $instance = new \InsuranceBundle\Controller\ServiceController(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()));
  8421.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('InsuranceBundle\\Controller\\ServiceController'$this));
  8422.         return $instance;
  8423.     }
  8424.     /**
  8425.      * Gets the public 'IntegrationBundle\Controller\Dealer\MainController' shared service.
  8426.      *
  8427.      * @return \IntegrationBundle\Controller\Dealer\MainController
  8428.      */
  8429.     protected function getMainController28Service()
  8430.     {
  8431.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8432.         include_once \dirname(__DIR__4).'/src/IntegrationBundle/Controller/Dealer/MainController.php';
  8433.         return $this->services['IntegrationBundle\\Controller\\Dealer\\MainController'] = new \IntegrationBundle\Controller\Dealer\MainController();
  8434.     }
  8435.     /**
  8436.      * Gets the public 'IntegrationBundle\Controller\Diia\MainController' shared service.
  8437.      *
  8438.      * @return \IntegrationBundle\Controller\Diia\MainController
  8439.      */
  8440.     protected function getMainController29Service()
  8441.     {
  8442.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8443.         include_once \dirname(__DIR__4).'/src/IntegrationBundle/Controller/Diia/MainController.php';
  8444.         return $this->services['IntegrationBundle\\Controller\\Diia\\MainController'] = new \IntegrationBundle\Controller\Diia\MainController();
  8445.     }
  8446.     /**
  8447.      * Gets the public 'LeasingBundle\Controller\AboutController' shared autowired service.
  8448.      *
  8449.      * @return \LeasingBundle\Controller\AboutController
  8450.      */
  8451.     protected function getAboutController23Service()
  8452.     {
  8453.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8454.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  8455.         include_once \dirname(__DIR__4).'/src/LeasingBundle/Controller/BaseController.php';
  8456.         include_once \dirname(__DIR__4).'/src/LeasingBundle/Controller/AboutController.php';
  8457.         $this->services['LeasingBundle\\Controller\\AboutController'] = $instance = new \LeasingBundle\Controller\AboutController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8458.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('LeasingBundle\\Controller\\AboutController'$this));
  8459.         return $instance;
  8460.     }
  8461.     /**
  8462.      * Gets the public 'LeasingBundle\Controller\BaseController' shared autowired service.
  8463.      *
  8464.      * @return \LeasingBundle\Controller\BaseController
  8465.      */
  8466.     protected function getBaseController28Service()
  8467.     {
  8468.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8469.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  8470.         include_once \dirname(__DIR__4).'/src/LeasingBundle/Controller/BaseController.php';
  8471.         $this->services['LeasingBundle\\Controller\\BaseController'] = $instance = new \LeasingBundle\Controller\BaseController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8472.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('LeasingBundle\\Controller\\BaseController'$this));
  8473.         return $instance;
  8474.     }
  8475.     /**
  8476.      * Gets the public 'LeasingBundle\Controller\CatalogController' shared autowired service.
  8477.      *
  8478.      * @return \LeasingBundle\Controller\CatalogController
  8479.      */
  8480.     protected function getCatalogController4Service()
  8481.     {
  8482.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8483.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  8484.         include_once \dirname(__DIR__4).'/src/LeasingBundle/Controller/BaseController.php';
  8485.         include_once \dirname(__DIR__4).'/src/LeasingBundle/Controller/CatalogController.php';
  8486.         $this->services['LeasingBundle\\Controller\\CatalogController'] = $instance = new \LeasingBundle\Controller\CatalogController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['PortalBundle\\Model\\Catalog'] ?? $this->getCatalogService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()));
  8487.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('LeasingBundle\\Controller\\CatalogController'$this));
  8488.         return $instance;
  8489.     }
  8490.     /**
  8491.      * Gets the public 'LeasingBundle\Controller\CatalogController1' shared autowired service.
  8492.      *
  8493.      * @return \LeasingBundle\Controller\CatalogController1
  8494.      */
  8495.     protected function getCatalogController1Service()
  8496.     {
  8497.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8498.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  8499.         include_once \dirname(__DIR__4).'/src/LeasingBundle/Controller/BaseController.php';
  8500.         include_once \dirname(__DIR__4).'/src/LeasingBundle/Controller/CatalogController1.php';
  8501.         $this->services['LeasingBundle\\Controller\\CatalogController1'] = $instance = new \LeasingBundle\Controller\CatalogController1(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8502.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('LeasingBundle\\Controller\\CatalogController1'$this));
  8503.         return $instance;
  8504.     }
  8505.     /**
  8506.      * Gets the public 'LeasingBundle\Controller\FinanceController' shared autowired service.
  8507.      *
  8508.      * @return \LeasingBundle\Controller\FinanceController
  8509.      */
  8510.     protected function getFinanceController22Service()
  8511.     {
  8512.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8513.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  8514.         include_once \dirname(__DIR__4).'/src/LeasingBundle/Controller/BaseController.php';
  8515.         include_once \dirname(__DIR__4).'/src/LeasingBundle/Controller/FinanceController.php';
  8516.         $this->services['LeasingBundle\\Controller\\FinanceController'] = $instance = new \LeasingBundle\Controller\FinanceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8517.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('LeasingBundle\\Controller\\FinanceController'$this));
  8518.         return $instance;
  8519.     }
  8520.     /**
  8521.      * Gets the public 'LeasingBundle\Controller\MainController' shared autowired service.
  8522.      *
  8523.      * @return \LeasingBundle\Controller\MainController
  8524.      */
  8525.     protected function getMainController30Service()
  8526.     {
  8527.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8528.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  8529.         include_once \dirname(__DIR__4).'/src/LeasingBundle/Controller/BaseController.php';
  8530.         include_once \dirname(__DIR__4).'/src/LeasingBundle/Controller/MainController.php';
  8531.         $this->services['LeasingBundle\\Controller\\MainController'] = $instance = new \LeasingBundle\Controller\MainController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8532.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('LeasingBundle\\Controller\\MainController'$this));
  8533.         return $instance;
  8534.     }
  8535.     /**
  8536.      * Gets the public 'LeasingBundle\Controller\SiteMapController' shared autowired service.
  8537.      *
  8538.      * @return \LeasingBundle\Controller\SiteMapController
  8539.      */
  8540.     protected function getSiteMapController4Service()
  8541.     {
  8542.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8543.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  8544.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Controller/BaseDcController.php';
  8545.         include_once \dirname(__DIR__4).'/src/LeasingBundle/Controller/SiteMapController.php';
  8546.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  8547.         $this->services['LeasingBundle\\Controller\\SiteMapController'] = $instance = new \LeasingBundle\Controller\SiteMapController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.manager'] ?? $this->getCore_Form_ManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['CoreBundle\\Factory\\Vehicle'] ?? $this->getVehicleService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8548.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('LeasingBundle\\Controller\\SiteMapController'$this));
  8549.         return $instance;
  8550.     }
  8551.     /**
  8552.      * Gets the public 'MyBundle\Controller\AuthController' shared autowired service.
  8553.      *
  8554.      * @return \MyBundle\Controller\AuthController
  8555.      */
  8556.     protected function getAuthController2Service()
  8557.     {
  8558.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8559.         include_once \dirname(__DIR__4).'/src/MyBundle/Controller/MyBaseController.php';
  8560.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8561.         include_once \dirname(__DIR__4).'/src/MyBundle/Controller/AuthController.php';
  8562.         $this->services['MyBundle\\Controller\\AuthController'] = $instance = new \MyBundle\Controller\AuthController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['MyBundle\\Messages'] ?? $this->getMessagesService()), ($this->services['core.user.model'] ?? $this->getCore_User_ModelService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8563.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('MyBundle\\Controller\\AuthController'$this));
  8564.         return $instance;
  8565.     }
  8566.     /**
  8567.      * Gets the public 'MyBundle\Controller\BasketController' shared autowired service.
  8568.      *
  8569.      * @return \MyBundle\Controller\BasketController
  8570.      */
  8571.     protected function getBasketController23Service()
  8572.     {
  8573.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8574.         include_once \dirname(__DIR__4).'/src/MyBundle/Controller/MyBaseController.php';
  8575.         include_once \dirname(__DIR__4).'/src/MyBundle/Controller/BasketController.php';
  8576.         $this->services['MyBundle\\Controller\\BasketController'] = $instance = new \MyBundle\Controller\BasketController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['MyBundle\\Messages'] ?? $this->getMessagesService()), ($this->services['core.user.model'] ?? $this->getCore_User_ModelService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8577.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('MyBundle\\Controller\\BasketController'$this));
  8578.         return $instance;
  8579.     }
  8580.     /**
  8581.      * Gets the public 'MyBundle\Controller\CalendarController' shared autowired service.
  8582.      *
  8583.      * @return \MyBundle\Controller\CalendarController
  8584.      */
  8585.     protected function getCalendarControllerService()
  8586.     {
  8587.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8588.         include_once \dirname(__DIR__4).'/src/MyBundle/Controller/MyBaseController.php';
  8589.         include_once \dirname(__DIR__4).'/src/MyBundle/Controller/CalendarController.php';
  8590.         $this->services['MyBundle\\Controller\\CalendarController'] = $instance = new \MyBundle\Controller\CalendarController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['MyBundle\\Messages'] ?? $this->getMessagesService()), ($this->services['core.user.model'] ?? $this->getCore_User_ModelService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8591.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('MyBundle\\Controller\\CalendarController'$this));
  8592.         return $instance;
  8593.     }
  8594.     /**
  8595.      * Gets the public 'MyBundle\Controller\ClientPartnerController' shared autowired service.
  8596.      *
  8597.      * @return \MyBundle\Controller\ClientPartnerController
  8598.      */
  8599.     protected function getClientPartnerControllerService()
  8600.     {
  8601.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8602.         include_once \dirname(__DIR__4).'/src/MyBundle/Controller/MyBaseController.php';
  8603.         include_once \dirname(__DIR__4).'/src/MyBundle/Controller/ClientPartnerController.php';
  8604.         $this->services['MyBundle\\Controller\\ClientPartnerController'] = $instance = new \MyBundle\Controller\ClientPartnerController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['MyBundle\\Messages'] ?? $this->getMessagesService()), ($this->services['core.user.model'] ?? $this->getCore_User_ModelService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8605.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('MyBundle\\Controller\\ClientPartnerController'$this));
  8606.         return $instance;
  8607.     }
  8608.     /**
  8609.      * Gets the public 'MyBundle\Controller\GarageController' shared autowired service.
  8610.      *
  8611.      * @return \MyBundle\Controller\GarageController
  8612.      */
  8613.     protected function getGarageControllerService()
  8614.     {
  8615.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8616.         include_once \dirname(__DIR__4).'/src/MyBundle/Controller/MyBaseController.php';
  8617.         include_once \dirname(__DIR__4).'/src/MyBundle/Controller/GarageController.php';
  8618.         $this->services['MyBundle\\Controller\\GarageController'] = $instance = new \MyBundle\Controller\GarageController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['MyBundle\\Messages'] ?? $this->getMessagesService()), ($this->services['core.user.model'] ?? $this->getCore_User_ModelService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8619.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('MyBundle\\Controller\\GarageController'$this));
  8620.         return $instance;
  8621.     }
  8622.     /**
  8623.      * Gets the public 'MyBundle\Controller\MainController' shared autowired service.
  8624.      *
  8625.      * @return \MyBundle\Controller\MainController
  8626.      */
  8627.     protected function getMainController31Service()
  8628.     {
  8629.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8630.         include_once \dirname(__DIR__4).'/src/MyBundle/Controller/MyBaseController.php';
  8631.         include_once \dirname(__DIR__4).'/src/MyBundle/Controller/MainController.php';
  8632.         $this->services['MyBundle\\Controller\\MainController'] = $instance = new \MyBundle\Controller\MainController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['MyBundle\\Messages'] ?? $this->getMessagesService()), ($this->services['core.user.model'] ?? $this->getCore_User_ModelService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8633.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('MyBundle\\Controller\\MainController'$this));
  8634.         return $instance;
  8635.     }
  8636.     /**
  8637.      * Gets the public 'MyBundle\Controller\MyBaseController' shared autowired service.
  8638.      *
  8639.      * @return \MyBundle\Controller\MyBaseController
  8640.      */
  8641.     protected function getMyBaseControllerService()
  8642.     {
  8643.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8644.         include_once \dirname(__DIR__4).'/src/MyBundle/Controller/MyBaseController.php';
  8645.         $this->services['MyBundle\\Controller\\MyBaseController'] = $instance = new \MyBundle\Controller\MyBaseController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['MyBundle\\Messages'] ?? $this->getMessagesService()), ($this->services['core.user.model'] ?? $this->getCore_User_ModelService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8646.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('MyBundle\\Controller\\MyBaseController'$this));
  8647.         return $instance;
  8648.     }
  8649.     /**
  8650.      * Gets the public 'MyBundle\Controller\NightBookingController' shared autowired service.
  8651.      *
  8652.      * @return \MyBundle\Controller\NightBookingController
  8653.      */
  8654.     protected function getNightBookingControllerService()
  8655.     {
  8656.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8657.         include_once \dirname(__DIR__4).'/src/MyBundle/Controller/MyBaseController.php';
  8658.         include_once \dirname(__DIR__4).'/src/MyBundle/Controller/NightBookingController.php';
  8659.         $this->services['MyBundle\\Controller\\NightBookingController'] = $instance = new \MyBundle\Controller\NightBookingController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['MyBundle\\Messages'] ?? $this->getMessagesService()), ($this->services['core.user.model'] ?? $this->getCore_User_ModelService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['MyBundle\\Service\\NightBookingService'] ?? $this->getNightBookingServiceService()));
  8660.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('MyBundle\\Controller\\NightBookingController'$this));
  8661.         return $instance;
  8662.     }
  8663.     /**
  8664.      * Gets the public 'MyBundle\Controller\OnlineActivityController' shared autowired service.
  8665.      *
  8666.      * @return \MyBundle\Controller\OnlineActivityController
  8667.      */
  8668.     protected function getOnlineActivityControllerService()
  8669.     {
  8670.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8671.         include_once \dirname(__DIR__4).'/src/MyBundle/Controller/MyBaseController.php';
  8672.         include_once \dirname(__DIR__4).'/src/MyBundle/Controller/OnlineActivityController.php';
  8673.         $this->services['MyBundle\\Controller\\OnlineActivityController'] = $instance = new \MyBundle\Controller\OnlineActivityController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['MyBundle\\Messages'] ?? $this->getMessagesService()), ($this->services['core.user.model'] ?? $this->getCore_User_ModelService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8674.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('MyBundle\\Controller\\OnlineActivityController'$this));
  8675.         return $instance;
  8676.     }
  8677.     /**
  8678.      * Gets the public 'MyBundle\Controller\OrderController' shared autowired service.
  8679.      *
  8680.      * @return \MyBundle\Controller\OrderController
  8681.      */
  8682.     protected function getOrderControllerService()
  8683.     {
  8684.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8685.         include_once \dirname(__DIR__4).'/src/MyBundle/Controller/MyBaseController.php';
  8686.         include_once \dirname(__DIR__4).'/src/MyBundle/Controller/OrderController.php';
  8687.         $this->services['MyBundle\\Controller\\OrderController'] = $instance = new \MyBundle\Controller\OrderController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['MyBundle\\Messages'] ?? $this->getMessagesService()), ($this->services['core.user.model'] ?? $this->getCore_User_ModelService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8688.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('MyBundle\\Controller\\OrderController'$this));
  8689.         return $instance;
  8690.     }
  8691.     /**
  8692.      * Gets the public 'MyBundle\Controller\PayResultController' shared autowired service.
  8693.      *
  8694.      * @return \MyBundle\Controller\PayResultController
  8695.      */
  8696.     protected function getPayResultControllerService()
  8697.     {
  8698.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8699.         include_once \dirname(__DIR__4).'/src/MyBundle/Controller/MyBaseController.php';
  8700.         include_once \dirname(__DIR__4).'/src/MyBundle/Controller/PayResultController.php';
  8701.         $this->services['MyBundle\\Controller\\PayResultController'] = $instance = new \MyBundle\Controller\PayResultController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['MyBundle\\Messages'] ?? $this->getMessagesService()), ($this->services['core.user.model'] ?? $this->getCore_User_ModelService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8702.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('MyBundle\\Controller\\PayResultController'$this));
  8703.         return $instance;
  8704.     }
  8705.     /**
  8706.      * Gets the public 'MyBundle\Controller\ProfileCalculatorEmployeeController' shared autowired service.
  8707.      *
  8708.      * @return \MyBundle\Controller\ProfileCalculatorEmployeeController
  8709.      */
  8710.     protected function getProfileCalculatorEmployeeControllerService()
  8711.     {
  8712.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8713.         include_once \dirname(__DIR__4).'/src/MyBundle/Controller/MyBaseController.php';
  8714.         include_once \dirname(__DIR__4).'/src/MyBundle/Controller/ProfileCalculatorEmployeeController.php';
  8715.         $this->services['MyBundle\\Controller\\ProfileCalculatorEmployeeController'] = $instance = new \MyBundle\Controller\ProfileCalculatorEmployeeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['MyBundle\\Messages'] ?? $this->getMessagesService()), ($this->services['core.user.model'] ?? $this->getCore_User_ModelService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8716.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('MyBundle\\Controller\\ProfileCalculatorEmployeeController'$this));
  8717.         return $instance;
  8718.     }
  8719.     /**
  8720.      * Gets the public 'MyBundle\Controller\ProfileController' shared autowired service.
  8721.      *
  8722.      * @return \MyBundle\Controller\ProfileController
  8723.      */
  8724.     protected function getProfileControllerService()
  8725.     {
  8726.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8727.         include_once \dirname(__DIR__4).'/src/MyBundle/Controller/MyBaseController.php';
  8728.         include_once \dirname(__DIR__4).'/src/MyBundle/Controller/ProfileController.php';
  8729.         $this->services['MyBundle\\Controller\\ProfileController'] = $instance = new \MyBundle\Controller\ProfileController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['MyBundle\\Messages'] ?? $this->getMessagesService()), ($this->services['core.user.model'] ?? $this->getCore_User_ModelService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()));
  8730.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('MyBundle\\Controller\\ProfileController'$this));
  8731.         return $instance;
  8732.     }
  8733.     /**
  8734.      * Gets the public 'MyBundle\Controller\StocksController' shared autowired service.
  8735.      *
  8736.      * @return \MyBundle\Controller\StocksController
  8737.      */
  8738.     protected function getStocksController13Service()
  8739.     {
  8740.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8741.         include_once \dirname(__DIR__4).'/src/MyBundle/Controller/MyBaseController.php';
  8742.         include_once \dirname(__DIR__4).'/src/MyBundle/Controller/StocksController.php';
  8743.         $this->services['MyBundle\\Controller\\StocksController'] = $instance = new \MyBundle\Controller\StocksController(($this->services['router'] ?? $this->getRouterService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['MyBundle\\Messages'] ?? $this->getMessagesService()), ($this->services['core.user.model'] ?? $this->getCore_User_ModelService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8744.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('MyBundle\\Controller\\StocksController'$this));
  8745.         return $instance;
  8746.     }
  8747.     /**
  8748.      * Gets the public 'MyBundle\Messages' shared service.
  8749.      *
  8750.      * @return \MyBundle\Messages
  8751.      */
  8752.     protected function getMessagesService()
  8753.     {
  8754.         include_once \dirname(__DIR__4).'/src/MyBundle/Messages.php';
  8755.         return $this->services['MyBundle\\Messages'] = new \MyBundle\Messages(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  8756.     }
  8757.     /**
  8758.      * Gets the public 'PortalBundle\Controller\AboutController' shared autowired service.
  8759.      *
  8760.      * @return \PortalBundle\Controller\AboutController
  8761.      */
  8762.     protected function getAboutController24Service()
  8763.     {
  8764.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8765.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  8766.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/BaseController.php';
  8767.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/AboutController.php';
  8768.         $this->services['PortalBundle\\Controller\\AboutController'] = $instance = new \PortalBundle\Controller\AboutController(($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['PortalBundle\\Services\\OfferedVehicle'] ?? $this->getOfferedVehicleService()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['portal.service.service'] ?? $this->getPortal_Service_ServiceService()));
  8769.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('PortalBundle\\Controller\\AboutController'$this));
  8770.         return $instance;
  8771.     }
  8772.     /**
  8773.      * Gets the public 'PortalBundle\Controller\AjaxController' shared autowired service.
  8774.      *
  8775.      * @return \PortalBundle\Controller\AjaxController
  8776.      */
  8777.     protected function getAjaxController6Service()
  8778.     {
  8779.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8780.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  8781.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/BaseController.php';
  8782.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/AjaxController.php';
  8783.         $this->services['PortalBundle\\Controller\\AjaxController'] = $instance = new \PortalBundle\Controller\AjaxController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['portal.service.service'] ?? $this->getPortal_Service_ServiceService()));
  8784.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('PortalBundle\\Controller\\AjaxController'$this));
  8785.         return $instance;
  8786.     }
  8787.     /**
  8788.      * Gets the public 'PortalBundle\Controller\BaseController' shared autowired service.
  8789.      *
  8790.      * @return \PortalBundle\Controller\BaseController
  8791.      */
  8792.     protected function getBaseController29Service()
  8793.     {
  8794.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8795.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  8796.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/BaseController.php';
  8797.         $this->services['PortalBundle\\Controller\\BaseController'] = $instance = new \PortalBundle\Controller\BaseController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['portal.service.service'] ?? $this->getPortal_Service_ServiceService()));
  8798.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('PortalBundle\\Controller\\BaseController'$this));
  8799.         return $instance;
  8800.     }
  8801.     /**
  8802.      * Gets the public 'PortalBundle\Controller\CarController' shared autowired service.
  8803.      *
  8804.      * @return \PortalBundle\Controller\CarController
  8805.      */
  8806.     protected function getCarController25Service()
  8807.     {
  8808.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8809.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  8810.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/BaseController.php';
  8811.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/CarController.php';
  8812.         $this->services['PortalBundle\\Controller\\CarController'] = $instance = new \PortalBundle\Controller\CarController(($this->services['PortalBundle\\Services\\VehicleService'] ?? $this->getVehicleServiceService()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['portal.service.service'] ?? $this->getPortal_Service_ServiceService()));
  8813.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('PortalBundle\\Controller\\CarController'$this));
  8814.         return $instance;
  8815.     }
  8816.     /**
  8817.      * Gets the public 'PortalBundle\Controller\CatalogController' shared autowired service.
  8818.      *
  8819.      * @return \PortalBundle\Controller\CatalogController
  8820.      */
  8821.     protected function getCatalogController5Service()
  8822.     {
  8823.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8824.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  8825.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/BaseController.php';
  8826.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/CatalogController.php';
  8827.         $this->services['PortalBundle\\Controller\\CatalogController'] = $instance = new \PortalBundle\Controller\CatalogController(($this->services['router'] ?? $this->getRouterService()), ($this->services['PortalBundle\\Model\\Catalog'] ?? $this->getCatalogService()), ($this->services['DcSiteBundle\\Model\\Pagination'] ?? $this->getPaginationService()), ($this->services['portal.service.catalog'] ?? $this->getPortal_Service_CatalogService()), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['portal.service.service'] ?? $this->getPortal_Service_ServiceService()));
  8828.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('PortalBundle\\Controller\\CatalogController'$this));
  8829.         return $instance;
  8830.     }
  8831.     /**
  8832.      * Gets the public 'PortalBundle\Controller\ComparisonController' shared autowired service.
  8833.      *
  8834.      * @return \PortalBundle\Controller\ComparisonController
  8835.      */
  8836.     protected function getComparisonController2Service()
  8837.     {
  8838.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8839.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  8840.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/BaseController.php';
  8841.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/ComparisonController.php';
  8842.         $this->services['PortalBundle\\Controller\\ComparisonController'] = $instance = new \PortalBundle\Controller\ComparisonController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['portal.service.service'] ?? $this->getPortal_Service_ServiceService()));
  8843.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('PortalBundle\\Controller\\ComparisonController'$this));
  8844.         return $instance;
  8845.     }
  8846.     /**
  8847.      * Gets the public 'PortalBundle\Controller\ContactsController' shared autowired service.
  8848.      *
  8849.      * @return \PortalBundle\Controller\ContactsController
  8850.      */
  8851.     protected function getContactsController4Service()
  8852.     {
  8853.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8854.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  8855.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/BaseController.php';
  8856.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/ContactsController.php';
  8857.         $this->services['PortalBundle\\Controller\\ContactsController'] = $instance = new \PortalBundle\Controller\ContactsController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['portal.service.service'] ?? $this->getPortal_Service_ServiceService()));
  8858.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('PortalBundle\\Controller\\ContactsController'$this));
  8859.         return $instance;
  8860.     }
  8861.     /**
  8862.      * Gets the public 'PortalBundle\Controller\CrmActionController' shared autowired service.
  8863.      *
  8864.      * @return \PortalBundle\Controller\CrmActionController
  8865.      */
  8866.     protected function getCrmActionControllerService()
  8867.     {
  8868.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8869.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  8870.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/BaseController.php';
  8871.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/CrmActionController.php';
  8872.         $this->services['PortalBundle\\Controller\\CrmActionController'] = $instance = new \PortalBundle\Controller\CrmActionController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['portal.service.service'] ?? $this->getPortal_Service_ServiceService()));
  8873.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('PortalBundle\\Controller\\CrmActionController'$this));
  8874.         return $instance;
  8875.     }
  8876.     /**
  8877.      * Gets the public 'PortalBundle\Controller\DepartmentController' shared autowired service.
  8878.      *
  8879.      * @return \PortalBundle\Controller\DepartmentController
  8880.      */
  8881.     protected function getDepartmentControllerService()
  8882.     {
  8883.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8884.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  8885.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/BaseController.php';
  8886.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/DepartmentController.php';
  8887.         $this->services['PortalBundle\\Controller\\DepartmentController'] = $instance = new \PortalBundle\Controller\DepartmentController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['portal.service.service'] ?? $this->getPortal_Service_ServiceService()), ($this->services['PortalBundle\\Services\\DepartmentService'] ?? $this->getDepartmentServiceService()));
  8888.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('PortalBundle\\Controller\\DepartmentController'$this));
  8889.         return $instance;
  8890.     }
  8891.     /**
  8892.      * Gets the public 'PortalBundle\Controller\FeaturedController' shared autowired service.
  8893.      *
  8894.      * @return \PortalBundle\Controller\FeaturedController
  8895.      */
  8896.     protected function getFeaturedControllerService()
  8897.     {
  8898.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8899.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  8900.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/BaseController.php';
  8901.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/FeaturedController.php';
  8902.         $this->services['PortalBundle\\Controller\\FeaturedController'] = $instance = new \PortalBundle\Controller\FeaturedController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['portal.service.service'] ?? $this->getPortal_Service_ServiceService()));
  8903.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('PortalBundle\\Controller\\FeaturedController'$this));
  8904.         return $instance;
  8905.     }
  8906.     /**
  8907.      * Gets the public 'PortalBundle\Controller\FinanceController' shared autowired service.
  8908.      *
  8909.      * @return \PortalBundle\Controller\FinanceController
  8910.      */
  8911.     protected function getFinanceController23Service()
  8912.     {
  8913.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8914.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  8915.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/BaseController.php';
  8916.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/FinanceController.php';
  8917.         $this->services['PortalBundle\\Controller\\FinanceController'] = $instance = new \PortalBundle\Controller\FinanceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['portal.service.service'] ?? $this->getPortal_Service_ServiceService()));
  8918.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('PortalBundle\\Controller\\FinanceController'$this));
  8919.         return $instance;
  8920.     }
  8921.     /**
  8922.      * Gets the public 'PortalBundle\Controller\FoundersController' shared autowired service.
  8923.      *
  8924.      * @return \PortalBundle\Controller\FoundersController
  8925.      */
  8926.     protected function getFoundersControllerService()
  8927.     {
  8928.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8929.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  8930.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/BaseController.php';
  8931.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/FoundersController.php';
  8932.         $this->services['PortalBundle\\Controller\\FoundersController'] = $instance = new \PortalBundle\Controller\FoundersController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['portal.service.service'] ?? $this->getPortal_Service_ServiceService()));
  8933.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('PortalBundle\\Controller\\FoundersController'$this));
  8934.         return $instance;
  8935.     }
  8936.     /**
  8937.      * Gets the public 'PortalBundle\Controller\LandingController' shared autowired service.
  8938.      *
  8939.      * @return \PortalBundle\Controller\LandingController
  8940.      */
  8941.     protected function getLandingControllerService()
  8942.     {
  8943.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8944.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  8945.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/BaseController.php';
  8946.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/LandingController.php';
  8947.         $this->services['PortalBundle\\Controller\\LandingController'] = $instance = new \PortalBundle\Controller\LandingController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['portal.service.service'] ?? $this->getPortal_Service_ServiceService()));
  8948.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('PortalBundle\\Controller\\LandingController'$this));
  8949.         return $instance;
  8950.     }
  8951.     /**
  8952.      * Gets the public 'PortalBundle\Controller\LinkMinifyController' shared autowired service.
  8953.      *
  8954.      * @return \PortalBundle\Controller\LinkMinifyController
  8955.      */
  8956.     protected function getLinkMinifyControllerService()
  8957.     {
  8958.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8959.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  8960.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/BaseController.php';
  8961.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/LinkMinifyController.php';
  8962.         $this->services['PortalBundle\\Controller\\LinkMinifyController'] = $instance = new \PortalBundle\Controller\LinkMinifyController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['portal.service.service'] ?? $this->getPortal_Service_ServiceService()));
  8963.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('PortalBundle\\Controller\\LinkMinifyController'$this));
  8964.         return $instance;
  8965.     }
  8966.     /**
  8967.      * Gets the public 'PortalBundle\Controller\MainController' shared autowired service.
  8968.      *
  8969.      * @return \PortalBundle\Controller\MainController
  8970.      */
  8971.     protected function getMainController32Service()
  8972.     {
  8973.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8974.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  8975.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/BaseController.php';
  8976.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/MainController.php';
  8977.         $this->services['PortalBundle\\Controller\\MainController'] = $instance = new \PortalBundle\Controller\MainController(($this->services['PortalBundle\\Services\\MainService'] ?? $this->getMainService2Service()), ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['portal.service.service'] ?? $this->getPortal_Service_ServiceService()));
  8978.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('PortalBundle\\Controller\\MainController'$this));
  8979.         return $instance;
  8980.     }
  8981.     /**
  8982.      * Gets the public 'PortalBundle\Controller\PostController' shared autowired service.
  8983.      *
  8984.      * @return \PortalBundle\Controller\PostController
  8985.      */
  8986.     protected function getPostController7Service()
  8987.     {
  8988.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8989.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  8990.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/BaseController.php';
  8991.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/PostController.php';
  8992.         $this->services['PortalBundle\\Controller\\PostController'] = $instance = new \PortalBundle\Controller\PostController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['portal.service.service'] ?? $this->getPortal_Service_ServiceService()));
  8993.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('PortalBundle\\Controller\\PostController'$this));
  8994.         return $instance;
  8995.     }
  8996.     /**
  8997.      * Gets the public 'PortalBundle\Controller\ProgramsController' shared autowired service.
  8998.      *
  8999.      * @return \PortalBundle\Controller\ProgramsController
  9000.      */
  9001.     protected function getProgramsController2Service()
  9002.     {
  9003.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  9004.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  9005.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/BaseController.php';
  9006.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/ProgramsController.php';
  9007.         $this->services['PortalBundle\\Controller\\ProgramsController'] = $instance = new \PortalBundle\Controller\ProgramsController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['portal.service.service'] ?? $this->getPortal_Service_ServiceService()));
  9008.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('PortalBundle\\Controller\\ProgramsController'$this));
  9009.         return $instance;
  9010.     }
  9011.     /**
  9012.      * Gets the public 'PortalBundle\Controller\ReviewsController' shared autowired service.
  9013.      *
  9014.      * @return \PortalBundle\Controller\ReviewsController
  9015.      */
  9016.     protected function getReviewsControllerService()
  9017.     {
  9018.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  9019.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  9020.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/BaseController.php';
  9021.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/ReviewsController.php';
  9022.         $this->services['PortalBundle\\Controller\\ReviewsController'] = $instance = new \PortalBundle\Controller\ReviewsController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['portal.service.service'] ?? $this->getPortal_Service_ServiceService()));
  9023.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('PortalBundle\\Controller\\ReviewsController'$this));
  9024.         return $instance;
  9025.     }
  9026.     /**
  9027.      * Gets the public 'PortalBundle\Controller\SaleController' shared autowired service.
  9028.      *
  9029.      * @return \PortalBundle\Controller\SaleController
  9030.      */
  9031.     protected function getSaleController2Service()
  9032.     {
  9033.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  9034.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  9035.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/BaseController.php';
  9036.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/SaleController.php';
  9037.         $this->services['PortalBundle\\Controller\\SaleController'] = $instance = new \PortalBundle\Controller\SaleController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['portal.service.service'] ?? $this->getPortal_Service_ServiceService()));
  9038.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('PortalBundle\\Controller\\SaleController'$this));
  9039.         return $instance;
  9040.     }
  9041.     /**
  9042.      * Gets the public 'PortalBundle\Controller\SearchController' shared autowired service.
  9043.      *
  9044.      * @return \PortalBundle\Controller\SearchController
  9045.      */
  9046.     protected function getSearchControllerService()
  9047.     {
  9048.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  9049.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  9050.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/BaseController.php';
  9051.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/SearchController.php';
  9052.         $this->services['PortalBundle\\Controller\\SearchController'] = $instance = new \PortalBundle\Controller\SearchController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['portal.service.service'] ?? $this->getPortal_Service_ServiceService()));
  9053.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('PortalBundle\\Controller\\SearchController'$this));
  9054.         return $instance;
  9055.     }
  9056.     /**
  9057.      * Gets the public 'PortalBundle\Controller\ServiceController' shared autowired service.
  9058.      *
  9059.      * @return \PortalBundle\Controller\ServiceController
  9060.      */
  9061.     protected function getServiceController24Service()
  9062.     {
  9063.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  9064.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  9065.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/BaseController.php';
  9066.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/ServiceController.php';
  9067.         $this->services['PortalBundle\\Controller\\ServiceController'] = $instance = new \PortalBundle\Controller\ServiceController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['portal.service.service'] ?? $this->getPortal_Service_ServiceService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()));
  9068.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('PortalBundle\\Controller\\ServiceController'$this));
  9069.         return $instance;
  9070.     }
  9071.     /**
  9072.      * Gets the public 'PortalBundle\Controller\ServiceWorkWidgetController' shared autowired service.
  9073.      *
  9074.      * @return \PortalBundle\Controller\ServiceWorkWidgetController
  9075.      */
  9076.     protected function getServiceWorkWidgetControllerService()
  9077.     {
  9078.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  9079.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  9080.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/BaseController.php';
  9081.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/ServiceWorkWidgetController.php';
  9082.         $this->services['PortalBundle\\Controller\\ServiceWorkWidgetController'] = $instance = new \PortalBundle\Controller\ServiceWorkWidgetController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['portal.service.service'] ?? $this->getPortal_Service_ServiceService()));
  9083.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('PortalBundle\\Controller\\ServiceWorkWidgetController'$this));
  9084.         return $instance;
  9085.     }
  9086.     /**
  9087.      * Gets the public 'PortalBundle\Controller\SiteMapController' shared autowired service.
  9088.      *
  9089.      * @return \PortalBundle\Controller\SiteMapController
  9090.      */
  9091.     protected function getSiteMapController5Service()
  9092.     {
  9093.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  9094.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/SiteMapController.php';
  9095.         $this->services['PortalBundle\\Controller\\SiteMapController'] = $instance = new \PortalBundle\Controller\SiteMapController();
  9096.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('PortalBundle\\Controller\\SiteMapController'$this));
  9097.         return $instance;
  9098.     }
  9099.     /**
  9100.      * Gets the public 'PortalBundle\Controller\StockController' shared autowired service.
  9101.      *
  9102.      * @return \PortalBundle\Controller\StockController
  9103.      */
  9104.     protected function getStockControllerService()
  9105.     {
  9106.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  9107.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  9108.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/BaseController.php';
  9109.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/StockController.php';
  9110.         $this->services['PortalBundle\\Controller\\StockController'] = $instance = new \PortalBundle\Controller\StockController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['portal.service.service'] ?? $this->getPortal_Service_ServiceService()), ($this->services['PortalBundle\\Model\\Catalog'] ?? $this->getCatalogService()), ($this->services['portal.service.catalog'] ?? $this->getPortal_Service_CatalogService()), ($this->services['core.factory.in-stock-vehicle'] ?? $this->getCore_Factory_InstockvehicleService()), ($this->services['PortalBundle\\Model\\SeoMetaTag'] ?? $this->getSeoMetaTagService()));
  9111.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('PortalBundle\\Controller\\StockController'$this));
  9112.         return $instance;
  9113.     }
  9114.     /**
  9115.      * Gets the public 'PortalBundle\Controller\TestDriveController' shared autowired service.
  9116.      *
  9117.      * @return \PortalBundle\Controller\TestDriveController
  9118.      */
  9119.     protected function getTestDriveController2Service()
  9120.     {
  9121.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  9122.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  9123.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/BaseController.php';
  9124.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/TestDriveController.php';
  9125.         $this->services['PortalBundle\\Controller\\TestDriveController'] = $instance = new \PortalBundle\Controller\TestDriveController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['portal.service.service'] ?? $this->getPortal_Service_ServiceService()));
  9126.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('PortalBundle\\Controller\\TestDriveController'$this));
  9127.         return $instance;
  9128.     }
  9129.     /**
  9130.      * Gets the public 'PortalBundle\Controller\UnicomersController' shared autowired service.
  9131.      *
  9132.      * @return \PortalBundle\Controller\UnicomersController
  9133.      */
  9134.     protected function getUnicomersControllerService()
  9135.     {
  9136.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  9137.         include_once \dirname(__DIR__4).'/src/CoreBundle/Controller/ViDiController.php';
  9138.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/BaseController.php';
  9139.         include_once \dirname(__DIR__4).'/src/PortalBundle/Controller/UnicomersController.php';
  9140.         $this->services['PortalBundle\\Controller\\UnicomersController'] = $instance = new \PortalBundle\Controller\UnicomersController(($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService()), ($this->services['portal.service.service'] ?? $this->getPortal_Service_ServiceService()));
  9141.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('PortalBundle\\Controller\\UnicomersController'$this));
  9142.         return $instance;
  9143.     }
  9144.     /**
  9145.      * Gets the public 'PortalBundle\Model\Catalog' shared service.
  9146.      *
  9147.      * @return \PortalBundle\Model\Catalog
  9148.      */
  9149.     protected function getCatalogService()
  9150.     {
  9151.         include_once \dirname(__DIR__4).'/src/PortalBundle/Model/Catalog.php';
  9152.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9153.         if (isset($this->services['PortalBundle\\Model\\Catalog'])) {
  9154.             return $this->services['PortalBundle\\Model\\Catalog'];
  9155.         }
  9156.         $b = ($this->services['router'] ?? $this->getRouterService());
  9157.         if (isset($this->services['PortalBundle\\Model\\Catalog'])) {
  9158.             return $this->services['PortalBundle\\Model\\Catalog'];
  9159.         }
  9160.         $c = ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService());
  9161.         if (isset($this->services['PortalBundle\\Model\\Catalog'])) {
  9162.             return $this->services['PortalBundle\\Model\\Catalog'];
  9163.         }
  9164.         $d = ($this->services['core.factory.vehicle'] ?? $this->getCore_Factory_VehicleService());
  9165.         if (isset($this->services['PortalBundle\\Model\\Catalog'])) {
  9166.             return $this->services['PortalBundle\\Model\\Catalog'];
  9167.         }
  9168.         $e = ($this->services['dcsite.credit.model'] ?? $this->getDcsite_Credit_ModelService());
  9169.         if (isset($this->services['PortalBundle\\Model\\Catalog'])) {
  9170.             return $this->services['PortalBundle\\Model\\Catalog'];
  9171.         }
  9172.         $f = ($this->services['core.model.vehicles.in-stock-repository'] ?? $this->getCore_Model_Vehicles_InstockrepositoryService());
  9173.         if (isset($this->services['PortalBundle\\Model\\Catalog'])) {
  9174.             return $this->services['PortalBundle\\Model\\Catalog'];
  9175.         }
  9176.         $g = ($this->services['PortalBundle\\Services\\VehicleService'] ?? $this->getVehicleServiceService());
  9177.         if (isset($this->services['PortalBundle\\Model\\Catalog'])) {
  9178.             return $this->services['PortalBundle\\Model\\Catalog'];
  9179.         }
  9180.         $h = ($this->services['core.factory.in-stock-vehicle'] ?? $this->getCore_Factory_InstockvehicleService());
  9181.         if (isset($this->services['PortalBundle\\Model\\Catalog'])) {
  9182.             return $this->services['PortalBundle\\Model\\Catalog'];
  9183.         }
  9184.         return $this->services['PortalBundle\\Model\\Catalog'] = new \PortalBundle\Model\Catalog($a$b$c, ($this->services['translator'] ?? $this->getTranslatorService()), $d, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $e$f$g$h);
  9185.     }
  9186.     /**
  9187.      * Gets the public 'PortalBundle\Model\SeoMetaTag' shared service.
  9188.      *
  9189.      * @return \PortalBundle\Model\SeoMetaTag
  9190.      */
  9191.     protected function getSeoMetaTagService()
  9192.     {
  9193.         include_once \dirname(__DIR__4).'/src/PortalBundle/Model/SeoMetaTag.php';
  9194.         return $this->services['PortalBundle\\Model\\SeoMetaTag'] = new \PortalBundle\Model\SeoMetaTag(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['PortalBundle\\Model\\Catalog'] ?? $this->getCatalogService()));
  9195.     }
  9196.     /**
  9197.      * Gets the public 'PortalBundle\Services\DepartmentService' shared service.
  9198.      *
  9199.      * @return \PortalBundle\Services\DepartmentService
  9200.      */
  9201.     protected function getDepartmentServiceService()
  9202.     {
  9203.         include_once \dirname(__DIR__4).'/src/PortalBundle/Services/DepartmentService.php';
  9204.         return $this->services['PortalBundle\\Services\\DepartmentService'] = new \PortalBundle\Services\DepartmentService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()));
  9205.     }
  9206.     /**
  9207.      * Gets the public 'PortalBundle\Services\MainService' shared service.
  9208.      *
  9209.      * @return \PortalBundle\Services\MainService
  9210.      */
  9211.     protected function getMainService2Service()
  9212.     {
  9213.         include_once \dirname(__DIR__4).'/src/PortalBundle/Services/MainService.php';
  9214.         include_once \dirname(__DIR__4).'/src/CoreBundle/Component/Request/Curl.php';
  9215.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9216.         if (isset($this->services['PortalBundle\\Services\\MainService'])) {
  9217.             return $this->services['PortalBundle\\Services\\MainService'];
  9218.         }
  9219.         $b = ($this->services['router'] ?? $this->getRouterService());
  9220.         if (isset($this->services['PortalBundle\\Services\\MainService'])) {
  9221.             return $this->services['PortalBundle\\Services\\MainService'];
  9222.         }
  9223.         $c = ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService());
  9224.         if (isset($this->services['PortalBundle\\Services\\MainService'])) {
  9225.             return $this->services['PortalBundle\\Services\\MainService'];
  9226.         }
  9227.         $d = ($this->services['PortalBundle\\Services\\VehicleFilterService'] ?? $this->getVehicleFilterServiceService());
  9228.         if (isset($this->services['PortalBundle\\Services\\MainService'])) {
  9229.             return $this->services['PortalBundle\\Services\\MainService'];
  9230.         }
  9231.         $e = ($this->services['dc.vehicle.service'] ?? $this->getDc_Vehicle_ServiceService());
  9232.         if (isset($this->services['PortalBundle\\Services\\MainService'])) {
  9233.             return $this->services['PortalBundle\\Services\\MainService'];
  9234.         }
  9235.         return $this->services['PortalBundle\\Services\\MainService'] = new \PortalBundle\Services\MainService(($this->services['core.request.curl'] ?? ($this->services['core.request.curl'] = new \CoreBundle\Component\Request\Curl())), $a$b$c$d$e);
  9236.     }
  9237.     /**
  9238.      * Gets the public 'PortalBundle\Services\OfferedVehicle' shared service.
  9239.      *
  9240.      * @return \PortalBundle\Services\OfferedVehicle
  9241.      */
  9242.     protected function getOfferedVehicleService()
  9243.     {
  9244.         include_once \dirname(__DIR__4).'/src/PortalBundle/Services/OfferedVehicle.php';
  9245.         return $this->services['PortalBundle\\Services\\OfferedVehicle'] = new \PortalBundle\Services\OfferedVehicle(($this->services['PortalBundle\\Model\\Catalog'] ?? $this->getCatalogService()));
  9246.     }
  9247.     /**
  9248.      * Gets the public 'PortalBundle\Services\VehicleFilterService' shared service.
  9249.      *
  9250.      * @return \PortalBundle\Services\VehicleFilterService
  9251.      */
  9252.     protected function getVehicleFilterServiceService()
  9253.     {
  9254.         include_once \dirname(__DIR__4).'/src/PortalBundle/Services/VehicleFilterService.php';
  9255.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9256.         if (isset($this->services['PortalBundle\\Services\\VehicleFilterService'])) {
  9257.             return $this->services['PortalBundle\\Services\\VehicleFilterService'];
  9258.         }
  9259.         $b = ($this->services['router'] ?? $this->getRouterService());
  9260.         if (isset($this->services['PortalBundle\\Services\\VehicleFilterService'])) {
  9261.             return $this->services['PortalBundle\\Services\\VehicleFilterService'];
  9262.         }
  9263.         return $this->services['PortalBundle\\Services\\VehicleFilterService'] = new \PortalBundle\Services\VehicleFilterService($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b);
  9264.     }
  9265.     /**
  9266.      * Gets the public 'PortalBundle\Services\VehicleService' shared service.
  9267.      *
  9268.      * @return \PortalBundle\Services\VehicleService
  9269.      */
  9270.     protected function getVehicleServiceService()
  9271.     {
  9272.         include_once \dirname(__DIR__4).'/src/PortalBundle/Services/VehicleService.php';
  9273.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9274.         if (isset($this->services['PortalBundle\\Services\\VehicleService'])) {
  9275.             return $this->services['PortalBundle\\Services\\VehicleService'];
  9276.         }
  9277.         $b = ($this->services['router'] ?? $this->getRouterService());
  9278.         if (isset($this->services['PortalBundle\\Services\\VehicleService'])) {
  9279.             return $this->services['PortalBundle\\Services\\VehicleService'];
  9280.         }
  9281.         $c = ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService());
  9282.         if (isset($this->services['PortalBundle\\Services\\VehicleService'])) {
  9283.             return $this->services['PortalBundle\\Services\\VehicleService'];
  9284.         }
  9285.         $d = ($this->services['core.factory.vehicle'] ?? $this->getCore_Factory_VehicleService());
  9286.         if (isset($this->services['PortalBundle\\Services\\VehicleService'])) {
  9287.             return $this->services['PortalBundle\\Services\\VehicleService'];
  9288.         }
  9289.         $e = ($this->services['dcsite.credit.model'] ?? $this->getDcsite_Credit_ModelService());
  9290.         if (isset($this->services['PortalBundle\\Services\\VehicleService'])) {
  9291.             return $this->services['PortalBundle\\Services\\VehicleService'];
  9292.         }
  9293.         return $this->services['PortalBundle\\Services\\VehicleService'] = new \PortalBundle\Services\VehicleService($a$b$c$d, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $e);
  9294.     }
  9295.     /**
  9296.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  9297.      *
  9298.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  9299.      */
  9300.     protected function getRedirectController2Service()
  9301.     {
  9302.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  9303.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  9304.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  9305.     }
  9306.     /**
  9307.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  9308.      *
  9309.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  9310.      */
  9311.     protected function getTemplateControllerService()
  9312.     {
  9313.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  9314.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9315.     }
  9316.     /**
  9317.      * Gets the public 'admin.brand' service.
  9318.      *
  9319.      * @return \AdminBundle\Admin\BrandAdmin
  9320.      */
  9321.     protected function getAdmin_BrandService()
  9322.     {
  9323.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  9324.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  9325.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  9326.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  9327.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  9328.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  9329.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  9330.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  9331.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  9332.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  9333.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  9334.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  9335.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BrandAdmin.php';
  9336.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  9337.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  9338.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  9339.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  9340.         $this->factories['admin.brand'] = function () {
  9341.             $instance = new \AdminBundle\Admin\BrandAdmin('admin.brand''CoreBundle\\Entity\\Brand''sonata.admin.controller.crud');
  9342.             $instance->setManagerType('orm');
  9343.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  9344.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  9345.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  9346.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  9347.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  9348.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  9349.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  9350.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  9351.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  9352.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  9353.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  9354.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  9355.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  9356.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  9357.             $instance->setPagerType('default');
  9358.             $instance->setLabel('Бренды');
  9359.             $instance->setTranslationDomain('messages');
  9360.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  9361.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  9362.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  9363.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  9364.             $instance->setTemplateRegistry(($this->services['admin.brand.template_registry'] ?? $this->getAdmin_Brand_TemplateRegistryService()));
  9365.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  9366.             $instance->initialize();
  9367.             return $instance;
  9368.         };
  9369.         return $this->factories['admin.brand']();
  9370.     }
  9371.     /**
  9372.      * Gets the public 'admin.brand.template_registry' shared service.
  9373.      *
  9374.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  9375.      */
  9376.     protected function getAdmin_Brand_TemplateRegistryService()
  9377.     {
  9378.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  9379.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  9380.         return $this->services['admin.brand.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  9381.     }
  9382.     /**
  9383.      * Gets the public 'admin.car.accessories' service.
  9384.      *
  9385.      * @return \AdminBundle\Admin\DCAutoSite\VehicleAccessoryAdmin
  9386.      */
  9387.     protected function getAdmin_Car_AccessoriesService()
  9388.     {
  9389.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  9390.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  9391.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  9392.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  9393.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  9394.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  9395.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  9396.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  9397.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  9398.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  9399.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  9400.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  9401.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  9402.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/VehicleAccessoryAdmin.php';
  9403.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  9404.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  9405.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  9406.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  9407.         $this->factories['admin.car.accessories'] = function () {
  9408.             $instance = new \AdminBundle\Admin\DCAutoSite\VehicleAccessoryAdmin('admin.car.accessories''DcSiteBundle\\Entity\\Service\\VehicleAccessory''sonata.admin.controller.crud');
  9409.             $instance->setManagerType('orm');
  9410.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  9411.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  9412.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  9413.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  9414.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  9415.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  9416.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  9417.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  9418.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  9419.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  9420.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  9421.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  9422.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  9423.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  9424.             $instance->setPagerType('default');
  9425.             $instance->setLabel(NULL);
  9426.             $instance->setTranslationDomain('messages');
  9427.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  9428.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  9429.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  9430.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  9431.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  9432.             $instance->setTemplateRegistry(($this->services['admin.car.accessories.template_registry'] ?? $this->getAdmin_Car_Accessories_TemplateRegistryService()));
  9433.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  9434.             $instance->initialize();
  9435.             return $instance;
  9436.         };
  9437.         return $this->factories['admin.car.accessories']();
  9438.     }
  9439.     /**
  9440.      * Gets the public 'admin.car.accessories.template_registry' shared service.
  9441.      *
  9442.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  9443.      */
  9444.     protected function getAdmin_Car_Accessories_TemplateRegistryService()
  9445.     {
  9446.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  9447.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  9448.         return $this->services['admin.car.accessories.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  9449.     }
  9450.     /**
  9451.      * Gets the public 'admin.car.accessories_group' service.
  9452.      *
  9453.      * @return \AdminBundle\Admin\DCAutoSite\AccessoriesGroupAdmin
  9454.      */
  9455.     protected function getAdmin_Car_AccessoriesGroupService()
  9456.     {
  9457.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  9458.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  9459.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  9460.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  9461.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  9462.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  9463.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  9464.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  9465.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  9466.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  9467.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  9468.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  9469.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  9470.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/AccessoriesGroupAdmin.php';
  9471.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  9472.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  9473.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  9474.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  9475.         $this->factories['admin.car.accessories_group'] = function () {
  9476.             $instance = new \AdminBundle\Admin\DCAutoSite\AccessoriesGroupAdmin('admin.car.accessories_group''DcSiteBundle\\Entity\\AccessoriesGroup''sonata.admin.controller.crud');
  9477.             $instance->setManagerType('orm');
  9478.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  9479.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  9480.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  9481.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  9482.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  9483.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  9484.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  9485.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  9486.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  9487.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  9488.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  9489.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  9490.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  9491.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  9492.             $instance->setPagerType('default');
  9493.             $instance->setLabel('Аксессуары - категории');
  9494.             $instance->setTranslationDomain('messages');
  9495.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  9496.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  9497.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  9498.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  9499.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  9500.             $instance->setTemplateRegistry(($this->services['admin.car.accessories_group.template_registry'] ?? $this->getAdmin_Car_AccessoriesGroup_TemplateRegistryService()));
  9501.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  9502.             $instance->initialize();
  9503.             return $instance;
  9504.         };
  9505.         return $this->factories['admin.car.accessories_group']();
  9506.     }
  9507.     /**
  9508.      * Gets the public 'admin.car.accessories_group.template_registry' shared service.
  9509.      *
  9510.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  9511.      */
  9512.     protected function getAdmin_Car_AccessoriesGroup_TemplateRegistryService()
  9513.     {
  9514.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  9515.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  9516.         return $this->services['admin.car.accessories_group.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  9517.     }
  9518.     /**
  9519.      * Gets the public 'admin.client' service.
  9520.      *
  9521.      * @return \AdminBundle\Admin\ClientAdmin
  9522.      */
  9523.     protected function getAdmin_ClientService()
  9524.     {
  9525.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  9526.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  9527.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  9528.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  9529.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  9530.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  9531.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  9532.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  9533.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  9534.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  9535.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  9536.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  9537.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  9538.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/ClientAdmin.php';
  9539.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  9540.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  9541.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  9542.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  9543.         $this->factories['admin.client'] = function () {
  9544.             $instance = new \AdminBundle\Admin\ClientAdmin('admin.client''CoreBundle\\Entity\\User''sonata.admin.controller.crud');
  9545.             $instance->setManagerType('orm');
  9546.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  9547.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  9548.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  9549.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  9550.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  9551.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  9552.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  9553.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  9554.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  9555.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  9556.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  9557.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  9558.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  9559.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  9560.             $instance->setPagerType('default');
  9561.             $instance->setLabel('Клієнти');
  9562.             $instance->setTranslationDomain('messages');
  9563.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  9564.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  9565.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  9566.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  9567.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  9568.             $instance->setTemplateRegistry(($this->services['admin.client.template_registry'] ?? $this->getAdmin_Client_TemplateRegistryService()));
  9569.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  9570.             $instance->initialize();
  9571.             return $instance;
  9572.         };
  9573.         return $this->factories['admin.client']();
  9574.     }
  9575.     /**
  9576.      * Gets the public 'admin.client.template_registry' shared service.
  9577.      *
  9578.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  9579.      */
  9580.     protected function getAdmin_Client_TemplateRegistryService()
  9581.     {
  9582.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  9583.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  9584.         return $this->services['admin.client.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  9585.     }
  9586.     /**
  9587.      * Gets the public 'admin.core.car_group' service.
  9588.      *
  9589.      * @return \AdminBundle\Admin\CarGroupAdmin
  9590.      */
  9591.     protected function getAdmin_Core_CarGroupService()
  9592.     {
  9593.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  9594.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  9595.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  9596.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  9597.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  9598.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  9599.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  9600.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  9601.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  9602.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  9603.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  9604.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  9605.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/CarGroupAdmin.php';
  9606.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  9607.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  9608.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  9609.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  9610.         $this->factories['admin.core.car_group'] = function () {
  9611.             $instance = new \AdminBundle\Admin\CarGroupAdmin('admin.core.car_group''CoreBundle\\Entity\\CarGroup''sonata.admin.controller.crud');
  9612.             $instance->setManagerType('orm');
  9613.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  9614.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  9615.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  9616.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  9617.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  9618.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  9619.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  9620.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  9621.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  9622.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  9623.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  9624.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  9625.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  9626.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  9627.             $instance->setPagerType('default');
  9628.             $instance->setLabel(NULL);
  9629.             $instance->setTranslationDomain('messages');
  9630.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  9631.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  9632.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  9633.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  9634.             $instance->setTemplateRegistry(($this->services['admin.core.car_group.template_registry'] ?? $this->getAdmin_Core_CarGroup_TemplateRegistryService()));
  9635.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  9636.             $instance->initialize();
  9637.             return $instance;
  9638.         };
  9639.         return $this->factories['admin.core.car_group']();
  9640.     }
  9641.     /**
  9642.      * Gets the public 'admin.core.car_group.template_registry' shared service.
  9643.      *
  9644.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  9645.      */
  9646.     protected function getAdmin_Core_CarGroup_TemplateRegistryService()
  9647.     {
  9648.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  9649.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  9650.         return $this->services['admin.core.car_group.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  9651.     }
  9652.     /**
  9653.      * Gets the public 'admin.core.corp_sales' service.
  9654.      *
  9655.      * @return \AdminBundle\Admin\CorpSalesAdmin
  9656.      */
  9657.     protected function getAdmin_Core_CorpSalesService()
  9658.     {
  9659.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  9660.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  9661.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  9662.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  9663.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  9664.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  9665.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  9666.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  9667.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  9668.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  9669.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  9670.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  9671.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/CorpSalesAdmin.php';
  9672.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  9673.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  9674.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  9675.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  9676.         $this->factories['admin.core.corp_sales'] = function () {
  9677.             $instance = new \AdminBundle\Admin\CorpSalesAdmin('admin.core.corp_sales''LandingBundle\\Entity\\CorpSales''sonata.admin.controller.crud');
  9678.             $instance->setManagerType('orm');
  9679.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  9680.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  9681.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  9682.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  9683.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  9684.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  9685.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  9686.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  9687.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  9688.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  9689.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  9690.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  9691.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  9692.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  9693.             $instance->setPagerType('default');
  9694.             $instance->setLabel('Корпоративные продажи');
  9695.             $instance->setTranslationDomain('messages');
  9696.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  9697.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  9698.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  9699.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  9700.             $instance->setTemplateRegistry(($this->services['admin.core.corp_sales.template_registry'] ?? $this->getAdmin_Core_CorpSales_TemplateRegistryService()));
  9701.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  9702.             $instance->initialize();
  9703.             return $instance;
  9704.         };
  9705.         return $this->factories['admin.core.corp_sales']();
  9706.     }
  9707.     /**
  9708.      * Gets the public 'admin.core.corp_sales.template_registry' shared service.
  9709.      *
  9710.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  9711.      */
  9712.     protected function getAdmin_Core_CorpSales_TemplateRegistryService()
  9713.     {
  9714.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  9715.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  9716.         return $this->services['admin.core.corp_sales.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  9717.     }
  9718.     /**
  9719.      * Gets the public 'admin.core.department' service.
  9720.      *
  9721.      * @return \AdminBundle\Admin\ViDiDepartmentAdmin
  9722.      */
  9723.     protected function getAdmin_Core_DepartmentService()
  9724.     {
  9725.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  9726.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  9727.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  9728.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  9729.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  9730.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  9731.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  9732.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  9733.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  9734.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  9735.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  9736.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  9737.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/ViDiDepartmentAdmin.php';
  9738.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  9739.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  9740.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  9741.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  9742.         $this->factories['admin.core.department'] = function () {
  9743.             $instance = new \AdminBundle\Admin\ViDiDepartmentAdmin('admin.core.department''CoreBundle\\Entity\\ViDiDepartment''AdminBundle\\Controller\\BaseCRUDController');
  9744.             $instance->setManagerType('orm');
  9745.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  9746.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  9747.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  9748.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  9749.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  9750.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  9751.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  9752.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  9753.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  9754.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  9755.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  9756.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  9757.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  9758.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  9759.             $instance->setPagerType('default');
  9760.             $instance->setLabel('Персонал - отделы');
  9761.             $instance->setTranslationDomain('messages');
  9762.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  9763.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  9764.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  9765.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  9766.             $instance->setContainerServices(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  9767.             $instance->setTemplateRegistry(($this->services['admin.core.department.template_registry'] ?? $this->getAdmin_Core_Department_TemplateRegistryService()));
  9768.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  9769.             $instance->initialize();
  9770.             return $instance;
  9771.         };
  9772.         return $this->factories['admin.core.department']();
  9773.     }
  9774.     /**
  9775.      * Gets the public 'admin.core.department.template_registry' shared service.
  9776.      *
  9777.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  9778.      */
  9779.     protected function getAdmin_Core_Department_TemplateRegistryService()
  9780.     {
  9781.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  9782.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  9783.         return $this->services['admin.core.department.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  9784.     }
  9785.     /**
  9786.      * Gets the public 'admin.core.post_content' service.
  9787.      *
  9788.      * @return \AdminBundle\Admin\BasePostContentAdmin
  9789.      */
  9790.     protected function getAdmin_Core_PostContentService()
  9791.     {
  9792.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  9793.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  9794.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  9795.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  9796.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  9797.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  9798.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  9799.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  9800.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  9801.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  9802.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  9803.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  9804.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BasePostContentAdmin.php';
  9805.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  9806.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  9807.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  9808.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  9809.         $this->factories['admin.core.post_content'] = function () {
  9810.             $instance = new \AdminBundle\Admin\BasePostContentAdmin('admin.core.post_content''CoreBundle\\Entity\\PostContent''sonata.admin.controller.crud');
  9811.             $instance->setManagerType('orm');
  9812.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  9813.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  9814.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  9815.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  9816.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  9817.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  9818.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  9819.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  9820.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  9821.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  9822.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  9823.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  9824.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  9825.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  9826.             $instance->setPagerType('default');
  9827.             $instance->setLabel(NULL);
  9828.             $instance->setTranslationDomain('messages');
  9829.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  9830.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  9831.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  9832.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  9833.             $instance->setTemplateRegistry(($this->services['admin.core.post_content.template_registry'] ?? $this->getAdmin_Core_PostContent_TemplateRegistryService()));
  9834.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  9835.             $instance->initialize();
  9836.             return $instance;
  9837.         };
  9838.         return $this->factories['admin.core.post_content']();
  9839.     }
  9840.     /**
  9841.      * Gets the public 'admin.core.post_content.template_registry' shared service.
  9842.      *
  9843.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  9844.      */
  9845.     protected function getAdmin_Core_PostContent_TemplateRegistryService()
  9846.     {
  9847.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  9848.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  9849.         return $this->services['admin.core.post_content.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  9850.     }
  9851.     /**
  9852.      * Gets the public 'admin.core.vacancy_content' service.
  9853.      *
  9854.      * @return \AdminBundle\Admin\DCAutoSite\VacancyContentAdmin
  9855.      */
  9856.     protected function getAdmin_Core_VacancyContentService()
  9857.     {
  9858.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  9859.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  9860.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  9861.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  9862.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  9863.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  9864.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  9865.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  9866.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  9867.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  9868.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  9869.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  9870.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/VacancyContentAdmin.php';
  9871.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  9872.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  9873.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  9874.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  9875.         $this->factories['admin.core.vacancy_content'] = function () {
  9876.             $instance = new \AdminBundle\Admin\DCAutoSite\VacancyContentAdmin('admin.core.vacancy_content''DcSiteBundle\\Entity\\VacancyContent''sonata.admin.controller.crud');
  9877.             $instance->setManagerType('orm');
  9878.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  9879.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  9880.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  9881.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  9882.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  9883.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  9884.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  9885.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  9886.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  9887.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  9888.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  9889.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  9890.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  9891.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  9892.             $instance->setPagerType('default');
  9893.             $instance->setLabel(NULL);
  9894.             $instance->setTranslationDomain('messages');
  9895.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  9896.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  9897.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  9898.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  9899.             $instance->setTemplateRegistry(($this->services['admin.core.vacancy_content.template_registry'] ?? $this->getAdmin_Core_VacancyContent_TemplateRegistryService()));
  9900.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  9901.             $instance->initialize();
  9902.             return $instance;
  9903.         };
  9904.         return $this->factories['admin.core.vacancy_content']();
  9905.     }
  9906.     /**
  9907.      * Gets the public 'admin.core.vacancy_content.template_registry' shared service.
  9908.      *
  9909.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  9910.      */
  9911.     protected function getAdmin_Core_VacancyContent_TemplateRegistryService()
  9912.     {
  9913.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  9914.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  9915.         return $this->services['admin.core.vacancy_content.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  9916.     }
  9917.     /**
  9918.      * Gets the public 'admin.core.worker' service.
  9919.      *
  9920.      * @return \AdminBundle\Admin\ViDiWorkerAdmin
  9921.      */
  9922.     protected function getAdmin_Core_WorkerService()
  9923.     {
  9924.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  9925.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  9926.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  9927.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  9928.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  9929.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  9930.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  9931.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  9932.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  9933.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  9934.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  9935.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  9936.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  9937.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/ViDiWorkerAdmin.php';
  9938.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  9939.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  9940.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  9941.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  9942.         $this->factories['admin.core.worker'] = function () {
  9943.             $instance = new \AdminBundle\Admin\ViDiWorkerAdmin('admin.core.worker''CoreBundle\\Entity\\ViDiWorker''AdminBundle\\Controller\\BaseCRUDController');
  9944.             $instance->setManagerType('orm');
  9945.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  9946.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  9947.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  9948.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  9949.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  9950.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  9951.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  9952.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  9953.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  9954.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  9955.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  9956.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  9957.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  9958.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  9959.             $instance->setPagerType('default');
  9960.             $instance->setLabel('Персонал - сотрудники');
  9961.             $instance->setTranslationDomain('messages');
  9962.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  9963.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  9964.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  9965.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  9966.             $instance->setExtraServices(($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9967.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  9968.             $instance->setTemplateRegistry(($this->services['admin.core.worker.template_registry'] ?? $this->getAdmin_Core_Worker_TemplateRegistryService()));
  9969.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  9970.             $instance->initialize();
  9971.             return $instance;
  9972.         };
  9973.         return $this->factories['admin.core.worker']();
  9974.     }
  9975.     /**
  9976.      * Gets the public 'admin.core.worker.template_registry' shared service.
  9977.      *
  9978.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  9979.      */
  9980.     protected function getAdmin_Core_Worker_TemplateRegistryService()
  9981.     {
  9982.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  9983.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  9984.         return $this->services['admin.core.worker.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  9985.     }
  9986.     /**
  9987.      * Gets the public 'admin.credit.programm' service.
  9988.      *
  9989.      * @return \AdminBundle\Admin\CreditProgramAdmin
  9990.      */
  9991.     protected function getAdmin_Credit_ProgrammService()
  9992.     {
  9993.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  9994.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  9995.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  9996.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  9997.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  9998.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  9999.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  10000.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  10001.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  10002.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  10003.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  10004.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  10005.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  10006.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/CreditProgramAdmin.php';
  10007.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  10008.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  10009.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  10010.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  10011.         $this->factories['admin.credit.programm'] = function () {
  10012.             $instance = new \AdminBundle\Admin\CreditProgramAdmin('admin.credit.programm''DcSiteBundle\\Entity\\CreditProgram''AdminBundle\\Controller\\BaseCRUDController');
  10013.             $instance->setManagerType('orm');
  10014.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  10015.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  10016.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  10017.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  10018.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  10019.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  10020.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  10021.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  10022.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  10023.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  10024.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  10025.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  10026.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  10027.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  10028.             $instance->setPagerType('default');
  10029.             $instance->setLabel('Кредитные программы');
  10030.             $instance->setTranslationDomain('messages');
  10031.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  10032.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  10033.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  10034.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  10035.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  10036.             $instance->setTemplateRegistry(($this->services['admin.credit.programm.template_registry'] ?? $this->getAdmin_Credit_Programm_TemplateRegistryService()));
  10037.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  10038.             $instance->initialize();
  10039.             return $instance;
  10040.         };
  10041.         return $this->factories['admin.credit.programm']();
  10042.     }
  10043.     /**
  10044.      * Gets the public 'admin.credit.programm.template_registry' shared service.
  10045.      *
  10046.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  10047.      */
  10048.     protected function getAdmin_Credit_Programm_TemplateRegistryService()
  10049.     {
  10050.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  10051.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  10052.         return $this->services['admin.credit.programm.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  10053.     }
  10054.     /**
  10055.      * Gets the public 'admin.critical_log' service.
  10056.      *
  10057.      * @return \AdminBundle\Admin\Report\CriticalLogAdmin
  10058.      */
  10059.     protected function getAdmin_CriticalLogService()
  10060.     {
  10061.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  10062.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  10063.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  10064.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  10065.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  10066.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  10067.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  10068.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  10069.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  10070.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  10071.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  10072.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  10073.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  10074.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Report/CriticalLogAdmin.php';
  10075.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  10076.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  10077.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  10078.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  10079.         $this->factories['admin.critical_log'] = function () {
  10080.             $instance = new \AdminBundle\Admin\Report\CriticalLogAdmin('admin.critical_log''CoreBundle\\Entity\\CriticalLog''sonata.admin.controller.crud');
  10081.             $instance->setManagerType('orm');
  10082.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  10083.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  10084.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  10085.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  10086.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  10087.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  10088.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  10089.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  10090.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  10091.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  10092.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  10093.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  10094.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  10095.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  10096.             $instance->setPagerType('default');
  10097.             $instance->setLabel('Критичні логи');
  10098.             $instance->setTranslationDomain('messages');
  10099.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  10100.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  10101.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  10102.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  10103.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  10104.             $instance->setTemplateRegistry(($this->services['admin.critical_log.template_registry'] ?? $this->getAdmin_CriticalLog_TemplateRegistryService()));
  10105.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  10106.             $instance->initialize();
  10107.             return $instance;
  10108.         };
  10109.         return $this->factories['admin.critical_log']();
  10110.     }
  10111.     /**
  10112.      * Gets the public 'admin.critical_log.template_registry' shared service.
  10113.      *
  10114.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  10115.      */
  10116.     protected function getAdmin_CriticalLog_TemplateRegistryService()
  10117.     {
  10118.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  10119.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  10120.         return $this->services['admin.critical_log.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  10121.     }
  10122.     /**
  10123.      * Gets the public 'admin.dc.accessories' service.
  10124.      *
  10125.      * @return \AdminBundle\Admin\DCAutoSite\AccessoriesAdmin
  10126.      */
  10127.     protected function getAdmin_Dc_AccessoriesService()
  10128.     {
  10129.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  10130.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  10131.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  10132.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  10133.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  10134.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  10135.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  10136.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  10137.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  10138.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  10139.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  10140.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  10141.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  10142.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/AccessoriesAdmin.php';
  10143.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  10144.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  10145.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  10146.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  10147.         $this->factories['admin.dc.accessories'] = function () {
  10148.             $instance = new \AdminBundle\Admin\DCAutoSite\AccessoriesAdmin('admin.dc.accessories''DcSiteBundle\\Entity\\Accessories''sonata.admin.controller.crud');
  10149.             $instance->setManagerType('orm');
  10150.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  10151.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  10152.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  10153.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  10154.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  10155.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  10156.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  10157.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  10158.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  10159.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  10160.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  10161.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  10162.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  10163.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  10164.             $instance->setPagerType('default');
  10165.             $instance->setLabel('Аксессуары');
  10166.             $instance->setTranslationDomain('messages');
  10167.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  10168.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  10169.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  10170.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  10171.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  10172.             $instance->setTemplateRegistry(($this->services['admin.dc.accessories.template_registry'] ?? $this->getAdmin_Dc_Accessories_TemplateRegistryService()));
  10173.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  10174.             $instance->initialize();
  10175.             return $instance;
  10176.         };
  10177.         return $this->factories['admin.dc.accessories']();
  10178.     }
  10179.     /**
  10180.      * Gets the public 'admin.dc.accessories.template_registry' shared service.
  10181.      *
  10182.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  10183.      */
  10184.     protected function getAdmin_Dc_Accessories_TemplateRegistryService()
  10185.     {
  10186.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  10187.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  10188.         return $this->services['admin.dc.accessories.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  10189.     }
  10190.     /**
  10191.      * Gets the public 'admin.dc.accessories_category' service.
  10192.      *
  10193.      * @return \AdminBundle\Admin\DCAutoSite\AccessoriesCategoryAdmin
  10194.      */
  10195.     protected function getAdmin_Dc_AccessoriesCategoryService()
  10196.     {
  10197.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  10198.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  10199.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  10200.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  10201.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  10202.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  10203.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  10204.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  10205.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  10206.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  10207.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  10208.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  10209.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  10210.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/AccessoriesCategoryAdmin.php';
  10211.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  10212.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  10213.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  10214.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  10215.         $this->factories['admin.dc.accessories_category'] = function () {
  10216.             $instance = new \AdminBundle\Admin\DCAutoSite\AccessoriesCategoryAdmin('admin.dc.accessories_category''DcSiteBundle\\Entity\\AccessoriesCategory''sonata.admin.controller.crud');
  10217.             $instance->setManagerType('orm');
  10218.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  10219.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  10220.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  10221.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  10222.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  10223.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  10224.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  10225.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  10226.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  10227.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  10228.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  10229.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  10230.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  10231.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  10232.             $instance->setPagerType('default');
  10233.             $instance->setLabel('Аксессуары - категории NEW');
  10234.             $instance->setTranslationDomain('messages');
  10235.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  10236.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  10237.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  10238.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  10239.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  10240.             $instance->setTemplateRegistry(($this->services['admin.dc.accessories_category.template_registry'] ?? $this->getAdmin_Dc_AccessoriesCategory_TemplateRegistryService()));
  10241.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  10242.             $instance->initialize();
  10243.             return $instance;
  10244.         };
  10245.         return $this->factories['admin.dc.accessories_category']();
  10246.     }
  10247.     /**
  10248.      * Gets the public 'admin.dc.accessories_category.template_registry' shared service.
  10249.      *
  10250.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  10251.      */
  10252.     protected function getAdmin_Dc_AccessoriesCategory_TemplateRegistryService()
  10253.     {
  10254.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  10255.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  10256.         return $this->services['admin.dc.accessories_category.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  10257.     }
  10258.     /**
  10259.      * Gets the public 'admin.dc.accessories_category_content' service.
  10260.      *
  10261.      * @return \AdminBundle\Admin\DCAutoSite\AccessoriesCategoryContentAdmin
  10262.      */
  10263.     protected function getAdmin_Dc_AccessoriesCategoryContentService()
  10264.     {
  10265.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  10266.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  10267.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  10268.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  10269.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  10270.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  10271.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  10272.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  10273.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  10274.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  10275.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  10276.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  10277.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  10278.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/AccessoriesCategoryContentAdmin.php';
  10279.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  10280.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  10281.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  10282.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  10283.         $this->factories['admin.dc.accessories_category_content'] = function () {
  10284.             $instance = new \AdminBundle\Admin\DCAutoSite\AccessoriesCategoryContentAdmin('admin.dc.accessories_category_content''DcSiteBundle\\Entity\\AccessoriesCategoryContent''sonata.admin.controller.crud');
  10285.             $instance->setManagerType('orm');
  10286.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  10287.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  10288.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  10289.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  10290.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  10291.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  10292.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  10293.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  10294.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  10295.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  10296.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  10297.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  10298.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  10299.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  10300.             $instance->setPagerType('default');
  10301.             $instance->setLabel(NULL);
  10302.             $instance->setTranslationDomain('messages');
  10303.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  10304.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  10305.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  10306.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  10307.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  10308.             $instance->setTemplateRegistry(($this->services['admin.dc.accessories_category_content.template_registry'] ?? $this->getAdmin_Dc_AccessoriesCategoryContent_TemplateRegistryService()));
  10309.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  10310.             $instance->initialize();
  10311.             return $instance;
  10312.         };
  10313.         return $this->factories['admin.dc.accessories_category_content']();
  10314.     }
  10315.     /**
  10316.      * Gets the public 'admin.dc.accessories_category_content.template_registry' shared service.
  10317.      *
  10318.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  10319.      */
  10320.     protected function getAdmin_Dc_AccessoriesCategoryContent_TemplateRegistryService()
  10321.     {
  10322.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  10323.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  10324.         return $this->services['admin.dc.accessories_category_content.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  10325.     }
  10326.     /**
  10327.      * Gets the public 'admin.dc.accessories_content' service.
  10328.      *
  10329.      * @return \AdminBundle\Admin\DCAutoSite\AccessoriesContentAdmin
  10330.      */
  10331.     protected function getAdmin_Dc_AccessoriesContentService()
  10332.     {
  10333.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  10334.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  10335.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  10336.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  10337.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  10338.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  10339.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  10340.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  10341.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  10342.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  10343.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  10344.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  10345.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  10346.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/AccessoriesContentAdmin.php';
  10347.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  10348.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  10349.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  10350.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  10351.         $this->factories['admin.dc.accessories_content'] = function () {
  10352.             $instance = new \AdminBundle\Admin\DCAutoSite\AccessoriesContentAdmin('admin.dc.accessories_content''DcSiteBundle\\Entity\\AccessoriesContent''sonata.admin.controller.crud');
  10353.             $instance->setManagerType('orm');
  10354.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  10355.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  10356.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  10357.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  10358.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  10359.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  10360.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  10361.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  10362.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  10363.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  10364.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  10365.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  10366.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  10367.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  10368.             $instance->setPagerType('default');
  10369.             $instance->setLabel(NULL);
  10370.             $instance->setTranslationDomain('messages');
  10371.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  10372.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  10373.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  10374.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  10375.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  10376.             $instance->setTemplateRegistry(($this->services['admin.dc.accessories_content.template_registry'] ?? $this->getAdmin_Dc_AccessoriesContent_TemplateRegistryService()));
  10377.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  10378.             $instance->initialize();
  10379.             return $instance;
  10380.         };
  10381.         return $this->factories['admin.dc.accessories_content']();
  10382.     }
  10383.     /**
  10384.      * Gets the public 'admin.dc.accessories_content.template_registry' shared service.
  10385.      *
  10386.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  10387.      */
  10388.     protected function getAdmin_Dc_AccessoriesContent_TemplateRegistryService()
  10389.     {
  10390.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  10391.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  10392.         return $this->services['admin.dc.accessories_content.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  10393.     }
  10394.     /**
  10395.      * Gets the public 'admin.dc.actions.post' service.
  10396.      *
  10397.      * @return \AdminBundle\Admin\DCAutoSite\ActionsAdmin
  10398.      */
  10399.     protected function getAdmin_Dc_Actions_PostService()
  10400.     {
  10401.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  10402.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  10403.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  10404.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  10405.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  10406.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  10407.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  10408.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  10409.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  10410.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  10411.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  10412.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  10413.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BasePostAdmin.php';
  10414.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseActionPostAdmin.php';
  10415.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/ActionsAdmin.php';
  10416.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  10417.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  10418.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  10419.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  10420.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  10421.         include_once \dirname(__DIR__4).'/src/CoreBundle/Services/Seo/AutomaticSeoGenerationAdmin.php';
  10422.         $this->factories['admin.dc.actions.post'] = function () {
  10423.             $instance = new \AdminBundle\Admin\DCAutoSite\ActionsAdmin('admin.dc.actions.post''CoreBundle\\Entity\\Post''sonata.admin.controller.crud');
  10424.             $instance->setManagerType('orm');
  10425.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  10426.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  10427.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  10428.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  10429.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  10430.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  10431.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  10432.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  10433.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  10434.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  10435.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  10436.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  10437.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  10438.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  10439.             $instance->setPagerType('default');
  10440.             $instance->setLabel('Акции');
  10441.             $instance->setTranslationDomain('messages');
  10442.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  10443.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  10444.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  10445.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  10446.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  10447.             $instance->setExtraServices(($this->services['core.services.seo.automatic-seo-generation-admin'] ?? ($this->services['core.services.seo.automatic-seo-generation-admin'] = new \CoreBundle\Services\Seo\AutomaticSeoGenerationAdmin())));
  10448.             $instance->setTemplateRegistry(($this->services['admin.dc.actions.post.template_registry'] ?? $this->getAdmin_Dc_Actions_Post_TemplateRegistryService()));
  10449.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  10450.             $instance->initialize();
  10451.             return $instance;
  10452.         };
  10453.         return $this->factories['admin.dc.actions.post']();
  10454.     }
  10455.     /**
  10456.      * Gets the public 'admin.dc.actions.post.template_registry' shared service.
  10457.      *
  10458.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  10459.      */
  10460.     protected function getAdmin_Dc_Actions_Post_TemplateRegistryService()
  10461.     {
  10462.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  10463.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  10464.         return $this->services['admin.dc.actions.post.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  10465.     }
  10466.     /**
  10467.      * Gets the public 'admin.dc.all_leads' service.
  10468.      *
  10469.      * @return \AdminBundle\Admin\LeadsAdmin
  10470.      */
  10471.     protected function getAdmin_Dc_AllLeadsService()
  10472.     {
  10473.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  10474.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  10475.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  10476.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  10477.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  10478.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  10479.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  10480.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  10481.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  10482.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  10483.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  10484.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  10485.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/LeadsAdmin.php';
  10486.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  10487.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  10488.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  10489.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  10490.         $this->factories['admin.dc.all_leads'] = function () {
  10491.             $instance = new \AdminBundle\Admin\LeadsAdmin('admin.dc.all_leads''CoreBundle\\Entity\\Forms''AdminBundle\\Controller\\BaseCRUDController');
  10492.             $instance->setManagerType('orm');
  10493.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  10494.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  10495.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  10496.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  10497.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  10498.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  10499.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  10500.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  10501.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  10502.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  10503.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  10504.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  10505.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  10506.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  10507.             $instance->setPagerType('default');
  10508.             $instance->setLabel('Лиды');
  10509.             $instance->setTranslationDomain('messages');
  10510.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  10511.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  10512.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  10513.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  10514.             $instance->setContainerServices(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  10515.             $instance->setTemplateRegistry(($this->services['admin.dc.all_leads.template_registry'] ?? $this->getAdmin_Dc_AllLeads_TemplateRegistryService()));
  10516.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  10517.             $instance->initialize();
  10518.             return $instance;
  10519.         };
  10520.         return $this->factories['admin.dc.all_leads']();
  10521.     }
  10522.     /**
  10523.      * Gets the public 'admin.dc.all_leads.template_registry' shared service.
  10524.      *
  10525.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  10526.      */
  10527.     protected function getAdmin_Dc_AllLeads_TemplateRegistryService()
  10528.     {
  10529.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  10530.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  10531.         return $this->services['admin.dc.all_leads.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  10532.     }
  10533.     /**
  10534.      * Gets the public 'admin.dc.body_repair_certificate' service.
  10535.      *
  10536.      * @return \AdminBundle\Admin\DCAutoSite\BodyRepairCertificateAdmin
  10537.      */
  10538.     protected function getAdmin_Dc_BodyRepairCertificateService()
  10539.     {
  10540.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  10541.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  10542.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  10543.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  10544.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  10545.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  10546.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  10547.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  10548.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  10549.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  10550.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  10551.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  10552.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  10553.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/BodyRepairCertificateAdmin.php';
  10554.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  10555.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  10556.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  10557.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  10558.         $this->factories['admin.dc.body_repair_certificate'] = function () {
  10559.             $instance = new \AdminBundle\Admin\DCAutoSite\BodyRepairCertificateAdmin('admin.dc.body_repair_certificate''DcSiteBundle\\Entity\\BodyRepairCertificate''sonata.admin.controller.crud');
  10560.             $instance->setManagerType('orm');
  10561.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  10562.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  10563.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  10564.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  10565.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  10566.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  10567.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  10568.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  10569.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  10570.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  10571.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  10572.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  10573.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  10574.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  10575.             $instance->setPagerType('default');
  10576.             $instance->setLabel('Сертификаты кузовного рем.');
  10577.             $instance->setTranslationDomain('messages');
  10578.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  10579.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  10580.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  10581.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  10582.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  10583.             $instance->setTemplateRegistry(($this->services['admin.dc.body_repair_certificate.template_registry'] ?? $this->getAdmin_Dc_BodyRepairCertificate_TemplateRegistryService()));
  10584.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  10585.             $instance->initialize();
  10586.             return $instance;
  10587.         };
  10588.         return $this->factories['admin.dc.body_repair_certificate']();
  10589.     }
  10590.     /**
  10591.      * Gets the public 'admin.dc.body_repair_certificate.template_registry' shared service.
  10592.      *
  10593.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  10594.      */
  10595.     protected function getAdmin_Dc_BodyRepairCertificate_TemplateRegistryService()
  10596.     {
  10597.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  10598.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  10599.         return $this->services['admin.dc.body_repair_certificate.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  10600.     }
  10601.     /**
  10602.      * Gets the public 'admin.dc.client_partner' service.
  10603.      *
  10604.      * @return \AdminBundle\Admin\DCAutoSite\ClientPartnerAdmin
  10605.      */
  10606.     protected function getAdmin_Dc_ClientPartnerService()
  10607.     {
  10608.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  10609.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  10610.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  10611.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  10612.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  10613.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  10614.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  10615.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  10616.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  10617.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  10618.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  10619.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  10620.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  10621.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/ClientPartnerAdmin.php';
  10622.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  10623.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  10624.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  10625.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  10626.         $this->factories['admin.dc.client_partner'] = function () {
  10627.             $instance = new \AdminBundle\Admin\DCAutoSite\ClientPartnerAdmin('admin.dc.client_partner''DcSiteBundle\\Entity\\ClientPartner''sonata.admin.controller.crud');
  10628.             $instance->setManagerType('orm');
  10629.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  10630.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  10631.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  10632.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  10633.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  10634.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  10635.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  10636.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  10637.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  10638.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  10639.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  10640.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  10641.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  10642.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  10643.             $instance->setPagerType('default');
  10644.             $instance->setLabel('Клієнти і партнери');
  10645.             $instance->setTranslationDomain('messages');
  10646.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  10647.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  10648.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  10649.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  10650.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  10651.             $instance->setTemplateRegistry(($this->services['admin.dc.client_partner.template_registry'] ?? $this->getAdmin_Dc_ClientPartner_TemplateRegistryService()));
  10652.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  10653.             $instance->initialize();
  10654.             return $instance;
  10655.         };
  10656.         return $this->factories['admin.dc.client_partner']();
  10657.     }
  10658.     /**
  10659.      * Gets the public 'admin.dc.client_partner.template_registry' shared service.
  10660.      *
  10661.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  10662.      */
  10663.     protected function getAdmin_Dc_ClientPartner_TemplateRegistryService()
  10664.     {
  10665.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  10666.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  10667.         return $this->services['admin.dc.client_partner.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  10668.     }
  10669.     /**
  10670.      * Gets the public 'admin.dc.configurator_offer' service.
  10671.      *
  10672.      * @return \AdminBundle\Admin\DCAutoSite\ConfiguratorOfferAdmin
  10673.      */
  10674.     protected function getAdmin_Dc_ConfiguratorOfferService()
  10675.     {
  10676.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  10677.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  10678.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  10679.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  10680.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  10681.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  10682.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  10683.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  10684.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  10685.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  10686.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  10687.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  10688.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  10689.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/ConfiguratorOfferAdmin.php';
  10690.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  10691.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  10692.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  10693.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  10694.         $this->factories['admin.dc.configurator_offer'] = function () {
  10695.             $instance = new \AdminBundle\Admin\DCAutoSite\ConfiguratorOfferAdmin('admin.dc.configurator_offer''CoreBundle\\Entity\\ConfiguratorOffer''AdminBundle\\Controller\\BaseCRUDController');
  10696.             $instance->setManagerType('orm');
  10697.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  10698.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  10699.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  10700.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  10701.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  10702.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  10703.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  10704.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  10705.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  10706.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  10707.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  10708.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  10709.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  10710.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  10711.             $instance->setPagerType('default');
  10712.             $instance->setLabel('Заявки конфигуратора');
  10713.             $instance->setTranslationDomain('messages');
  10714.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  10715.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  10716.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  10717.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  10718.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  10719.             $instance->setTemplateRegistry(($this->services['admin.dc.configurator_offer.template_registry'] ?? $this->getAdmin_Dc_ConfiguratorOffer_TemplateRegistryService()));
  10720.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  10721.             $instance->initialize();
  10722.             return $instance;
  10723.         };
  10724.         return $this->factories['admin.dc.configurator_offer']();
  10725.     }
  10726.     /**
  10727.      * Gets the public 'admin.dc.configurator_offer.template_registry' shared service.
  10728.      *
  10729.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  10730.      */
  10731.     protected function getAdmin_Dc_ConfiguratorOffer_TemplateRegistryService()
  10732.     {
  10733.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  10734.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  10735.         return $this->services['admin.dc.configurator_offer.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  10736.     }
  10737.     /**
  10738.      * Gets the public 'admin.dc.events' service.
  10739.      *
  10740.      * @return \AdminBundle\Admin\EventsAdmin
  10741.      */
  10742.     protected function getAdmin_Dc_EventsService()
  10743.     {
  10744.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  10745.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  10746.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  10747.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  10748.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  10749.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  10750.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  10751.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  10752.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  10753.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  10754.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  10755.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  10756.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/EventsAdmin.php';
  10757.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  10758.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  10759.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  10760.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  10761.         $this->factories['admin.dc.events'] = function () {
  10762.             $instance = new \AdminBundle\Admin\EventsAdmin('admin.dc.events''DcSiteBundle\\Entity\\Events''sonata.admin.controller.crud');
  10763.             $instance->setManagerType('orm');
  10764.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  10765.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  10766.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  10767.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  10768.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  10769.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  10770.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  10771.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  10772.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  10773.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  10774.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  10775.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  10776.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  10777.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  10778.             $instance->setPagerType('default');
  10779.             $instance->setLabel('Мероприятия');
  10780.             $instance->setTranslationDomain('messages');
  10781.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  10782.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  10783.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  10784.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  10785.             $instance->setContainerServices(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  10786.             $instance->setTemplateRegistry(($this->services['admin.dc.events.template_registry'] ?? $this->getAdmin_Dc_Events_TemplateRegistryService()));
  10787.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  10788.             $instance->initialize();
  10789.             return $instance;
  10790.         };
  10791.         return $this->factories['admin.dc.events']();
  10792.     }
  10793.     /**
  10794.      * Gets the public 'admin.dc.events.template_registry' shared service.
  10795.      *
  10796.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  10797.      */
  10798.     protected function getAdmin_Dc_Events_TemplateRegistryService()
  10799.     {
  10800.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  10801.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  10802.         return $this->services['admin.dc.events.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  10803.     }
  10804.     /**
  10805.      * Gets the public 'admin.dc.faq' service.
  10806.      *
  10807.      * @return \AdminBundle\Admin\DCAutoSite\FaqAdmin
  10808.      */
  10809.     protected function getAdmin_Dc_FaqService()
  10810.     {
  10811.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  10812.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  10813.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  10814.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  10815.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  10816.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  10817.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  10818.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  10819.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  10820.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  10821.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  10822.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  10823.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  10824.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/FaqAdmin.php';
  10825.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  10826.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  10827.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  10828.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  10829.         $this->factories['admin.dc.faq'] = function () {
  10830.             $instance = new \AdminBundle\Admin\DCAutoSite\FaqAdmin('admin.dc.faq''DcSiteBundle\\Entity\\Faq''sonata.admin.controller.crud');
  10831.             $instance->setManagerType('orm');
  10832.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  10833.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  10834.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  10835.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  10836.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  10837.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  10838.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  10839.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  10840.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  10841.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  10842.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  10843.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  10844.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  10845.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  10846.             $instance->setPagerType('default');
  10847.             $instance->setLabel('Запитання/Відповіді');
  10848.             $instance->setTranslationDomain('messages');
  10849.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  10850.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  10851.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  10852.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  10853.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  10854.             $instance->setTemplateRegistry(($this->services['admin.dc.faq.template_registry'] ?? $this->getAdmin_Dc_Faq_TemplateRegistryService()));
  10855.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  10856.             $instance->initialize();
  10857.             return $instance;
  10858.         };
  10859.         return $this->factories['admin.dc.faq']();
  10860.     }
  10861.     /**
  10862.      * Gets the public 'admin.dc.faq.template_registry' shared service.
  10863.      *
  10864.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  10865.      */
  10866.     protected function getAdmin_Dc_Faq_TemplateRegistryService()
  10867.     {
  10868.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  10869.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  10870.         return $this->services['admin.dc.faq.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  10871.     }
  10872.     /**
  10873.      * Gets the public 'admin.dc.generator' service.
  10874.      *
  10875.      * @return \AdminBundle\Admin\DCAutoSite\GeneratorAdmin
  10876.      */
  10877.     protected function getAdmin_Dc_GeneratorService()
  10878.     {
  10879.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  10880.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  10881.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  10882.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  10883.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  10884.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  10885.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  10886.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  10887.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  10888.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  10889.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  10890.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  10891.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  10892.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/GeneratorAdmin.php';
  10893.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  10894.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  10895.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  10896.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  10897.         $this->factories['admin.dc.generator'] = function () {
  10898.             $instance = new \AdminBundle\Admin\DCAutoSite\GeneratorAdmin('admin.dc.generator''DcSiteBundle\\Entity\\Generator''sonata.admin.controller.crud');
  10899.             $instance->setManagerType('orm');
  10900.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  10901.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  10902.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  10903.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  10904.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  10905.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  10906.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  10907.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  10908.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  10909.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  10910.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  10911.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  10912.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  10913.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  10914.             $instance->setPagerType('default');
  10915.             $instance->setLabel('Генератори');
  10916.             $instance->setTranslationDomain('messages');
  10917.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  10918.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  10919.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  10920.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  10921.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  10922.             $instance->setTemplateRegistry(($this->services['admin.dc.generator.template_registry'] ?? $this->getAdmin_Dc_Generator_TemplateRegistryService()));
  10923.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  10924.             $instance->initialize();
  10925.             return $instance;
  10926.         };
  10927.         return $this->factories['admin.dc.generator']();
  10928.     }
  10929.     /**
  10930.      * Gets the public 'admin.dc.generator.template_registry' shared service.
  10931.      *
  10932.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  10933.      */
  10934.     protected function getAdmin_Dc_Generator_TemplateRegistryService()
  10935.     {
  10936.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  10937.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  10938.         return $this->services['admin.dc.generator.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  10939.     }
  10940.     /**
  10941.      * Gets the public 'admin.dc.news.post' service.
  10942.      *
  10943.      * @return \AdminBundle\Admin\DCAutoSite\NewsAdmin
  10944.      */
  10945.     protected function getAdmin_Dc_News_PostService()
  10946.     {
  10947.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  10948.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  10949.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  10950.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  10951.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  10952.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  10953.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  10954.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  10955.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  10956.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  10957.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  10958.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  10959.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BasePostAdmin.php';
  10960.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/NewsAdmin.php';
  10961.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  10962.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  10963.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  10964.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  10965.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  10966.         include_once \dirname(__DIR__4).'/src/CoreBundle/Services/Seo/AutomaticSeoGenerationAdmin.php';
  10967.         $this->factories['admin.dc.news.post'] = function () {
  10968.             $instance = new \AdminBundle\Admin\DCAutoSite\NewsAdmin('admin.dc.news.post''CoreBundle\\Entity\\Post''sonata.admin.controller.crud');
  10969.             $instance->setManagerType('orm');
  10970.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  10971.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  10972.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  10973.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  10974.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  10975.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  10976.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  10977.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  10978.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  10979.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  10980.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  10981.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  10982.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  10983.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  10984.             $instance->setPagerType('default');
  10985.             $instance->setLabel('Новости');
  10986.             $instance->setTranslationDomain('messages');
  10987.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  10988.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  10989.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  10990.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  10991.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  10992.             $instance->setExtraServices(($this->services['core.services.seo.automatic-seo-generation-admin'] ?? ($this->services['core.services.seo.automatic-seo-generation-admin'] = new \CoreBundle\Services\Seo\AutomaticSeoGenerationAdmin())));
  10993.             $instance->setTemplateRegistry(($this->services['admin.dc.news.post.template_registry'] ?? $this->getAdmin_Dc_News_Post_TemplateRegistryService()));
  10994.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  10995.             $instance->initialize();
  10996.             return $instance;
  10997.         };
  10998.         return $this->factories['admin.dc.news.post']();
  10999.     }
  11000.     /**
  11001.      * Gets the public 'admin.dc.news.post.template_registry' shared service.
  11002.      *
  11003.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  11004.      */
  11005.     protected function getAdmin_Dc_News_Post_TemplateRegistryService()
  11006.     {
  11007.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  11008.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  11009.         return $this->services['admin.dc.news.post.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  11010.     }
  11011.     /**
  11012.      * Gets the public 'admin.dc.page_content' service.
  11013.      *
  11014.      * @return \AdminBundle\Admin\DCAutoSite\PageContentAdmin
  11015.      */
  11016.     protected function getAdmin_Dc_PageContentService()
  11017.     {
  11018.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  11019.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  11020.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  11021.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  11022.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  11023.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  11024.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  11025.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  11026.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  11027.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  11028.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  11029.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  11030.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/PageContentAdmin.php';
  11031.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  11032.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  11033.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  11034.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  11035.         $this->factories['admin.dc.page_content'] = function () {
  11036.             $instance = new \AdminBundle\Admin\DCAutoSite\PageContentAdmin('admin.dc.page_content''DcSiteBundle\\Entity\\PageContent''sonata.admin.controller.crud');
  11037.             $instance->setManagerType('orm');
  11038.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  11039.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  11040.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  11041.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  11042.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  11043.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  11044.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  11045.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  11046.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  11047.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  11048.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  11049.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  11050.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  11051.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  11052.             $instance->setPagerType('default');
  11053.             $instance->setLabel(NULL);
  11054.             $instance->setTranslationDomain('messages');
  11055.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  11056.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  11057.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  11058.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  11059.             $instance->setTemplateRegistry(($this->services['admin.dc.page_content.template_registry'] ?? $this->getAdmin_Dc_PageContent_TemplateRegistryService()));
  11060.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  11061.             $instance->initialize();
  11062.             return $instance;
  11063.         };
  11064.         return $this->factories['admin.dc.page_content']();
  11065.     }
  11066.     /**
  11067.      * Gets the public 'admin.dc.page_content.template_registry' shared service.
  11068.      *
  11069.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  11070.      */
  11071.     protected function getAdmin_Dc_PageContent_TemplateRegistryService()
  11072.     {
  11073.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  11074.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  11075.         return $this->services['admin.dc.page_content.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  11076.     }
  11077.     /**
  11078.      * Gets the public 'admin.dc.pages' service.
  11079.      *
  11080.      * @return \AdminBundle\Admin\DCAutoSite\PagesAdmin
  11081.      */
  11082.     protected function getAdmin_Dc_PagesService()
  11083.     {
  11084.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  11085.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  11086.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  11087.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  11088.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  11089.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  11090.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  11091.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  11092.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  11093.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  11094.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  11095.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  11096.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  11097.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/PagesAdmin.php';
  11098.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  11099.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  11100.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  11101.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  11102.         $this->factories['admin.dc.pages'] = function () {
  11103.             $instance = new \AdminBundle\Admin\DCAutoSite\PagesAdmin('admin.dc.pages''DcSiteBundle\\Entity\\Page''sonata.admin.controller.crud');
  11104.             $instance->setManagerType('orm');
  11105.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  11106.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  11107.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  11108.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  11109.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  11110.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  11111.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  11112.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  11113.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  11114.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  11115.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  11116.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  11117.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  11118.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  11119.             $instance->setPagerType('default');
  11120.             $instance->setLabel('Страницы');
  11121.             $instance->setTranslationDomain('messages');
  11122.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  11123.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  11124.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  11125.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  11126.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  11127.             $instance->setTemplateRegistry(($this->services['admin.dc.pages.template_registry'] ?? $this->getAdmin_Dc_Pages_TemplateRegistryService()));
  11128.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  11129.             $instance->initialize();
  11130.             return $instance;
  11131.         };
  11132.         return $this->factories['admin.dc.pages']();
  11133.     }
  11134.     /**
  11135.      * Gets the public 'admin.dc.pages.template_registry' shared service.
  11136.      *
  11137.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  11138.      */
  11139.     protected function getAdmin_Dc_Pages_TemplateRegistryService()
  11140.     {
  11141.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  11142.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  11143.         return $this->services['admin.dc.pages.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  11144.     }
  11145.     /**
  11146.      * Gets the public 'admin.dc.replacement_car_condition' service.
  11147.      *
  11148.      * @return \AdminBundle\Admin\DCAutoSite\ReplacementCarConditionAdmin
  11149.      */
  11150.     protected function getAdmin_Dc_ReplacementCarConditionService()
  11151.     {
  11152.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  11153.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  11154.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  11155.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  11156.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  11157.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  11158.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  11159.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  11160.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  11161.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  11162.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  11163.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  11164.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  11165.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/ReplacementCarConditionAdmin.php';
  11166.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  11167.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  11168.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  11169.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  11170.         $this->factories['admin.dc.replacement_car_condition'] = function () {
  11171.             $instance = new \AdminBundle\Admin\DCAutoSite\ReplacementCarConditionAdmin('admin.dc.replacement_car_condition''DcSiteBundle\\Entity\\ReplacementCarCondition''sonata.admin.controller.crud');
  11172.             $instance->setManagerType('orm');
  11173.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  11174.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  11175.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  11176.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  11177.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  11178.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  11179.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  11180.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  11181.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  11182.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  11183.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  11184.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  11185.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  11186.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  11187.             $instance->setPagerType('default');
  11188.             $instance->setLabel('Условия подменного авто');
  11189.             $instance->setTranslationDomain('messages');
  11190.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  11191.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  11192.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  11193.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  11194.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  11195.             $instance->setTemplateRegistry(($this->services['admin.dc.replacement_car_condition.template_registry'] ?? $this->getAdmin_Dc_ReplacementCarCondition_TemplateRegistryService()));
  11196.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  11197.             $instance->initialize();
  11198.             return $instance;
  11199.         };
  11200.         return $this->factories['admin.dc.replacement_car_condition']();
  11201.     }
  11202.     /**
  11203.      * Gets the public 'admin.dc.replacement_car_condition.template_registry' shared service.
  11204.      *
  11205.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  11206.      */
  11207.     protected function getAdmin_Dc_ReplacementCarCondition_TemplateRegistryService()
  11208.     {
  11209.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  11210.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  11211.         return $this->services['admin.dc.replacement_car_condition.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  11212.     }
  11213.     /**
  11214.      * Gets the public 'admin.dc.resume' service.
  11215.      *
  11216.      * @return \AdminBundle\Admin\DCAutoSite\ResumeAdmin
  11217.      */
  11218.     protected function getAdmin_Dc_ResumeService()
  11219.     {
  11220.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  11221.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  11222.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  11223.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  11224.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  11225.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  11226.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  11227.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  11228.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  11229.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  11230.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  11231.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  11232.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/ResumeAdmin.php';
  11233.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  11234.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  11235.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  11236.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  11237.         $this->factories['admin.dc.resume'] = function () {
  11238.             $instance = new \AdminBundle\Admin\DCAutoSite\ResumeAdmin('admin.dc.resume''DcSiteBundle\\Entity\\VacancyForm''sonata.admin.controller.crud');
  11239.             $instance->setManagerType('orm');
  11240.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  11241.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  11242.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  11243.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  11244.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  11245.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  11246.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  11247.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  11248.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  11249.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  11250.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  11251.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  11252.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  11253.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  11254.             $instance->setPagerType('default');
  11255.             $instance->setLabel('Резюме');
  11256.             $instance->setTranslationDomain('messages');
  11257.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  11258.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  11259.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  11260.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  11261.             $instance->setContainerServices(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  11262.             $instance->setTemplateRegistry(($this->services['admin.dc.resume.template_registry'] ?? $this->getAdmin_Dc_Resume_TemplateRegistryService()));
  11263.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  11264.             $instance->initialize();
  11265.             return $instance;
  11266.         };
  11267.         return $this->factories['admin.dc.resume']();
  11268.     }
  11269.     /**
  11270.      * Gets the public 'admin.dc.resume.template_registry' shared service.
  11271.      *
  11272.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  11273.      */
  11274.     protected function getAdmin_Dc_Resume_TemplateRegistryService()
  11275.     {
  11276.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  11277.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  11278.         return $this->services['admin.dc.resume.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  11279.     }
  11280.     /**
  11281.      * Gets the public 'admin.dc.sales_contract' service.
  11282.      *
  11283.      * @return \AdminBundle\Admin\DCAutoSite\SalesContractAdmin
  11284.      */
  11285.     protected function getAdmin_Dc_SalesContractService()
  11286.     {
  11287.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  11288.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  11289.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  11290.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  11291.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  11292.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  11293.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  11294.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  11295.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  11296.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  11297.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  11298.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  11299.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  11300.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/SalesContractAdmin.php';
  11301.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  11302.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  11303.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  11304.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  11305.         $this->factories['admin.dc.sales_contract'] = function () {
  11306.             $instance = new \AdminBundle\Admin\DCAutoSite\SalesContractAdmin('admin.dc.sales_contract''DcSiteBundle\\Entity\\SalesContract''sonata.admin.controller.crud');
  11307.             $instance->setManagerType('orm');
  11308.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  11309.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  11310.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  11311.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  11312.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  11313.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  11314.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  11315.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  11316.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  11317.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  11318.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  11319.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  11320.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  11321.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  11322.             $instance->setPagerType('default');
  11323.             $instance->setLabel('Условия продажи автомобилей');
  11324.             $instance->setTranslationDomain('messages');
  11325.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  11326.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  11327.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  11328.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  11329.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  11330.             $instance->setTemplateRegistry(($this->services['admin.dc.sales_contract.template_registry'] ?? $this->getAdmin_Dc_SalesContract_TemplateRegistryService()));
  11331.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  11332.             $instance->initialize();
  11333.             return $instance;
  11334.         };
  11335.         return $this->factories['admin.dc.sales_contract']();
  11336.     }
  11337.     /**
  11338.      * Gets the public 'admin.dc.sales_contract.template_registry' shared service.
  11339.      *
  11340.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  11341.      */
  11342.     protected function getAdmin_Dc_SalesContract_TemplateRegistryService()
  11343.     {
  11344.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  11345.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  11346.         return $this->services['admin.dc.sales_contract.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  11347.     }
  11348.     /**
  11349.      * Gets the public 'admin.dc.slider' service.
  11350.      *
  11351.      * @return \AdminBundle\Admin\DCAutoSite\MainSliderAdmin
  11352.      */
  11353.     protected function getAdmin_Dc_SliderService()
  11354.     {
  11355.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  11356.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  11357.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  11358.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  11359.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  11360.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  11361.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  11362.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  11363.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  11364.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  11365.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  11366.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  11367.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/MainSliderAdmin.php';
  11368.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  11369.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  11370.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  11371.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  11372.         $this->factories['admin.dc.slider'] = function () {
  11373.             $instance = new \AdminBundle\Admin\DCAutoSite\MainSliderAdmin('admin.dc.slider''DcSiteBundle\\Entity\\MainSlider''sonata.admin.controller.crud');
  11374.             $instance->setManagerType('orm');
  11375.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  11376.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  11377.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  11378.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  11379.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  11380.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  11381.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  11382.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  11383.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  11384.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  11385.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  11386.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  11387.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  11388.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  11389.             $instance->setPagerType('default');
  11390.             $instance->setLabel('Слайдер на главной');
  11391.             $instance->setTranslationDomain('messages');
  11392.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  11393.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  11394.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  11395.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  11396.             $instance->setContainerServices(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  11397.             $instance->setTemplateRegistry(($this->services['admin.dc.slider.template_registry'] ?? $this->getAdmin_Dc_Slider_TemplateRegistryService()));
  11398.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  11399.             $instance->initialize();
  11400.             return $instance;
  11401.         };
  11402.         return $this->factories['admin.dc.slider']();
  11403.     }
  11404.     /**
  11405.      * Gets the public 'admin.dc.slider.template_registry' shared service.
  11406.      *
  11407.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  11408.      */
  11409.     protected function getAdmin_Dc_Slider_TemplateRegistryService()
  11410.     {
  11411.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  11412.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  11413.         return $this->services['admin.dc.slider.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  11414.     }
  11415.     /**
  11416.      * Gets the public 'admin.dc.special_offers' service.
  11417.      *
  11418.      * @return \AdminBundle\Admin\DCAutoSite\SpecialOffersAdmin
  11419.      */
  11420.     protected function getAdmin_Dc_SpecialOffersService()
  11421.     {
  11422.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  11423.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  11424.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  11425.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  11426.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  11427.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  11428.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  11429.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  11430.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  11431.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  11432.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  11433.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  11434.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/SpecialOffersAdmin.php';
  11435.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  11436.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  11437.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  11438.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  11439.         $this->factories['admin.dc.special_offers'] = function () {
  11440.             $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  11441.             if (isset($this->services['admin.dc.special_offers'])) {
  11442.                 return $this->services['admin.dc.special_offers'];
  11443.             }
  11444.             $instance = new \AdminBundle\Admin\DCAutoSite\SpecialOffersAdmin('admin.dc.special_offers''CoreBundle\\Entity\\SpecialOffers''sonata.admin.controller.crud'\dirname(__DIR__4), $a);
  11445.             $instance->setManagerType('orm');
  11446.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  11447.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  11448.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  11449.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  11450.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  11451.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  11452.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  11453.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  11454.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  11455.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  11456.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  11457.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  11458.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  11459.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  11460.             $instance->setPagerType('default');
  11461.             $instance->setLabel('Спецпредложения');
  11462.             $instance->setTranslationDomain('messages');
  11463.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  11464.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  11465.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  11466.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  11467.             $instance->setTemplateRegistry(($this->services['admin.dc.special_offers.template_registry'] ?? $this->getAdmin_Dc_SpecialOffers_TemplateRegistryService()));
  11468.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  11469.             $instance->initialize();
  11470.             return $instance;
  11471.         };
  11472.         return $this->factories['admin.dc.special_offers']();
  11473.     }
  11474.     /**
  11475.      * Gets the public 'admin.dc.special_offers.template_registry' shared service.
  11476.      *
  11477.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  11478.      */
  11479.     protected function getAdmin_Dc_SpecialOffers_TemplateRegistryService()
  11480.     {
  11481.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  11482.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  11483.         return $this->services['admin.dc.special_offers.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  11484.     }
  11485.     /**
  11486.      * Gets the public 'admin.dc.special_offers_content' service.
  11487.      *
  11488.      * @return \AdminBundle\Admin\DCAutoSite\SpecialOffersContentAdmin
  11489.      */
  11490.     protected function getAdmin_Dc_SpecialOffersContentService()
  11491.     {
  11492.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  11493.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  11494.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  11495.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  11496.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  11497.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  11498.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  11499.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  11500.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  11501.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  11502.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  11503.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  11504.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/SpecialOffersContentAdmin.php';
  11505.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  11506.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  11507.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  11508.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  11509.         $this->factories['admin.dc.special_offers_content'] = function () {
  11510.             $instance = new \AdminBundle\Admin\DCAutoSite\SpecialOffersContentAdmin('admin.dc.special_offers_content''CoreBundle\\Entity\\SpecialOffersContent''sonata.admin.controller.crud');
  11511.             $instance->setManagerType('orm');
  11512.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  11513.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  11514.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  11515.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  11516.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  11517.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  11518.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  11519.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  11520.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  11521.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  11522.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  11523.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  11524.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  11525.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  11526.             $instance->setPagerType('default');
  11527.             $instance->setLabel(NULL);
  11528.             $instance->setTranslationDomain('messages');
  11529.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  11530.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  11531.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  11532.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  11533.             $instance->setTemplateRegistry(($this->services['admin.dc.special_offers_content.template_registry'] ?? $this->getAdmin_Dc_SpecialOffersContent_TemplateRegistryService()));
  11534.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  11535.             $instance->initialize();
  11536.             return $instance;
  11537.         };
  11538.         return $this->factories['admin.dc.special_offers_content']();
  11539.     }
  11540.     /**
  11541.      * Gets the public 'admin.dc.special_offers_content.template_registry' shared service.
  11542.      *
  11543.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  11544.      */
  11545.     protected function getAdmin_Dc_SpecialOffersContent_TemplateRegistryService()
  11546.     {
  11547.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  11548.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  11549.         return $this->services['admin.dc.special_offers_content.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  11550.     }
  11551.     /**
  11552.      * Gets the public 'admin.dc.terms_maintenance' service.
  11553.      *
  11554.      * @return \AdminBundle\Admin\DCAutoSite\TermsMaintenanceAdmin
  11555.      */
  11556.     protected function getAdmin_Dc_TermsMaintenanceService()
  11557.     {
  11558.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  11559.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  11560.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  11561.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  11562.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  11563.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  11564.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  11565.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  11566.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  11567.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  11568.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  11569.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  11570.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  11571.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/TermsMaintenanceAdmin.php';
  11572.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  11573.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  11574.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  11575.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  11576.         $this->factories['admin.dc.terms_maintenance'] = function () {
  11577.             $instance = new \AdminBundle\Admin\DCAutoSite\TermsMaintenanceAdmin('admin.dc.terms_maintenance''DcSiteBundle\\Entity\\TermsMaintenance''sonata.admin.controller.crud');
  11578.             $instance->setManagerType('orm');
  11579.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  11580.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  11581.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  11582.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  11583.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  11584.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  11585.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  11586.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  11587.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  11588.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  11589.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  11590.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  11591.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  11592.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  11593.             $instance->setPagerType('default');
  11594.             $instance->setLabel('Условия тех обслуживания');
  11595.             $instance->setTranslationDomain('messages');
  11596.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  11597.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  11598.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  11599.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  11600.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  11601.             $instance->setTemplateRegistry(($this->services['admin.dc.terms_maintenance.template_registry'] ?? $this->getAdmin_Dc_TermsMaintenance_TemplateRegistryService()));
  11602.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  11603.             $instance->initialize();
  11604.             return $instance;
  11605.         };
  11606.         return $this->factories['admin.dc.terms_maintenance']();
  11607.     }
  11608.     /**
  11609.      * Gets the public 'admin.dc.terms_maintenance.template_registry' shared service.
  11610.      *
  11611.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  11612.      */
  11613.     protected function getAdmin_Dc_TermsMaintenance_TemplateRegistryService()
  11614.     {
  11615.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  11616.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  11617.         return $this->services['admin.dc.terms_maintenance.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  11618.     }
  11619.     /**
  11620.      * Gets the public 'admin.dc.test_drive' service.
  11621.      *
  11622.      * @return \AdminBundle\Admin\DCAutoSite\TestDriveAdmin
  11623.      */
  11624.     protected function getAdmin_Dc_TestDriveService()
  11625.     {
  11626.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  11627.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  11628.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  11629.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  11630.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  11631.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  11632.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  11633.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  11634.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  11635.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  11636.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  11637.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  11638.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  11639.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/TestDriveAdmin.php';
  11640.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  11641.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  11642.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  11643.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  11644.         $this->factories['admin.dc.test_drive'] = function () {
  11645.             $instance = new \AdminBundle\Admin\DCAutoSite\TestDriveAdmin('admin.dc.test_drive''BmpGatewayBundle\\Entity\\VehicleTestDrive''sonata.admin.controller.crud');
  11646.             $instance->setManagerType('orm');
  11647.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  11648.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  11649.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  11650.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  11651.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  11652.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  11653.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  11654.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  11655.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  11656.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  11657.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  11658.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  11659.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  11660.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  11661.             $instance->setPagerType('default');
  11662.             $instance->setLabel('Тест-драйв');
  11663.             $instance->setTranslationDomain('messages');
  11664.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  11665.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  11666.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  11667.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  11668.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  11669.             $instance->setTemplateRegistry(($this->services['admin.dc.test_drive.template_registry'] ?? $this->getAdmin_Dc_TestDrive_TemplateRegistryService()));
  11670.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  11671.             $instance->initialize();
  11672.             return $instance;
  11673.         };
  11674.         return $this->factories['admin.dc.test_drive']();
  11675.     }
  11676.     /**
  11677.      * Gets the public 'admin.dc.test_drive.routes' service.
  11678.      *
  11679.      * @return \AdminBundle\Admin\DCAutoSite\TestDriveRoutesAdmin
  11680.      */
  11681.     protected function getAdmin_Dc_TestDrive_RoutesService()
  11682.     {
  11683.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  11684.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  11685.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  11686.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  11687.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  11688.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  11689.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  11690.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  11691.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  11692.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  11693.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  11694.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  11695.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  11696.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/TestDriveRoutesAdmin.php';
  11697.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  11698.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  11699.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  11700.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  11701.         $this->factories['admin.dc.test_drive.routes'] = function () {
  11702.             $instance = new \AdminBundle\Admin\DCAutoSite\TestDriveRoutesAdmin('admin.dc.test_drive.routes''DcSiteBundle\\Entity\\TestDriveRoutes''AdminBundle\\Controller\\BaseCRUDController');
  11703.             $instance->setManagerType('orm');
  11704.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  11705.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  11706.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  11707.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  11708.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  11709.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  11710.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  11711.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  11712.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  11713.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  11714.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  11715.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  11716.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  11717.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  11718.             $instance->setPagerType('default');
  11719.             $instance->setLabel('Маршруты тест-драйвов');
  11720.             $instance->setTranslationDomain('messages');
  11721.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  11722.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  11723.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  11724.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  11725.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  11726.             $instance->setTemplateRegistry(($this->services['admin.dc.test_drive.routes.template_registry'] ?? $this->getAdmin_Dc_TestDrive_Routes_TemplateRegistryService()));
  11727.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  11728.             $instance->initialize();
  11729.             return $instance;
  11730.         };
  11731.         return $this->factories['admin.dc.test_drive.routes']();
  11732.     }
  11733.     /**
  11734.      * Gets the public 'admin.dc.test_drive.routes.template_registry' shared service.
  11735.      *
  11736.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  11737.      */
  11738.     protected function getAdmin_Dc_TestDrive_Routes_TemplateRegistryService()
  11739.     {
  11740.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  11741.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  11742.         return $this->services['admin.dc.test_drive.routes.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  11743.     }
  11744.     /**
  11745.      * Gets the public 'admin.dc.test_drive.template_registry' shared service.
  11746.      *
  11747.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  11748.      */
  11749.     protected function getAdmin_Dc_TestDrive_TemplateRegistryService()
  11750.     {
  11751.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  11752.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  11753.         return $this->services['admin.dc.test_drive.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  11754.     }
  11755.     /**
  11756.      * Gets the public 'admin.dc.tour_route_content' service.
  11757.      *
  11758.      * @return \AdminBundle\Admin\DCAutoSite\TourRouteContentAdmin
  11759.      */
  11760.     protected function getAdmin_Dc_TourRouteContentService()
  11761.     {
  11762.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  11763.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  11764.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  11765.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  11766.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  11767.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  11768.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  11769.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  11770.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  11771.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  11772.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  11773.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  11774.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  11775.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/TourRouteContentAdmin.php';
  11776.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  11777.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  11778.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  11779.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  11780.         $this->factories['admin.dc.tour_route_content'] = function () {
  11781.             $instance = new \AdminBundle\Admin\DCAutoSite\TourRouteContentAdmin('admin.dc.tour_route_content''DcSiteBundle\\Entity\\TourRouteContent''sonata.admin.controller.crud');
  11782.             $instance->setManagerType('orm');
  11783.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  11784.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  11785.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  11786.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  11787.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  11788.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  11789.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  11790.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  11791.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  11792.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  11793.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  11794.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  11795.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  11796.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  11797.             $instance->setPagerType('default');
  11798.             $instance->setLabel(NULL);
  11799.             $instance->setTranslationDomain('messages');
  11800.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  11801.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  11802.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  11803.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  11804.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  11805.             $instance->setTemplateRegistry(($this->services['admin.dc.tour_route_content.template_registry'] ?? $this->getAdmin_Dc_TourRouteContent_TemplateRegistryService()));
  11806.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  11807.             $instance->initialize();
  11808.             return $instance;
  11809.         };
  11810.         return $this->factories['admin.dc.tour_route_content']();
  11811.     }
  11812.     /**
  11813.      * Gets the public 'admin.dc.tour_route_content.template_registry' shared service.
  11814.      *
  11815.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  11816.      */
  11817.     protected function getAdmin_Dc_TourRouteContent_TemplateRegistryService()
  11818.     {
  11819.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  11820.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  11821.         return $this->services['admin.dc.tour_route_content.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  11822.     }
  11823.     /**
  11824.      * Gets the public 'admin.dc.tour_route_params' service.
  11825.      *
  11826.      * @return \AdminBundle\Admin\DCAutoSite\TourRouteParamsAdmin
  11827.      */
  11828.     protected function getAdmin_Dc_TourRouteParamsService()
  11829.     {
  11830.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  11831.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  11832.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  11833.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  11834.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  11835.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  11836.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  11837.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  11838.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  11839.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  11840.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  11841.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  11842.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  11843.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/TourRouteParamsAdmin.php';
  11844.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  11845.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  11846.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  11847.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  11848.         $this->factories['admin.dc.tour_route_params'] = function () {
  11849.             $instance = new \AdminBundle\Admin\DCAutoSite\TourRouteParamsAdmin('admin.dc.tour_route_params''DcSiteBundle\\Entity\\TourRouteParams''AdminBundle\\Controller\\BaseCRUDController');
  11850.             $instance->setManagerType('orm');
  11851.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  11852.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  11853.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  11854.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  11855.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  11856.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  11857.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  11858.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  11859.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  11860.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  11861.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  11862.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  11863.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  11864.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  11865.             $instance->setPagerType('default');
  11866.             $instance->setLabel(NULL);
  11867.             $instance->setTranslationDomain('messages');
  11868.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  11869.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  11870.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  11871.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  11872.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  11873.             $instance->setTemplateRegistry(($this->services['admin.dc.tour_route_params.template_registry'] ?? $this->getAdmin_Dc_TourRouteParams_TemplateRegistryService()));
  11874.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  11875.             $instance->initialize();
  11876.             return $instance;
  11877.         };
  11878.         return $this->factories['admin.dc.tour_route_params']();
  11879.     }
  11880.     /**
  11881.      * Gets the public 'admin.dc.tour_route_params.template_registry' shared service.
  11882.      *
  11883.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  11884.      */
  11885.     protected function getAdmin_Dc_TourRouteParams_TemplateRegistryService()
  11886.     {
  11887.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  11888.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  11889.         return $this->services['admin.dc.tour_route_params.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  11890.     }
  11891.     /**
  11892.      * Gets the public 'admin.dc.tour_routes' service.
  11893.      *
  11894.      * @return \AdminBundle\Admin\DCAutoSite\TourRoutesAdmin
  11895.      */
  11896.     protected function getAdmin_Dc_TourRoutesService()
  11897.     {
  11898.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  11899.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  11900.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  11901.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  11902.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  11903.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  11904.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  11905.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  11906.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  11907.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  11908.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  11909.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  11910.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  11911.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/TourRoutesAdmin.php';
  11912.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  11913.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  11914.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  11915.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  11916.         $this->factories['admin.dc.tour_routes'] = function () {
  11917.             $instance = new \AdminBundle\Admin\DCAutoSite\TourRoutesAdmin('admin.dc.tour_routes''DcSiteBundle\\Entity\\TourRoutes''AdminBundle\\Controller\\BaseCRUDController');
  11918.             $instance->setManagerType('orm');
  11919.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  11920.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  11921.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  11922.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  11923.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  11924.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  11925.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  11926.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  11927.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  11928.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  11929.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  11930.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  11931.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  11932.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  11933.             $instance->setPagerType('default');
  11934.             $instance->setLabel('Тури-маршрути');
  11935.             $instance->setTranslationDomain('messages');
  11936.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  11937.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  11938.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  11939.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  11940.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  11941.             $instance->setTemplateRegistry(($this->services['admin.dc.tour_routes.template_registry'] ?? $this->getAdmin_Dc_TourRoutes_TemplateRegistryService()));
  11942.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  11943.             $instance->initialize();
  11944.             return $instance;
  11945.         };
  11946.         return $this->factories['admin.dc.tour_routes']();
  11947.     }
  11948.     /**
  11949.      * Gets the public 'admin.dc.tour_routes.template_registry' shared service.
  11950.      *
  11951.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  11952.      */
  11953.     protected function getAdmin_Dc_TourRoutes_TemplateRegistryService()
  11954.     {
  11955.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  11956.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  11957.         return $this->services['admin.dc.tour_routes.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  11958.     }
  11959.     /**
  11960.      * Gets the public 'admin.dc.vacancy' service.
  11961.      *
  11962.      * @return \AdminBundle\Admin\DCAutoSite\VacancyAdmin
  11963.      */
  11964.     protected function getAdmin_Dc_VacancyService()
  11965.     {
  11966.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  11967.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  11968.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  11969.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  11970.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  11971.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  11972.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  11973.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  11974.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  11975.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  11976.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  11977.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  11978.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/VacancyAdmin.php';
  11979.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  11980.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  11981.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  11982.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  11983.         $this->factories['admin.dc.vacancy'] = function () {
  11984.             $instance = new \AdminBundle\Admin\DCAutoSite\VacancyAdmin('admin.dc.vacancy''DcSiteBundle\\Entity\\Vacancy''sonata.admin.controller.crud');
  11985.             $instance->setManagerType('orm');
  11986.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  11987.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  11988.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  11989.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  11990.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  11991.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  11992.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  11993.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  11994.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  11995.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  11996.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  11997.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  11998.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  11999.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  12000.             $instance->setPagerType('default');
  12001.             $instance->setLabel('Вакансии');
  12002.             $instance->setTranslationDomain('messages');
  12003.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  12004.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  12005.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  12006.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  12007.             $instance->setContainerServices(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  12008.             $instance->setTemplateRegistry(($this->services['admin.dc.vacancy.template_registry'] ?? $this->getAdmin_Dc_Vacancy_TemplateRegistryService()));
  12009.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  12010.             $instance->initialize();
  12011.             return $instance;
  12012.         };
  12013.         return $this->factories['admin.dc.vacancy']();
  12014.     }
  12015.     /**
  12016.      * Gets the public 'admin.dc.vacancy.template_registry' shared service.
  12017.      *
  12018.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  12019.      */
  12020.     protected function getAdmin_Dc_Vacancy_TemplateRegistryService()
  12021.     {
  12022.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  12023.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  12024.         return $this->services['admin.dc.vacancy.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  12025.     }
  12026.     /**
  12027.      * Gets the public 'admin.dealer' service.
  12028.      *
  12029.      * @return \AdminBundle\Admin\DealerAdmin
  12030.      */
  12031.     protected function getAdmin_DealerService()
  12032.     {
  12033.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  12034.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  12035.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  12036.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  12037.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  12038.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  12039.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  12040.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  12041.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  12042.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  12043.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  12044.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  12045.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/DealerAdmin.php';
  12046.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  12047.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  12048.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  12049.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  12050.         $this->factories['admin.dealer'] = function () {
  12051.             $instance = new \AdminBundle\Admin\DealerAdmin('admin.dealer''CoreBundle\\Entity\\Dealer''sonata.admin.controller.crud');
  12052.             $instance->setManagerType('orm');
  12053.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  12054.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  12055.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  12056.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  12057.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  12058.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  12059.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  12060.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  12061.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  12062.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  12063.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  12064.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  12065.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  12066.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  12067.             $instance->setPagerType('default');
  12068.             $instance->setLabel('Дилеры');
  12069.             $instance->setTranslationDomain('messages');
  12070.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  12071.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  12072.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  12073.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  12074.             $instance->setContainerServices(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  12075.             $instance->setTemplateRegistry(($this->services['admin.dealer.template_registry'] ?? $this->getAdmin_Dealer_TemplateRegistryService()));
  12076.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  12077.             $instance->initialize();
  12078.             return $instance;
  12079.         };
  12080.         return $this->factories['admin.dealer']();
  12081.     }
  12082.     /**
  12083.      * Gets the public 'admin.dealer.template_registry' shared service.
  12084.      *
  12085.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  12086.      */
  12087.     protected function getAdmin_Dealer_TemplateRegistryService()
  12088.     {
  12089.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  12090.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  12091.         return $this->services['admin.dealer.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  12092.     }
  12093.     /**
  12094.      * Gets the public 'admin.document_branch' service.
  12095.      *
  12096.      * @return \AdminBundle\Admin\Document\BranchesAdmin
  12097.      */
  12098.     protected function getAdmin_DocumentBranchService()
  12099.     {
  12100.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  12101.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  12102.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  12103.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  12104.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  12105.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  12106.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  12107.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  12108.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  12109.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  12110.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  12111.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  12112.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  12113.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Document/BranchesAdmin.php';
  12114.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  12115.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  12116.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  12117.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  12118.         $this->factories['admin.document_branch'] = function () {
  12119.             $instance = new \AdminBundle\Admin\Document\BranchesAdmin('admin.document_branch''IntegrationBundle\\Entity\\Diia\\ServiceRequest''AdminBundle\\Controller\\Document\\BranchController');
  12120.             $instance->setManagerType('orm');
  12121.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  12122.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  12123.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  12124.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  12125.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  12126.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  12127.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  12128.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  12129.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  12130.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  12131.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  12132.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  12133.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  12134.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  12135.             $instance->setPagerType('default');
  12136.             $instance->setLabel('Дія бренчі');
  12137.             $instance->setTranslationDomain('messages');
  12138.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  12139.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  12140.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  12141.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  12142.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  12143.             $instance->setTemplateRegistry(($this->services['admin.document_branch.template_registry'] ?? $this->getAdmin_DocumentBranch_TemplateRegistryService()));
  12144.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  12145.             $instance->initialize();
  12146.             return $instance;
  12147.         };
  12148.         return $this->factories['admin.document_branch']();
  12149.     }
  12150.     /**
  12151.      * Gets the public 'admin.document_branch.template_registry' shared service.
  12152.      *
  12153.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  12154.      */
  12155.     protected function getAdmin_DocumentBranch_TemplateRegistryService()
  12156.     {
  12157.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  12158.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  12159.         return $this->services['admin.document_branch.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  12160.     }
  12161.     /**
  12162.      * Gets the public 'admin.document_dealer' service.
  12163.      *
  12164.      * @return \AdminBundle\Admin\Document\DealerOfferAdmin
  12165.      */
  12166.     protected function getAdmin_DocumentDealerService()
  12167.     {
  12168.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  12169.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  12170.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  12171.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  12172.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  12173.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  12174.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  12175.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  12176.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  12177.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  12178.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  12179.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  12180.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  12181.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Document/DealerOfferAdmin.php';
  12182.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  12183.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  12184.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  12185.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  12186.         $this->factories['admin.document_dealer'] = function () {
  12187.             $instance = new \AdminBundle\Admin\Document\DealerOfferAdmin('admin.document_dealer''IntegrationBundle\\Entity\\Dealer\\DealerOffer''AdminBundle\\Controller\\Document\\DealerOfferController');
  12188.             $instance->setManagerType('orm');
  12189.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  12190.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  12191.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  12192.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  12193.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  12194.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  12195.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  12196.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  12197.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  12198.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  12199.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  12200.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  12201.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  12202.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  12203.             $instance->setPagerType('default');
  12204.             $instance->setLabel('Інтеграція ділерів');
  12205.             $instance->setTranslationDomain('messages');
  12206.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  12207.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  12208.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  12209.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  12210.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  12211.             $instance->setTemplateRegistry(($this->services['admin.document_dealer.template_registry'] ?? $this->getAdmin_DocumentDealer_TemplateRegistryService()));
  12212.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  12213.             $instance->initialize();
  12214.             return $instance;
  12215.         };
  12216.         return $this->factories['admin.document_dealer']();
  12217.     }
  12218.     /**
  12219.      * Gets the public 'admin.document_dealer.template_registry' shared service.
  12220.      *
  12221.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  12222.      */
  12223.     protected function getAdmin_DocumentDealer_TemplateRegistryService()
  12224.     {
  12225.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  12226.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  12227.         return $this->services['admin.document_dealer.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  12228.     }
  12229.     /**
  12230.      * Gets the public 'admin.estimate_odds' service.
  12231.      *
  12232.      * @return \AdminBundle\Admin\VehicleEstimateOddsAdmin
  12233.      */
  12234.     protected function getAdmin_EstimateOddsService()
  12235.     {
  12236.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  12237.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  12238.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  12239.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  12240.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  12241.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  12242.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  12243.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  12244.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  12245.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  12246.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  12247.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  12248.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/VehicleEstimateOddsAdmin.php';
  12249.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  12250.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  12251.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  12252.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  12253.         $this->factories['admin.estimate_odds'] = function () {
  12254.             $instance = new \AdminBundle\Admin\VehicleEstimateOddsAdmin('admin.estimate_odds''CoreBundle\\Entity\\VehicleEstimateOdds''AdminBundle\\Controller\\VehicleEstimateOddsController');
  12255.             $instance->setManagerType('orm');
  12256.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  12257.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  12258.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  12259.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  12260.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  12261.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  12262.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  12263.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  12264.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  12265.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  12266.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  12267.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  12268.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  12269.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  12270.             $instance->setPagerType('default');
  12271.             $instance->setLabel('TradeIn коэффициент');
  12272.             $instance->setTranslationDomain('messages');
  12273.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  12274.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  12275.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  12276.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  12277.             $instance->setContainerServices(($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  12278.             $instance->setTemplateRegistry(($this->services['admin.estimate_odds.template_registry'] ?? $this->getAdmin_EstimateOdds_TemplateRegistryService()));
  12279.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  12280.             $instance->initialize();
  12281.             return $instance;
  12282.         };
  12283.         return $this->factories['admin.estimate_odds']();
  12284.     }
  12285.     /**
  12286.      * Gets the public 'admin.estimate_odds.template_registry' shared service.
  12287.      *
  12288.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  12289.      */
  12290.     protected function getAdmin_EstimateOdds_TemplateRegistryService()
  12291.     {
  12292.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  12293.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  12294.         return $this->services['admin.estimate_odds.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  12295.     }
  12296.     /**
  12297.      * Gets the public 'admin.founder.biography' service.
  12298.      *
  12299.      * @return \AdminBundle\Admin\Founders\BiographyAdmin
  12300.      */
  12301.     protected function getAdmin_Founder_BiographyService()
  12302.     {
  12303.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  12304.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  12305.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  12306.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  12307.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  12308.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  12309.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  12310.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  12311.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  12312.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  12313.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  12314.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  12315.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  12316.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Founders/BiographyAdmin.php';
  12317.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  12318.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  12319.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  12320.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  12321.         $this->factories['admin.founder.biography'] = function () {
  12322.             $instance = new \AdminBundle\Admin\Founders\BiographyAdmin('admin.founder.biography''FoundersBundle\\Entity\\Biography''sonata.admin.controller.crud');
  12323.             $instance->setManagerType('orm');
  12324.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  12325.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  12326.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  12327.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  12328.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  12329.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  12330.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  12331.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  12332.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  12333.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  12334.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  12335.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  12336.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  12337.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  12338.             $instance->setPagerType('default');
  12339.             $instance->setLabel('Біографія');
  12340.             $instance->setTranslationDomain('messages');
  12341.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  12342.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  12343.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  12344.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  12345.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  12346.             $instance->setTemplateRegistry(($this->services['admin.founder.biography.template_registry'] ?? $this->getAdmin_Founder_Biography_TemplateRegistryService()));
  12347.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  12348.             $instance->initialize();
  12349.             return $instance;
  12350.         };
  12351.         return $this->factories['admin.founder.biography']();
  12352.     }
  12353.     /**
  12354.      * Gets the public 'admin.founder.biography.template_registry' shared service.
  12355.      *
  12356.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  12357.      */
  12358.     protected function getAdmin_Founder_Biography_TemplateRegistryService()
  12359.     {
  12360.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  12361.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  12362.         return $this->services['admin.founder.biography.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  12363.     }
  12364.     /**
  12365.      * Gets the public 'admin.founder.category_social_investments' service.
  12366.      *
  12367.      * @return \AdminBundle\Admin\Founders\CategorySocialInvestmentsAdmin
  12368.      */
  12369.     protected function getAdmin_Founder_CategorySocialInvestmentsService()
  12370.     {
  12371.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  12372.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  12373.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  12374.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  12375.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  12376.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  12377.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  12378.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  12379.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  12380.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  12381.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  12382.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  12383.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  12384.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Founders/CategorySocialInvestmentsAdmin.php';
  12385.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  12386.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  12387.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  12388.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  12389.         $this->factories['admin.founder.category_social_investments'] = function () {
  12390.             $instance = new \AdminBundle\Admin\Founders\CategorySocialInvestmentsAdmin('admin.founder.category_social_investments''FoundersBundle\\Entity\\CategoryPost''sonata.admin.controller.crud');
  12391.             $instance->setManagerType('orm');
  12392.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  12393.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  12394.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  12395.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  12396.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  12397.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  12398.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  12399.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  12400.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  12401.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  12402.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  12403.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  12404.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  12405.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  12406.             $instance->setPagerType('default');
  12407.             $instance->setLabel('Категорії Соціальних Інвестицій');
  12408.             $instance->setTranslationDomain('messages');
  12409.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  12410.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  12411.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  12412.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  12413.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  12414.             $instance->setTemplateRegistry(($this->services['admin.founder.category_social_investments.template_registry'] ?? $this->getAdmin_Founder_CategorySocialInvestments_TemplateRegistryService()));
  12415.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  12416.             $instance->initialize();
  12417.             return $instance;
  12418.         };
  12419.         return $this->factories['admin.founder.category_social_investments']();
  12420.     }
  12421.     /**
  12422.      * Gets the public 'admin.founder.category_social_investments.template_registry' shared service.
  12423.      *
  12424.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  12425.      */
  12426.     protected function getAdmin_Founder_CategorySocialInvestments_TemplateRegistryService()
  12427.     {
  12428.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  12429.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  12430.         return $this->services['admin.founder.category_social_investments.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  12431.     }
  12432.     /**
  12433.      * Gets the public 'admin.founder.galleryPhoto' service.
  12434.      *
  12435.      * @return \AdminBundle\Admin\Founders\GalleryPhotoAdmin
  12436.      */
  12437.     protected function getAdmin_Founder_GalleryPhotoService()
  12438.     {
  12439.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  12440.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  12441.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  12442.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  12443.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  12444.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  12445.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  12446.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  12447.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  12448.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  12449.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  12450.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  12451.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  12452.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Founders/GalleryPhotoAdmin.php';
  12453.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  12454.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  12455.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  12456.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  12457.         $this->factories['admin.founder.galleryPhoto'] = function () {
  12458.             $instance = new \AdminBundle\Admin\Founders\GalleryPhotoAdmin('admin.founder.galleryPhoto''FoundersBundle\\Entity\\GalleryPhoto''sonata.admin.controller.crud');
  12459.             $instance->setManagerType('orm');
  12460.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  12461.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  12462.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  12463.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  12464.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  12465.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  12466.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  12467.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  12468.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  12469.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  12470.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  12471.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  12472.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  12473.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  12474.             $instance->setPagerType('default');
  12475.             $instance->setLabel('Фото');
  12476.             $instance->setTranslationDomain('messages');
  12477.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  12478.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  12479.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  12480.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  12481.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  12482.             $instance->setTemplateRegistry(($this->services['admin.founder.galleryPhoto.template_registry'] ?? $this->getAdmin_Founder_GalleryPhoto_TemplateRegistryService()));
  12483.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  12484.             $instance->initialize();
  12485.             return $instance;
  12486.         };
  12487.         return $this->factories['admin.founder.galleryPhoto']();
  12488.     }
  12489.     /**
  12490.      * Gets the public 'admin.founder.galleryPhoto.template_registry' shared service.
  12491.      *
  12492.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  12493.      */
  12494.     protected function getAdmin_Founder_GalleryPhoto_TemplateRegistryService()
  12495.     {
  12496.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  12497.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  12498.         return $this->services['admin.founder.galleryPhoto.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  12499.     }
  12500.     /**
  12501.      * Gets the public 'admin.founder.galleryVideo' service.
  12502.      *
  12503.      * @return \AdminBundle\Admin\Founders\GalleryVideoAdmin
  12504.      */
  12505.     protected function getAdmin_Founder_GalleryVideoService()
  12506.     {
  12507.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  12508.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  12509.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  12510.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  12511.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  12512.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  12513.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  12514.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  12515.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  12516.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  12517.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  12518.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  12519.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  12520.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Founders/GalleryVideoAdmin.php';
  12521.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  12522.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  12523.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  12524.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  12525.         $this->factories['admin.founder.galleryVideo'] = function () {
  12526.             $instance = new \AdminBundle\Admin\Founders\GalleryVideoAdmin('admin.founder.galleryVideo''FoundersBundle\\Entity\\GalleryVideo''sonata.admin.controller.crud');
  12527.             $instance->setManagerType('orm');
  12528.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  12529.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  12530.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  12531.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  12532.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  12533.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  12534.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  12535.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  12536.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  12537.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  12538.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  12539.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  12540.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  12541.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  12542.             $instance->setPagerType('default');
  12543.             $instance->setLabel('Відео');
  12544.             $instance->setTranslationDomain('messages');
  12545.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  12546.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  12547.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  12548.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  12549.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  12550.             $instance->setTemplateRegistry(($this->services['admin.founder.galleryVideo.template_registry'] ?? $this->getAdmin_Founder_GalleryVideo_TemplateRegistryService()));
  12551.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  12552.             $instance->initialize();
  12553.             return $instance;
  12554.         };
  12555.         return $this->factories['admin.founder.galleryVideo']();
  12556.     }
  12557.     /**
  12558.      * Gets the public 'admin.founder.galleryVideo.template_registry' shared service.
  12559.      *
  12560.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  12561.      */
  12562.     protected function getAdmin_Founder_GalleryVideo_TemplateRegistryService()
  12563.     {
  12564.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  12565.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  12566.         return $this->services['admin.founder.galleryVideo.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  12567.     }
  12568.     /**
  12569.      * Gets the public 'admin.founder.news' service.
  12570.      *
  12571.      * @return \AdminBundle\Admin\Founders\NewsAdmin
  12572.      */
  12573.     protected function getAdmin_Founder_NewsService()
  12574.     {
  12575.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  12576.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  12577.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  12578.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  12579.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  12580.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  12581.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  12582.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  12583.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  12584.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  12585.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  12586.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  12587.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  12588.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Founders/BasePostAdmin.php';
  12589.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Founders/NewsAdmin.php';
  12590.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  12591.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  12592.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  12593.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  12594.         $this->factories['admin.founder.news'] = function () {
  12595.             $instance = new \AdminBundle\Admin\Founders\NewsAdmin('admin.founder.news''FoundersBundle\\Entity\\Post''sonata.admin.controller.crud');
  12596.             $instance->setManagerType('orm');
  12597.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  12598.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  12599.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  12600.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  12601.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  12602.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  12603.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  12604.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  12605.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  12606.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  12607.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  12608.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  12609.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  12610.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  12611.             $instance->setPagerType('default');
  12612.             $instance->setLabel('Новини');
  12613.             $instance->setTranslationDomain('messages');
  12614.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  12615.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  12616.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  12617.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  12618.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  12619.             $instance->setTemplateRegistry(($this->services['admin.founder.news.template_registry'] ?? $this->getAdmin_Founder_News_TemplateRegistryService()));
  12620.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  12621.             $instance->initialize();
  12622.             return $instance;
  12623.         };
  12624.         return $this->factories['admin.founder.news']();
  12625.     }
  12626.     /**
  12627.      * Gets the public 'admin.founder.news.template_registry' shared service.
  12628.      *
  12629.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  12630.      */
  12631.     protected function getAdmin_Founder_News_TemplateRegistryService()
  12632.     {
  12633.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  12634.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  12635.         return $this->services['admin.founder.news.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  12636.     }
  12637.     /**
  12638.      * Gets the public 'admin.founder.publication' service.
  12639.      *
  12640.      * @return \AdminBundle\Admin\Founders\PublicationsAdmin
  12641.      */
  12642.     protected function getAdmin_Founder_PublicationService()
  12643.     {
  12644.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  12645.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  12646.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  12647.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  12648.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  12649.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  12650.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  12651.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  12652.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  12653.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  12654.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  12655.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  12656.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  12657.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Founders/BasePostAdmin.php';
  12658.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Founders/PublicationsAdmin.php';
  12659.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  12660.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  12661.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  12662.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  12663.         $this->factories['admin.founder.publication'] = function () {
  12664.             $instance = new \AdminBundle\Admin\Founders\PublicationsAdmin('admin.founder.publication''FoundersBundle\\Entity\\Post''sonata.admin.controller.crud');
  12665.             $instance->setManagerType('orm');
  12666.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  12667.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  12668.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  12669.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  12670.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  12671.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  12672.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  12673.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  12674.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  12675.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  12676.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  12677.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  12678.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  12679.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  12680.             $instance->setPagerType('default');
  12681.             $instance->setLabel('Публікаціі');
  12682.             $instance->setTranslationDomain('messages');
  12683.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  12684.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  12685.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  12686.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  12687.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  12688.             $instance->setTemplateRegistry(($this->services['admin.founder.publication.template_registry'] ?? $this->getAdmin_Founder_Publication_TemplateRegistryService()));
  12689.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  12690.             $instance->initialize();
  12691.             return $instance;
  12692.         };
  12693.         return $this->factories['admin.founder.publication']();
  12694.     }
  12695.     /**
  12696.      * Gets the public 'admin.founder.publication.template_registry' shared service.
  12697.      *
  12698.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  12699.      */
  12700.     protected function getAdmin_Founder_Publication_TemplateRegistryService()
  12701.     {
  12702.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  12703.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  12704.         return $this->services['admin.founder.publication.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  12705.     }
  12706.     /**
  12707.      * Gets the public 'admin.founder.social_investments' service.
  12708.      *
  12709.      * @return \AdminBundle\Admin\Founders\SocialInvestmentsAdmin
  12710.      */
  12711.     protected function getAdmin_Founder_SocialInvestmentsService()
  12712.     {
  12713.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  12714.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  12715.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  12716.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  12717.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  12718.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  12719.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  12720.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  12721.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  12722.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  12723.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  12724.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  12725.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  12726.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Founders/BasePostAdmin.php';
  12727.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Founders/SocialInvestmentsAdmin.php';
  12728.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  12729.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  12730.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  12731.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  12732.         $this->factories['admin.founder.social_investments'] = function () {
  12733.             $instance = new \AdminBundle\Admin\Founders\SocialInvestmentsAdmin('admin.founder.social_investments''FoundersBundle\\Entity\\Post''sonata.admin.controller.crud');
  12734.             $instance->setManagerType('orm');
  12735.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  12736.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  12737.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  12738.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  12739.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  12740.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  12741.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  12742.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  12743.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  12744.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  12745.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  12746.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  12747.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  12748.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  12749.             $instance->setPagerType('default');
  12750.             $instance->setLabel('Соціальні Інвестиції');
  12751.             $instance->setTranslationDomain('messages');
  12752.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  12753.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  12754.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  12755.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  12756.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  12757.             $instance->setTemplateRegistry(($this->services['admin.founder.social_investments.template_registry'] ?? $this->getAdmin_Founder_SocialInvestments_TemplateRegistryService()));
  12758.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  12759.             $instance->initialize();
  12760.             return $instance;
  12761.         };
  12762.         return $this->factories['admin.founder.social_investments']();
  12763.     }
  12764.     /**
  12765.      * Gets the public 'admin.founder.social_investments.template_registry' shared service.
  12766.      *
  12767.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  12768.      */
  12769.     protected function getAdmin_Founder_SocialInvestments_TemplateRegistryService()
  12770.     {
  12771.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  12772.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  12773.         return $this->services['admin.founder.social_investments.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  12774.     }
  12775.     /**
  12776.      * Gets the public 'admin.founder.solemn_event' service.
  12777.      *
  12778.      * @return \AdminBundle\Admin\Founders\SolemnEventsAdmin
  12779.      */
  12780.     protected function getAdmin_Founder_SolemnEventService()
  12781.     {
  12782.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  12783.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  12784.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  12785.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  12786.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  12787.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  12788.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  12789.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  12790.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  12791.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  12792.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  12793.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  12794.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  12795.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Founders/BasePostAdmin.php';
  12796.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Founders/SolemnEventsAdmin.php';
  12797.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  12798.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  12799.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  12800.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  12801.         $this->factories['admin.founder.solemn_event'] = function () {
  12802.             $instance = new \AdminBundle\Admin\Founders\SolemnEventsAdmin('admin.founder.solemn_event''FoundersBundle\\Entity\\Post''sonata.admin.controller.crud');
  12803.             $instance->setManagerType('orm');
  12804.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  12805.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  12806.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  12807.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  12808.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  12809.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  12810.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  12811.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  12812.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  12813.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  12814.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  12815.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  12816.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  12817.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  12818.             $instance->setPagerType('default');
  12819.             $instance->setLabel('Пам\'ятні події');
  12820.             $instance->setTranslationDomain('messages');
  12821.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  12822.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  12823.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  12824.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  12825.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  12826.             $instance->setTemplateRegistry(($this->services['admin.founder.solemn_event.template_registry'] ?? $this->getAdmin_Founder_SolemnEvent_TemplateRegistryService()));
  12827.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  12828.             $instance->initialize();
  12829.             return $instance;
  12830.         };
  12831.         return $this->factories['admin.founder.solemn_event']();
  12832.     }
  12833.     /**
  12834.      * Gets the public 'admin.founder.solemn_event.template_registry' shared service.
  12835.      *
  12836.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  12837.      */
  12838.     protected function getAdmin_Founder_SolemnEvent_TemplateRegistryService()
  12839.     {
  12840.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  12841.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  12842.         return $this->services['admin.founder.solemn_event.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  12843.     }
  12844.     /**
  12845.      * Gets the public 'admin.inner_mail' service.
  12846.      *
  12847.      * @return \AdminBundle\Admin\InnerMailAdmin
  12848.      */
  12849.     protected function getAdmin_InnerMailService()
  12850.     {
  12851.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  12852.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  12853.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  12854.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  12855.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  12856.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  12857.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  12858.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  12859.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  12860.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  12861.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  12862.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  12863.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  12864.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/InnerMailAdmin.php';
  12865.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  12866.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  12867.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  12868.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  12869.         $this->factories['admin.inner_mail'] = function () {
  12870.             $instance = new \AdminBundle\Admin\InnerMailAdmin('admin.inner_mail''CoreBundle\\Entity\\InnerMail''sonata.admin.controller.crud');
  12871.             $instance->setManagerType('orm');
  12872.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  12873.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  12874.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  12875.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  12876.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  12877.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  12878.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  12879.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  12880.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  12881.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  12882.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  12883.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  12884.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  12885.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  12886.             $instance->setPagerType('default');
  12887.             $instance->setLabel('Адреса внутренней рассылки');
  12888.             $instance->setTranslationDomain('messages');
  12889.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  12890.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  12891.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  12892.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  12893.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  12894.             $instance->setTemplateRegistry(($this->services['admin.inner_mail.template_registry'] ?? $this->getAdmin_InnerMail_TemplateRegistryService()));
  12895.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  12896.             $instance->initialize();
  12897.             return $instance;
  12898.         };
  12899.         return $this->factories['admin.inner_mail']();
  12900.     }
  12901.     /**
  12902.      * Gets the public 'admin.inner_mail.template_registry' shared service.
  12903.      *
  12904.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  12905.      */
  12906.     protected function getAdmin_InnerMail_TemplateRegistryService()
  12907.     {
  12908.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  12909.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  12910.         return $this->services['admin.inner_mail.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  12911.     }
  12912.     /**
  12913.      * Gets the public 'admin.insurance.actions.post' service.
  12914.      *
  12915.      * @return \AdminBundle\Admin\Insurance\ActionsAdmin
  12916.      */
  12917.     protected function getAdmin_Insurance_Actions_PostService()
  12918.     {
  12919.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  12920.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  12921.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  12922.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  12923.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  12924.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  12925.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  12926.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  12927.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  12928.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  12929.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  12930.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  12931.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BasePostAdmin.php';
  12932.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseActionPostAdmin.php';
  12933.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/ActionsAdmin.php';
  12934.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  12935.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  12936.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  12937.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  12938.         $this->factories['admin.insurance.actions.post'] = function () {
  12939.             $instance = new \AdminBundle\Admin\Insurance\ActionsAdmin('admin.insurance.actions.post''CoreBundle\\Entity\\Post''sonata.admin.controller.crud');
  12940.             $instance->setManagerType('orm');
  12941.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  12942.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  12943.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  12944.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  12945.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  12946.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  12947.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  12948.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  12949.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  12950.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  12951.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  12952.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  12953.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  12954.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  12955.             $instance->setPagerType('default');
  12956.             $instance->setLabel('Акции');
  12957.             $instance->setTranslationDomain('messages');
  12958.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  12959.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  12960.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  12961.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  12962.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  12963.             $instance->setTemplateRegistry(($this->services['admin.insurance.actions.post.template_registry'] ?? $this->getAdmin_Insurance_Actions_Post_TemplateRegistryService()));
  12964.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  12965.             $instance->initialize();
  12966.             return $instance;
  12967.         };
  12968.         return $this->factories['admin.insurance.actions.post']();
  12969.     }
  12970.     /**
  12971.      * Gets the public 'admin.insurance.actions.post.template_registry' shared service.
  12972.      *
  12973.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  12974.      */
  12975.     protected function getAdmin_Insurance_Actions_Post_TemplateRegistryService()
  12976.     {
  12977.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  12978.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  12979.         return $this->services['admin.insurance.actions.post.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  12980.     }
  12981.     /**
  12982.      * Gets the public 'admin.insurance.case' service.
  12983.      *
  12984.      * @return \AdminBundle\Admin\Insurance\CaseAdmin
  12985.      */
  12986.     protected function getAdmin_Insurance_CaseService()
  12987.     {
  12988.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  12989.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  12990.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  12991.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  12992.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  12993.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  12994.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  12995.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  12996.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  12997.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  12998.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  12999.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  13000.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/CaseAdmin.php';
  13001.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  13002.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  13003.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  13004.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  13005.         $this->factories['admin.insurance.case'] = function () {
  13006.             $instance = new \AdminBundle\Admin\Insurance\CaseAdmin('admin.insurance.case''InsuranceBundle\\Entity\\InsuranceCase''sonata.admin.controller.crud');
  13007.             $instance->setManagerType('orm');
  13008.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  13009.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  13010.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  13011.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  13012.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  13013.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  13014.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  13015.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  13016.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  13017.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  13018.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  13019.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  13020.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  13021.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  13022.             $instance->setPagerType('default');
  13023.             $instance->setLabel('Страховые дела');
  13024.             $instance->setTranslationDomain('messages');
  13025.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  13026.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  13027.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  13028.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  13029.             $instance->setContainerServices(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  13030.             $instance->setTemplateRegistry(($this->services['admin.insurance.case.template_registry'] ?? $this->getAdmin_Insurance_Case_TemplateRegistryService()));
  13031.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  13032.             $instance->initialize();
  13033.             return $instance;
  13034.         };
  13035.         return $this->factories['admin.insurance.case']();
  13036.     }
  13037.     /**
  13038.      * Gets the public 'admin.insurance.case.template_registry' shared service.
  13039.      *
  13040.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  13041.      */
  13042.     protected function getAdmin_Insurance_Case_TemplateRegistryService()
  13043.     {
  13044.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  13045.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  13046.         return $this->services['admin.insurance.case.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  13047.     }
  13048.     /**
  13049.      * Gets the public 'admin.insurance.case_document' service.
  13050.      *
  13051.      * @return \AdminBundle\Admin\Insurance\CaseDocumentAdmin
  13052.      */
  13053.     protected function getAdmin_Insurance_CaseDocumentService()
  13054.     {
  13055.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  13056.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  13057.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  13058.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  13059.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  13060.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  13061.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  13062.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  13063.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  13064.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  13065.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  13066.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  13067.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/CaseDocumentAdmin.php';
  13068.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  13069.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  13070.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  13071.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  13072.         $this->factories['admin.insurance.case_document'] = function () {
  13073.             $instance = new \AdminBundle\Admin\Insurance\CaseDocumentAdmin('admin.insurance.case_document''InsuranceBundle\\Entity\\CaseDocument''sonata.admin.controller.crud');
  13074.             $instance->setManagerType('orm');
  13075.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  13076.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  13077.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  13078.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  13079.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  13080.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  13081.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  13082.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  13083.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  13084.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  13085.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  13086.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  13087.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  13088.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  13089.             $instance->setPagerType('default');
  13090.             $instance->setLabel(NULL);
  13091.             $instance->setTranslationDomain('messages');
  13092.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  13093.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  13094.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  13095.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  13096.             $instance->setTemplateRegistry(($this->services['admin.insurance.case_document.template_registry'] ?? $this->getAdmin_Insurance_CaseDocument_TemplateRegistryService()));
  13097.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  13098.             $instance->initialize();
  13099.             return $instance;
  13100.         };
  13101.         return $this->factories['admin.insurance.case_document']();
  13102.     }
  13103.     /**
  13104.      * Gets the public 'admin.insurance.case_document.template_registry' shared service.
  13105.      *
  13106.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  13107.      */
  13108.     protected function getAdmin_Insurance_CaseDocument_TemplateRegistryService()
  13109.     {
  13110.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  13111.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  13112.         return $this->services['admin.insurance.case_document.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  13113.     }
  13114.     /**
  13115.      * Gets the public 'admin.insurance.faq' service.
  13116.      *
  13117.      * @return \AdminBundle\Admin\Insurance\FaqAdmin
  13118.      */
  13119.     protected function getAdmin_Insurance_FaqService()
  13120.     {
  13121.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  13122.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  13123.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  13124.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  13125.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  13126.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  13127.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  13128.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  13129.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  13130.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  13131.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  13132.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  13133.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  13134.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/FaqAdmin.php';
  13135.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  13136.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  13137.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  13138.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  13139.         $this->factories['admin.insurance.faq'] = function () {
  13140.             $instance = new \AdminBundle\Admin\Insurance\FaqAdmin('admin.insurance.faq''InsuranceBundle\\Entity\\InsuranceFaq''sonata.admin.controller.crud');
  13141.             $instance->setManagerType('orm');
  13142.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  13143.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  13144.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  13145.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  13146.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  13147.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  13148.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  13149.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  13150.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  13151.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  13152.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  13153.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  13154.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  13155.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  13156.             $instance->setPagerType('default');
  13157.             $instance->setLabel('Запитання/Відповіді');
  13158.             $instance->setTranslationDomain('messages');
  13159.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  13160.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  13161.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  13162.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  13163.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  13164.             $instance->setTemplateRegistry(($this->services['admin.insurance.faq.template_registry'] ?? $this->getAdmin_Insurance_Faq_TemplateRegistryService()));
  13165.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  13166.             $instance->initialize();
  13167.             return $instance;
  13168.         };
  13169.         return $this->factories['admin.insurance.faq']();
  13170.     }
  13171.     /**
  13172.      * Gets the public 'admin.insurance.faq.template_registry' shared service.
  13173.      *
  13174.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  13175.      */
  13176.     protected function getAdmin_Insurance_Faq_TemplateRegistryService()
  13177.     {
  13178.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  13179.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  13180.         return $this->services['admin.insurance.faq.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  13181.     }
  13182.     /**
  13183.      * Gets the public 'admin.insurance.information_document' service.
  13184.      *
  13185.      * @return \AdminBundle\Admin\Insurance\InformationDocumentAdmin
  13186.      */
  13187.     protected function getAdmin_Insurance_InformationDocumentService()
  13188.     {
  13189.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  13190.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  13191.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  13192.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  13193.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  13194.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  13195.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  13196.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  13197.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  13198.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  13199.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  13200.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  13201.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  13202.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/InformationDocumentAdmin.php';
  13203.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  13204.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  13205.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  13206.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  13207.         $this->factories['admin.insurance.information_document'] = function () {
  13208.             $instance = new \AdminBundle\Admin\Insurance\InformationDocumentAdmin('admin.insurance.information_document''InsuranceBundle\\Entity\\InformationDocument''sonata.admin.controller.crud');
  13209.             $instance->setManagerType('orm');
  13210.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  13211.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  13212.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  13213.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  13214.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  13215.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  13216.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  13217.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  13218.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  13219.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  13220.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  13221.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  13222.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  13223.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  13224.             $instance->setPagerType('default');
  13225.             $instance->setLabel('Информационные документы');
  13226.             $instance->setTranslationDomain('messages');
  13227.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  13228.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  13229.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  13230.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  13231.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  13232.             $instance->setTemplateRegistry(($this->services['admin.insurance.information_document.template_registry'] ?? $this->getAdmin_Insurance_InformationDocument_TemplateRegistryService()));
  13233.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  13234.             $instance->initialize();
  13235.             return $instance;
  13236.         };
  13237.         return $this->factories['admin.insurance.information_document']();
  13238.     }
  13239.     /**
  13240.      * Gets the public 'admin.insurance.information_document.template_registry' shared service.
  13241.      *
  13242.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  13243.      */
  13244.     protected function getAdmin_Insurance_InformationDocument_TemplateRegistryService()
  13245.     {
  13246.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  13247.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  13248.         return $this->services['admin.insurance.information_document.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  13249.     }
  13250.     /**
  13251.      * Gets the public 'admin.insurance.information_document_category' service.
  13252.      *
  13253.      * @return \AdminBundle\Admin\Insurance\InformationDocumentCategoryAdmin
  13254.      */
  13255.     protected function getAdmin_Insurance_InformationDocumentCategoryService()
  13256.     {
  13257.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  13258.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  13259.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  13260.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  13261.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  13262.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  13263.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  13264.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  13265.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  13266.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  13267.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  13268.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  13269.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  13270.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/InformationDocumentCategoryAdmin.php';
  13271.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  13272.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  13273.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  13274.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  13275.         $this->factories['admin.insurance.information_document_category'] = function () {
  13276.             $instance = new \AdminBundle\Admin\Insurance\InformationDocumentCategoryAdmin('admin.insurance.information_document_category''InsuranceBundle\\Entity\\InformationDocumentCategory''sonata.admin.controller.crud');
  13277.             $instance->setManagerType('orm');
  13278.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  13279.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  13280.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  13281.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  13282.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  13283.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  13284.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  13285.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  13286.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  13287.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  13288.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  13289.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  13290.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  13291.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  13292.             $instance->setPagerType('default');
  13293.             $instance->setLabel('Категории инф.документов');
  13294.             $instance->setTranslationDomain('messages');
  13295.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  13296.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  13297.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  13298.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  13299.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  13300.             $instance->setTemplateRegistry(($this->services['admin.insurance.information_document_category.template_registry'] ?? $this->getAdmin_Insurance_InformationDocumentCategory_TemplateRegistryService()));
  13301.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  13302.             $instance->initialize();
  13303.             return $instance;
  13304.         };
  13305.         return $this->factories['admin.insurance.information_document_category']();
  13306.     }
  13307.     /**
  13308.      * Gets the public 'admin.insurance.information_document_category.template_registry' shared service.
  13309.      *
  13310.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  13311.      */
  13312.     protected function getAdmin_Insurance_InformationDocumentCategory_TemplateRegistryService()
  13313.     {
  13314.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  13315.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  13316.         return $this->services['admin.insurance.information_document_category.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  13317.     }
  13318.     /**
  13319.      * Gets the public 'admin.insurance.information_document_category_content' service.
  13320.      *
  13321.      * @return \AdminBundle\Admin\Insurance\InformationDocumentCategoryContentAdmin
  13322.      */
  13323.     protected function getAdmin_Insurance_InformationDocumentCategoryContentService()
  13324.     {
  13325.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  13326.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  13327.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  13328.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  13329.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  13330.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  13331.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  13332.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  13333.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  13334.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  13335.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  13336.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  13337.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  13338.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/InformationDocumentCategoryContentAdmin.php';
  13339.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  13340.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  13341.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  13342.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  13343.         $this->factories['admin.insurance.information_document_category_content'] = function () {
  13344.             $instance = new \AdminBundle\Admin\Insurance\InformationDocumentCategoryContentAdmin('admin.insurance.information_document_category_content''InsuranceBundle\\Entity\\InformationDocumentCategoryContent''sonata.admin.controller.crud');
  13345.             $instance->setManagerType('orm');
  13346.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  13347.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  13348.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  13349.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  13350.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  13351.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  13352.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  13353.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  13354.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  13355.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  13356.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  13357.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  13358.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  13359.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  13360.             $instance->setPagerType('default');
  13361.             $instance->setLabel(NULL);
  13362.             $instance->setTranslationDomain('messages');
  13363.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  13364.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  13365.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  13366.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  13367.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  13368.             $instance->setTemplateRegistry(($this->services['admin.insurance.information_document_category_content.template_registry'] ?? $this->getAdmin_Insurance_InformationDocumentCategoryContent_TemplateRegistryService()));
  13369.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  13370.             $instance->initialize();
  13371.             return $instance;
  13372.         };
  13373.         return $this->factories['admin.insurance.information_document_category_content']();
  13374.     }
  13375.     /**
  13376.      * Gets the public 'admin.insurance.information_document_category_content.template_registry' shared service.
  13377.      *
  13378.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  13379.      */
  13380.     protected function getAdmin_Insurance_InformationDocumentCategoryContent_TemplateRegistryService()
  13381.     {
  13382.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  13383.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  13384.         return $this->services['admin.insurance.information_document_category_content.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  13385.     }
  13386.     /**
  13387.      * Gets the public 'admin.insurance.insurance_condition' service.
  13388.      *
  13389.      * @return \AdminBundle\Admin\Insurance\InsuranceConditionAdmin
  13390.      */
  13391.     protected function getAdmin_Insurance_InsuranceConditionService()
  13392.     {
  13393.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  13394.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  13395.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  13396.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  13397.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  13398.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  13399.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  13400.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  13401.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  13402.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  13403.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  13404.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  13405.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  13406.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/InsuranceConditionAdmin.php';
  13407.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  13408.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  13409.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  13410.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  13411.         $this->factories['admin.insurance.insurance_condition'] = function () {
  13412.             $instance = new \AdminBundle\Admin\Insurance\InsuranceConditionAdmin('admin.insurance.insurance_condition''InsuranceBundle\\Entity\\InsuranceCondition''sonata.admin.controller.crud');
  13413.             $instance->setManagerType('orm');
  13414.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  13415.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  13416.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  13417.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  13418.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  13419.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  13420.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  13421.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  13422.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  13423.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  13424.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  13425.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  13426.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  13427.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  13428.             $instance->setPagerType('default');
  13429.             $instance->setLabel('Условия страхования');
  13430.             $instance->setTranslationDomain('messages');
  13431.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  13432.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  13433.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  13434.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  13435.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  13436.             $instance->setTemplateRegistry(($this->services['admin.insurance.insurance_condition.template_registry'] ?? $this->getAdmin_Insurance_InsuranceCondition_TemplateRegistryService()));
  13437.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  13438.             $instance->initialize();
  13439.             return $instance;
  13440.         };
  13441.         return $this->factories['admin.insurance.insurance_condition']();
  13442.     }
  13443.     /**
  13444.      * Gets the public 'admin.insurance.insurance_condition.template_registry' shared service.
  13445.      *
  13446.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  13447.      */
  13448.     protected function getAdmin_Insurance_InsuranceCondition_TemplateRegistryService()
  13449.     {
  13450.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  13451.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  13452.         return $this->services['admin.insurance.insurance_condition.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  13453.     }
  13454.     /**
  13455.      * Gets the public 'admin.insurance.insurance_condition_category' service.
  13456.      *
  13457.      * @return \AdminBundle\Admin\Insurance\InsuranceConditionCategoryAdmin
  13458.      */
  13459.     protected function getAdmin_Insurance_InsuranceConditionCategoryService()
  13460.     {
  13461.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  13462.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  13463.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  13464.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  13465.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  13466.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  13467.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  13468.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  13469.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  13470.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  13471.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  13472.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  13473.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  13474.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/InsuranceConditionCategoryAdmin.php';
  13475.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  13476.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  13477.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  13478.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  13479.         $this->factories['admin.insurance.insurance_condition_category'] = function () {
  13480.             $instance = new \AdminBundle\Admin\Insurance\InsuranceConditionCategoryAdmin('admin.insurance.insurance_condition_category''InsuranceBundle\\Entity\\InsuranceConditionCategory''sonata.admin.controller.crud');
  13481.             $instance->setManagerType('orm');
  13482.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  13483.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  13484.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  13485.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  13486.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  13487.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  13488.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  13489.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  13490.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  13491.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  13492.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  13493.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  13494.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  13495.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  13496.             $instance->setPagerType('default');
  13497.             $instance->setLabel('Категории условий стр.');
  13498.             $instance->setTranslationDomain('messages');
  13499.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  13500.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  13501.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  13502.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  13503.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  13504.             $instance->setTemplateRegistry(($this->services['admin.insurance.insurance_condition_category.template_registry'] ?? $this->getAdmin_Insurance_InsuranceConditionCategory_TemplateRegistryService()));
  13505.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  13506.             $instance->initialize();
  13507.             return $instance;
  13508.         };
  13509.         return $this->factories['admin.insurance.insurance_condition_category']();
  13510.     }
  13511.     /**
  13512.      * Gets the public 'admin.insurance.insurance_condition_category.template_registry' shared service.
  13513.      *
  13514.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  13515.      */
  13516.     protected function getAdmin_Insurance_InsuranceConditionCategory_TemplateRegistryService()
  13517.     {
  13518.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  13519.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  13520.         return $this->services['admin.insurance.insurance_condition_category.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  13521.     }
  13522.     /**
  13523.      * Gets the public 'admin.insurance.insurance_condition_category_content' service.
  13524.      *
  13525.      * @return \AdminBundle\Admin\Insurance\InsuranceConditionCategoryContentAdmin
  13526.      */
  13527.     protected function getAdmin_Insurance_InsuranceConditionCategoryContentService()
  13528.     {
  13529.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  13530.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  13531.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  13532.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  13533.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  13534.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  13535.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  13536.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  13537.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  13538.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  13539.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  13540.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  13541.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  13542.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/InsuranceConditionCategoryContentAdmin.php';
  13543.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  13544.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  13545.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  13546.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  13547.         $this->factories['admin.insurance.insurance_condition_category_content'] = function () {
  13548.             $instance = new \AdminBundle\Admin\Insurance\InsuranceConditionCategoryContentAdmin('admin.insurance.insurance_condition_category_content''InsuranceBundle\\Entity\\InsuranceConditionCategoryContent''sonata.admin.controller.crud');
  13549.             $instance->setManagerType('orm');
  13550.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  13551.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  13552.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  13553.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  13554.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  13555.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  13556.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  13557.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  13558.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  13559.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  13560.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  13561.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  13562.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  13563.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  13564.             $instance->setPagerType('default');
  13565.             $instance->setLabel(NULL);
  13566.             $instance->setTranslationDomain('messages');
  13567.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  13568.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  13569.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  13570.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  13571.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  13572.             $instance->setTemplateRegistry(($this->services['admin.insurance.insurance_condition_category_content.template_registry'] ?? $this->getAdmin_Insurance_InsuranceConditionCategoryContent_TemplateRegistryService()));
  13573.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  13574.             $instance->initialize();
  13575.             return $instance;
  13576.         };
  13577.         return $this->factories['admin.insurance.insurance_condition_category_content']();
  13578.     }
  13579.     /**
  13580.      * Gets the public 'admin.insurance.insurance_condition_category_content.template_registry' shared service.
  13581.      *
  13582.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  13583.      */
  13584.     protected function getAdmin_Insurance_InsuranceConditionCategoryContent_TemplateRegistryService()
  13585.     {
  13586.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  13587.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  13588.         return $this->services['admin.insurance.insurance_condition_category_content.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  13589.     }
  13590.     /**
  13591.      * Gets the public 'admin.insurance.mediation_service' service.
  13592.      *
  13593.      * @return \AdminBundle\Admin\Insurance\MediationServiceAdmin
  13594.      */
  13595.     protected function getAdmin_Insurance_MediationServiceService()
  13596.     {
  13597.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  13598.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  13599.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  13600.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  13601.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  13602.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  13603.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  13604.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  13605.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  13606.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  13607.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  13608.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  13609.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  13610.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/MediationServiceAdmin.php';
  13611.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  13612.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  13613.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  13614.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  13615.         $this->factories['admin.insurance.mediation_service'] = function () {
  13616.             $instance = new \AdminBundle\Admin\Insurance\MediationServiceAdmin('admin.insurance.mediation_service''InsuranceBundle\\Entity\\MediationService''sonata.admin.controller.crud');
  13617.             $instance->setManagerType('orm');
  13618.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  13619.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  13620.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  13621.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  13622.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  13623.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  13624.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  13625.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  13626.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  13627.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  13628.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  13629.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  13630.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  13631.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  13632.             $instance->setPagerType('default');
  13633.             $instance->setLabel('Посреднические услуги');
  13634.             $instance->setTranslationDomain('messages');
  13635.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  13636.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  13637.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  13638.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  13639.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  13640.             $instance->setTemplateRegistry(($this->services['admin.insurance.mediation_service.template_registry'] ?? $this->getAdmin_Insurance_MediationService_TemplateRegistryService()));
  13641.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  13642.             $instance->initialize();
  13643.             return $instance;
  13644.         };
  13645.         return $this->factories['admin.insurance.mediation_service']();
  13646.     }
  13647.     /**
  13648.      * Gets the public 'admin.insurance.mediation_service.template_registry' shared service.
  13649.      *
  13650.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  13651.      */
  13652.     protected function getAdmin_Insurance_MediationService_TemplateRegistryService()
  13653.     {
  13654.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  13655.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  13656.         return $this->services['admin.insurance.mediation_service.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  13657.     }
  13658.     /**
  13659.      * Gets the public 'admin.insurance.mediation_service_mediator' service.
  13660.      *
  13661.      * @return \AdminBundle\Admin\Insurance\MediationServiceMediatorAdmin
  13662.      */
  13663.     protected function getAdmin_Insurance_MediationServiceMediatorService()
  13664.     {
  13665.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  13666.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  13667.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  13668.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  13669.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  13670.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  13671.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  13672.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  13673.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  13674.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  13675.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  13676.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  13677.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  13678.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/MediationServiceMediatorAdmin.php';
  13679.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  13680.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  13681.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  13682.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  13683.         $this->factories['admin.insurance.mediation_service_mediator'] = function () {
  13684.             $instance = new \AdminBundle\Admin\Insurance\MediationServiceMediatorAdmin('admin.insurance.mediation_service_mediator''InsuranceBundle\\Entity\\MediationServiceMediator''sonata.admin.controller.crud');
  13685.             $instance->setManagerType('orm');
  13686.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  13687.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  13688.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  13689.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  13690.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  13691.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  13692.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  13693.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  13694.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  13695.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  13696.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  13697.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  13698.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  13699.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  13700.             $instance->setPagerType('default');
  13701.             $instance->setLabel('Посредники');
  13702.             $instance->setTranslationDomain('messages');
  13703.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  13704.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  13705.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  13706.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  13707.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  13708.             $instance->setTemplateRegistry(($this->services['admin.insurance.mediation_service_mediator.template_registry'] ?? $this->getAdmin_Insurance_MediationServiceMediator_TemplateRegistryService()));
  13709.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  13710.             $instance->initialize();
  13711.             return $instance;
  13712.         };
  13713.         return $this->factories['admin.insurance.mediation_service_mediator']();
  13714.     }
  13715.     /**
  13716.      * Gets the public 'admin.insurance.mediation_service_mediator.template_registry' shared service.
  13717.      *
  13718.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  13719.      */
  13720.     protected function getAdmin_Insurance_MediationServiceMediator_TemplateRegistryService()
  13721.     {
  13722.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  13723.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  13724.         return $this->services['admin.insurance.mediation_service_mediator.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  13725.     }
  13726.     /**
  13727.      * Gets the public 'admin.insurance.mediator_product' service.
  13728.      *
  13729.      * @return \AdminBundle\Admin\Insurance\MediatorProductAdmin
  13730.      */
  13731.     protected function getAdmin_Insurance_MediatorProductService()
  13732.     {
  13733.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  13734.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  13735.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  13736.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  13737.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  13738.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  13739.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  13740.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  13741.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  13742.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  13743.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  13744.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  13745.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  13746.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/MediatorProductAdmin.php';
  13747.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  13748.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  13749.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  13750.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  13751.         $this->factories['admin.insurance.mediator_product'] = function () {
  13752.             $instance = new \AdminBundle\Admin\Insurance\MediatorProductAdmin('admin.insurance.mediator_product''InsuranceBundle\\Entity\\MediatorProduct''sonata.admin.controller.crud');
  13753.             $instance->setManagerType('orm');
  13754.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  13755.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  13756.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  13757.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  13758.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  13759.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  13760.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  13761.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  13762.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  13763.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  13764.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  13765.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  13766.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  13767.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  13768.             $instance->setPagerType('default');
  13769.             $instance->setLabel('Продукты посредников');
  13770.             $instance->setTranslationDomain('messages');
  13771.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  13772.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  13773.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  13774.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  13775.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  13776.             $instance->setTemplateRegistry(($this->services['admin.insurance.mediator_product.template_registry'] ?? $this->getAdmin_Insurance_MediatorProduct_TemplateRegistryService()));
  13777.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  13778.             $instance->initialize();
  13779.             return $instance;
  13780.         };
  13781.         return $this->factories['admin.insurance.mediator_product']();
  13782.     }
  13783.     /**
  13784.      * Gets the public 'admin.insurance.mediator_product.template_registry' shared service.
  13785.      *
  13786.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  13787.      */
  13788.     protected function getAdmin_Insurance_MediatorProduct_TemplateRegistryService()
  13789.     {
  13790.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  13791.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  13792.         return $this->services['admin.insurance.mediator_product.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  13793.     }
  13794.     /**
  13795.      * Gets the public 'admin.insurance.news.post' service.
  13796.      *
  13797.      * @return \AdminBundle\Admin\Insurance\NewsAdmin
  13798.      */
  13799.     protected function getAdmin_Insurance_News_PostService()
  13800.     {
  13801.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  13802.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  13803.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  13804.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  13805.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  13806.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  13807.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  13808.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  13809.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  13810.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  13811.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  13812.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  13813.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BasePostAdmin.php';
  13814.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/NewsAdmin.php';
  13815.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  13816.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  13817.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  13818.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  13819.         $this->factories['admin.insurance.news.post'] = function () {
  13820.             $instance = new \AdminBundle\Admin\Insurance\NewsAdmin('admin.insurance.news.post''CoreBundle\\Entity\\Post''sonata.admin.controller.crud');
  13821.             $instance->setManagerType('orm');
  13822.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  13823.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  13824.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  13825.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  13826.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  13827.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  13828.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  13829.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  13830.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  13831.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  13832.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  13833.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  13834.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  13835.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  13836.             $instance->setPagerType('default');
  13837.             $instance->setLabel('Новости');
  13838.             $instance->setTranslationDomain('messages');
  13839.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  13840.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  13841.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  13842.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  13843.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  13844.             $instance->setTemplateRegistry(($this->services['admin.insurance.news.post.template_registry'] ?? $this->getAdmin_Insurance_News_Post_TemplateRegistryService()));
  13845.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  13846.             $instance->initialize();
  13847.             return $instance;
  13848.         };
  13849.         return $this->factories['admin.insurance.news.post']();
  13850.     }
  13851.     /**
  13852.      * Gets the public 'admin.insurance.news.post.template_registry' shared service.
  13853.      *
  13854.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  13855.      */
  13856.     protected function getAdmin_Insurance_News_Post_TemplateRegistryService()
  13857.     {
  13858.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  13859.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  13860.         return $this->services['admin.insurance.news.post.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  13861.     }
  13862.     /**
  13863.      * Gets the public 'admin.insurance.payouts' service.
  13864.      *
  13865.      * @return \AdminBundle\Admin\Insurance\PayoutsAdmin
  13866.      */
  13867.     protected function getAdmin_Insurance_PayoutsService()
  13868.     {
  13869.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  13870.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  13871.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  13872.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  13873.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  13874.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  13875.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  13876.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  13877.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  13878.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  13879.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  13880.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  13881.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/PayoutsAdmin.php';
  13882.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  13883.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  13884.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  13885.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  13886.         $this->factories['admin.insurance.payouts'] = function () {
  13887.             $instance = new \AdminBundle\Admin\Insurance\PayoutsAdmin('admin.insurance.payouts''InsuranceBundle\\Entity\\Payouts''sonata.admin.controller.crud');
  13888.             $a = ($this->services['translator'] ?? $this->getTranslatorService());
  13889.             $instance->setManagerType('orm');
  13890.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  13891.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  13892.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  13893.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  13894.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  13895.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  13896.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  13897.             $instance->setTranslator($afalse);
  13898.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  13899.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  13900.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  13901.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  13902.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  13903.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  13904.             $instance->setPagerType('default');
  13905.             $instance->setLabel('Выплаты');
  13906.             $instance->setTranslationDomain('messages');
  13907.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  13908.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  13909.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  13910.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  13911.             $instance->setContainerServices($a);
  13912.             $instance->setTemplateRegistry(($this->services['admin.insurance.payouts.template_registry'] ?? $this->getAdmin_Insurance_Payouts_TemplateRegistryService()));
  13913.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  13914.             $instance->initialize();
  13915.             return $instance;
  13916.         };
  13917.         return $this->factories['admin.insurance.payouts']();
  13918.     }
  13919.     /**
  13920.      * Gets the public 'admin.insurance.payouts.template_registry' shared service.
  13921.      *
  13922.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  13923.      */
  13924.     protected function getAdmin_Insurance_Payouts_TemplateRegistryService()
  13925.     {
  13926.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  13927.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  13928.         return $this->services['admin.insurance.payouts.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  13929.     }
  13930.     /**
  13931.      * Gets the public 'admin.insurance.prorgamm.template_registry' shared service.
  13932.      *
  13933.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  13934.      */
  13935.     protected function getAdmin_Insurance_Prorgamm_TemplateRegistryService()
  13936.     {
  13937.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  13938.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  13939.         return $this->services['admin.insurance.prorgamm.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry(['layout' => '@Admin/admin/standard_layout.html.twig''edit' => '@Admin/admin/CRUD/edit.html.twig''dashboard' => '@Admin/dashboard.html.twig''user_block' => '@SonataAdmin/Core/user_block.html.twig''add_block' => '@SonataAdmin/Core/add_block.html.twig''ajax' => '@SonataAdmin/ajax_layout.html.twig''search' => '@SonataAdmin/Core/search.html.twig''list' => '@Admin\\insurance\\program.html.twig''filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig''show' => '@SonataAdmin/CRUD/show.html.twig''show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig''preview' => '@SonataAdmin/CRUD/preview.html.twig''history' => '@SonataAdmin/CRUD/history.html.twig''acl' => '@SonataAdmin/CRUD/acl.html.twig''history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig''action' => '@SonataAdmin/CRUD/action.html.twig''select' => '@SonataAdmin/CRUD/list__select.html.twig''list_block' => '@SonataAdmin/Block/block_admin_list.html.twig''search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig''short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig''delete' => '@SonataAdmin/CRUD/delete.html.twig''batch' => '@SonataAdmin/CRUD/list__batch.html.twig''batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig''inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig''outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig''outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig''outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig''base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig''pager_links' => '@SonataAdmin/Pager/links.html.twig''pager_results' => '@SonataAdmin/Pager/results.html.twig''tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig''knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig''action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig''button_acl' => '@SonataAdmin/Button/acl_button.html.twig''button_create' => '@SonataAdmin/Button/create_button.html.twig''button_edit' => '@SonataAdmin/Button/edit_button.html.twig''button_history' => '@SonataAdmin/Button/history_button.html.twig''button_list' => '@SonataAdmin/Button/list_button.html.twig''button_show' => '@SonataAdmin/Button/show_button.html.twig''form_theme' => [], 'filter_theme' => []]);
  13940.     }
  13941.     /**
  13942.      * Gets the public 'admin.insurance.review' service.
  13943.      *
  13944.      * @return \AdminBundle\Admin\Insurance\ReviewAdmin
  13945.      */
  13946.     protected function getAdmin_Insurance_ReviewService()
  13947.     {
  13948.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  13949.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  13950.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  13951.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  13952.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  13953.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  13954.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  13955.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  13956.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  13957.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  13958.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  13959.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  13960.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/ReviewAdmin.php';
  13961.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  13962.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  13963.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  13964.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  13965.         $this->factories['admin.insurance.review'] = function () {
  13966.             $instance = new \AdminBundle\Admin\Insurance\ReviewAdmin('admin.insurance.review''CoreBundle\\Entity\\Review''sonata.admin.controller.crud');
  13967.             $instance->setManagerType('orm');
  13968.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  13969.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  13970.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  13971.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  13972.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  13973.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  13974.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  13975.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  13976.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  13977.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  13978.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  13979.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  13980.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  13981.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  13982.             $instance->setPagerType('default');
  13983.             $instance->setLabel('Отзывы/Комплаєнс');
  13984.             $instance->setTranslationDomain('messages');
  13985.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  13986.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  13987.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  13988.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  13989.             $instance->setTemplateRegistry(($this->services['admin.insurance.review.template_registry'] ?? $this->getAdmin_Insurance_Review_TemplateRegistryService()));
  13990.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  13991.             $instance->initialize();
  13992.             return $instance;
  13993.         };
  13994.         return $this->factories['admin.insurance.review']();
  13995.     }
  13996.     /**
  13997.      * Gets the public 'admin.insurance.review.template_registry' shared service.
  13998.      *
  13999.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  14000.      */
  14001.     protected function getAdmin_Insurance_Review_TemplateRegistryService()
  14002.     {
  14003.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  14004.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  14005.         return $this->services['admin.insurance.review.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  14006.     }
  14007.     /**
  14008.      * Gets the public 'admin.log' service.
  14009.      *
  14010.      * @return \AdminBundle\Admin\AdminLogAdmin
  14011.      */
  14012.     protected function getAdmin_LogService()
  14013.     {
  14014.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  14015.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  14016.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  14017.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  14018.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  14019.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  14020.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  14021.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  14022.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  14023.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  14024.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  14025.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  14026.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/AdminLogAdmin.php';
  14027.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  14028.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  14029.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  14030.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  14031.         $this->factories['admin.log'] = function () {
  14032.             $instance = new \AdminBundle\Admin\AdminLogAdmin('admin.log''CoreBundle\\Entity\\AdminLog''sonata.admin.controller.crud');
  14033.             $instance->setManagerType('orm');
  14034.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  14035.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  14036.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  14037.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  14038.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  14039.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  14040.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  14041.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  14042.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  14043.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  14044.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  14045.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  14046.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  14047.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  14048.             $instance->setPagerType('default');
  14049.             $instance->setLabel('Логи');
  14050.             $instance->setTranslationDomain('messages');
  14051.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  14052.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  14053.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  14054.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  14055.             $instance->setTemplateRegistry(($this->services['admin.log.template_registry'] ?? $this->getAdmin_Log_TemplateRegistryService()));
  14056.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  14057.             $instance->initialize();
  14058.             return $instance;
  14059.         };
  14060.         return $this->factories['admin.log']();
  14061.     }
  14062.     /**
  14063.      * Gets the public 'admin.log.template_registry' shared service.
  14064.      *
  14065.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  14066.      */
  14067.     protected function getAdmin_Log_TemplateRegistryService()
  14068.     {
  14069.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  14070.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  14071.         return $this->services['admin.log.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  14072.     }
  14073.     /**
  14074.      * Gets the public 'admin.logs' service.
  14075.      *
  14076.      * @return \AdminBundle\Admin\LogsAdmin
  14077.      */
  14078.     protected function getAdmin_LogsService()
  14079.     {
  14080.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  14081.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  14082.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  14083.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  14084.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  14085.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  14086.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  14087.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  14088.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  14089.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  14090.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  14091.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  14092.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/LogsAdmin.php';
  14093.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  14094.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  14095.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  14096.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  14097.         $this->factories['admin.logs'] = function () {
  14098.             $instance = new \AdminBundle\Admin\LogsAdmin('admin.logs''AdminBundle\\Model\\LogFile''AdminBundle\\Controller\\LogsController');
  14099.             $instance->setManagerType('orm');
  14100.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  14101.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  14102.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  14103.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  14104.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  14105.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  14106.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  14107.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  14108.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  14109.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  14110.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  14111.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  14112.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  14113.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  14114.             $instance->setPagerType('default');
  14115.             $instance->setLabel('Список логів');
  14116.             $instance->setTranslationDomain('messages');
  14117.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  14118.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  14119.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  14120.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  14121.             $instance->setTemplateRegistry(($this->services['admin.logs.template_registry'] ?? $this->getAdmin_Logs_TemplateRegistryService()));
  14122.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  14123.             $instance->initialize();
  14124.             return $instance;
  14125.         };
  14126.         return $this->factories['admin.logs']();
  14127.     }
  14128.     /**
  14129.      * Gets the public 'admin.logs.template_registry' shared service.
  14130.      *
  14131.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  14132.      */
  14133.     protected function getAdmin_Logs_TemplateRegistryService()
  14134.     {
  14135.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  14136.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  14137.         return $this->services['admin.logs.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  14138.     }
  14139.     /**
  14140.      * Gets the public 'admin.modelRange.pages' service.
  14141.      *
  14142.      * @return \AdminBundle\Admin\ModelRange\Pages\PagesAdmin
  14143.      */
  14144.     protected function getAdmin_ModelRange_PagesService()
  14145.     {
  14146.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  14147.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  14148.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  14149.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  14150.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  14151.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  14152.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  14153.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  14154.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  14155.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  14156.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  14157.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  14158.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  14159.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/ModelRange/Pages/PagesAdmin.php';
  14160.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  14161.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  14162.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  14163.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  14164.         $this->factories['admin.modelRange.pages'] = function () {
  14165.             $instance = new \AdminBundle\Admin\ModelRange\Pages\PagesAdmin('admin.modelRange.pages''DcSiteBundle\\Entity\\ModelRangePages''AdminBundle\\Controller\\ModelRangeController');
  14166.             $instance->setManagerType('orm');
  14167.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  14168.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  14169.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  14170.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  14171.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  14172.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  14173.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  14174.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  14175.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  14176.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  14177.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  14178.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  14179.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  14180.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  14181.             $instance->setPagerType('default');
  14182.             $instance->setLabel('Модельний ряд');
  14183.             $instance->setTranslationDomain('messages');
  14184.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  14185.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  14186.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  14187.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  14188.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  14189.             $instance->setTemplateRegistry(($this->services['admin.modelRange.pages.template_registry'] ?? $this->getAdmin_ModelRange_Pages_TemplateRegistryService()));
  14190.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  14191.             $instance->initialize();
  14192.             return $instance;
  14193.         };
  14194.         return $this->factories['admin.modelRange.pages']();
  14195.     }
  14196.     /**
  14197.      * Gets the public 'admin.modelRange.pages.template_registry' shared service.
  14198.      *
  14199.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  14200.      */
  14201.     protected function getAdmin_ModelRange_Pages_TemplateRegistryService()
  14202.     {
  14203.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  14204.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  14205.         return $this->services['admin.modelRange.pages.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  14206.     }
  14207.     /**
  14208.      * Gets the public 'admin.order' service.
  14209.      *
  14210.      * @return \AdminBundle\Admin\OrderAdmin
  14211.      */
  14212.     protected function getAdmin_OrderService()
  14213.     {
  14214.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  14215.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  14216.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  14217.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  14218.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  14219.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  14220.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  14221.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  14222.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  14223.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  14224.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  14225.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  14226.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/OrderAdmin.php';
  14227.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  14228.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  14229.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  14230.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  14231.         $this->factories['admin.order'] = function () {
  14232.             $instance = new \AdminBundle\Admin\OrderAdmin('admin.order''AcquiringBundle\\Entity\\Order''sonata.admin.controller.crud');
  14233.             $instance->setManagerType('orm');
  14234.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  14235.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  14236.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  14237.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  14238.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  14239.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  14240.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  14241.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  14242.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  14243.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  14244.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  14245.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  14246.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  14247.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  14248.             $instance->setPagerType('default');
  14249.             $instance->setLabel('Заказы');
  14250.             $instance->setTranslationDomain('messages');
  14251.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  14252.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  14253.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  14254.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  14255.             $instance->setContainerServices(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  14256.             $instance->setTemplateRegistry(($this->services['admin.order.template_registry'] ?? $this->getAdmin_Order_TemplateRegistryService()));
  14257.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  14258.             $instance->initialize();
  14259.             return $instance;
  14260.         };
  14261.         return $this->factories['admin.order']();
  14262.     }
  14263.     /**
  14264.      * Gets the public 'admin.order.template_registry' shared service.
  14265.      *
  14266.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  14267.      */
  14268.     protected function getAdmin_Order_TemplateRegistryService()
  14269.     {
  14270.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  14271.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  14272.         return $this->services['admin.order.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  14273.     }
  14274.     /**
  14275.      * Gets the public 'admin.post_log' service.
  14276.      *
  14277.      * @return \AdminBundle\Admin\PostLogAdmin
  14278.      */
  14279.     protected function getAdmin_PostLogService()
  14280.     {
  14281.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  14282.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  14283.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  14284.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  14285.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  14286.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  14287.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  14288.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  14289.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  14290.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  14291.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  14292.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  14293.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/PostLogAdmin.php';
  14294.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  14295.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  14296.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  14297.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  14298.         $this->factories['admin.post_log'] = function () {
  14299.             $instance = new \AdminBundle\Admin\PostLogAdmin('admin.post_log''CoreBundle\\Entity\\PostLog''sonata.admin.controller.crud');
  14300.             $instance->setManagerType('orm');
  14301.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  14302.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  14303.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  14304.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  14305.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  14306.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  14307.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  14308.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  14309.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  14310.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  14311.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  14312.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  14313.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  14314.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  14315.             $instance->setPagerType('default');
  14316.             $instance->setLabel('Лог акций и новостей');
  14317.             $instance->setTranslationDomain('messages');
  14318.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  14319.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  14320.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  14321.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  14322.             $instance->setTemplateRegistry(($this->services['admin.post_log.template_registry'] ?? $this->getAdmin_PostLog_TemplateRegistryService()));
  14323.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  14324.             $instance->initialize();
  14325.             return $instance;
  14326.         };
  14327.         return $this->factories['admin.post_log']();
  14328.     }
  14329.     /**
  14330.      * Gets the public 'admin.post_log.template_registry' shared service.
  14331.      *
  14332.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  14333.      */
  14334.     protected function getAdmin_PostLog_TemplateRegistryService()
  14335.     {
  14336.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  14337.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  14338.         return $this->services['admin.post_log.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  14339.     }
  14340.     /**
  14341.      * Gets the public 'admin.report' service.
  14342.      *
  14343.      * @return \AdminBundle\Admin\Report\ReportAnalyticAdmin
  14344.      */
  14345.     protected function getAdmin_ReportService()
  14346.     {
  14347.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  14348.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  14349.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  14350.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  14351.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  14352.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  14353.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  14354.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  14355.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  14356.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  14357.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  14358.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  14359.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  14360.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Report/ReportAnalyticAdmin.php';
  14361.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  14362.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  14363.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  14364.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  14365.         $this->factories['admin.report'] = function () {
  14366.             $instance = new \AdminBundle\Admin\Report\ReportAnalyticAdmin('admin.report''CoreBundle\\Entity\\ReportAnalytic''sonata.admin.controller.crud');
  14367.             $instance->setManagerType('orm');
  14368.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  14369.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  14370.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  14371.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  14372.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  14373.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  14374.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  14375.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  14376.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  14377.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  14378.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  14379.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  14380.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  14381.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  14382.             $instance->setPagerType('default');
  14383.             $instance->setLabel('Звіти');
  14384.             $instance->setTranslationDomain('messages');
  14385.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  14386.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  14387.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  14388.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  14389.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  14390.             $instance->setTemplateRegistry(($this->services['admin.report.template_registry'] ?? $this->getAdmin_Report_TemplateRegistryService()));
  14391.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  14392.             $instance->initialize();
  14393.             return $instance;
  14394.         };
  14395.         return $this->factories['admin.report']();
  14396.     }
  14397.     /**
  14398.      * Gets the public 'admin.report.template_registry' shared service.
  14399.      *
  14400.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  14401.      */
  14402.     protected function getAdmin_Report_TemplateRegistryService()
  14403.     {
  14404.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  14405.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  14406.         return $this->services['admin.report.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  14407.     }
  14408.     /**
  14409.      * Gets the public 'admin.seo' service.
  14410.      *
  14411.      * @return \AdminBundle\Admin\SeoMetaTagAdmin
  14412.      */
  14413.     protected function getAdmin_SeoService()
  14414.     {
  14415.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  14416.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  14417.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  14418.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  14419.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  14420.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  14421.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  14422.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  14423.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  14424.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  14425.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  14426.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  14427.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SeoMetaTagAdmin.php';
  14428.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  14429.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  14430.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  14431.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  14432.         $this->factories['admin.seo'] = function () {
  14433.             $instance = new \AdminBundle\Admin\SeoMetaTagAdmin('admin.seo''CoreBundle\\Entity\\SeoMetaTag''AdminBundle\\Controller\\SeoMetaTagController');
  14434.             $instance->setManagerType('orm');
  14435.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  14436.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  14437.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  14438.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  14439.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  14440.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  14441.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  14442.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  14443.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  14444.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  14445.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  14446.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  14447.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  14448.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  14449.             $instance->setPagerType('default');
  14450.             $instance->setLabel('Метаданные');
  14451.             $instance->setTranslationDomain('messages');
  14452.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  14453.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  14454.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  14455.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  14456.             $instance->setTemplateRegistry(($this->services['admin.seo.template_registry'] ?? $this->getAdmin_Seo_TemplateRegistryService()));
  14457.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  14458.             $instance->initialize();
  14459.             return $instance;
  14460.         };
  14461.         return $this->factories['admin.seo']();
  14462.     }
  14463.     /**
  14464.      * Gets the public 'admin.seo.template_registry' shared service.
  14465.      *
  14466.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  14467.      */
  14468.     protected function getAdmin_Seo_TemplateRegistryService()
  14469.     {
  14470.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  14471.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  14472.         return $this->services['admin.seo.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  14473.     }
  14474.     /**
  14475.      * Gets the public 'admin.service.body_repair_category' service.
  14476.      *
  14477.      * @return \AdminBundle\Admin\Service\BodyRepairCategoryAdmin
  14478.      */
  14479.     protected function getAdmin_Service_BodyRepairCategoryService()
  14480.     {
  14481.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  14482.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  14483.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  14484.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  14485.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  14486.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  14487.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  14488.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  14489.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  14490.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  14491.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  14492.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  14493.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  14494.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Service/BodyRepairCategoryAdmin.php';
  14495.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  14496.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  14497.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  14498.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  14499.         $this->factories['admin.service.body_repair_category'] = function () {
  14500.             $instance = new \AdminBundle\Admin\Service\BodyRepairCategoryAdmin('admin.service.body_repair_category''CoreBundle\\Entity\\BodyRepairCategory''sonata.admin.controller.crud');
  14501.             $instance->setManagerType('orm');
  14502.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  14503.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  14504.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  14505.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  14506.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  14507.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  14508.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  14509.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  14510.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  14511.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  14512.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  14513.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  14514.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  14515.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  14516.             $instance->setPagerType('default');
  14517.             $instance->setLabel('Категории кузовного');
  14518.             $instance->setTranslationDomain('messages');
  14519.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  14520.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  14521.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  14522.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  14523.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  14524.             $instance->setTemplateRegistry(($this->services['admin.service.body_repair_category.template_registry'] ?? $this->getAdmin_Service_BodyRepairCategory_TemplateRegistryService()));
  14525.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  14526.             $instance->initialize();
  14527.             return $instance;
  14528.         };
  14529.         return $this->factories['admin.service.body_repair_category']();
  14530.     }
  14531.     /**
  14532.      * Gets the public 'admin.service.body_repair_category.template_registry' shared service.
  14533.      *
  14534.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  14535.      */
  14536.     protected function getAdmin_Service_BodyRepairCategory_TemplateRegistryService()
  14537.     {
  14538.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  14539.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  14540.         return $this->services['admin.service.body_repair_category.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  14541.     }
  14542.     /**
  14543.      * Gets the public 'admin.service.body_repair_category_content' service.
  14544.      *
  14545.      * @return \AdminBundle\Admin\Service\BodyRepairCategoryContentAdmin
  14546.      */
  14547.     protected function getAdmin_Service_BodyRepairCategoryContentService()
  14548.     {
  14549.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  14550.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  14551.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  14552.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  14553.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  14554.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  14555.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  14556.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  14557.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  14558.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  14559.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  14560.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  14561.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  14562.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Service/BodyRepairCategoryContentAdmin.php';
  14563.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  14564.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  14565.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  14566.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  14567.         $this->factories['admin.service.body_repair_category_content'] = function () {
  14568.             $instance = new \AdminBundle\Admin\Service\BodyRepairCategoryContentAdmin('admin.service.body_repair_category_content''CoreBundle\\Entity\\BodyRepairCategoryContent''sonata.admin.controller.crud');
  14569.             $instance->setManagerType('orm');
  14570.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  14571.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  14572.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  14573.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  14574.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  14575.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  14576.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  14577.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  14578.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  14579.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  14580.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  14581.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  14582.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  14583.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  14584.             $instance->setPagerType('default');
  14585.             $instance->setLabel(NULL);
  14586.             $instance->setTranslationDomain('messages');
  14587.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  14588.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  14589.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  14590.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  14591.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  14592.             $instance->setTemplateRegistry(($this->services['admin.service.body_repair_category_content.template_registry'] ?? $this->getAdmin_Service_BodyRepairCategoryContent_TemplateRegistryService()));
  14593.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  14594.             $instance->initialize();
  14595.             return $instance;
  14596.         };
  14597.         return $this->factories['admin.service.body_repair_category_content']();
  14598.     }
  14599.     /**
  14600.      * Gets the public 'admin.service.body_repair_category_content.template_registry' shared service.
  14601.      *
  14602.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  14603.      */
  14604.     protected function getAdmin_Service_BodyRepairCategoryContent_TemplateRegistryService()
  14605.     {
  14606.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  14607.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  14608.         return $this->services['admin.service.body_repair_category_content.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  14609.     }
  14610.     /**
  14611.      * Gets the public 'admin.service.job' service.
  14612.      *
  14613.      * @return \AdminBundle\Admin\Service\JobAdmin
  14614.      */
  14615.     protected function getAdmin_Service_JobService()
  14616.     {
  14617.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  14618.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  14619.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  14620.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  14621.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  14622.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  14623.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  14624.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  14625.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  14626.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  14627.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  14628.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  14629.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Service/JobAdmin.php';
  14630.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  14631.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  14632.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  14633.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  14634.         $this->factories['admin.service.job'] = function () {
  14635.             $instance = new \AdminBundle\Admin\Service\JobAdmin('admin.service.job''DcSiteBundle\\Entity\\Job''sonata.admin.controller.crud');
  14636.             $instance->setManagerType('orm');
  14637.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  14638.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  14639.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  14640.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  14641.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  14642.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  14643.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  14644.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  14645.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  14646.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  14647.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  14648.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  14649.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  14650.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  14651.             $instance->setPagerType('default');
  14652.             $instance->setLabel('Справочник работ');
  14653.             $instance->setTranslationDomain('messages');
  14654.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  14655.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  14656.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  14657.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  14658.             $instance->setContainerServices(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  14659.             $instance->setTemplateRegistry(($this->services['admin.service.job.template_registry'] ?? $this->getAdmin_Service_Job_TemplateRegistryService()));
  14660.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  14661.             $instance->initialize();
  14662.             return $instance;
  14663.         };
  14664.         return $this->factories['admin.service.job']();
  14665.     }
  14666.     /**
  14667.      * Gets the public 'admin.service.job.template_registry' shared service.
  14668.      *
  14669.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  14670.      */
  14671.     protected function getAdmin_Service_Job_TemplateRegistryService()
  14672.     {
  14673.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  14674.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  14675.         return $this->services['admin.service.job.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  14676.     }
  14677.     /**
  14678.      * Gets the public 'admin.service.part' service.
  14679.      *
  14680.      * @return \AdminBundle\Admin\Service\PartAdmin
  14681.      */
  14682.     protected function getAdmin_Service_PartService()
  14683.     {
  14684.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  14685.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  14686.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  14687.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  14688.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  14689.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  14690.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  14691.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  14692.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  14693.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  14694.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  14695.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  14696.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Service/PartAdmin.php';
  14697.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  14698.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  14699.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  14700.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  14701.         $this->factories['admin.service.part'] = function () {
  14702.             $instance = new \AdminBundle\Admin\Service\PartAdmin('admin.service.part''DcSiteBundle\\Entity\\Part''sonata.admin.controller.crud');
  14703.             $instance->setManagerType('orm');
  14704.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  14705.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  14706.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  14707.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  14708.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  14709.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  14710.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  14711.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  14712.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  14713.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  14714.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  14715.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  14716.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  14717.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  14718.             $instance->setPagerType('default');
  14719.             $instance->setLabel('Запасные части');
  14720.             $instance->setTranslationDomain('messages');
  14721.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  14722.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  14723.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  14724.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  14725.             $instance->setContainerServices(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  14726.             $instance->setTemplateRegistry(($this->services['admin.service.part.template_registry'] ?? $this->getAdmin_Service_Part_TemplateRegistryService()));
  14727.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  14728.             $instance->initialize();
  14729.             return $instance;
  14730.         };
  14731.         return $this->factories['admin.service.part']();
  14732.     }
  14733.     /**
  14734.      * Gets the public 'admin.service.part.template_registry' shared service.
  14735.      *
  14736.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  14737.      */
  14738.     protected function getAdmin_Service_Part_TemplateRegistryService()
  14739.     {
  14740.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  14741.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  14742.         return $this->services['admin.service.part.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  14743.     }
  14744.     /**
  14745.      * Gets the public 'admin.service.service_page_category' service.
  14746.      *
  14747.      * @return \AdminBundle\Admin\ServicePageCategoryAdmin
  14748.      */
  14749.     protected function getAdmin_Service_ServicePageCategoryService()
  14750.     {
  14751.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  14752.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  14753.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  14754.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  14755.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  14756.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  14757.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  14758.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  14759.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  14760.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  14761.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  14762.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  14763.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  14764.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/ServicePageCategoryAdmin.php';
  14765.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  14766.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  14767.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  14768.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  14769.         $this->factories['admin.service.service_page_category'] = function () {
  14770.             $instance = new \AdminBundle\Admin\ServicePageCategoryAdmin('admin.service.service_page_category''CoreBundle\\Entity\\ServicePageCategory''sonata.admin.controller.crud');
  14771.             $instance->setManagerType('orm');
  14772.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  14773.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  14774.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  14775.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  14776.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  14777.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  14778.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  14779.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  14780.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  14781.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  14782.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  14783.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  14784.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  14785.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  14786.             $instance->setPagerType('default');
  14787.             $instance->setLabel('Категории сервис');
  14788.             $instance->setTranslationDomain('messages');
  14789.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  14790.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  14791.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  14792.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  14793.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  14794.             $instance->setTemplateRegistry(($this->services['admin.service.service_page_category.template_registry'] ?? $this->getAdmin_Service_ServicePageCategory_TemplateRegistryService()));
  14795.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  14796.             $instance->initialize();
  14797.             return $instance;
  14798.         };
  14799.         return $this->factories['admin.service.service_page_category']();
  14800.     }
  14801.     /**
  14802.      * Gets the public 'admin.service.service_page_category.template_registry' shared service.
  14803.      *
  14804.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  14805.      */
  14806.     protected function getAdmin_Service_ServicePageCategory_TemplateRegistryService()
  14807.     {
  14808.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  14809.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  14810.         return $this->services['admin.service.service_page_category.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  14811.     }
  14812.     /**
  14813.      * Gets the public 'admin.service.service_page_category_content' service.
  14814.      *
  14815.      * @return \AdminBundle\Admin\ServicePageCategoryContentAdmin
  14816.      */
  14817.     protected function getAdmin_Service_ServicePageCategoryContentService()
  14818.     {
  14819.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  14820.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  14821.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  14822.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  14823.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  14824.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  14825.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  14826.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  14827.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  14828.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  14829.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  14830.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  14831.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  14832.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/ServicePageCategoryContentAdmin.php';
  14833.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  14834.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  14835.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  14836.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  14837.         $this->factories['admin.service.service_page_category_content'] = function () {
  14838.             $instance = new \AdminBundle\Admin\ServicePageCategoryContentAdmin('admin.service.service_page_category_content''CoreBundle\\Entity\\ServicePageCategoryContent''sonata.admin.controller.crud');
  14839.             $instance->setManagerType('orm');
  14840.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  14841.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  14842.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  14843.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  14844.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  14845.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  14846.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  14847.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  14848.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  14849.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  14850.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  14851.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  14852.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  14853.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  14854.             $instance->setPagerType('default');
  14855.             $instance->setLabel(NULL);
  14856.             $instance->setTranslationDomain('messages');
  14857.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  14858.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  14859.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  14860.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  14861.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  14862.             $instance->setTemplateRegistry(($this->services['admin.service.service_page_category_content.template_registry'] ?? $this->getAdmin_Service_ServicePageCategoryContent_TemplateRegistryService()));
  14863.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  14864.             $instance->initialize();
  14865.             return $instance;
  14866.         };
  14867.         return $this->factories['admin.service.service_page_category_content']();
  14868.     }
  14869.     /**
  14870.      * Gets the public 'admin.service.service_page_category_content.template_registry' shared service.
  14871.      *
  14872.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  14873.      */
  14874.     protected function getAdmin_Service_ServicePageCategoryContent_TemplateRegistryService()
  14875.     {
  14876.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  14877.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  14878.         return $this->services['admin.service.service_page_category_content.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  14879.     }
  14880.     /**
  14881.      * Gets the public 'admin.service.service_page_content' service.
  14882.      *
  14883.      * @return \AdminBundle\Admin\ServicePageContentAdmin
  14884.      */
  14885.     protected function getAdmin_Service_ServicePageContentService()
  14886.     {
  14887.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  14888.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  14889.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  14890.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  14891.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  14892.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  14893.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  14894.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  14895.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  14896.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  14897.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  14898.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  14899.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  14900.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/ServicePageContentAdmin.php';
  14901.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  14902.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  14903.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  14904.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  14905.         $this->factories['admin.service.service_page_content'] = function () {
  14906.             $instance = new \AdminBundle\Admin\ServicePageContentAdmin('admin.service.service_page_content''CoreBundle\\Entity\\ServicePageContent''sonata.admin.controller.crud');
  14907.             $instance->setManagerType('orm');
  14908.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  14909.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  14910.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  14911.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  14912.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  14913.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  14914.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  14915.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  14916.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  14917.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  14918.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  14919.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  14920.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  14921.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  14922.             $instance->setPagerType('default');
  14923.             $instance->setLabel(NULL);
  14924.             $instance->setTranslationDomain('messages');
  14925.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  14926.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  14927.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  14928.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  14929.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  14930.             $instance->setTemplateRegistry(($this->services['admin.service.service_page_content.template_registry'] ?? $this->getAdmin_Service_ServicePageContent_TemplateRegistryService()));
  14931.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  14932.             $instance->initialize();
  14933.             return $instance;
  14934.         };
  14935.         return $this->factories['admin.service.service_page_content']();
  14936.     }
  14937.     /**
  14938.      * Gets the public 'admin.service.service_page_content.template_registry' shared service.
  14939.      *
  14940.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  14941.      */
  14942.     protected function getAdmin_Service_ServicePageContent_TemplateRegistryService()
  14943.     {
  14944.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  14945.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  14946.         return $this->services['admin.service.service_page_content.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  14947.     }
  14948.     /**
  14949.      * Gets the public 'admin.service.servise_page' service.
  14950.      *
  14951.      * @return \AdminBundle\Admin\ServicePageAdmin
  14952.      */
  14953.     protected function getAdmin_Service_ServisePageService()
  14954.     {
  14955.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  14956.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  14957.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  14958.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  14959.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  14960.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  14961.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  14962.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  14963.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  14964.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  14965.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  14966.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  14967.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  14968.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/ServicePageAdmin.php';
  14969.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  14970.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  14971.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  14972.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  14973.         $this->factories['admin.service.servise_page'] = function () {
  14974.             $instance = new \AdminBundle\Admin\ServicePageAdmin('admin.service.servise_page''CoreBundle\\Entity\\ServicePage''sonata.admin.controller.crud');
  14975.             $instance->setManagerType('orm');
  14976.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  14977.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  14978.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  14979.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  14980.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  14981.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  14982.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  14983.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  14984.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  14985.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  14986.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  14987.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  14988.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  14989.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  14990.             $instance->setPagerType('default');
  14991.             $instance->setLabel('Услуги сервиса');
  14992.             $instance->setTranslationDomain('messages');
  14993.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  14994.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  14995.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  14996.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  14997.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  14998.             $instance->setTemplateRegistry(($this->services['admin.service.servise_page.template_registry'] ?? $this->getAdmin_Service_ServisePage_TemplateRegistryService()));
  14999.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  15000.             $instance->initialize();
  15001.             return $instance;
  15002.         };
  15003.         return $this->factories['admin.service.servise_page']();
  15004.     }
  15005.     /**
  15006.      * Gets the public 'admin.service.servise_page.template_registry' shared service.
  15007.      *
  15008.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  15009.      */
  15010.     protected function getAdmin_Service_ServisePage_TemplateRegistryService()
  15011.     {
  15012.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  15013.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  15014.         return $this->services['admin.service.servise_page.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  15015.     }
  15016.     /**
  15017.      * Gets the public 'admin.service.to_regulation_job' service.
  15018.      *
  15019.      * @return \AdminBundle\Admin\Service\ServiceWorkJobAdmin
  15020.      */
  15021.     protected function getAdmin_Service_ToRegulationJobService()
  15022.     {
  15023.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  15024.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  15025.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  15026.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  15027.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  15028.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  15029.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  15030.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  15031.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  15032.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  15033.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  15034.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  15035.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Service/ServiceWorkJobAdmin.php';
  15036.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  15037.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  15038.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  15039.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  15040.         $this->factories['admin.service.to_regulation_job'] = function () {
  15041.             $instance = new \AdminBundle\Admin\Service\ServiceWorkJobAdmin('admin.service.to_regulation_job''DcSiteBundle\\Entity\\ServiceWorkJob''sonata.admin.controller.crud');
  15042.             $instance->setManagerType('orm');
  15043.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  15044.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  15045.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  15046.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  15047.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  15048.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  15049.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  15050.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  15051.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  15052.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  15053.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  15054.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  15055.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  15056.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  15057.             $instance->setPagerType('default');
  15058.             $instance->setLabel(NULL);
  15059.             $instance->setTranslationDomain('messages');
  15060.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  15061.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  15062.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  15063.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  15064.             $instance->setContainerServices(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  15065.             $instance->setTemplateRegistry(($this->services['admin.service.to_regulation_job.template_registry'] ?? $this->getAdmin_Service_ToRegulationJob_TemplateRegistryService()));
  15066.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  15067.             $instance->initialize();
  15068.             return $instance;
  15069.         };
  15070.         return $this->factories['admin.service.to_regulation_job']();
  15071.     }
  15072.     /**
  15073.      * Gets the public 'admin.service.to_regulation_job.template_registry' shared service.
  15074.      *
  15075.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  15076.      */
  15077.     protected function getAdmin_Service_ToRegulationJob_TemplateRegistryService()
  15078.     {
  15079.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  15080.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  15081.         return $this->services['admin.service.to_regulation_job.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  15082.     }
  15083.     /**
  15084.      * Gets the public 'admin.service.to_regulation_part' service.
  15085.      *
  15086.      * @return \AdminBundle\Admin\Service\ServiceWorkPartAdmin
  15087.      */
  15088.     protected function getAdmin_Service_ToRegulationPartService()
  15089.     {
  15090.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  15091.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  15092.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  15093.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  15094.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  15095.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  15096.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  15097.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  15098.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  15099.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  15100.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  15101.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  15102.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Service/ServiceWorkPartAdmin.php';
  15103.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  15104.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  15105.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  15106.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  15107.         $this->factories['admin.service.to_regulation_part'] = function () {
  15108.             $instance = new \AdminBundle\Admin\Service\ServiceWorkPartAdmin('admin.service.to_regulation_part''DcSiteBundle\\Entity\\ServiceWorkPart''sonata.admin.controller.crud');
  15109.             $instance->setManagerType('orm');
  15110.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  15111.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  15112.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  15113.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  15114.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  15115.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  15116.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  15117.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  15118.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  15119.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  15120.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  15121.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  15122.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  15123.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  15124.             $instance->setPagerType('default');
  15125.             $instance->setLabel(NULL);
  15126.             $instance->setTranslationDomain('messages');
  15127.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  15128.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  15129.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  15130.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  15131.             $instance->setContainerServices(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  15132.             $instance->setTemplateRegistry(($this->services['admin.service.to_regulation_part.template_registry'] ?? $this->getAdmin_Service_ToRegulationPart_TemplateRegistryService()));
  15133.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  15134.             $instance->initialize();
  15135.             return $instance;
  15136.         };
  15137.         return $this->factories['admin.service.to_regulation_part']();
  15138.     }
  15139.     /**
  15140.      * Gets the public 'admin.service.to_regulation_part.template_registry' shared service.
  15141.      *
  15142.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  15143.      */
  15144.     protected function getAdmin_Service_ToRegulationPart_TemplateRegistryService()
  15145.     {
  15146.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  15147.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  15148.         return $this->services['admin.service.to_regulation_part.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  15149.     }
  15150.     /**
  15151.      * Gets the public 'admin.service.to_regulations' service.
  15152.      *
  15153.      * @return \AdminBundle\Admin\Service\ServiceWorkAdmin
  15154.      */
  15155.     protected function getAdmin_Service_ToRegulationsService()
  15156.     {
  15157.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  15158.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  15159.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  15160.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  15161.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  15162.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  15163.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  15164.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  15165.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  15166.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  15167.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  15168.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  15169.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Service/ServiceWorkAdmin.php';
  15170.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  15171.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  15172.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  15173.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  15174.         $this->factories['admin.service.to_regulations'] = function () {
  15175.             $instance = new \AdminBundle\Admin\Service\ServiceWorkAdmin('admin.service.to_regulations''DcSiteBundle\\Entity\\ServiceWork''AdminBundle\\Controller\\BaseCRUDController');
  15176.             $instance->setManagerType('orm');
  15177.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  15178.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  15179.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  15180.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  15181.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  15182.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  15183.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  15184.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  15185.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  15186.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  15187.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  15188.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  15189.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  15190.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  15191.             $instance->setPagerType('default');
  15192.             $instance->setLabel('Регламенты ТО');
  15193.             $instance->setTranslationDomain('messages');
  15194.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  15195.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  15196.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  15197.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  15198.             $instance->setContainerServices(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  15199.             $instance->setTemplateRegistry(($this->services['admin.service.to_regulations.template_registry'] ?? $this->getAdmin_Service_ToRegulations_TemplateRegistryService()));
  15200.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  15201.             $instance->initialize();
  15202.             return $instance;
  15203.         };
  15204.         return $this->factories['admin.service.to_regulations']();
  15205.     }
  15206.     /**
  15207.      * Gets the public 'admin.service.to_regulations.template_registry' shared service.
  15208.      *
  15209.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  15210.      */
  15211.     protected function getAdmin_Service_ToRegulations_TemplateRegistryService()
  15212.     {
  15213.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  15214.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  15215.         return $this->services['admin.service.to_regulations.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  15216.     }
  15217.     /**
  15218.      * Gets the public 'admin.shop.goods' service.
  15219.      *
  15220.      * @return \AdminBundle\Admin\Shop\GoodsAdmin
  15221.      */
  15222.     protected function getAdmin_Shop_GoodsService()
  15223.     {
  15224.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  15225.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  15226.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  15227.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  15228.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  15229.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  15230.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  15231.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  15232.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  15233.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  15234.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  15235.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  15236.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Shop/GoodsAdmin.php';
  15237.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  15238.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  15239.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  15240.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  15241.         $this->factories['admin.shop.goods'] = function () {
  15242.             $instance = new \AdminBundle\Admin\Shop\GoodsAdmin('admin.shop.goods''CoreBundle\\Entity\\Shop\\Goods''sonata.admin.controller.crud');
  15243.             $instance->setManagerType('orm');
  15244.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  15245.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  15246.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  15247.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  15248.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  15249.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  15250.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  15251.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  15252.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  15253.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  15254.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  15255.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  15256.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  15257.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  15258.             $instance->setPagerType('default');
  15259.             $instance->setLabel('Товары');
  15260.             $instance->setTranslationDomain('messages');
  15261.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  15262.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  15263.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  15264.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  15265.             $instance->setContainerServices(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  15266.             $instance->setTemplateRegistry(($this->services['admin.shop.goods.template_registry'] ?? $this->getAdmin_Shop_Goods_TemplateRegistryService()));
  15267.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  15268.             $instance->initialize();
  15269.             return $instance;
  15270.         };
  15271.         return $this->factories['admin.shop.goods']();
  15272.     }
  15273.     /**
  15274.      * Gets the public 'admin.shop.goods.template_registry' shared service.
  15275.      *
  15276.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  15277.      */
  15278.     protected function getAdmin_Shop_Goods_TemplateRegistryService()
  15279.     {
  15280.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  15281.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  15282.         return $this->services['admin.shop.goods.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  15283.     }
  15284.     /**
  15285.      * Gets the public 'admin.shop.goods_content' service.
  15286.      *
  15287.      * @return \AdminBundle\Admin\Shop\GoodsContentAdmin
  15288.      */
  15289.     protected function getAdmin_Shop_GoodsContentService()
  15290.     {
  15291.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  15292.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  15293.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  15294.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  15295.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  15296.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  15297.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  15298.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  15299.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  15300.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  15301.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  15302.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  15303.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Shop/GoodsContentAdmin.php';
  15304.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  15305.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  15306.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  15307.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  15308.         $this->factories['admin.shop.goods_content'] = function () {
  15309.             $instance = new \AdminBundle\Admin\Shop\GoodsContentAdmin('admin.shop.goods_content''CoreBundle\\Entity\\Shop\\GoodsContent''sonata.admin.controller.crud');
  15310.             $instance->setManagerType('orm');
  15311.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  15312.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  15313.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  15314.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  15315.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  15316.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  15317.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  15318.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  15319.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  15320.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  15321.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  15322.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  15323.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  15324.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  15325.             $instance->setPagerType('default');
  15326.             $instance->setLabel(NULL);
  15327.             $instance->setTranslationDomain('messages');
  15328.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  15329.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  15330.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  15331.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  15332.             $instance->setTemplateRegistry(($this->services['admin.shop.goods_content.template_registry'] ?? $this->getAdmin_Shop_GoodsContent_TemplateRegistryService()));
  15333.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  15334.             $instance->initialize();
  15335.             return $instance;
  15336.         };
  15337.         return $this->factories['admin.shop.goods_content']();
  15338.     }
  15339.     /**
  15340.      * Gets the public 'admin.shop.goods_content.template_registry' shared service.
  15341.      *
  15342.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  15343.      */
  15344.     protected function getAdmin_Shop_GoodsContent_TemplateRegistryService()
  15345.     {
  15346.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  15347.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  15348.         return $this->services['admin.shop.goods_content.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  15349.     }
  15350.     /**
  15351.      * Gets the public 'admin.shop.group' service.
  15352.      *
  15353.      * @return \AdminBundle\Admin\Shop\GroupAdmin
  15354.      */
  15355.     protected function getAdmin_Shop_GroupService()
  15356.     {
  15357.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  15358.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  15359.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  15360.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  15361.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  15362.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  15363.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  15364.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  15365.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  15366.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  15367.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  15368.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  15369.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Shop/GroupAdmin.php';
  15370.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  15371.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  15372.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  15373.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  15374.         $this->factories['admin.shop.group'] = function () {
  15375.             $instance = new \AdminBundle\Admin\Shop\GroupAdmin('admin.shop.group''CoreBundle\\Entity\\Shop\\Group''sonata.admin.controller.crud');
  15376.             $instance->setManagerType('orm');
  15377.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  15378.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  15379.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  15380.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  15381.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  15382.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  15383.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  15384.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  15385.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  15386.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  15387.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  15388.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  15389.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  15390.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  15391.             $instance->setPagerType('default');
  15392.             $instance->setLabel('Групы товаров');
  15393.             $instance->setTranslationDomain('messages');
  15394.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  15395.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  15396.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  15397.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  15398.             $instance->setTemplateRegistry(($this->services['admin.shop.group.template_registry'] ?? $this->getAdmin_Shop_Group_TemplateRegistryService()));
  15399.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  15400.             $instance->initialize();
  15401.             return $instance;
  15402.         };
  15403.         return $this->factories['admin.shop.group']();
  15404.     }
  15405.     /**
  15406.      * Gets the public 'admin.shop.group.template_registry' shared service.
  15407.      *
  15408.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  15409.      */
  15410.     protected function getAdmin_Shop_Group_TemplateRegistryService()
  15411.     {
  15412.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  15413.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  15414.         return $this->services['admin.shop.group.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  15415.     }
  15416.     /**
  15417.      * Gets the public 'admin.sub.about_company' service.
  15418.      *
  15419.      * @return \AdminBundle\Admin\SubAutoSite\AboutCompanyAdmin
  15420.      */
  15421.     protected function getAdmin_Sub_AboutCompanyService()
  15422.     {
  15423.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  15424.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  15425.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  15426.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  15427.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  15428.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  15429.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  15430.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  15431.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  15432.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  15433.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  15434.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  15435.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/BaseImporterAdmin.php';
  15436.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/AboutCompanyAdmin.php';
  15437.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  15438.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  15439.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  15440.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  15441.         $this->factories['admin.sub.about_company'] = function () {
  15442.             $instance = new \AdminBundle\Admin\SubAutoSite\AboutCompanyAdmin('admin.sub.about_company''ImporterBundle\\Entity\\Dealer''sonata.admin.controller.crud');
  15443.             $instance->setManagerType('orm');
  15444.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  15445.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  15446.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  15447.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  15448.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  15449.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  15450.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  15451.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  15452.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  15453.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  15454.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  15455.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  15456.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  15457.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  15458.             $instance->setPagerType('default');
  15459.             $instance->setLabel('О компании');
  15460.             $instance->setTranslationDomain('messages');
  15461.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  15462.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  15463.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  15464.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  15465.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  15466.             $instance->setTemplateRegistry(($this->services['admin.sub.about_company.template_registry'] ?? $this->getAdmin_Sub_AboutCompany_TemplateRegistryService()));
  15467.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  15468.             $instance->initialize();
  15469.             return $instance;
  15470.         };
  15471.         return $this->factories['admin.sub.about_company']();
  15472.     }
  15473.     /**
  15474.      * Gets the public 'admin.sub.about_company.template_registry' shared service.
  15475.      *
  15476.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  15477.      */
  15478.     protected function getAdmin_Sub_AboutCompany_TemplateRegistryService()
  15479.     {
  15480.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  15481.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  15482.         return $this->services['admin.sub.about_company.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  15483.     }
  15484.     /**
  15485.      * Gets the public 'admin.sub.accessories' service.
  15486.      *
  15487.      * @return \AdminBundle\Admin\SubAutoSite\AccessoriesAdmin
  15488.      */
  15489.     protected function getAdmin_Sub_AccessoriesService()
  15490.     {
  15491.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  15492.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  15493.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  15494.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  15495.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  15496.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  15497.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  15498.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  15499.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  15500.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  15501.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  15502.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  15503.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/BaseImporterAdmin.php';
  15504.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/AccessoriesAdmin.php';
  15505.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  15506.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  15507.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  15508.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  15509.         $this->factories['admin.sub.accessories'] = function () {
  15510.             $instance = new \AdminBundle\Admin\SubAutoSite\AccessoriesAdmin('admin.sub.accessories''ImporterBundle\\Entity\\Accessories''sonata.admin.controller.crud');
  15511.             $instance->setManagerType('orm');
  15512.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  15513.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  15514.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  15515.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  15516.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  15517.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  15518.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  15519.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  15520.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  15521.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  15522.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  15523.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  15524.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  15525.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  15526.             $instance->setPagerType('default');
  15527.             $instance->setLabel('Аксессуары');
  15528.             $instance->setTranslationDomain('messages');
  15529.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  15530.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  15531.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  15532.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  15533.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  15534.             $instance->setTemplateRegistry(($this->services['admin.sub.accessories.template_registry'] ?? $this->getAdmin_Sub_Accessories_TemplateRegistryService()));
  15535.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  15536.             $instance->initialize();
  15537.             return $instance;
  15538.         };
  15539.         return $this->factories['admin.sub.accessories']();
  15540.     }
  15541.     /**
  15542.      * Gets the public 'admin.sub.accessories.template_registry' shared service.
  15543.      *
  15544.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  15545.      */
  15546.     protected function getAdmin_Sub_Accessories_TemplateRegistryService()
  15547.     {
  15548.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  15549.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  15550.         return $this->services['admin.sub.accessories.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  15551.     }
  15552.     /**
  15553.      * Gets the public 'admin.sub.accessories_group' service.
  15554.      *
  15555.      * @return \AdminBundle\Admin\SubAutoSite\AccessoriesGroupAdmin
  15556.      */
  15557.     protected function getAdmin_Sub_AccessoriesGroupService()
  15558.     {
  15559.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  15560.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  15561.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  15562.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  15563.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  15564.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  15565.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  15566.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  15567.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  15568.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  15569.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  15570.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  15571.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/BaseImporterAdmin.php';
  15572.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/AccessoriesGroupAdmin.php';
  15573.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  15574.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  15575.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  15576.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  15577.         $this->factories['admin.sub.accessories_group'] = function () {
  15578.             $instance = new \AdminBundle\Admin\SubAutoSite\AccessoriesGroupAdmin('admin.sub.accessories_group''ImporterBundle\\Entity\\AccessoriesGroup''sonata.admin.controller.crud');
  15579.             $instance->setManagerType('orm');
  15580.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  15581.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  15582.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  15583.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  15584.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  15585.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  15586.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  15587.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  15588.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  15589.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  15590.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  15591.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  15592.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  15593.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  15594.             $instance->setPagerType('default');
  15595.             $instance->setLabel('Аксессуары - категории');
  15596.             $instance->setTranslationDomain('messages');
  15597.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  15598.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  15599.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  15600.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  15601.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  15602.             $instance->setTemplateRegistry(($this->services['admin.sub.accessories_group.template_registry'] ?? $this->getAdmin_Sub_AccessoriesGroup_TemplateRegistryService()));
  15603.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  15604.             $instance->initialize();
  15605.             return $instance;
  15606.         };
  15607.         return $this->factories['admin.sub.accessories_group']();
  15608.     }
  15609.     /**
  15610.      * Gets the public 'admin.sub.accessories_group.template_registry' shared service.
  15611.      *
  15612.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  15613.      */
  15614.     protected function getAdmin_Sub_AccessoriesGroup_TemplateRegistryService()
  15615.     {
  15616.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  15617.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  15618.         return $this->services['admin.sub.accessories_group.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  15619.     }
  15620.     /**
  15621.      * Gets the public 'admin.sub.actions.post' service.
  15622.      *
  15623.      * @return \AdminBundle\Admin\SubAutoSite\ActionsAdmin
  15624.      */
  15625.     protected function getAdmin_Sub_Actions_PostService()
  15626.     {
  15627.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  15628.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  15629.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  15630.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  15631.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  15632.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  15633.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  15634.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  15635.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  15636.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  15637.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  15638.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  15639.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/BaseImporterAdmin.php';
  15640.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/NewsAdmin.php';
  15641.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/ActionsAdmin.php';
  15642.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  15643.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  15644.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  15645.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  15646.         $this->factories['admin.sub.actions.post'] = function () {
  15647.             $instance = new \AdminBundle\Admin\SubAutoSite\ActionsAdmin('admin.sub.actions.post''ImporterBundle\\Entity\\Post''sonata.admin.controller.crud');
  15648.             $instance->setManagerType('orm');
  15649.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  15650.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  15651.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  15652.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  15653.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  15654.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  15655.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  15656.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  15657.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  15658.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  15659.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  15660.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  15661.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  15662.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  15663.             $instance->setPagerType('default');
  15664.             $instance->setLabel('Акции');
  15665.             $instance->setTranslationDomain('messages');
  15666.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  15667.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  15668.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  15669.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  15670.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  15671.             $instance->setTemplateRegistry(($this->services['admin.sub.actions.post.template_registry'] ?? $this->getAdmin_Sub_Actions_Post_TemplateRegistryService()));
  15672.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  15673.             $instance->initialize();
  15674.             return $instance;
  15675.         };
  15676.         return $this->factories['admin.sub.actions.post']();
  15677.     }
  15678.     /**
  15679.      * Gets the public 'admin.sub.actions.post.template_registry' shared service.
  15680.      *
  15681.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  15682.      */
  15683.     protected function getAdmin_Sub_Actions_Post_TemplateRegistryService()
  15684.     {
  15685.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  15686.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  15687.         return $this->services['admin.sub.actions.post.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  15688.     }
  15689.     /**
  15690.      * Gets the public 'admin.sub.contact' service.
  15691.      *
  15692.      * @return \AdminBundle\Admin\SubAutoSite\ContactAdmin
  15693.      */
  15694.     protected function getAdmin_Sub_ContactService()
  15695.     {
  15696.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  15697.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  15698.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  15699.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  15700.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  15701.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  15702.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  15703.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  15704.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  15705.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  15706.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  15707.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  15708.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/BaseImporterAdmin.php';
  15709.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/ContactAdmin.php';
  15710.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  15711.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  15712.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  15713.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  15714.         $this->factories['admin.sub.contact'] = function () {
  15715.             $instance = new \AdminBundle\Admin\SubAutoSite\ContactAdmin('admin.sub.contact''ImporterBundle\\Entity\\Dealer''sonata.admin.controller.crud');
  15716.             $instance->setManagerType('orm');
  15717.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  15718.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  15719.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  15720.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  15721.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  15722.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  15723.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  15724.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  15725.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  15726.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  15727.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  15728.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  15729.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  15730.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  15731.             $instance->setPagerType('default');
  15732.             $instance->setLabel('Контакты');
  15733.             $instance->setTranslationDomain('messages');
  15734.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  15735.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  15736.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  15737.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  15738.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  15739.             $instance->setTemplateRegistry(($this->services['admin.sub.contact.template_registry'] ?? $this->getAdmin_Sub_Contact_TemplateRegistryService()));
  15740.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  15741.             $instance->initialize();
  15742.             return $instance;
  15743.         };
  15744.         return $this->factories['admin.sub.contact']();
  15745.     }
  15746.     /**
  15747.      * Gets the public 'admin.sub.contact.template_registry' shared service.
  15748.      *
  15749.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  15750.      */
  15751.     protected function getAdmin_Sub_Contact_TemplateRegistryService()
  15752.     {
  15753.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  15754.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  15755.         return $this->services['admin.sub.contact.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  15756.     }
  15757.     /**
  15758.      * Gets the public 'admin.sub.department' service.
  15759.      *
  15760.      * @return \AdminBundle\Admin\SubAutoSite\DepartmentAdmin
  15761.      */
  15762.     protected function getAdmin_Sub_DepartmentService()
  15763.     {
  15764.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  15765.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  15766.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  15767.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  15768.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  15769.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  15770.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  15771.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  15772.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  15773.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  15774.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  15775.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  15776.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/BaseImporterAdmin.php';
  15777.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/DepartmentAdmin.php';
  15778.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  15779.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  15780.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  15781.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  15782.         $this->factories['admin.sub.department'] = function () {
  15783.             $instance = new \AdminBundle\Admin\SubAutoSite\DepartmentAdmin('admin.sub.department''ImporterBundle\\Entity\\Department''sonata.admin.controller.crud');
  15784.             $instance->setManagerType('orm');
  15785.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  15786.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  15787.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  15788.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  15789.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  15790.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  15791.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  15792.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  15793.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  15794.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  15795.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  15796.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  15797.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  15798.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  15799.             $instance->setPagerType('default');
  15800.             $instance->setLabel('Персонал - отделы');
  15801.             $instance->setTranslationDomain('messages');
  15802.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  15803.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  15804.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  15805.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  15806.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  15807.             $instance->setTemplateRegistry(($this->services['admin.sub.department.template_registry'] ?? $this->getAdmin_Sub_Department_TemplateRegistryService()));
  15808.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  15809.             $instance->initialize();
  15810.             return $instance;
  15811.         };
  15812.         return $this->factories['admin.sub.department']();
  15813.     }
  15814.     /**
  15815.      * Gets the public 'admin.sub.department.template_registry' shared service.
  15816.      *
  15817.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  15818.      */
  15819.     protected function getAdmin_Sub_Department_TemplateRegistryService()
  15820.     {
  15821.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  15822.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  15823.         return $this->services['admin.sub.department.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  15824.     }
  15825.     /**
  15826.      * Gets the public 'admin.sub.inner_mail' service.
  15827.      *
  15828.      * @return \AdminBundle\Admin\SubAutoSite\InnerMailAdmin
  15829.      */
  15830.     protected function getAdmin_Sub_InnerMailService()
  15831.     {
  15832.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  15833.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  15834.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  15835.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  15836.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  15837.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  15838.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  15839.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  15840.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  15841.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  15842.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  15843.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  15844.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/BaseImporterAdmin.php';
  15845.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/InnerMailAdmin.php';
  15846.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  15847.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  15848.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  15849.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  15850.         $this->factories['admin.sub.inner_mail'] = function () {
  15851.             $instance = new \AdminBundle\Admin\SubAutoSite\InnerMailAdmin('admin.sub.inner_mail''ImporterBundle\\Entity\\InnerMail''sonata.admin.controller.crud');
  15852.             $instance->setManagerType('orm');
  15853.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  15854.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  15855.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  15856.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  15857.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  15858.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  15859.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  15860.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  15861.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  15862.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  15863.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  15864.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  15865.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  15866.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  15867.             $instance->setPagerType('default');
  15868.             $instance->setLabel('Адреса внутренней рассылки');
  15869.             $instance->setTranslationDomain('messages');
  15870.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  15871.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  15872.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  15873.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  15874.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  15875.             $instance->setTemplateRegistry(($this->services['admin.sub.inner_mail.template_registry'] ?? $this->getAdmin_Sub_InnerMail_TemplateRegistryService()));
  15876.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  15877.             $instance->initialize();
  15878.             return $instance;
  15879.         };
  15880.         return $this->factories['admin.sub.inner_mail']();
  15881.     }
  15882.     /**
  15883.      * Gets the public 'admin.sub.inner_mail.template_registry' shared service.
  15884.      *
  15885.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  15886.      */
  15887.     protected function getAdmin_Sub_InnerMail_TemplateRegistryService()
  15888.     {
  15889.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  15890.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  15891.         return $this->services['admin.sub.inner_mail.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  15892.     }
  15893.     /**
  15894.      * Gets the public 'admin.sub.news.post' service.
  15895.      *
  15896.      * @return \AdminBundle\Admin\SubAutoSite\NewsAdmin
  15897.      */
  15898.     protected function getAdmin_Sub_News_PostService()
  15899.     {
  15900.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  15901.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  15902.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  15903.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  15904.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  15905.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  15906.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  15907.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  15908.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  15909.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  15910.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  15911.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  15912.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/BaseImporterAdmin.php';
  15913.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/NewsAdmin.php';
  15914.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  15915.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  15916.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  15917.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  15918.         $this->factories['admin.sub.news.post'] = function () {
  15919.             $instance = new \AdminBundle\Admin\SubAutoSite\NewsAdmin('admin.sub.news.post''ImporterBundle\\Entity\\Post''sonata.admin.controller.crud');
  15920.             $instance->setManagerType('orm');
  15921.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  15922.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  15923.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  15924.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  15925.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  15926.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  15927.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  15928.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  15929.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  15930.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  15931.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  15932.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  15933.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  15934.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  15935.             $instance->setPagerType('default');
  15936.             $instance->setLabel('Новости');
  15937.             $instance->setTranslationDomain('messages');
  15938.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  15939.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  15940.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  15941.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  15942.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  15943.             $instance->setTemplateRegistry(($this->services['admin.sub.news.post.template_registry'] ?? $this->getAdmin_Sub_News_Post_TemplateRegistryService()));
  15944.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  15945.             $instance->initialize();
  15946.             return $instance;
  15947.         };
  15948.         return $this->factories['admin.sub.news.post']();
  15949.     }
  15950.     /**
  15951.      * Gets the public 'admin.sub.news.post.template_registry' shared service.
  15952.      *
  15953.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  15954.      */
  15955.     protected function getAdmin_Sub_News_Post_TemplateRegistryService()
  15956.     {
  15957.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  15958.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  15959.         return $this->services['admin.sub.news.post.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  15960.     }
  15961.     /**
  15962.      * Gets the public 'admin.sub.page_content' service.
  15963.      *
  15964.      * @return \AdminBundle\Admin\SubAutoSite\PageContentAdmin
  15965.      */
  15966.     protected function getAdmin_Sub_PageContentService()
  15967.     {
  15968.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  15969.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  15970.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  15971.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  15972.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  15973.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  15974.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  15975.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  15976.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  15977.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  15978.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  15979.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  15980.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/BaseImporterAdmin.php';
  15981.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/PageContentAdmin.php';
  15982.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  15983.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  15984.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  15985.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  15986.         $this->factories['admin.sub.page_content'] = function () {
  15987.             $instance = new \AdminBundle\Admin\SubAutoSite\PageContentAdmin('admin.sub.page_content''ImporterBundle\\Entity\\PageContent''sonata.admin.controller.crud');
  15988.             $instance->setManagerType('orm');
  15989.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  15990.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  15991.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  15992.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  15993.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  15994.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  15995.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  15996.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  15997.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  15998.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  15999.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  16000.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  16001.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  16002.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  16003.             $instance->setPagerType('default');
  16004.             $instance->setLabel(NULL);
  16005.             $instance->setTranslationDomain('messages');
  16006.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  16007.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  16008.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  16009.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  16010.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  16011.             $instance->setTemplateRegistry(($this->services['admin.sub.page_content.template_registry'] ?? $this->getAdmin_Sub_PageContent_TemplateRegistryService()));
  16012.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  16013.             $instance->initialize();
  16014.             return $instance;
  16015.         };
  16016.         return $this->factories['admin.sub.page_content']();
  16017.     }
  16018.     /**
  16019.      * Gets the public 'admin.sub.page_content.template_registry' shared service.
  16020.      *
  16021.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  16022.      */
  16023.     protected function getAdmin_Sub_PageContent_TemplateRegistryService()
  16024.     {
  16025.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  16026.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  16027.         return $this->services['admin.sub.page_content.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  16028.     }
  16029.     /**
  16030.      * Gets the public 'admin.sub.pages_services' service.
  16031.      *
  16032.      * @return \AdminBundle\Admin\SubAutoSite\PagesServicesAdmin
  16033.      */
  16034.     protected function getAdmin_Sub_PagesServicesService()
  16035.     {
  16036.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  16037.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  16038.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  16039.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  16040.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  16041.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  16042.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  16043.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  16044.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  16045.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  16046.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  16047.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  16048.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/BaseImporterAdmin.php';
  16049.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/PagesServicesAdmin.php';
  16050.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  16051.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  16052.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  16053.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  16054.         $this->factories['admin.sub.pages_services'] = function () {
  16055.             $instance = new \AdminBundle\Admin\SubAutoSite\PagesServicesAdmin('admin.sub.pages_services''ImporterBundle\\Entity\\PagesServices''sonata.admin.controller.crud');
  16056.             $instance->setManagerType('orm');
  16057.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  16058.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  16059.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  16060.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  16061.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  16062.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  16063.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  16064.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  16065.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  16066.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  16067.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  16068.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  16069.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  16070.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  16071.             $instance->setPagerType('default');
  16072.             $instance->setLabel('Разделы услуг');
  16073.             $instance->setTranslationDomain('messages');
  16074.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  16075.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  16076.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  16077.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  16078.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  16079.             $instance->setTemplateRegistry(($this->services['admin.sub.pages_services.template_registry'] ?? $this->getAdmin_Sub_PagesServices_TemplateRegistryService()));
  16080.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  16081.             $instance->initialize();
  16082.             return $instance;
  16083.         };
  16084.         return $this->factories['admin.sub.pages_services']();
  16085.     }
  16086.     /**
  16087.      * Gets the public 'admin.sub.pages_services.template_registry' shared service.
  16088.      *
  16089.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  16090.      */
  16091.     protected function getAdmin_Sub_PagesServices_TemplateRegistryService()
  16092.     {
  16093.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  16094.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  16095.         return $this->services['admin.sub.pages_services.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  16096.     }
  16097.     /**
  16098.      * Gets the public 'admin.sub.post_content' service.
  16099.      *
  16100.      * @return \AdminBundle\Admin\SubAutoSite\BasePostContentAdmin
  16101.      */
  16102.     protected function getAdmin_Sub_PostContentService()
  16103.     {
  16104.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  16105.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  16106.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  16107.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  16108.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  16109.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  16110.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  16111.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  16112.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  16113.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  16114.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  16115.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  16116.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/BaseImporterAdmin.php';
  16117.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/BasePostContentAdmin.php';
  16118.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  16119.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  16120.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  16121.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  16122.         $this->factories['admin.sub.post_content'] = function () {
  16123.             $instance = new \AdminBundle\Admin\SubAutoSite\BasePostContentAdmin('admin.sub.post_content''ImporterBundle\\Entity\\PostContent''sonata.admin.controller.crud');
  16124.             $instance->setManagerType('orm');
  16125.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  16126.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  16127.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  16128.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  16129.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  16130.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  16131.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  16132.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  16133.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  16134.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  16135.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  16136.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  16137.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  16138.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  16139.             $instance->setPagerType('default');
  16140.             $instance->setLabel(NULL);
  16141.             $instance->setTranslationDomain('messages');
  16142.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  16143.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  16144.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  16145.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  16146.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  16147.             $instance->setTemplateRegistry(($this->services['admin.sub.post_content.template_registry'] ?? $this->getAdmin_Sub_PostContent_TemplateRegistryService()));
  16148.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  16149.             $instance->initialize();
  16150.             return $instance;
  16151.         };
  16152.         return $this->factories['admin.sub.post_content']();
  16153.     }
  16154.     /**
  16155.      * Gets the public 'admin.sub.post_content.template_registry' shared service.
  16156.      *
  16157.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  16158.      */
  16159.     protected function getAdmin_Sub_PostContent_TemplateRegistryService()
  16160.     {
  16161.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  16162.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  16163.         return $this->services['admin.sub.post_content.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  16164.     }
  16165.     /**
  16166.      * Gets the public 'admin.sub.seo' service.
  16167.      *
  16168.      * @return \AdminBundle\Admin\SubAutoSite\SeoAdmin
  16169.      */
  16170.     protected function getAdmin_Sub_SeoService()
  16171.     {
  16172.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  16173.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  16174.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  16175.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  16176.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  16177.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  16178.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  16179.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  16180.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  16181.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  16182.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  16183.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  16184.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/BaseImporterAdmin.php';
  16185.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/SeoAdmin.php';
  16186.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  16187.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  16188.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  16189.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  16190.         $this->factories['admin.sub.seo'] = function () {
  16191.             $instance = new \AdminBundle\Admin\SubAutoSite\SeoAdmin('admin.sub.seo''ImporterBundle\\Entity\\Seo''sonata.admin.controller.crud');
  16192.             $instance->setManagerType('orm');
  16193.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  16194.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  16195.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  16196.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  16197.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  16198.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  16199.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  16200.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  16201.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  16202.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  16203.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  16204.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  16205.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  16206.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  16207.             $instance->setPagerType('default');
  16208.             $instance->setLabel('Seo');
  16209.             $instance->setTranslationDomain('messages');
  16210.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  16211.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  16212.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  16213.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  16214.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  16215.             $instance->setTemplateRegistry(($this->services['admin.sub.seo.template_registry'] ?? $this->getAdmin_Sub_Seo_TemplateRegistryService()));
  16216.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  16217.             $instance->initialize();
  16218.             return $instance;
  16219.         };
  16220.         return $this->factories['admin.sub.seo']();
  16221.     }
  16222.     /**
  16223.      * Gets the public 'admin.sub.seo.template_registry' shared service.
  16224.      *
  16225.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  16226.      */
  16227.     protected function getAdmin_Sub_Seo_TemplateRegistryService()
  16228.     {
  16229.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  16230.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  16231.         return $this->services['admin.sub.seo.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  16232.     }
  16233.     /**
  16234.      * Gets the public 'admin.sub.slider' service.
  16235.      *
  16236.      * @return \AdminBundle\Admin\SubAutoSite\MainSliderAdmin
  16237.      */
  16238.     protected function getAdmin_Sub_SliderService()
  16239.     {
  16240.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  16241.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  16242.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  16243.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  16244.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  16245.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  16246.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  16247.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  16248.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  16249.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  16250.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  16251.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  16252.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/BaseImporterAdmin.php';
  16253.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/MainSliderAdmin.php';
  16254.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  16255.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  16256.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  16257.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  16258.         $this->factories['admin.sub.slider'] = function () {
  16259.             $instance = new \AdminBundle\Admin\SubAutoSite\MainSliderAdmin('admin.sub.slider''ImporterBundle\\Entity\\MainSlider''sonata.admin.controller.crud');
  16260.             $instance->setManagerType('orm');
  16261.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  16262.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  16263.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  16264.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  16265.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  16266.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  16267.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  16268.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  16269.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  16270.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  16271.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  16272.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  16273.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  16274.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  16275.             $instance->setPagerType('default');
  16276.             $instance->setLabel('Слайдер на главной');
  16277.             $instance->setTranslationDomain('messages');
  16278.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  16279.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  16280.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  16281.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  16282.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  16283.             $instance->setTemplateRegistry(($this->services['admin.sub.slider.template_registry'] ?? $this->getAdmin_Sub_Slider_TemplateRegistryService()));
  16284.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  16285.             $instance->initialize();
  16286.             return $instance;
  16287.         };
  16288.         return $this->factories['admin.sub.slider']();
  16289.     }
  16290.     /**
  16291.      * Gets the public 'admin.sub.slider.template_registry' shared service.
  16292.      *
  16293.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  16294.      */
  16295.     protected function getAdmin_Sub_Slider_TemplateRegistryService()
  16296.     {
  16297.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  16298.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  16299.         return $this->services['admin.sub.slider.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  16300.     }
  16301.     /**
  16302.      * Gets the public 'admin.sub.test_drive' service.
  16303.      *
  16304.      * @return \AdminBundle\Admin\SubAutoSite\TestDriveAdmin
  16305.      */
  16306.     protected function getAdmin_Sub_TestDriveService()
  16307.     {
  16308.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  16309.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  16310.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  16311.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  16312.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  16313.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  16314.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  16315.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  16316.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  16317.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  16318.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  16319.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  16320.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/BaseImporterAdmin.php';
  16321.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/TestDriveAdmin.php';
  16322.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  16323.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  16324.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  16325.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  16326.         $this->factories['admin.sub.test_drive'] = function () {
  16327.             $instance = new \AdminBundle\Admin\SubAutoSite\TestDriveAdmin('admin.sub.test_drive''ImporterBundle\\Entity\\TestDrive''sonata.admin.controller.crud');
  16328.             $instance->setManagerType('orm');
  16329.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  16330.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  16331.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  16332.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  16333.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  16334.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  16335.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  16336.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  16337.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  16338.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  16339.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  16340.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  16341.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  16342.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  16343.             $instance->setPagerType('default');
  16344.             $instance->setLabel('Тест драйв');
  16345.             $instance->setTranslationDomain('messages');
  16346.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  16347.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  16348.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  16349.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  16350.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  16351.             $instance->setTemplateRegistry(($this->services['admin.sub.test_drive.template_registry'] ?? $this->getAdmin_Sub_TestDrive_TemplateRegistryService()));
  16352.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  16353.             $instance->initialize();
  16354.             return $instance;
  16355.         };
  16356.         return $this->factories['admin.sub.test_drive']();
  16357.     }
  16358.     /**
  16359.      * Gets the public 'admin.sub.test_drive.template_registry' shared service.
  16360.      *
  16361.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  16362.      */
  16363.     protected function getAdmin_Sub_TestDrive_TemplateRegistryService()
  16364.     {
  16365.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  16366.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  16367.         return $this->services['admin.sub.test_drive.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  16368.     }
  16369.     /**
  16370.      * Gets the public 'admin.sub.vacancy' service.
  16371.      *
  16372.      * @return \AdminBundle\Admin\SubAutoSite\VacancyAdmin
  16373.      */
  16374.     protected function getAdmin_Sub_VacancyService()
  16375.     {
  16376.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  16377.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  16378.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  16379.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  16380.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  16381.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  16382.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  16383.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  16384.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  16385.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  16386.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  16387.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  16388.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/BaseImporterAdmin.php';
  16389.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/VacancyAdmin.php';
  16390.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  16391.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  16392.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  16393.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  16394.         $this->factories['admin.sub.vacancy'] = function () {
  16395.             $instance = new \AdminBundle\Admin\SubAutoSite\VacancyAdmin('admin.sub.vacancy''ImporterBundle\\Entity\\Vacancy''sonata.admin.controller.crud');
  16396.             $instance->setManagerType('orm');
  16397.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  16398.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  16399.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  16400.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  16401.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  16402.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  16403.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  16404.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  16405.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  16406.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  16407.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  16408.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  16409.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  16410.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  16411.             $instance->setPagerType('default');
  16412.             $instance->setLabel('Вакансии');
  16413.             $instance->setTranslationDomain('messages');
  16414.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  16415.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  16416.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  16417.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  16418.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  16419.             $instance->setTemplateRegistry(($this->services['admin.sub.vacancy.template_registry'] ?? $this->getAdmin_Sub_Vacancy_TemplateRegistryService()));
  16420.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  16421.             $instance->initialize();
  16422.             return $instance;
  16423.         };
  16424.         return $this->factories['admin.sub.vacancy']();
  16425.     }
  16426.     /**
  16427.      * Gets the public 'admin.sub.vacancy.template_registry' shared service.
  16428.      *
  16429.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  16430.      */
  16431.     protected function getAdmin_Sub_Vacancy_TemplateRegistryService()
  16432.     {
  16433.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  16434.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  16435.         return $this->services['admin.sub.vacancy.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  16436.     }
  16437.     /**
  16438.      * Gets the public 'admin.sub.vacancy_content' service.
  16439.      *
  16440.      * @return \AdminBundle\Admin\SubAutoSite\VacancyContentAdmin
  16441.      */
  16442.     protected function getAdmin_Sub_VacancyContentService()
  16443.     {
  16444.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  16445.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  16446.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  16447.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  16448.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  16449.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  16450.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  16451.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  16452.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  16453.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  16454.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  16455.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  16456.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/BaseImporterAdmin.php';
  16457.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/VacancyContentAdmin.php';
  16458.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  16459.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  16460.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  16461.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  16462.         $this->factories['admin.sub.vacancy_content'] = function () {
  16463.             $instance = new \AdminBundle\Admin\SubAutoSite\VacancyContentAdmin('admin.sub.vacancy_content''ImporterBundle\\Entity\\VacancyContent''sonata.admin.controller.crud');
  16464.             $instance->setManagerType('orm');
  16465.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  16466.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  16467.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  16468.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  16469.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  16470.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  16471.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  16472.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  16473.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  16474.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  16475.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  16476.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  16477.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  16478.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  16479.             $instance->setPagerType('default');
  16480.             $instance->setLabel(NULL);
  16481.             $instance->setTranslationDomain('messages');
  16482.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  16483.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  16484.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  16485.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  16486.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  16487.             $instance->setTemplateRegistry(($this->services['admin.sub.vacancy_content.template_registry'] ?? $this->getAdmin_Sub_VacancyContent_TemplateRegistryService()));
  16488.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  16489.             $instance->initialize();
  16490.             return $instance;
  16491.         };
  16492.         return $this->factories['admin.sub.vacancy_content']();
  16493.     }
  16494.     /**
  16495.      * Gets the public 'admin.sub.vacancy_content.template_registry' shared service.
  16496.      *
  16497.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  16498.      */
  16499.     protected function getAdmin_Sub_VacancyContent_TemplateRegistryService()
  16500.     {
  16501.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  16502.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  16503.         return $this->services['admin.sub.vacancy_content.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  16504.     }
  16505.     /**
  16506.      * Gets the public 'admin.sub.vehicle_accessories' service.
  16507.      *
  16508.      * @return \AdminBundle\Admin\SubAutoSite\VehicleAccessoryAdmin
  16509.      */
  16510.     protected function getAdmin_Sub_VehicleAccessoriesService()
  16511.     {
  16512.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  16513.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  16514.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  16515.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  16516.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  16517.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  16518.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  16519.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  16520.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  16521.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  16522.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  16523.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  16524.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/BaseImporterAdmin.php';
  16525.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/VehicleAccessoryAdmin.php';
  16526.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  16527.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  16528.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  16529.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  16530.         $this->factories['admin.sub.vehicle_accessories'] = function () {
  16531.             $instance = new \AdminBundle\Admin\SubAutoSite\VehicleAccessoryAdmin('admin.sub.vehicle_accessories''ImporterBundle\\Entity\\VehicleAccessory''sonata.admin.controller.crud');
  16532.             $instance->setManagerType('orm');
  16533.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  16534.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  16535.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  16536.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  16537.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  16538.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  16539.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  16540.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  16541.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  16542.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  16543.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  16544.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  16545.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  16546.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  16547.             $instance->setPagerType('default');
  16548.             $instance->setLabel(NULL);
  16549.             $instance->setTranslationDomain('messages');
  16550.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  16551.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  16552.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  16553.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  16554.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  16555.             $instance->setTemplateRegistry(($this->services['admin.sub.vehicle_accessories.template_registry'] ?? $this->getAdmin_Sub_VehicleAccessories_TemplateRegistryService()));
  16556.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  16557.             $instance->initialize();
  16558.             return $instance;
  16559.         };
  16560.         return $this->factories['admin.sub.vehicle_accessories']();
  16561.     }
  16562.     /**
  16563.      * Gets the public 'admin.sub.vehicle_accessories.template_registry' shared service.
  16564.      *
  16565.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  16566.      */
  16567.     protected function getAdmin_Sub_VehicleAccessories_TemplateRegistryService()
  16568.     {
  16569.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  16570.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  16571.         return $this->services['admin.sub.vehicle_accessories.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  16572.     }
  16573.     /**
  16574.      * Gets the public 'admin.sub.vehicles.content' service.
  16575.      *
  16576.      * @return \AdminBundle\Admin\SubAutoSite\Vehicles\VehicleContentAdmin
  16577.      */
  16578.     protected function getAdmin_Sub_Vehicles_ContentService()
  16579.     {
  16580.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  16581.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  16582.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  16583.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  16584.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  16585.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  16586.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  16587.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  16588.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  16589.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  16590.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  16591.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  16592.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/BaseImporterAdmin.php';
  16593.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/Vehicles/VehicleContentAdmin.php';
  16594.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  16595.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  16596.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  16597.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  16598.         $this->factories['admin.sub.vehicles.content'] = function () {
  16599.             $instance = new \AdminBundle\Admin\SubAutoSite\Vehicles\VehicleContentAdmin('admin.sub.vehicles.content''ImporterBundle\\Entity\\Vehicles\\VehicleContent''sonata.admin.controller.crud');
  16600.             $instance->setManagerType('orm');
  16601.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  16602.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  16603.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  16604.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  16605.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  16606.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  16607.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  16608.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  16609.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  16610.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  16611.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  16612.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  16613.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  16614.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  16615.             $instance->setPagerType('default');
  16616.             $instance->setLabel(NULL);
  16617.             $instance->setTranslationDomain('messages');
  16618.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  16619.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  16620.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  16621.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  16622.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  16623.             $instance->setTemplateRegistry(($this->services['admin.sub.vehicles.content.template_registry'] ?? $this->getAdmin_Sub_Vehicles_Content_TemplateRegistryService()));
  16624.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  16625.             $instance->initialize();
  16626.             return $instance;
  16627.         };
  16628.         return $this->factories['admin.sub.vehicles.content']();
  16629.     }
  16630.     /**
  16631.      * Gets the public 'admin.sub.vehicles.content.template_registry' shared service.
  16632.      *
  16633.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  16634.      */
  16635.     protected function getAdmin_Sub_Vehicles_Content_TemplateRegistryService()
  16636.     {
  16637.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  16638.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  16639.         return $this->services['admin.sub.vehicles.content.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  16640.     }
  16641.     /**
  16642.      * Gets the public 'admin.sub.vehicles.moto_used' service.
  16643.      *
  16644.      * @return \AdminBundle\Admin\SubAutoSite\Vehicles\Moto\UsedVehicleAdmin
  16645.      */
  16646.     protected function getAdmin_Sub_Vehicles_MotoUsedService()
  16647.     {
  16648.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  16649.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  16650.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  16651.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  16652.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  16653.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  16654.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  16655.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  16656.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  16657.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  16658.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  16659.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  16660.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/BaseImporterAdmin.php';
  16661.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/Vehicles/BaseUsedVehicleAdmin.php';
  16662.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/Vehicles/Moto/UsedVehicleAdmin.php';
  16663.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  16664.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  16665.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  16666.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  16667.         $this->factories['admin.sub.vehicles.moto_used'] = function () {
  16668.             $instance = new \AdminBundle\Admin\SubAutoSite\Vehicles\Moto\UsedVehicleAdmin('admin.sub.vehicles.moto_used''ImporterBundle\\Entity\\Vehicles\\Vehicle''AdminBundle\\Controller\\Vehicles\\UsedCRUDController');
  16669.             $instance->setManagerType('orm');
  16670.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  16671.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  16672.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  16673.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  16674.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  16675.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  16676.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  16677.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  16678.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  16679.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  16680.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  16681.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  16682.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  16683.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  16684.             $instance->setPagerType('default');
  16685.             $instance->setLabel('Техника с пробегом');
  16686.             $instance->setTranslationDomain('messages');
  16687.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  16688.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  16689.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  16690.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  16691.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  16692.             $instance->setTemplateRegistry(($this->services['admin.sub.vehicles.moto_used.template_registry'] ?? $this->getAdmin_Sub_Vehicles_MotoUsed_TemplateRegistryService()));
  16693.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  16694.             $instance->initialize();
  16695.             return $instance;
  16696.         };
  16697.         return $this->factories['admin.sub.vehicles.moto_used']();
  16698.     }
  16699.     /**
  16700.      * Gets the public 'admin.sub.vehicles.moto_used.template_registry' shared service.
  16701.      *
  16702.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  16703.      */
  16704.     protected function getAdmin_Sub_Vehicles_MotoUsed_TemplateRegistryService()
  16705.     {
  16706.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  16707.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  16708.         return $this->services['admin.sub.vehicles.moto_used.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  16709.     }
  16710.     /**
  16711.      * Gets the public 'admin.sub.vehicles.moto_variation' service.
  16712.      *
  16713.      * @return \AdminBundle\Admin\SubAutoSite\Vehicles\Moto\VariationAdmin
  16714.      */
  16715.     protected function getAdmin_Sub_Vehicles_MotoVariationService()
  16716.     {
  16717.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  16718.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  16719.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  16720.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  16721.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  16722.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  16723.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  16724.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  16725.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  16726.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  16727.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  16728.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  16729.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/BaseImporterAdmin.php';
  16730.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/Vehicles/BaseVariationAdmin.php';
  16731.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/Vehicles/Moto/VariationAdmin.php';
  16732.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  16733.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  16734.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  16735.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  16736.         $this->factories['admin.sub.vehicles.moto_variation'] = function () {
  16737.             $instance = new \AdminBundle\Admin\SubAutoSite\Vehicles\Moto\VariationAdmin('admin.sub.vehicles.moto_variation''ImporterBundle\\Entity\\Vehicles\\Variation''sonata.admin.controller.crud');
  16738.             $instance->setManagerType('orm');
  16739.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  16740.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  16741.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  16742.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  16743.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  16744.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  16745.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  16746.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  16747.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  16748.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  16749.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  16750.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  16751.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  16752.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  16753.             $instance->setPagerType('default');
  16754.             $instance->setLabel(NULL);
  16755.             $instance->setTranslationDomain('messages');
  16756.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  16757.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  16758.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  16759.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  16760.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  16761.             $instance->setTemplateRegistry(($this->services['admin.sub.vehicles.moto_variation.template_registry'] ?? $this->getAdmin_Sub_Vehicles_MotoVariation_TemplateRegistryService()));
  16762.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  16763.             $instance->initialize();
  16764.             return $instance;
  16765.         };
  16766.         return $this->factories['admin.sub.vehicles.moto_variation']();
  16767.     }
  16768.     /**
  16769.      * Gets the public 'admin.sub.vehicles.moto_variation.template_registry' shared service.
  16770.      *
  16771.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  16772.      */
  16773.     protected function getAdmin_Sub_Vehicles_MotoVariation_TemplateRegistryService()
  16774.     {
  16775.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  16776.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  16777.         return $this->services['admin.sub.vehicles.moto_variation.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  16778.     }
  16779.     /**
  16780.      * Gets the public 'admin.sub.vehicles.variation_characteristic' service.
  16781.      *
  16782.      * @return \AdminBundle\Admin\SubAutoSite\Vehicles\VariationCharacteristicAdmin
  16783.      */
  16784.     protected function getAdmin_Sub_Vehicles_VariationCharacteristicService()
  16785.     {
  16786.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  16787.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  16788.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  16789.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  16790.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  16791.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  16792.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  16793.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  16794.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  16795.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  16796.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  16797.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  16798.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/BaseImporterAdmin.php';
  16799.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/Vehicles/VariationCharacteristicAdmin.php';
  16800.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  16801.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  16802.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  16803.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  16804.         $this->factories['admin.sub.vehicles.variation_characteristic'] = function () {
  16805.             $instance = new \AdminBundle\Admin\SubAutoSite\Vehicles\VariationCharacteristicAdmin('admin.sub.vehicles.variation_characteristic''ImporterBundle\\Entity\\Vehicles\\VariationCharacteristic''sonata.admin.controller.crud');
  16806.             $instance->setManagerType('orm');
  16807.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  16808.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  16809.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  16810.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  16811.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  16812.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  16813.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  16814.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  16815.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  16816.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  16817.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  16818.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  16819.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  16820.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  16821.             $instance->setPagerType('default');
  16822.             $instance->setLabel(NULL);
  16823.             $instance->setTranslationDomain('messages');
  16824.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  16825.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  16826.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  16827.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  16828.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  16829.             $instance->setTemplateRegistry(($this->services['admin.sub.vehicles.variation_characteristic.template_registry'] ?? $this->getAdmin_Sub_Vehicles_VariationCharacteristic_TemplateRegistryService()));
  16830.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  16831.             $instance->initialize();
  16832.             return $instance;
  16833.         };
  16834.         return $this->factories['admin.sub.vehicles.variation_characteristic']();
  16835.     }
  16836.     /**
  16837.      * Gets the public 'admin.sub.vehicles.variation_characteristic.template_registry' shared service.
  16838.      *
  16839.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  16840.      */
  16841.     protected function getAdmin_Sub_Vehicles_VariationCharacteristic_TemplateRegistryService()
  16842.     {
  16843.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  16844.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  16845.         return $this->services['admin.sub.vehicles.variation_characteristic.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  16846.     }
  16847.     /**
  16848.      * Gets the public 'admin.sub.worker' service.
  16849.      *
  16850.      * @return \AdminBundle\Admin\SubAutoSite\WorkerAdmin
  16851.      */
  16852.     protected function getAdmin_Sub_WorkerService()
  16853.     {
  16854.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  16855.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  16856.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  16857.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  16858.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  16859.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  16860.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  16861.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  16862.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  16863.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  16864.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  16865.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  16866.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/BaseImporterAdmin.php';
  16867.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/WorkerAdmin.php';
  16868.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  16869.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  16870.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  16871.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  16872.         $this->factories['admin.sub.worker'] = function () {
  16873.             $instance = new \AdminBundle\Admin\SubAutoSite\WorkerAdmin('admin.sub.worker''ImporterBundle\\Entity\\Worker''sonata.admin.controller.crud');
  16874.             $instance->setManagerType('orm');
  16875.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  16876.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  16877.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  16878.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  16879.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  16880.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  16881.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  16882.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  16883.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  16884.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  16885.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  16886.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  16887.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  16888.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  16889.             $instance->setPagerType('default');
  16890.             $instance->setLabel('Персонал - сотрудники');
  16891.             $instance->setTranslationDomain('messages');
  16892.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  16893.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  16894.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  16895.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  16896.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  16897.             $instance->setTemplateRegistry(($this->services['admin.sub.worker.template_registry'] ?? $this->getAdmin_Sub_Worker_TemplateRegistryService()));
  16898.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  16899.             $instance->initialize();
  16900.             return $instance;
  16901.         };
  16902.         return $this->factories['admin.sub.worker']();
  16903.     }
  16904.     /**
  16905.      * Gets the public 'admin.sub.worker.template_registry' shared service.
  16906.      *
  16907.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  16908.      */
  16909.     protected function getAdmin_Sub_Worker_TemplateRegistryService()
  16910.     {
  16911.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  16912.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  16913.         return $this->services['admin.sub.worker.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  16914.     }
  16915.     /**
  16916.      * Gets the public 'admin.sync_info' service.
  16917.      *
  16918.      * @return \AdminBundle\Admin\DCAutoSite\InfoSyncAdmin
  16919.      */
  16920.     protected function getAdmin_SyncInfoService()
  16921.     {
  16922.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  16923.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  16924.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  16925.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  16926.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  16927.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  16928.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  16929.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  16930.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  16931.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  16932.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  16933.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  16934.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  16935.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/InfoSyncAdmin.php';
  16936.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  16937.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  16938.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  16939.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  16940.         $this->factories['admin.sync_info'] = function () {
  16941.             $instance = new \AdminBundle\Admin\DCAutoSite\InfoSyncAdmin('admin.sync_info''BmpGatewayBundle\\Entity\\SyncParams''AdminBundle\\Controller\\Vehicles\\CRUDController');
  16942.             $instance->setManagerType('orm');
  16943.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  16944.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  16945.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  16946.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  16947.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  16948.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  16949.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  16950.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  16951.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  16952.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  16953.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  16954.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  16955.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  16956.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  16957.             $instance->setPagerType('default');
  16958.             $instance->setLabel('Синхронизировать цены');
  16959.             $instance->setTranslationDomain('messages');
  16960.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  16961.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  16962.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  16963.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  16964.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  16965.             $instance->setTemplateRegistry(($this->services['admin.sync_info.template_registry'] ?? $this->getAdmin_SyncInfo_TemplateRegistryService()));
  16966.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  16967.             $instance->initialize();
  16968.             return $instance;
  16969.         };
  16970.         return $this->factories['admin.sync_info']();
  16971.     }
  16972.     /**
  16973.      * Gets the public 'admin.sync_info.template_registry' shared service.
  16974.      *
  16975.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  16976.      */
  16977.     protected function getAdmin_SyncInfo_TemplateRegistryService()
  16978.     {
  16979.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  16980.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  16981.         return $this->services['admin.sync_info.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  16982.     }
  16983.     /**
  16984.      * Gets the public 'admin.task' service.
  16985.      *
  16986.      * @return \AdminBundle\Admin\TaskAdmin
  16987.      */
  16988.     protected function getAdmin_TaskService()
  16989.     {
  16990.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  16991.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  16992.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  16993.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  16994.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  16995.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  16996.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  16997.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  16998.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  16999.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  17000.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  17001.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  17002.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/TaskAdmin.php';
  17003.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  17004.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  17005.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  17006.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  17007.         $this->factories['admin.task'] = function () {
  17008.             $instance = new \AdminBundle\Admin\TaskAdmin('admin.task''BmpGatewayBundle\\Entity\\ResendTask''sonata.admin.controller.crud');
  17009.             $instance->setManagerType('orm');
  17010.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  17011.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  17012.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  17013.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  17014.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  17015.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  17016.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  17017.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  17018.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  17019.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  17020.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  17021.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  17022.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  17023.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  17024.             $instance->setPagerType('default');
  17025.             $instance->setLabel('Задачи в очереди');
  17026.             $instance->setTranslationDomain('messages');
  17027.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  17028.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  17029.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  17030.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  17031.             $instance->setTemplateRegistry(($this->services['admin.task.template_registry'] ?? $this->getAdmin_Task_TemplateRegistryService()));
  17032.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  17033.             $instance->initialize();
  17034.             return $instance;
  17035.         };
  17036.         return $this->factories['admin.task']();
  17037.     }
  17038.     /**
  17039.      * Gets the public 'admin.task.template_registry' shared service.
  17040.      *
  17041.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  17042.      */
  17043.     protected function getAdmin_Task_TemplateRegistryService()
  17044.     {
  17045.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  17046.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  17047.         return $this->services['admin.task.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  17048.     }
  17049.     /**
  17050.      * Gets the public 'admin.ticket' service.
  17051.      *
  17052.      * @return \AdminBundle\Admin\Ticket\TicketAdmin
  17053.      */
  17054.     protected function getAdmin_TicketService()
  17055.     {
  17056.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  17057.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  17058.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  17059.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  17060.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  17061.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  17062.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  17063.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  17064.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  17065.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  17066.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  17067.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  17068.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  17069.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Ticket/TicketAdmin.php';
  17070.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  17071.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  17072.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  17073.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  17074.         include_once \dirname(__DIR__4).'/src/CoreBundle/Services/Jira/JiraService.php';
  17075.         $this->factories['admin.ticket'] = function () {
  17076.             $instance = new \AdminBundle\Admin\Ticket\TicketAdmin('admin.ticket''CoreBundle\\Entity\\Ticket''sonata.admin.controller.crud');
  17077.             $instance->setManagerType('orm');
  17078.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  17079.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  17080.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  17081.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  17082.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  17083.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  17084.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  17085.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  17086.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  17087.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  17088.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  17089.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  17090.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  17091.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  17092.             $instance->setPagerType('default');
  17093.             $instance->setLabel('Задачи');
  17094.             $instance->setTranslationDomain('messages');
  17095.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  17096.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  17097.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  17098.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  17099.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  17100.             $instance->setExtraServices(($this->services['core.jira.service'] ?? ($this->services['core.jira.service'] = new \CoreBundle\Services\Jira\JiraService(\dirname(__DIR__4)))), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['core.ticket.model'] ?? $this->getCore_Ticket_ModelService()));
  17101.             $instance->setTemplateRegistry(($this->services['admin.ticket.template_registry'] ?? $this->getAdmin_Ticket_TemplateRegistryService()));
  17102.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  17103.             $instance->initialize();
  17104.             return $instance;
  17105.         };
  17106.         return $this->factories['admin.ticket']();
  17107.     }
  17108.     /**
  17109.      * Gets the public 'admin.ticket-dashboard' service.
  17110.      *
  17111.      * @return \AdminBundle\Admin\Ticket\TicketDashboardAdmin
  17112.      */
  17113.     protected function getAdmin_TicketdashboardService()
  17114.     {
  17115.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  17116.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  17117.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  17118.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  17119.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  17120.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  17121.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  17122.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  17123.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  17124.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  17125.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  17126.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  17127.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  17128.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Ticket/TicketDashboardAdmin.php';
  17129.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  17130.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  17131.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  17132.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  17133.         $this->factories['admin.ticket-dashboard'] = function () {
  17134.             $instance = new \AdminBundle\Admin\Ticket\TicketDashboardAdmin('admin.ticket-dashboard''CoreBundle\\Entity\\Ticket''sonata.admin.controller.crud');
  17135.             $instance->setManagerType('orm');
  17136.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  17137.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  17138.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  17139.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  17140.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  17141.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  17142.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  17143.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  17144.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  17145.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  17146.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  17147.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  17148.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  17149.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  17150.             $instance->setPagerType('default');
  17151.             $instance->setLabel('Доска');
  17152.             $instance->setTranslationDomain('messages');
  17153.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  17154.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  17155.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  17156.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  17157.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  17158.             $instance->setTemplateRegistry(($this->services['admin.ticket-dashboard.template_registry'] ?? $this->getAdmin_Ticketdashboard_TemplateRegistryService()));
  17159.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  17160.             $instance->initialize();
  17161.             return $instance;
  17162.         };
  17163.         return $this->factories['admin.ticket-dashboard']();
  17164.     }
  17165.     /**
  17166.      * Gets the public 'admin.ticket-dashboard.template_registry' shared service.
  17167.      *
  17168.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  17169.      */
  17170.     protected function getAdmin_Ticketdashboard_TemplateRegistryService()
  17171.     {
  17172.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  17173.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  17174.         return $this->services['admin.ticket-dashboard.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  17175.     }
  17176.     /**
  17177.      * Gets the public 'admin.ticket-planer' service.
  17178.      *
  17179.      * @return \AdminBundle\Admin\Ticket\TicketPlanerAdmin
  17180.      */
  17181.     protected function getAdmin_TicketplanerService()
  17182.     {
  17183.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  17184.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  17185.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  17186.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  17187.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  17188.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  17189.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  17190.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  17191.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  17192.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  17193.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  17194.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  17195.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  17196.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Ticket/TicketPlanerAdmin.php';
  17197.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  17198.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  17199.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  17200.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  17201.         $this->factories['admin.ticket-planer'] = function () {
  17202.             $instance = new \AdminBundle\Admin\Ticket\TicketPlanerAdmin('admin.ticket-planer''CoreBundle\\Entity\\Ticket''sonata.admin.controller.crud');
  17203.             $instance->setManagerType('orm');
  17204.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  17205.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  17206.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  17207.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  17208.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  17209.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  17210.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  17211.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  17212.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  17213.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  17214.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  17215.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  17216.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  17217.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  17218.             $instance->setPagerType('default');
  17219.             $instance->setLabel('Планер');
  17220.             $instance->setTranslationDomain('messages');
  17221.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  17222.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  17223.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  17224.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  17225.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  17226.             $instance->setTemplateRegistry(($this->services['admin.ticket-planer.template_registry'] ?? $this->getAdmin_Ticketplaner_TemplateRegistryService()));
  17227.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  17228.             $instance->initialize();
  17229.             return $instance;
  17230.         };
  17231.         return $this->factories['admin.ticket-planer']();
  17232.     }
  17233.     /**
  17234.      * Gets the public 'admin.ticket-planer.template_registry' shared service.
  17235.      *
  17236.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  17237.      */
  17238.     protected function getAdmin_Ticketplaner_TemplateRegistryService()
  17239.     {
  17240.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  17241.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  17242.         return $this->services['admin.ticket-planer.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  17243.     }
  17244.     /**
  17245.      * Gets the public 'admin.ticket-report' service.
  17246.      *
  17247.      * @return \AdminBundle\Admin\Ticket\TicketReportAdmin
  17248.      */
  17249.     protected function getAdmin_TicketreportService()
  17250.     {
  17251.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  17252.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  17253.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  17254.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  17255.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  17256.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  17257.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  17258.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  17259.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  17260.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  17261.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  17262.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  17263.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  17264.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Ticket/TicketReportAdmin.php';
  17265.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  17266.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  17267.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  17268.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  17269.         $this->factories['admin.ticket-report'] = function () {
  17270.             $instance = new \AdminBundle\Admin\Ticket\TicketReportAdmin('admin.ticket-report''CoreBundle\\Entity\\TicketTime''sonata.admin.controller.crud');
  17271.             $instance->setManagerType('orm');
  17272.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  17273.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  17274.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  17275.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  17276.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  17277.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  17278.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  17279.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  17280.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  17281.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  17282.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  17283.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  17284.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  17285.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  17286.             $instance->setPagerType('default');
  17287.             $instance->setLabel('Отчеты');
  17288.             $instance->setTranslationDomain('messages');
  17289.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  17290.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  17291.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  17292.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  17293.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  17294.             $instance->setTemplateRegistry(($this->services['admin.ticket-report.template_registry'] ?? $this->getAdmin_Ticketreport_TemplateRegistryService()));
  17295.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  17296.             $instance->initialize();
  17297.             return $instance;
  17298.         };
  17299.         return $this->factories['admin.ticket-report']();
  17300.     }
  17301.     /**
  17302.      * Gets the public 'admin.ticket-report.template_registry' shared service.
  17303.      *
  17304.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  17305.      */
  17306.     protected function getAdmin_Ticketreport_TemplateRegistryService()
  17307.     {
  17308.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  17309.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  17310.         return $this->services['admin.ticket-report.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  17311.     }
  17312.     /**
  17313.      * Gets the public 'admin.ticket.template_registry' shared service.
  17314.      *
  17315.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  17316.      */
  17317.     protected function getAdmin_Ticket_TemplateRegistryService()
  17318.     {
  17319.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  17320.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  17321.         return $this->services['admin.ticket.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  17322.     }
  17323.     /**
  17324.      * Gets the public 'admin.txn' service.
  17325.      *
  17326.      * @return \AdminBundle\Admin\TxnAdmin
  17327.      */
  17328.     protected function getAdmin_TxnService()
  17329.     {
  17330.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  17331.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  17332.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  17333.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  17334.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  17335.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  17336.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  17337.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  17338.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  17339.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  17340.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  17341.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  17342.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/TxnAdmin.php';
  17343.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  17344.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  17345.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  17346.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  17347.         $this->factories['admin.txn'] = function () {
  17348.             $instance = new \AdminBundle\Admin\TxnAdmin('admin.txn''BmpGatewayBundle\\Entity\\GatewayTxn''sonata.admin.controller.crud');
  17349.             $instance->setManagerType('orm');
  17350.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  17351.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  17352.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  17353.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  17354.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  17355.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  17356.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  17357.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  17358.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  17359.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  17360.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  17361.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  17362.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  17363.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  17364.             $instance->setPagerType('default');
  17365.             $instance->setLabel('Транзакции');
  17366.             $instance->setTranslationDomain('messages');
  17367.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  17368.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  17369.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  17370.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  17371.             $instance->setTemplateRegistry(($this->services['admin.txn.template_registry'] ?? $this->getAdmin_Txn_TemplateRegistryService()));
  17372.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  17373.             $instance->initialize();
  17374.             return $instance;
  17375.         };
  17376.         return $this->factories['admin.txn']();
  17377.     }
  17378.     /**
  17379.      * Gets the public 'admin.txn.template_registry' shared service.
  17380.      *
  17381.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  17382.      */
  17383.     protected function getAdmin_Txn_TemplateRegistryService()
  17384.     {
  17385.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  17386.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  17387.         return $this->services['admin.txn.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  17388.     }
  17389.     /**
  17390.      * Gets the public 'admin.user' service.
  17391.      *
  17392.      * @return \AdminBundle\Admin\UserAdmin
  17393.      */
  17394.     protected function getAdmin_UserService()
  17395.     {
  17396.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  17397.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  17398.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  17399.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  17400.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  17401.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  17402.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  17403.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  17404.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  17405.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  17406.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  17407.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  17408.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  17409.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/UserAdmin.php';
  17410.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  17411.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  17412.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  17413.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  17414.         $this->factories['admin.user'] = function () {
  17415.             $instance = new \AdminBundle\Admin\UserAdmin('admin.user''CoreBundle\\Entity\\User''sonata.admin.controller.crud');
  17416.             $instance->setManagerType('orm');
  17417.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  17418.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  17419.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  17420.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  17421.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  17422.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  17423.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  17424.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  17425.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  17426.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  17427.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  17428.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  17429.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  17430.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  17431.             $instance->setPagerType('default');
  17432.             $instance->setLabel('Пользователи');
  17433.             $instance->setTranslationDomain('messages');
  17434.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  17435.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  17436.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  17437.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  17438.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  17439.             $instance->setTemplateRegistry(($this->services['admin.user.template_registry'] ?? $this->getAdmin_User_TemplateRegistryService()));
  17440.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  17441.             $instance->initialize();
  17442.             return $instance;
  17443.         };
  17444.         return $this->factories['admin.user']();
  17445.     }
  17446.     /**
  17447.      * Gets the public 'admin.user.template_registry' shared service.
  17448.      *
  17449.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  17450.      */
  17451.     protected function getAdmin_User_TemplateRegistryService()
  17452.     {
  17453.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  17454.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  17455.         return $this->services['admin.user.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  17456.     }
  17457.     /**
  17458.      * Gets the public 'admin.vehicle_auto_ria_option.template_registry' shared service.
  17459.      *
  17460.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  17461.      */
  17462.     protected function getAdmin_VehicleAutoRiaOption_TemplateRegistryService()
  17463.     {
  17464.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  17465.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  17466.         return $this->services['admin.vehicle_auto_ria_option.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  17467.     }
  17468.     /**
  17469.      * Gets the public 'admin.vehicles.autoria_options' service.
  17470.      *
  17471.      * @return \AdminBundle\Admin\Vehicles\AutoRiaOptionsAdmin
  17472.      */
  17473.     protected function getAdmin_Vehicles_AutoriaOptionsService()
  17474.     {
  17475.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  17476.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  17477.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  17478.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  17479.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  17480.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  17481.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  17482.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  17483.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  17484.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  17485.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  17486.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  17487.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/AutoRiaOptionsAdmin.php';
  17488.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  17489.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  17490.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  17491.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  17492.         $this->factories['admin.vehicles.autoria_options'] = function () {
  17493.             $instance = new \AdminBundle\Admin\Vehicles\AutoRiaOptionsAdmin('admin.vehicles.autoria_options''CoreBundle\\Entity\\AutoRiaOptions''AdminBundle\\Controller\\Vehicles\\CRUDController');
  17494.             $instance->setManagerType('orm');
  17495.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  17496.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  17497.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  17498.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  17499.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  17500.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  17501.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  17502.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  17503.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  17504.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  17505.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  17506.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  17507.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  17508.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  17509.             $instance->setPagerType('default');
  17510.             $instance->setLabel('AutoRia опции');
  17511.             $instance->setTranslationDomain('messages');
  17512.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  17513.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  17514.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  17515.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  17516.             $instance->setTemplateRegistry(($this->services['admin.vehicles.autoria_options.template_registry'] ?? $this->getAdmin_Vehicles_AutoriaOptions_TemplateRegistryService()));
  17517.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  17518.             $instance->initialize();
  17519.             return $instance;
  17520.         };
  17521.         return $this->factories['admin.vehicles.autoria_options']();
  17522.     }
  17523.     /**
  17524.      * Gets the public 'admin.vehicles.autoria_options.template_registry' shared service.
  17525.      *
  17526.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  17527.      */
  17528.     protected function getAdmin_Vehicles_AutoriaOptions_TemplateRegistryService()
  17529.     {
  17530.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  17531.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  17532.         return $this->services['admin.vehicles.autoria_options.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  17533.     }
  17534.     /**
  17535.      * Gets the public 'admin.vehicles.bus_in_stock' service.
  17536.      *
  17537.      * @return \AdminBundle\Admin\Vehicles\Bus\InStockAdmin
  17538.      */
  17539.     protected function getAdmin_Vehicles_BusInStockService()
  17540.     {
  17541.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  17542.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  17543.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  17544.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  17545.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  17546.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  17547.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  17548.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  17549.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  17550.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  17551.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  17552.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  17553.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  17554.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/BaseInStockAdmin.php';
  17555.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Bus/InStockAdmin.php';
  17556.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  17557.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  17558.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  17559.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  17560.         $this->factories['admin.vehicles.bus_in_stock'] = function () {
  17561.             $instance = new \AdminBundle\Admin\Vehicles\Bus\InStockAdmin('admin.vehicles.bus_in_stock''CoreBundle\\Entity\\Vehicles\\InStock''AdminBundle\\Controller\\Vehicles\\CRUDController');
  17562.             $instance->setManagerType('orm');
  17563.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  17564.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  17565.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  17566.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  17567.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  17568.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  17569.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  17570.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  17571.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  17572.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  17573.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  17574.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  17575.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  17576.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  17577.             $instance->setPagerType('default');
  17578.             $instance->setLabel('Автомобили в наличии');
  17579.             $instance->setTranslationDomain('messages');
  17580.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  17581.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  17582.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  17583.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  17584.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  17585.             $instance->setTemplateRegistry(($this->services['admin.vehicles.bus_in_stock.template_registry'] ?? $this->getAdmin_Vehicles_BusInStock_TemplateRegistryService()));
  17586.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  17587.             $instance->initialize();
  17588.             return $instance;
  17589.         };
  17590.         return $this->factories['admin.vehicles.bus_in_stock']();
  17591.     }
  17592.     /**
  17593.      * Gets the public 'admin.vehicles.bus_in_stock.template_registry' shared service.
  17594.      *
  17595.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  17596.      */
  17597.     protected function getAdmin_Vehicles_BusInStock_TemplateRegistryService()
  17598.     {
  17599.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  17600.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  17601.         return $this->services['admin.vehicles.bus_in_stock.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  17602.     }
  17603.     /**
  17604.      * Gets the public 'admin.vehicles.bus_specification' service.
  17605.      *
  17606.      * @return \AdminBundle\Admin\Vehicles\Bus\SpecificationAdmin
  17607.      */
  17608.     protected function getAdmin_Vehicles_BusSpecificationService()
  17609.     {
  17610.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  17611.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  17612.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  17613.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  17614.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  17615.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  17616.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  17617.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  17618.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  17619.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  17620.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  17621.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  17622.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  17623.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/BaseSpecificationAdmin.php';
  17624.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Bus/SpecificationAdmin.php';
  17625.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  17626.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  17627.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  17628.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  17629.         $this->factories['admin.vehicles.bus_specification'] = function () {
  17630.             $instance = new \AdminBundle\Admin\Vehicles\Bus\SpecificationAdmin('admin.vehicles.bus_specification''CoreBundle\\Entity\\Vehicles\\Specification''sonata.admin.controller.crud');
  17631.             $instance->setManagerType('orm');
  17632.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  17633.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  17634.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  17635.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  17636.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  17637.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  17638.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  17639.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  17640.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  17641.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  17642.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  17643.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  17644.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  17645.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  17646.             $instance->setPagerType('default');
  17647.             $instance->setLabel('Спецификации');
  17648.             $instance->setTranslationDomain('messages');
  17649.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  17650.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  17651.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  17652.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  17653.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  17654.             $instance->setTemplateRegistry(($this->services['admin.vehicles.bus_specification.template_registry'] ?? $this->getAdmin_Vehicles_BusSpecification_TemplateRegistryService()));
  17655.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  17656.             $instance->initialize();
  17657.             return $instance;
  17658.         };
  17659.         return $this->factories['admin.vehicles.bus_specification']();
  17660.     }
  17661.     /**
  17662.      * Gets the public 'admin.vehicles.bus_specification.template_registry' shared service.
  17663.      *
  17664.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  17665.      */
  17666.     protected function getAdmin_Vehicles_BusSpecification_TemplateRegistryService()
  17667.     {
  17668.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  17669.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  17670.         return $this->services['admin.vehicles.bus_specification.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  17671.     }
  17672.     /**
  17673.      * Gets the public 'admin.vehicles.bus_variation' service.
  17674.      *
  17675.      * @return \AdminBundle\Admin\Vehicles\Bus\VariationAdmin
  17676.      */
  17677.     protected function getAdmin_Vehicles_BusVariationService()
  17678.     {
  17679.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  17680.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  17681.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  17682.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  17683.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  17684.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  17685.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  17686.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  17687.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  17688.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  17689.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  17690.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  17691.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  17692.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/BaseVariationAdmin.php';
  17693.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Bus/VariationAdmin.php';
  17694.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  17695.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  17696.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  17697.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  17698.         $this->factories['admin.vehicles.bus_variation'] = function () {
  17699.             $instance = new \AdminBundle\Admin\Vehicles\Bus\VariationAdmin('admin.vehicles.bus_variation''CoreBundle\\Entity\\Vehicles\\Variation''AdminBundle\\Controller\\Vehicles\\CRUDController');
  17700.             $instance->setManagerType('orm');
  17701.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  17702.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  17703.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  17704.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  17705.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  17706.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  17707.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  17708.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  17709.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  17710.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  17711.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  17712.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  17713.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  17714.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  17715.             $instance->setPagerType('default');
  17716.             $instance->setLabel('Вариации');
  17717.             $instance->setTranslationDomain('messages');
  17718.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  17719.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  17720.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  17721.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  17722.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  17723.             $instance->setTemplateRegistry(($this->services['admin.vehicles.bus_variation.template_registry'] ?? $this->getAdmin_Vehicles_BusVariation_TemplateRegistryService()));
  17724.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  17725.             $instance->initialize();
  17726.             return $instance;
  17727.         };
  17728.         return $this->factories['admin.vehicles.bus_variation']();
  17729.     }
  17730.     /**
  17731.      * Gets the public 'admin.vehicles.bus_variation.template_registry' shared service.
  17732.      *
  17733.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  17734.      */
  17735.     protected function getAdmin_Vehicles_BusVariation_TemplateRegistryService()
  17736.     {
  17737.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  17738.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  17739.         return $this->services['admin.vehicles.bus_variation.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  17740.     }
  17741.     /**
  17742.      * Gets the public 'admin.vehicles.bus_vehicle' service.
  17743.      *
  17744.      * @return \AdminBundle\Admin\Vehicles\Bus\VehicleAdmin
  17745.      */
  17746.     protected function getAdmin_Vehicles_BusVehicleService()
  17747.     {
  17748.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  17749.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  17750.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  17751.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  17752.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  17753.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  17754.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  17755.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  17756.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  17757.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  17758.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  17759.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  17760.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  17761.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/BaseVehicleAdmin.php';
  17762.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Bus/VehicleAdmin.php';
  17763.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  17764.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  17765.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  17766.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  17767.         $this->factories['admin.vehicles.bus_vehicle'] = function () {
  17768.             $instance = new \AdminBundle\Admin\Vehicles\Bus\VehicleAdmin('admin.vehicles.bus_vehicle''CoreBundle\\Entity\\Vehicles\\Vehicle''AdminBundle\\Controller\\Vehicles\\CRUDController');
  17769.             $instance->setManagerType('orm');
  17770.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  17771.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  17772.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  17773.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  17774.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  17775.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  17776.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  17777.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  17778.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  17779.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  17780.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  17781.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  17782.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  17783.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  17784.             $instance->setPagerType('default');
  17785.             $instance->setLabel('Автобусы');
  17786.             $instance->setTranslationDomain('messages');
  17787.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  17788.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  17789.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  17790.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  17791.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  17792.             $instance->setTemplateRegistry(($this->services['admin.vehicles.bus_vehicle.template_registry'] ?? $this->getAdmin_Vehicles_BusVehicle_TemplateRegistryService()));
  17793.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  17794.             $instance->initialize();
  17795.             return $instance;
  17796.         };
  17797.         return $this->factories['admin.vehicles.bus_vehicle']();
  17798.     }
  17799.     /**
  17800.      * Gets the public 'admin.vehicles.bus_vehicle.template_registry' shared service.
  17801.      *
  17802.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  17803.      */
  17804.     protected function getAdmin_Vehicles_BusVehicle_TemplateRegistryService()
  17805.     {
  17806.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  17807.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  17808.         return $this->services['admin.vehicles.bus_vehicle.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  17809.     }
  17810.     /**
  17811.      * Gets the public 'admin.vehicles.category' service.
  17812.      *
  17813.      * @return \AdminBundle\Admin\References\CategoryAdmin
  17814.      */
  17815.     protected function getAdmin_Vehicles_CategoryService()
  17816.     {
  17817.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  17818.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  17819.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  17820.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  17821.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  17822.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  17823.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  17824.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  17825.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  17826.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  17827.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  17828.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  17829.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  17830.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/References/CategoryAdmin.php';
  17831.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  17832.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  17833.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  17834.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  17835.         $this->factories['admin.vehicles.category'] = function () {
  17836.             $instance = new \AdminBundle\Admin\References\CategoryAdmin('admin.vehicles.category''CoreBundle\\Entity\\Vehicles\\Category''sonata.admin.controller.crud');
  17837.             $instance->setManagerType('orm');
  17838.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  17839.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  17840.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  17841.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  17842.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  17843.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  17844.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  17845.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  17846.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  17847.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  17848.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  17849.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  17850.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  17851.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  17852.             $instance->setPagerType('default');
  17853.             $instance->setLabel('Категории техники');
  17854.             $instance->setTranslationDomain('messages');
  17855.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  17856.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  17857.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  17858.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  17859.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  17860.             $instance->setTemplateRegistry(($this->services['admin.vehicles.category.template_registry'] ?? $this->getAdmin_Vehicles_Category_TemplateRegistryService()));
  17861.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  17862.             $instance->initialize();
  17863.             return $instance;
  17864.         };
  17865.         return $this->factories['admin.vehicles.category']();
  17866.     }
  17867.     /**
  17868.      * Gets the public 'admin.vehicles.category.template_registry' shared service.
  17869.      *
  17870.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  17871.      */
  17872.     protected function getAdmin_Vehicles_Category_TemplateRegistryService()
  17873.     {
  17874.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  17875.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  17876.         return $this->services['admin.vehicles.category.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  17877.     }
  17878.     /**
  17879.      * Gets the public 'admin.vehicles.content' service.
  17880.      *
  17881.      * @return \AdminBundle\Admin\Vehicles\VehicleContentAdmin
  17882.      */
  17883.     protected function getAdmin_Vehicles_ContentService()
  17884.     {
  17885.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  17886.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  17887.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  17888.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  17889.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  17890.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  17891.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  17892.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  17893.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  17894.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  17895.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  17896.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  17897.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  17898.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/VehicleContentAdmin.php';
  17899.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  17900.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  17901.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  17902.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  17903.         $this->factories['admin.vehicles.content'] = function () {
  17904.             $instance = new \AdminBundle\Admin\Vehicles\VehicleContentAdmin('admin.vehicles.content''CoreBundle\\Entity\\Vehicles\\VehicleContent''sonata.admin.controller.crud');
  17905.             $instance->setManagerType('orm');
  17906.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  17907.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  17908.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  17909.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  17910.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  17911.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  17912.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  17913.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  17914.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  17915.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  17916.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  17917.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  17918.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  17919.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  17920.             $instance->setPagerType('default');
  17921.             $instance->setLabel(NULL);
  17922.             $instance->setTranslationDomain('messages');
  17923.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  17924.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  17925.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  17926.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  17927.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  17928.             $instance->setTemplateRegistry(($this->services['admin.vehicles.content.template_registry'] ?? $this->getAdmin_Vehicles_Content_TemplateRegistryService()));
  17929.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  17930.             $instance->initialize();
  17931.             return $instance;
  17932.         };
  17933.         return $this->factories['admin.vehicles.content']();
  17934.     }
  17935.     /**
  17936.      * Gets the public 'admin.vehicles.content.template_registry' shared service.
  17937.      *
  17938.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  17939.      */
  17940.     protected function getAdmin_Vehicles_Content_TemplateRegistryService()
  17941.     {
  17942.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  17943.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  17944.         return $this->services['admin.vehicles.content.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  17945.     }
  17946.     /**
  17947.      * Gets the public 'admin.vehicles.direction_of_production' service.
  17948.      *
  17949.      * @return \AdminBundle\Admin\DirectionOfProductionAdmin
  17950.      */
  17951.     protected function getAdmin_Vehicles_DirectionOfProductionService()
  17952.     {
  17953.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  17954.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  17955.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  17956.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  17957.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  17958.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  17959.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  17960.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  17961.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  17962.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  17963.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  17964.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  17965.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  17966.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/DirectionOfProductionAdmin.php';
  17967.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  17968.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  17969.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  17970.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  17971.         $this->factories['admin.vehicles.direction_of_production'] = function () {
  17972.             $instance = new \AdminBundle\Admin\DirectionOfProductionAdmin('admin.vehicles.direction_of_production''DcSiteBundle\\Entity\\DirectionOfProduction''sonata.admin.controller.crud');
  17973.             $instance->setManagerType('orm');
  17974.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  17975.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  17976.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  17977.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  17978.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  17979.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  17980.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  17981.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  17982.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  17983.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  17984.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  17985.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  17986.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  17987.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  17988.             $instance->setPagerType('default');
  17989.             $instance->setLabel('Напрямки виробництва');
  17990.             $instance->setTranslationDomain('messages');
  17991.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  17992.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  17993.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  17994.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  17995.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  17996.             $instance->setTemplateRegistry(($this->services['admin.vehicles.direction_of_production.template_registry'] ?? $this->getAdmin_Vehicles_DirectionOfProduction_TemplateRegistryService()));
  17997.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  17998.             $instance->initialize();
  17999.             return $instance;
  18000.         };
  18001.         return $this->factories['admin.vehicles.direction_of_production']();
  18002.     }
  18003.     /**
  18004.      * Gets the public 'admin.vehicles.direction_of_production.template_registry' shared service.
  18005.      *
  18006.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  18007.      */
  18008.     protected function getAdmin_Vehicles_DirectionOfProduction_TemplateRegistryService()
  18009.     {
  18010.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  18011.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  18012.         return $this->services['admin.vehicles.direction_of_production.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  18013.     }
  18014.     /**
  18015.      * Gets the public 'admin.vehicles.engine' service.
  18016.      *
  18017.      * @return \AdminBundle\Admin\References\EngineAdmin
  18018.      */
  18019.     protected function getAdmin_Vehicles_EngineService()
  18020.     {
  18021.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  18022.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  18023.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  18024.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  18025.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  18026.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  18027.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  18028.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  18029.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  18030.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  18031.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  18032.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  18033.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  18034.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/References/EngineAdmin.php';
  18035.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  18036.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  18037.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  18038.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  18039.         $this->factories['admin.vehicles.engine'] = function () {
  18040.             $instance = new \AdminBundle\Admin\References\EngineAdmin('admin.vehicles.engine''DcSiteBundle\\Entity\\Engine''sonata.admin.controller.crud');
  18041.             $instance->setManagerType('orm');
  18042.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  18043.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  18044.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  18045.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  18046.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  18047.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  18048.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  18049.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  18050.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  18051.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  18052.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  18053.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  18054.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  18055.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  18056.             $instance->setPagerType('default');
  18057.             $instance->setLabel('Двигатели');
  18058.             $instance->setTranslationDomain('messages');
  18059.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  18060.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  18061.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  18062.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  18063.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  18064.             $instance->setTemplateRegistry(($this->services['admin.vehicles.engine.template_registry'] ?? $this->getAdmin_Vehicles_Engine_TemplateRegistryService()));
  18065.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  18066.             $instance->initialize();
  18067.             return $instance;
  18068.         };
  18069.         return $this->factories['admin.vehicles.engine']();
  18070.     }
  18071.     /**
  18072.      * Gets the public 'admin.vehicles.engine.template_registry' shared service.
  18073.      *
  18074.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  18075.      */
  18076.     protected function getAdmin_Vehicles_Engine_TemplateRegistryService()
  18077.     {
  18078.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  18079.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  18080.         return $this->services['admin.vehicles.engine.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  18081.     }
  18082.     /**
  18083.      * Gets the public 'admin.vehicles.equipment' service.
  18084.      *
  18085.      * @return \AdminBundle\Admin\Vehicles\EquipmentAdmin
  18086.      */
  18087.     protected function getAdmin_Vehicles_EquipmentService()
  18088.     {
  18089.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  18090.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  18091.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  18092.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  18093.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  18094.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  18095.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  18096.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  18097.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  18098.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  18099.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  18100.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  18101.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  18102.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/EquipmentAdmin.php';
  18103.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  18104.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  18105.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  18106.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  18107.         $this->factories['admin.vehicles.equipment'] = function () {
  18108.             $instance = new \AdminBundle\Admin\Vehicles\EquipmentAdmin('admin.vehicles.equipment''CoreBundle\\Entity\\Vehicles\\Equipment''AdminBundle\\Controller\\Vehicles\\CRUDController');
  18109.             $instance->setManagerType('orm');
  18110.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  18111.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  18112.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  18113.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  18114.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  18115.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  18116.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  18117.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  18118.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  18119.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  18120.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  18121.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  18122.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  18123.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  18124.             $instance->setPagerType('default');
  18125.             $instance->setLabel(NULL);
  18126.             $instance->setTranslationDomain('messages');
  18127.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  18128.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  18129.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  18130.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  18131.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  18132.             $instance->setTemplateRegistry(($this->services['admin.vehicles.equipment.template_registry'] ?? $this->getAdmin_Vehicles_Equipment_TemplateRegistryService()));
  18133.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  18134.             $instance->initialize();
  18135.             return $instance;
  18136.         };
  18137.         return $this->factories['admin.vehicles.equipment']();
  18138.     }
  18139.     /**
  18140.      * Gets the public 'admin.vehicles.equipment.template_registry' shared service.
  18141.      *
  18142.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  18143.      */
  18144.     protected function getAdmin_Vehicles_Equipment_TemplateRegistryService()
  18145.     {
  18146.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  18147.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  18148.         return $this->services['admin.vehicles.equipment.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  18149.     }
  18150.     /**
  18151.      * Gets the public 'admin.vehicles.equipment_iption' service.
  18152.      *
  18153.      * @return \AdminBundle\Admin\References\EquipmentOptionAdmin
  18154.      */
  18155.     protected function getAdmin_Vehicles_EquipmentIptionService()
  18156.     {
  18157.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  18158.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  18159.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  18160.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  18161.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  18162.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  18163.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  18164.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  18165.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  18166.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  18167.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  18168.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  18169.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  18170.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/References/EquipmentOptionAdmin.php';
  18171.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  18172.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  18173.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  18174.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  18175.         $this->factories['admin.vehicles.equipment_iption'] = function () {
  18176.             $instance = new \AdminBundle\Admin\References\EquipmentOptionAdmin('admin.vehicles.equipment_iption''CoreBundle\\Entity\\Vehicles\\EquipmentOption''AdminBundle\\Controller\\BaseCRUDController');
  18177.             $instance->setManagerType('orm');
  18178.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  18179.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  18180.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  18181.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  18182.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  18183.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  18184.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  18185.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  18186.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  18187.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  18188.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  18189.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  18190.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  18191.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  18192.             $instance->setPagerType('default');
  18193.             $instance->setLabel('Опции комплектаций');
  18194.             $instance->setTranslationDomain('messages');
  18195.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  18196.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  18197.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  18198.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  18199.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  18200.             $instance->setTemplateRegistry(($this->services['admin.vehicles.equipment_iption.template_registry'] ?? $this->getAdmin_Vehicles_EquipmentIption_TemplateRegistryService()));
  18201.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  18202.             $instance->initialize();
  18203.             return $instance;
  18204.         };
  18205.         return $this->factories['admin.vehicles.equipment_iption']();
  18206.     }
  18207.     /**
  18208.      * Gets the public 'admin.vehicles.equipment_iption.template_registry' shared service.
  18209.      *
  18210.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  18211.      */
  18212.     protected function getAdmin_Vehicles_EquipmentIption_TemplateRegistryService()
  18213.     {
  18214.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  18215.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  18216.         return $this->services['admin.vehicles.equipment_iption.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  18217.     }
  18218.     /**
  18219.      * Gets the public 'admin.vehicles.faq_content' service.
  18220.      *
  18221.      * @return \AdminBundle\Admin\Vehicles\FaqContentAdmin
  18222.      */
  18223.     protected function getAdmin_Vehicles_FaqContentService()
  18224.     {
  18225.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  18226.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  18227.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  18228.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  18229.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  18230.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  18231.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  18232.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  18233.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  18234.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  18235.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  18236.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  18237.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  18238.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/FaqContentAdmin.php';
  18239.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  18240.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  18241.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  18242.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  18243.         $this->factories['admin.vehicles.faq_content'] = function () {
  18244.             $instance = new \AdminBundle\Admin\Vehicles\FaqContentAdmin('admin.vehicles.faq_content''CoreBundle\\Entity\\Vehicles\\FaqContent''sonata.admin.controller.crud');
  18245.             $instance->setManagerType('orm');
  18246.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  18247.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  18248.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  18249.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  18250.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  18251.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  18252.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  18253.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  18254.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  18255.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  18256.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  18257.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  18258.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  18259.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  18260.             $instance->setPagerType('default');
  18261.             $instance->setLabel(NULL);
  18262.             $instance->setTranslationDomain('messages');
  18263.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  18264.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  18265.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  18266.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  18267.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  18268.             $instance->setTemplateRegistry(($this->services['admin.vehicles.faq_content.template_registry'] ?? $this->getAdmin_Vehicles_FaqContent_TemplateRegistryService()));
  18269.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  18270.             $instance->initialize();
  18271.             return $instance;
  18272.         };
  18273.         return $this->factories['admin.vehicles.faq_content']();
  18274.     }
  18275.     /**
  18276.      * Gets the public 'admin.vehicles.faq_content.template_registry' shared service.
  18277.      *
  18278.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  18279.      */
  18280.     protected function getAdmin_Vehicles_FaqContent_TemplateRegistryService()
  18281.     {
  18282.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  18283.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  18284.         return $this->services['admin.vehicles.faq_content.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  18285.     }
  18286.     /**
  18287.      * Gets the public 'admin.vehicles.faqs' service.
  18288.      *
  18289.      * @return \AdminBundle\Admin\Vehicles\FaqAdmin
  18290.      */
  18291.     protected function getAdmin_Vehicles_FaqsService()
  18292.     {
  18293.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  18294.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  18295.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  18296.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  18297.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  18298.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  18299.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  18300.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  18301.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  18302.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  18303.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  18304.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  18305.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  18306.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/FaqAdmin.php';
  18307.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  18308.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  18309.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  18310.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  18311.         $this->factories['admin.vehicles.faqs'] = function () {
  18312.             $instance = new \AdminBundle\Admin\Vehicles\FaqAdmin('admin.vehicles.faqs''CoreBundle\\Entity\\Vehicles\\Faq''sonata.admin.controller.crud');
  18313.             $instance->setManagerType('orm');
  18314.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  18315.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  18316.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  18317.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  18318.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  18319.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  18320.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  18321.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  18322.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  18323.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  18324.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  18325.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  18326.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  18327.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  18328.             $instance->setPagerType('default');
  18329.             $instance->setLabel(NULL);
  18330.             $instance->setTranslationDomain('messages');
  18331.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  18332.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  18333.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  18334.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  18335.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  18336.             $instance->setTemplateRegistry(($this->services['admin.vehicles.faqs.template_registry'] ?? $this->getAdmin_Vehicles_Faqs_TemplateRegistryService()));
  18337.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  18338.             $instance->initialize();
  18339.             return $instance;
  18340.         };
  18341.         return $this->factories['admin.vehicles.faqs']();
  18342.     }
  18343.     /**
  18344.      * Gets the public 'admin.vehicles.faqs.template_registry' shared service.
  18345.      *
  18346.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  18347.      */
  18348.     protected function getAdmin_Vehicles_Faqs_TemplateRegistryService()
  18349.     {
  18350.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  18351.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  18352.         return $this->services['admin.vehicles.faqs.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  18353.     }
  18354.     /**
  18355.      * Gets the public 'admin.vehicles.features' service.
  18356.      *
  18357.      * @return \AdminBundle\Admin\Vehicles\FeatureAdmin
  18358.      */
  18359.     protected function getAdmin_Vehicles_FeaturesService()
  18360.     {
  18361.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  18362.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  18363.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  18364.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  18365.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  18366.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  18367.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  18368.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  18369.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  18370.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  18371.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  18372.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  18373.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  18374.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/FeatureAdmin.php';
  18375.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  18376.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  18377.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  18378.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  18379.         $this->factories['admin.vehicles.features'] = function () {
  18380.             $instance = new \AdminBundle\Admin\Vehicles\FeatureAdmin('admin.vehicles.features''CoreBundle\\Entity\\Vehicles\\Feature''sonata.admin.controller.crud');
  18381.             $instance->setManagerType('orm');
  18382.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  18383.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  18384.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  18385.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  18386.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  18387.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  18388.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  18389.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  18390.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  18391.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  18392.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  18393.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  18394.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  18395.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  18396.             $instance->setPagerType('default');
  18397.             $instance->setLabel(NULL);
  18398.             $instance->setTranslationDomain('messages');
  18399.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  18400.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  18401.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  18402.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  18403.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  18404.             $instance->setTemplateRegistry(($this->services['admin.vehicles.features.template_registry'] ?? $this->getAdmin_Vehicles_Features_TemplateRegistryService()));
  18405.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  18406.             $instance->initialize();
  18407.             return $instance;
  18408.         };
  18409.         return $this->factories['admin.vehicles.features']();
  18410.     }
  18411.     /**
  18412.      * Gets the public 'admin.vehicles.features.group' service.
  18413.      *
  18414.      * @return \AdminBundle\Admin\References\FeatureGroupAdmin
  18415.      */
  18416.     protected function getAdmin_Vehicles_Features_GroupService()
  18417.     {
  18418.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  18419.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  18420.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  18421.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  18422.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  18423.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  18424.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  18425.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  18426.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  18427.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  18428.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  18429.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  18430.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  18431.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/References/FeatureGroupAdmin.php';
  18432.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  18433.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  18434.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  18435.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  18436.         $this->factories['admin.vehicles.features.group'] = function () {
  18437.             $instance = new \AdminBundle\Admin\References\FeatureGroupAdmin('admin.vehicles.features.group''CoreBundle\\Entity\\Vehicles\\FeatureGroup''sonata.admin.controller.crud');
  18438.             $instance->setManagerType('orm');
  18439.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  18440.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  18441.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  18442.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  18443.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  18444.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  18445.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  18446.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  18447.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  18448.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  18449.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  18450.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  18451.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  18452.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  18453.             $instance->setPagerType('default');
  18454.             $instance->setLabel('Группы особенностей');
  18455.             $instance->setTranslationDomain('messages');
  18456.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  18457.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  18458.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  18459.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  18460.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  18461.             $instance->setTemplateRegistry(($this->services['admin.vehicles.features.group.template_registry'] ?? $this->getAdmin_Vehicles_Features_Group_TemplateRegistryService()));
  18462.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  18463.             $instance->initialize();
  18464.             return $instance;
  18465.         };
  18466.         return $this->factories['admin.vehicles.features.group']();
  18467.     }
  18468.     /**
  18469.      * Gets the public 'admin.vehicles.features.group.template_registry' shared service.
  18470.      *
  18471.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  18472.      */
  18473.     protected function getAdmin_Vehicles_Features_Group_TemplateRegistryService()
  18474.     {
  18475.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  18476.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  18477.         return $this->services['admin.vehicles.features.group.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  18478.     }
  18479.     /**
  18480.      * Gets the public 'admin.vehicles.features.template_registry' shared service.
  18481.      *
  18482.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  18483.      */
  18484.     protected function getAdmin_Vehicles_Features_TemplateRegistryService()
  18485.     {
  18486.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  18487.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  18488.         return $this->services['admin.vehicles.features.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  18489.     }
  18490.     /**
  18491.      * Gets the public 'admin.vehicles.features_content' service.
  18492.      *
  18493.      * @return \AdminBundle\Admin\Vehicles\FeatureContentAdmin
  18494.      */
  18495.     protected function getAdmin_Vehicles_FeaturesContentService()
  18496.     {
  18497.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  18498.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  18499.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  18500.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  18501.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  18502.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  18503.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  18504.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  18505.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  18506.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  18507.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  18508.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  18509.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  18510.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/FeatureContentAdmin.php';
  18511.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  18512.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  18513.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  18514.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  18515.         $this->factories['admin.vehicles.features_content'] = function () {
  18516.             $instance = new \AdminBundle\Admin\Vehicles\FeatureContentAdmin('admin.vehicles.features_content''CoreBundle\\Entity\\Vehicles\\FeatureContent''sonata.admin.controller.crud');
  18517.             $instance->setManagerType('orm');
  18518.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  18519.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  18520.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  18521.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  18522.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  18523.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  18524.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  18525.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  18526.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  18527.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  18528.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  18529.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  18530.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  18531.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  18532.             $instance->setPagerType('default');
  18533.             $instance->setLabel(NULL);
  18534.             $instance->setTranslationDomain('messages');
  18535.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  18536.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  18537.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  18538.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  18539.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  18540.             $instance->setTemplateRegistry(($this->services['admin.vehicles.features_content.template_registry'] ?? $this->getAdmin_Vehicles_FeaturesContent_TemplateRegistryService()));
  18541.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  18542.             $instance->initialize();
  18543.             return $instance;
  18544.         };
  18545.         return $this->factories['admin.vehicles.features_content']();
  18546.     }
  18547.     /**
  18548.      * Gets the public 'admin.vehicles.features_content.template_registry' shared service.
  18549.      *
  18550.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  18551.      */
  18552.     protected function getAdmin_Vehicles_FeaturesContent_TemplateRegistryService()
  18553.     {
  18554.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  18555.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  18556.         return $this->services['admin.vehicles.features_content.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  18557.     }
  18558.     /**
  18559.      * Gets the public 'admin.vehicles.file' service.
  18560.      *
  18561.      * @return \AdminBundle\Admin\Vehicles\VehicleFileAdmin
  18562.      */
  18563.     protected function getAdmin_Vehicles_FileService()
  18564.     {
  18565.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  18566.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  18567.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  18568.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  18569.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  18570.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  18571.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  18572.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  18573.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  18574.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  18575.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  18576.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  18577.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  18578.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/VehicleFileAdmin.php';
  18579.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  18580.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  18581.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  18582.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  18583.         $this->factories['admin.vehicles.file'] = function () {
  18584.             $instance = new \AdminBundle\Admin\Vehicles\VehicleFileAdmin('admin.vehicles.file''CoreBundle\\Entity\\Vehicles\\VehicleFile''sonata.admin.controller.crud');
  18585.             $instance->setManagerType('orm');
  18586.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  18587.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  18588.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  18589.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  18590.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  18591.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  18592.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  18593.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  18594.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  18595.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  18596.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  18597.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  18598.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  18599.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  18600.             $instance->setPagerType('default');
  18601.             $instance->setLabel(NULL);
  18602.             $instance->setTranslationDomain('messages');
  18603.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  18604.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  18605.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  18606.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  18607.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  18608.             $instance->setTemplateRegistry(($this->services['admin.vehicles.file.template_registry'] ?? $this->getAdmin_Vehicles_File_TemplateRegistryService()));
  18609.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  18610.             $instance->initialize();
  18611.             return $instance;
  18612.         };
  18613.         return $this->factories['admin.vehicles.file']();
  18614.     }
  18615.     /**
  18616.      * Gets the public 'admin.vehicles.file.template_registry' shared service.
  18617.      *
  18618.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  18619.      */
  18620.     protected function getAdmin_Vehicles_File_TemplateRegistryService()
  18621.     {
  18622.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  18623.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  18624.         return $this->services['admin.vehicles.file.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  18625.     }
  18626.     /**
  18627.      * Gets the public 'admin.vehicles.fraight_in_stock' service.
  18628.      *
  18629.      * @return \AdminBundle\Admin\Vehicles\Fraight\InStockAdmin
  18630.      */
  18631.     protected function getAdmin_Vehicles_FraightInStockService()
  18632.     {
  18633.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  18634.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  18635.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  18636.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  18637.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  18638.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  18639.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  18640.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  18641.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  18642.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  18643.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  18644.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  18645.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  18646.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/BaseInStockAdmin.php';
  18647.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Fraight/InStockAdmin.php';
  18648.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  18649.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  18650.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  18651.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  18652.         $this->factories['admin.vehicles.fraight_in_stock'] = function () {
  18653.             $instance = new \AdminBundle\Admin\Vehicles\Fraight\InStockAdmin('admin.vehicles.fraight_in_stock''CoreBundle\\Entity\\Vehicles\\InStock''AdminBundle\\Controller\\Vehicles\\CRUDController');
  18654.             $instance->setManagerType('orm');
  18655.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  18656.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  18657.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  18658.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  18659.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  18660.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  18661.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  18662.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  18663.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  18664.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  18665.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  18666.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  18667.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  18668.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  18669.             $instance->setPagerType('default');
  18670.             $instance->setLabel('Автомобили в наличии');
  18671.             $instance->setTranslationDomain('messages');
  18672.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  18673.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  18674.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  18675.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  18676.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  18677.             $instance->setTemplateRegistry(($this->services['admin.vehicles.fraight_in_stock.template_registry'] ?? $this->getAdmin_Vehicles_FraightInStock_TemplateRegistryService()));
  18678.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  18679.             $instance->initialize();
  18680.             return $instance;
  18681.         };
  18682.         return $this->factories['admin.vehicles.fraight_in_stock']();
  18683.     }
  18684.     /**
  18685.      * Gets the public 'admin.vehicles.fraight_in_stock.template_registry' shared service.
  18686.      *
  18687.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  18688.      */
  18689.     protected function getAdmin_Vehicles_FraightInStock_TemplateRegistryService()
  18690.     {
  18691.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  18692.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  18693.         return $this->services['admin.vehicles.fraight_in_stock.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  18694.     }
  18695.     /**
  18696.      * Gets the public 'admin.vehicles.fraight_specification' service.
  18697.      *
  18698.      * @return \AdminBundle\Admin\Vehicles\Fraight\SpecificationAdmin
  18699.      */
  18700.     protected function getAdmin_Vehicles_FraightSpecificationService()
  18701.     {
  18702.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  18703.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  18704.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  18705.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  18706.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  18707.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  18708.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  18709.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  18710.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  18711.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  18712.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  18713.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  18714.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  18715.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/BaseSpecificationAdmin.php';
  18716.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Fraight/SpecificationAdmin.php';
  18717.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  18718.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  18719.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  18720.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  18721.         $this->factories['admin.vehicles.fraight_specification'] = function () {
  18722.             $instance = new \AdminBundle\Admin\Vehicles\Fraight\SpecificationAdmin('admin.vehicles.fraight_specification''CoreBundle\\Entity\\Vehicles\\Specification''sonata.admin.controller.crud');
  18723.             $instance->setManagerType('orm');
  18724.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  18725.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  18726.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  18727.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  18728.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  18729.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  18730.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  18731.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  18732.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  18733.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  18734.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  18735.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  18736.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  18737.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  18738.             $instance->setPagerType('default');
  18739.             $instance->setLabel('Спецификации');
  18740.             $instance->setTranslationDomain('messages');
  18741.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  18742.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  18743.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  18744.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  18745.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  18746.             $instance->setTemplateRegistry(($this->services['admin.vehicles.fraight_specification.template_registry'] ?? $this->getAdmin_Vehicles_FraightSpecification_TemplateRegistryService()));
  18747.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  18748.             $instance->initialize();
  18749.             return $instance;
  18750.         };
  18751.         return $this->factories['admin.vehicles.fraight_specification']();
  18752.     }
  18753.     /**
  18754.      * Gets the public 'admin.vehicles.fraight_specification.template_registry' shared service.
  18755.      *
  18756.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  18757.      */
  18758.     protected function getAdmin_Vehicles_FraightSpecification_TemplateRegistryService()
  18759.     {
  18760.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  18761.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  18762.         return $this->services['admin.vehicles.fraight_specification.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  18763.     }
  18764.     /**
  18765.      * Gets the public 'admin.vehicles.fraight_variation' service.
  18766.      *
  18767.      * @return \AdminBundle\Admin\Vehicles\Fraight\VariationAdmin
  18768.      */
  18769.     protected function getAdmin_Vehicles_FraightVariationService()
  18770.     {
  18771.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  18772.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  18773.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  18774.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  18775.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  18776.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  18777.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  18778.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  18779.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  18780.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  18781.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  18782.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  18783.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  18784.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/BaseVariationAdmin.php';
  18785.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Fraight/VariationAdmin.php';
  18786.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  18787.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  18788.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  18789.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  18790.         $this->factories['admin.vehicles.fraight_variation'] = function () {
  18791.             $instance = new \AdminBundle\Admin\Vehicles\Fraight\VariationAdmin('admin.vehicles.fraight_variation''CoreBundle\\Entity\\Vehicles\\Variation''AdminBundle\\Controller\\Vehicles\\CRUDController');
  18792.             $instance->setManagerType('orm');
  18793.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  18794.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  18795.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  18796.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  18797.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  18798.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  18799.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  18800.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  18801.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  18802.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  18803.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  18804.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  18805.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  18806.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  18807.             $instance->setPagerType('default');
  18808.             $instance->setLabel('Вариации');
  18809.             $instance->setTranslationDomain('messages');
  18810.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  18811.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  18812.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  18813.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  18814.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  18815.             $instance->setTemplateRegistry(($this->services['admin.vehicles.fraight_variation.template_registry'] ?? $this->getAdmin_Vehicles_FraightVariation_TemplateRegistryService()));
  18816.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  18817.             $instance->initialize();
  18818.             return $instance;
  18819.         };
  18820.         return $this->factories['admin.vehicles.fraight_variation']();
  18821.     }
  18822.     /**
  18823.      * Gets the public 'admin.vehicles.fraight_variation.template_registry' shared service.
  18824.      *
  18825.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  18826.      */
  18827.     protected function getAdmin_Vehicles_FraightVariation_TemplateRegistryService()
  18828.     {
  18829.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  18830.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  18831.         return $this->services['admin.vehicles.fraight_variation.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  18832.     }
  18833.     /**
  18834.      * Gets the public 'admin.vehicles.fraight_vehicle' service.
  18835.      *
  18836.      * @return \AdminBundle\Admin\Vehicles\Fraight\VehicleAdmin
  18837.      */
  18838.     protected function getAdmin_Vehicles_FraightVehicleService()
  18839.     {
  18840.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  18841.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  18842.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  18843.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  18844.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  18845.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  18846.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  18847.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  18848.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  18849.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  18850.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  18851.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  18852.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  18853.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/BaseVehicleAdmin.php';
  18854.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Fraight/VehicleAdmin.php';
  18855.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  18856.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  18857.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  18858.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  18859.         $this->factories['admin.vehicles.fraight_vehicle'] = function () {
  18860.             $instance = new \AdminBundle\Admin\Vehicles\Fraight\VehicleAdmin('admin.vehicles.fraight_vehicle''CoreBundle\\Entity\\Vehicles\\Vehicle''AdminBundle\\Controller\\Vehicles\\CRUDController');
  18861.             $instance->setManagerType('orm');
  18862.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  18863.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  18864.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  18865.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  18866.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  18867.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  18868.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  18869.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  18870.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  18871.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  18872.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  18873.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  18874.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  18875.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  18876.             $instance->setPagerType('default');
  18877.             $instance->setLabel('Автомобили');
  18878.             $instance->setTranslationDomain('messages');
  18879.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  18880.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  18881.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  18882.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  18883.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  18884.             $instance->setTemplateRegistry(($this->services['admin.vehicles.fraight_vehicle.template_registry'] ?? $this->getAdmin_Vehicles_FraightVehicle_TemplateRegistryService()));
  18885.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  18886.             $instance->initialize();
  18887.             return $instance;
  18888.         };
  18889.         return $this->factories['admin.vehicles.fraight_vehicle']();
  18890.     }
  18891.     /**
  18892.      * Gets the public 'admin.vehicles.fraight_vehicle.template_registry' shared service.
  18893.      *
  18894.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  18895.      */
  18896.     protected function getAdmin_Vehicles_FraightVehicle_TemplateRegistryService()
  18897.     {
  18898.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  18899.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  18900.         return $this->services['admin.vehicles.fraight_vehicle.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  18901.     }
  18902.     /**
  18903.      * Gets the public 'admin.vehicles.group' service.
  18904.      *
  18905.      * @return \AdminBundle\Admin\References\VehicleGroupAdmin
  18906.      */
  18907.     protected function getAdmin_Vehicles_GroupService()
  18908.     {
  18909.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  18910.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  18911.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  18912.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  18913.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  18914.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  18915.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  18916.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  18917.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  18918.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  18919.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  18920.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  18921.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  18922.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/References/VehicleGroupAdmin.php';
  18923.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  18924.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  18925.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  18926.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  18927.         $this->factories['admin.vehicles.group'] = function () {
  18928.             $instance = new \AdminBundle\Admin\References\VehicleGroupAdmin('admin.vehicles.group''CoreBundle\\Entity\\Vehicles\\Group''sonata.admin.controller.crud');
  18929.             $instance->setManagerType('orm');
  18930.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  18931.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  18932.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  18933.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  18934.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  18935.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  18936.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  18937.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  18938.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  18939.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  18940.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  18941.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  18942.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  18943.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  18944.             $instance->setPagerType('default');
  18945.             $instance->setLabel('Группы техники');
  18946.             $instance->setTranslationDomain('messages');
  18947.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  18948.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  18949.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  18950.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  18951.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  18952.             $instance->setTemplateRegistry(($this->services['admin.vehicles.group.template_registry'] ?? $this->getAdmin_Vehicles_Group_TemplateRegistryService()));
  18953.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  18954.             $instance->initialize();
  18955.             return $instance;
  18956.         };
  18957.         return $this->factories['admin.vehicles.group']();
  18958.     }
  18959.     /**
  18960.      * Gets the public 'admin.vehicles.group.template_registry' shared service.
  18961.      *
  18962.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  18963.      */
  18964.     protected function getAdmin_Vehicles_Group_TemplateRegistryService()
  18965.     {
  18966.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  18967.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  18968.         return $this->services['admin.vehicles.group.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  18969.     }
  18970.     /**
  18971.      * Gets the public 'admin.vehicles.in_stock_content' service.
  18972.      *
  18973.      * @return \AdminBundle\Admin\Vehicles\InStockContentAdmin
  18974.      */
  18975.     protected function getAdmin_Vehicles_InStockContentService()
  18976.     {
  18977.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  18978.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  18979.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  18980.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  18981.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  18982.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  18983.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  18984.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  18985.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  18986.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  18987.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  18988.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  18989.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/InStockContentAdmin.php';
  18990.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  18991.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  18992.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  18993.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  18994.         $this->factories['admin.vehicles.in_stock_content'] = function () {
  18995.             $instance = new \AdminBundle\Admin\Vehicles\InStockContentAdmin('admin.vehicles.in_stock_content''CoreBundle\\Entity\\Vehicles\\InStockContent''sonata.admin.controller.crud');
  18996.             $instance->setManagerType('orm');
  18997.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  18998.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  18999.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  19000.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  19001.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  19002.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  19003.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  19004.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  19005.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  19006.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  19007.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  19008.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  19009.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  19010.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  19011.             $instance->setPagerType('default');
  19012.             $instance->setLabel(NULL);
  19013.             $instance->setTranslationDomain('messages');
  19014.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  19015.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  19016.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  19017.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  19018.             $instance->setTemplateRegistry(($this->services['admin.vehicles.in_stock_content.template_registry'] ?? $this->getAdmin_Vehicles_InStockContent_TemplateRegistryService()));
  19019.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  19020.             $instance->initialize();
  19021.             return $instance;
  19022.         };
  19023.         return $this->factories['admin.vehicles.in_stock_content']();
  19024.     }
  19025.     /**
  19026.      * Gets the public 'admin.vehicles.in_stock_content.template_registry' shared service.
  19027.      *
  19028.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  19029.      */
  19030.     protected function getAdmin_Vehicles_InStockContent_TemplateRegistryService()
  19031.     {
  19032.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  19033.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  19034.         return $this->services['admin.vehicles.in_stock_content.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  19035.     }
  19036.     /**
  19037.      * Gets the public 'admin.vehicles.in_stock_part' service.
  19038.      *
  19039.      * @return \AdminBundle\Admin\Vehicles\InStockPartAdmin
  19040.      */
  19041.     protected function getAdmin_Vehicles_InStockPartService()
  19042.     {
  19043.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  19044.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  19045.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  19046.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  19047.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  19048.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  19049.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  19050.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  19051.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  19052.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  19053.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  19054.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  19055.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  19056.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/InStockPartAdmin.php';
  19057.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  19058.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  19059.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  19060.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  19061.         $this->factories['admin.vehicles.in_stock_part'] = function () {
  19062.             $instance = new \AdminBundle\Admin\Vehicles\InStockPartAdmin('admin.vehicles.in_stock_part''CoreBundle\\Entity\\Vehicles\\InStockPart''sonata.admin.controller.crud');
  19063.             $instance->setManagerType('orm');
  19064.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  19065.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  19066.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  19067.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  19068.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  19069.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  19070.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  19071.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  19072.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  19073.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  19074.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  19075.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  19076.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  19077.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  19078.             $instance->setPagerType('default');
  19079.             $instance->setLabel(NULL);
  19080.             $instance->setTranslationDomain('messages');
  19081.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  19082.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  19083.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  19084.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  19085.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  19086.             $instance->setTemplateRegistry(($this->services['admin.vehicles.in_stock_part.template_registry'] ?? $this->getAdmin_Vehicles_InStockPart_TemplateRegistryService()));
  19087.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  19088.             $instance->initialize();
  19089.             return $instance;
  19090.         };
  19091.         return $this->factories['admin.vehicles.in_stock_part']();
  19092.     }
  19093.     /**
  19094.      * Gets the public 'admin.vehicles.in_stock_part.template_registry' shared service.
  19095.      *
  19096.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  19097.      */
  19098.     protected function getAdmin_Vehicles_InStockPart_TemplateRegistryService()
  19099.     {
  19100.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  19101.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  19102.         return $this->services['admin.vehicles.in_stock_part.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  19103.     }
  19104.     /**
  19105.      * Gets the public 'admin.vehicles.markdown' service.
  19106.      *
  19107.      * @return \AdminBundle\Admin\References\MarkdownAdmin
  19108.      */
  19109.     protected function getAdmin_Vehicles_MarkdownService()
  19110.     {
  19111.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  19112.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  19113.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  19114.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  19115.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  19116.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  19117.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  19118.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  19119.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  19120.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  19121.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  19122.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  19123.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  19124.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/References/MarkdownAdmin.php';
  19125.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  19126.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  19127.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  19128.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  19129.         $this->factories['admin.vehicles.markdown'] = function () {
  19130.             $instance = new \AdminBundle\Admin\References\MarkdownAdmin('admin.vehicles.markdown''DcSiteBundle\\Entity\\Markdown''sonata.admin.controller.crud');
  19131.             $instance->setManagerType('orm');
  19132.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  19133.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  19134.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  19135.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  19136.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  19137.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  19138.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  19139.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  19140.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  19141.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  19142.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  19143.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  19144.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  19145.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  19146.             $instance->setPagerType('default');
  19147.             $instance->setLabel('Уценка автомобилей');
  19148.             $instance->setTranslationDomain('messages');
  19149.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  19150.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  19151.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  19152.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  19153.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  19154.             $instance->setTemplateRegistry(($this->services['admin.vehicles.markdown.template_registry'] ?? $this->getAdmin_Vehicles_Markdown_TemplateRegistryService()));
  19155.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  19156.             $instance->initialize();
  19157.             return $instance;
  19158.         };
  19159.         return $this->factories['admin.vehicles.markdown']();
  19160.     }
  19161.     /**
  19162.      * Gets the public 'admin.vehicles.markdown.template_registry' shared service.
  19163.      *
  19164.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  19165.      */
  19166.     protected function getAdmin_Vehicles_Markdown_TemplateRegistryService()
  19167.     {
  19168.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  19169.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  19170.         return $this->services['admin.vehicles.markdown.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  19171.     }
  19172.     /**
  19173.      * Gets the public 'admin.vehicles.model' service.
  19174.      *
  19175.      * @return \AdminBundle\Admin\References\ModelAdmin
  19176.      */
  19177.     protected function getAdmin_Vehicles_ModelService()
  19178.     {
  19179.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  19180.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  19181.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  19182.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  19183.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  19184.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  19185.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  19186.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  19187.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  19188.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  19189.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  19190.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  19191.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  19192.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/References/ModelAdmin.php';
  19193.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  19194.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  19195.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  19196.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  19197.         $this->factories['admin.vehicles.model'] = function () {
  19198.             $instance = new \AdminBundle\Admin\References\ModelAdmin('admin.vehicles.model''CoreBundle\\Entity\\Model''AdminBundle\\Controller\\BaseCRUDController');
  19199.             $instance->setManagerType('orm');
  19200.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  19201.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  19202.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  19203.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  19204.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  19205.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  19206.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  19207.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  19208.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  19209.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  19210.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  19211.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  19212.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  19213.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  19214.             $instance->setPagerType('default');
  19215.             $instance->setLabel('Модели');
  19216.             $instance->setTranslationDomain('messages');
  19217.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  19218.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  19219.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  19220.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  19221.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  19222.             $instance->setTemplateRegistry(($this->services['admin.vehicles.model.template_registry'] ?? $this->getAdmin_Vehicles_Model_TemplateRegistryService()));
  19223.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  19224.             $instance->initialize();
  19225.             return $instance;
  19226.         };
  19227.         return $this->factories['admin.vehicles.model']();
  19228.     }
  19229.     /**
  19230.      * Gets the public 'admin.vehicles.model.template_registry' shared service.
  19231.      *
  19232.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  19233.      */
  19234.     protected function getAdmin_Vehicles_Model_TemplateRegistryService()
  19235.     {
  19236.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  19237.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  19238.         return $this->services['admin.vehicles.model.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  19239.     }
  19240.     /**
  19241.      * Gets the public 'admin.vehicles.moto_in_stock' service.
  19242.      *
  19243.      * @return \AdminBundle\Admin\Vehicles\Moto\InStockAdmin
  19244.      */
  19245.     protected function getAdmin_Vehicles_MotoInStockService()
  19246.     {
  19247.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  19248.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  19249.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  19250.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  19251.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  19252.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  19253.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  19254.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  19255.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  19256.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  19257.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  19258.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  19259.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  19260.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/BaseInStockAdmin.php';
  19261.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Moto/InStockAdmin.php';
  19262.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  19263.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  19264.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  19265.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  19266.         $this->factories['admin.vehicles.moto_in_stock'] = function () {
  19267.             $instance = new \AdminBundle\Admin\Vehicles\Moto\InStockAdmin('admin.vehicles.moto_in_stock''CoreBundle\\Entity\\Vehicles\\InStock''AdminBundle\\Controller\\Vehicles\\CRUDController');
  19268.             $instance->setManagerType('orm');
  19269.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  19270.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  19271.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  19272.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  19273.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  19274.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  19275.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  19276.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  19277.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  19278.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  19279.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  19280.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  19281.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  19282.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  19283.             $instance->setPagerType('default');
  19284.             $instance->setLabel('Мотоциклы в наличии');
  19285.             $instance->setTranslationDomain('messages');
  19286.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  19287.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  19288.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  19289.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  19290.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  19291.             $instance->setTemplateRegistry(($this->services['admin.vehicles.moto_in_stock.template_registry'] ?? $this->getAdmin_Vehicles_MotoInStock_TemplateRegistryService()));
  19292.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  19293.             $instance->initialize();
  19294.             return $instance;
  19295.         };
  19296.         return $this->factories['admin.vehicles.moto_in_stock']();
  19297.     }
  19298.     /**
  19299.      * Gets the public 'admin.vehicles.moto_in_stock.template_registry' shared service.
  19300.      *
  19301.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  19302.      */
  19303.     protected function getAdmin_Vehicles_MotoInStock_TemplateRegistryService()
  19304.     {
  19305.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  19306.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  19307.         return $this->services['admin.vehicles.moto_in_stock.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  19308.     }
  19309.     /**
  19310.      * Gets the public 'admin.vehicles.moto_rent' service.
  19311.      *
  19312.      * @return \AdminBundle\Admin\Vehicles\Moto\RentVehicleAdmin
  19313.      */
  19314.     protected function getAdmin_Vehicles_MotoRentService()
  19315.     {
  19316.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  19317.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  19318.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  19319.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  19320.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  19321.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  19322.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  19323.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  19324.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  19325.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  19326.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  19327.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  19328.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  19329.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Moto/RentVehicleAdmin.php';
  19330.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  19331.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  19332.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  19333.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  19334.         $this->factories['admin.vehicles.moto_rent'] = function () {
  19335.             $instance = new \AdminBundle\Admin\Vehicles\Moto\RentVehicleAdmin('admin.vehicles.moto_rent''CoreBundle\\Entity\\Vehicles\\RentMoto''AdminBundle\\Controller\\Vehicles\\CRUDController');
  19336.             $instance->setManagerType('orm');
  19337.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  19338.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  19339.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  19340.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  19341.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  19342.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  19343.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  19344.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  19345.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  19346.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  19347.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  19348.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  19349.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  19350.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  19351.             $instance->setPagerType('default');
  19352.             $instance->setLabel('Оренда мото');
  19353.             $instance->setTranslationDomain('messages');
  19354.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  19355.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  19356.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  19357.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  19358.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  19359.             $instance->setTemplateRegistry(($this->services['admin.vehicles.moto_rent.template_registry'] ?? $this->getAdmin_Vehicles_MotoRent_TemplateRegistryService()));
  19360.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  19361.             $instance->initialize();
  19362.             return $instance;
  19363.         };
  19364.         return $this->factories['admin.vehicles.moto_rent']();
  19365.     }
  19366.     /**
  19367.      * Gets the public 'admin.vehicles.moto_rent.template_registry' shared service.
  19368.      *
  19369.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  19370.      */
  19371.     protected function getAdmin_Vehicles_MotoRent_TemplateRegistryService()
  19372.     {
  19373.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  19374.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  19375.         return $this->services['admin.vehicles.moto_rent.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  19376.     }
  19377.     /**
  19378.      * Gets the public 'admin.vehicles.moto_used' service.
  19379.      *
  19380.      * @return \AdminBundle\Admin\Vehicles\Moto\UsedVehicleAdmin
  19381.      */
  19382.     protected function getAdmin_Vehicles_MotoUsedService()
  19383.     {
  19384.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  19385.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  19386.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  19387.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  19388.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  19389.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  19390.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  19391.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  19392.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  19393.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  19394.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  19395.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  19396.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  19397.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/BaseUsedVehicleAdmin.php';
  19398.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Moto/UsedVehicleAdmin.php';
  19399.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  19400.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  19401.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  19402.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  19403.         $this->factories['admin.vehicles.moto_used'] = function () {
  19404.             $instance = new \AdminBundle\Admin\Vehicles\Moto\UsedVehicleAdmin('admin.vehicles.moto_used''CoreBundle\\Entity\\Vehicles\\Vehicle''AdminBundle\\Controller\\Vehicles\\UsedCRUDController');
  19405.             $instance->setManagerType('orm');
  19406.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  19407.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  19408.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  19409.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  19410.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  19411.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  19412.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  19413.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  19414.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  19415.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  19416.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  19417.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  19418.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  19419.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  19420.             $instance->setPagerType('default');
  19421.             $instance->setLabel('Мотоциклы с пробегом');
  19422.             $instance->setTranslationDomain('messages');
  19423.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  19424.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  19425.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  19426.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  19427.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  19428.             $instance->setTemplateRegistry(($this->services['admin.vehicles.moto_used.template_registry'] ?? $this->getAdmin_Vehicles_MotoUsed_TemplateRegistryService()));
  19429.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  19430.             $instance->initialize();
  19431.             return $instance;
  19432.         };
  19433.         return $this->factories['admin.vehicles.moto_used']();
  19434.     }
  19435.     /**
  19436.      * Gets the public 'admin.vehicles.moto_used.template_registry' shared service.
  19437.      *
  19438.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  19439.      */
  19440.     protected function getAdmin_Vehicles_MotoUsed_TemplateRegistryService()
  19441.     {
  19442.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  19443.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  19444.         return $this->services['admin.vehicles.moto_used.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  19445.     }
  19446.     /**
  19447.      * Gets the public 'admin.vehicles.moto_variation' service.
  19448.      *
  19449.      * @return \AdminBundle\Admin\Vehicles\Moto\VariationAdmin
  19450.      */
  19451.     protected function getAdmin_Vehicles_MotoVariationService()
  19452.     {
  19453.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  19454.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  19455.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  19456.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  19457.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  19458.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  19459.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  19460.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  19461.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  19462.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  19463.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  19464.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  19465.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  19466.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/BaseVariationAdmin.php';
  19467.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Moto/VariationAdmin.php';
  19468.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  19469.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  19470.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  19471.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  19472.         $this->factories['admin.vehicles.moto_variation'] = function () {
  19473.             $instance = new \AdminBundle\Admin\Vehicles\Moto\VariationAdmin('admin.vehicles.moto_variation''CoreBundle\\Entity\\Vehicles\\Variation''AdminBundle\\Controller\\Vehicles\\CRUDController');
  19474.             $instance->setManagerType('orm');
  19475.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  19476.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  19477.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  19478.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  19479.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  19480.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  19481.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  19482.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  19483.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  19484.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  19485.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  19486.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  19487.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  19488.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  19489.             $instance->setPagerType('default');
  19490.             $instance->setLabel('Вариации');
  19491.             $instance->setTranslationDomain('messages');
  19492.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  19493.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  19494.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  19495.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  19496.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  19497.             $instance->setTemplateRegistry(($this->services['admin.vehicles.moto_variation.template_registry'] ?? $this->getAdmin_Vehicles_MotoVariation_TemplateRegistryService()));
  19498.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  19499.             $instance->initialize();
  19500.             return $instance;
  19501.         };
  19502.         return $this->factories['admin.vehicles.moto_variation']();
  19503.     }
  19504.     /**
  19505.      * Gets the public 'admin.vehicles.moto_variation.template_registry' shared service.
  19506.      *
  19507.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  19508.      */
  19509.     protected function getAdmin_Vehicles_MotoVariation_TemplateRegistryService()
  19510.     {
  19511.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  19512.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  19513.         return $this->services['admin.vehicles.moto_variation.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  19514.     }
  19515.     /**
  19516.      * Gets the public 'admin.vehicles.moto_vehicle' service.
  19517.      *
  19518.      * @return \AdminBundle\Admin\Vehicles\Moto\VehicleAdmin
  19519.      */
  19520.     protected function getAdmin_Vehicles_MotoVehicleService()
  19521.     {
  19522.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  19523.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  19524.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  19525.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  19526.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  19527.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  19528.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  19529.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  19530.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  19531.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  19532.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  19533.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  19534.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  19535.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/BaseVehicleAdmin.php';
  19536.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Moto/VehicleAdmin.php';
  19537.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  19538.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  19539.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  19540.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  19541.         $this->factories['admin.vehicles.moto_vehicle'] = function () {
  19542.             $instance = new \AdminBundle\Admin\Vehicles\Moto\VehicleAdmin('admin.vehicles.moto_vehicle''CoreBundle\\Entity\\Vehicles\\Vehicle''AdminBundle\\Controller\\Vehicles\\CRUDController');
  19543.             $instance->setManagerType('orm');
  19544.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  19545.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  19546.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  19547.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  19548.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  19549.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  19550.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  19551.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  19552.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  19553.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  19554.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  19555.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  19556.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  19557.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  19558.             $instance->setPagerType('default');
  19559.             $instance->setLabel('Мото техника');
  19560.             $instance->setTranslationDomain('messages');
  19561.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  19562.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  19563.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  19564.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  19565.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  19566.             $instance->setTemplateRegistry(($this->services['admin.vehicles.moto_vehicle.template_registry'] ?? $this->getAdmin_Vehicles_MotoVehicle_TemplateRegistryService()));
  19567.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  19568.             $instance->initialize();
  19569.             return $instance;
  19570.         };
  19571.         return $this->factories['admin.vehicles.moto_vehicle']();
  19572.     }
  19573.     /**
  19574.      * Gets the public 'admin.vehicles.moto_vehicle.template_registry' shared service.
  19575.      *
  19576.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  19577.      */
  19578.     protected function getAdmin_Vehicles_MotoVehicle_TemplateRegistryService()
  19579.     {
  19580.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  19581.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  19582.         return $this->services['admin.vehicles.moto_vehicle.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  19583.     }
  19584.     /**
  19585.      * Gets the public 'admin.vehicles.passenger_in_stock' service.
  19586.      *
  19587.      * @return \AdminBundle\Admin\Vehicles\Passenger\InStockAdmin
  19588.      */
  19589.     protected function getAdmin_Vehicles_PassengerInStockService()
  19590.     {
  19591.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  19592.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  19593.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  19594.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  19595.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  19596.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  19597.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  19598.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  19599.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  19600.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  19601.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  19602.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  19603.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  19604.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/BaseInStockAdmin.php';
  19605.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Passenger/InStockAdmin.php';
  19606.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  19607.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  19608.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  19609.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  19610.         $this->factories['admin.vehicles.passenger_in_stock'] = function () {
  19611.             $instance = new \AdminBundle\Admin\Vehicles\Passenger\InStockAdmin('admin.vehicles.passenger_in_stock''CoreBundle\\Entity\\Vehicles\\InStock''AdminBundle\\Controller\\Vehicles\\CRUDController');
  19612.             $instance->setManagerType('orm');
  19613.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  19614.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  19615.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  19616.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  19617.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  19618.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  19619.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  19620.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  19621.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  19622.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  19623.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  19624.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  19625.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  19626.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  19627.             $instance->setPagerType('default');
  19628.             $instance->setLabel('Автомобили в наличии');
  19629.             $instance->setTranslationDomain('messages');
  19630.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  19631.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  19632.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  19633.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  19634.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  19635.             $instance->setExtraServices(($this->services['core.factory.in-stock-vehicle'] ?? $this->getCore_Factory_InstockvehicleService()), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()));
  19636.             $instance->setTemplateRegistry(($this->services['admin.vehicles.passenger_in_stock.template_registry'] ?? $this->getAdmin_Vehicles_PassengerInStock_TemplateRegistryService()));
  19637.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  19638.             $instance->initialize();
  19639.             return $instance;
  19640.         };
  19641.         return $this->factories['admin.vehicles.passenger_in_stock']();
  19642.     }
  19643.     /**
  19644.      * Gets the public 'admin.vehicles.passenger_in_stock.template_registry' shared service.
  19645.      *
  19646.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  19647.      */
  19648.     protected function getAdmin_Vehicles_PassengerInStock_TemplateRegistryService()
  19649.     {
  19650.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  19651.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  19652.         return $this->services['admin.vehicles.passenger_in_stock.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  19653.     }
  19654.     /**
  19655.      * Gets the public 'admin.vehicles.passenger_in_stock_special' service.
  19656.      *
  19657.      * @return \AdminBundle\Admin\Vehicles\Special\InStockAdmin
  19658.      */
  19659.     protected function getAdmin_Vehicles_PassengerInStockSpecialService()
  19660.     {
  19661.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  19662.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  19663.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  19664.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  19665.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  19666.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  19667.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  19668.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  19669.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  19670.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  19671.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  19672.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  19673.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  19674.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/BaseInStockAdmin.php';
  19675.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Special/InStockAdmin.php';
  19676.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  19677.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  19678.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  19679.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  19680.         $this->factories['admin.vehicles.passenger_in_stock_special'] = function () {
  19681.             $instance = new \AdminBundle\Admin\Vehicles\Special\InStockAdmin('admin.vehicles.passenger_in_stock_special''CoreBundle\\Entity\\Vehicles\\InStock''AdminBundle\\Controller\\Vehicles\\CRUDController');
  19682.             $instance->setManagerType('orm');
  19683.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  19684.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  19685.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  19686.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  19687.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  19688.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  19689.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  19690.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  19691.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  19692.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  19693.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  19694.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  19695.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  19696.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  19697.             $instance->setPagerType('default');
  19698.             $instance->setLabel('Автомобили в наличии');
  19699.             $instance->setTranslationDomain('messages');
  19700.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  19701.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  19702.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  19703.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  19704.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  19705.             $instance->setExtraServices(($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['core.factory.in-stock-vehicle'] ?? $this->getCore_Factory_InstockvehicleService()));
  19706.             $instance->setTemplateRegistry(($this->services['admin.vehicles.passenger_in_stock_special.template_registry'] ?? $this->getAdmin_Vehicles_PassengerInStockSpecial_TemplateRegistryService()));
  19707.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  19708.             $instance->initialize();
  19709.             return $instance;
  19710.         };
  19711.         return $this->factories['admin.vehicles.passenger_in_stock_special']();
  19712.     }
  19713.     /**
  19714.      * Gets the public 'admin.vehicles.passenger_in_stock_special.template_registry' shared service.
  19715.      *
  19716.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  19717.      */
  19718.     protected function getAdmin_Vehicles_PassengerInStockSpecial_TemplateRegistryService()
  19719.     {
  19720.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  19721.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  19722.         return $this->services['admin.vehicles.passenger_in_stock_special.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  19723.     }
  19724.     /**
  19725.      * Gets the public 'admin.vehicles.passenger_rent' service.
  19726.      *
  19727.      * @return \AdminBundle\Admin\Vehicles\Passenger\RentVehicleAdmin
  19728.      */
  19729.     protected function getAdmin_Vehicles_PassengerRentService()
  19730.     {
  19731.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  19732.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  19733.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  19734.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  19735.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  19736.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  19737.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  19738.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  19739.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  19740.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  19741.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  19742.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  19743.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  19744.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/BaseRentVehicleAdmin.php';
  19745.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Passenger/RentVehicleAdmin.php';
  19746.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  19747.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  19748.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  19749.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  19750.         $this->factories['admin.vehicles.passenger_rent'] = function () {
  19751.             $instance = new \AdminBundle\Admin\Vehicles\Passenger\RentVehicleAdmin('admin.vehicles.passenger_rent''CoreBundle\\Entity\\Vehicles\\Rent''AdminBundle\\Controller\\Vehicles\\CRUDController');
  19752.             $instance->setManagerType('orm');
  19753.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  19754.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  19755.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  19756.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  19757.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  19758.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  19759.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  19760.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  19761.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  19762.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  19763.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  19764.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  19765.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  19766.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  19767.             $instance->setPagerType('default');
  19768.             $instance->setLabel('Оренда автомобиля');
  19769.             $instance->setTranslationDomain('messages');
  19770.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  19771.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  19772.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  19773.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  19774.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  19775.             $instance->setTemplateRegistry(($this->services['admin.vehicles.passenger_rent.template_registry'] ?? $this->getAdmin_Vehicles_PassengerRent_TemplateRegistryService()));
  19776.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  19777.             $instance->initialize();
  19778.             return $instance;
  19779.         };
  19780.         return $this->factories['admin.vehicles.passenger_rent']();
  19781.     }
  19782.     /**
  19783.      * Gets the public 'admin.vehicles.passenger_rent.template_registry' shared service.
  19784.      *
  19785.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  19786.      */
  19787.     protected function getAdmin_Vehicles_PassengerRent_TemplateRegistryService()
  19788.     {
  19789.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  19790.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  19791.         return $this->services['admin.vehicles.passenger_rent.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  19792.     }
  19793.     /**
  19794.      * Gets the public 'admin.vehicles.passenger_used' service.
  19795.      *
  19796.      * @return \AdminBundle\Admin\Vehicles\Passenger\UsedVehicleAdmin
  19797.      */
  19798.     protected function getAdmin_Vehicles_PassengerUsedService()
  19799.     {
  19800.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  19801.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  19802.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  19803.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  19804.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  19805.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  19806.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  19807.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  19808.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  19809.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  19810.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  19811.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  19812.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  19813.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/BaseUsedVehicleAdmin.php';
  19814.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Passenger/UsedVehicleAdmin.php';
  19815.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  19816.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  19817.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  19818.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  19819.         $this->factories['admin.vehicles.passenger_used'] = function () {
  19820.             $instance = new \AdminBundle\Admin\Vehicles\Passenger\UsedVehicleAdmin('admin.vehicles.passenger_used''CoreBundle\\Entity\\Vehicles\\Vehicle''AdminBundle\\Controller\\Vehicles\\UsedCRUDController');
  19821.             $instance->setManagerType('orm');
  19822.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  19823.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  19824.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  19825.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  19826.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  19827.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  19828.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  19829.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  19830.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  19831.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  19832.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  19833.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  19834.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  19835.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  19836.             $instance->setPagerType('default');
  19837.             $instance->setLabel('Автомобили с пробегом');
  19838.             $instance->setTranslationDomain('messages');
  19839.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  19840.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  19841.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  19842.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  19843.             $instance->setExtraServices(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['core.factory.vehicle'] ?? $this->getCore_Factory_VehicleService()));
  19844.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  19845.             $instance->setTemplateRegistry(($this->services['admin.vehicles.passenger_used.template_registry'] ?? $this->getAdmin_Vehicles_PassengerUsed_TemplateRegistryService()));
  19846.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  19847.             $instance->initialize();
  19848.             return $instance;
  19849.         };
  19850.         return $this->factories['admin.vehicles.passenger_used']();
  19851.     }
  19852.     /**
  19853.      * Gets the public 'admin.vehicles.passenger_used.template_registry' shared service.
  19854.      *
  19855.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  19856.      */
  19857.     protected function getAdmin_Vehicles_PassengerUsed_TemplateRegistryService()
  19858.     {
  19859.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  19860.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  19861.         return $this->services['admin.vehicles.passenger_used.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  19862.     }
  19863.     /**
  19864.      * Gets the public 'admin.vehicles.passenger_variation' service.
  19865.      *
  19866.      * @return \AdminBundle\Admin\Vehicles\Passenger\VariationAdmin
  19867.      */
  19868.     protected function getAdmin_Vehicles_PassengerVariationService()
  19869.     {
  19870.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  19871.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  19872.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  19873.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  19874.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  19875.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  19876.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  19877.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  19878.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  19879.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  19880.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  19881.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  19882.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  19883.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/BaseVariationAdmin.php';
  19884.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Passenger/VariationAdmin.php';
  19885.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  19886.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  19887.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  19888.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  19889.         $this->factories['admin.vehicles.passenger_variation'] = function () {
  19890.             $instance = new \AdminBundle\Admin\Vehicles\Passenger\VariationAdmin('admin.vehicles.passenger_variation''CoreBundle\\Entity\\Vehicles\\Variation''AdminBundle\\Controller\\Vehicles\\CRUDController');
  19891.             $instance->setManagerType('orm');
  19892.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  19893.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  19894.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  19895.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  19896.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  19897.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  19898.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  19899.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  19900.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  19901.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  19902.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  19903.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  19904.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  19905.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  19906.             $instance->setPagerType('default');
  19907.             $instance->setLabel('Вариации');
  19908.             $instance->setTranslationDomain('messages');
  19909.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  19910.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  19911.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  19912.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  19913.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  19914.             $instance->setTemplateRegistry(($this->services['admin.vehicles.passenger_variation.template_registry'] ?? $this->getAdmin_Vehicles_PassengerVariation_TemplateRegistryService()));
  19915.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  19916.             $instance->initialize();
  19917.             return $instance;
  19918.         };
  19919.         return $this->factories['admin.vehicles.passenger_variation']();
  19920.     }
  19921.     /**
  19922.      * Gets the public 'admin.vehicles.passenger_variation.template_registry' shared service.
  19923.      *
  19924.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  19925.      */
  19926.     protected function getAdmin_Vehicles_PassengerVariation_TemplateRegistryService()
  19927.     {
  19928.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  19929.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  19930.         return $this->services['admin.vehicles.passenger_variation.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  19931.     }
  19932.     /**
  19933.      * Gets the public 'admin.vehicles.passenger_vehicle' service.
  19934.      *
  19935.      * @return \AdminBundle\Admin\Vehicles\Passenger\VehicleAdmin
  19936.      */
  19937.     protected function getAdmin_Vehicles_PassengerVehicleService()
  19938.     {
  19939.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  19940.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  19941.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  19942.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  19943.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  19944.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  19945.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  19946.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  19947.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  19948.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  19949.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  19950.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  19951.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  19952.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/BaseVehicleAdmin.php';
  19953.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Passenger/VehicleAdmin.php';
  19954.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  19955.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  19956.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  19957.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  19958.         $this->factories['admin.vehicles.passenger_vehicle'] = function () {
  19959.             $instance = new \AdminBundle\Admin\Vehicles\Passenger\VehicleAdmin('admin.vehicles.passenger_vehicle''CoreBundle\\Entity\\Vehicles\\Vehicle''AdminBundle\\Controller\\Vehicles\\CRUDController');
  19960.             $instance->setManagerType('orm');
  19961.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  19962.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  19963.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  19964.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  19965.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  19966.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  19967.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  19968.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  19969.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  19970.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  19971.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  19972.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  19973.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  19974.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  19975.             $instance->setPagerType('default');
  19976.             $instance->setLabel('Автомобили');
  19977.             $instance->setTranslationDomain('messages');
  19978.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  19979.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  19980.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  19981.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  19982.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  19983.             $instance->setTemplateRegistry(($this->services['admin.vehicles.passenger_vehicle.template_registry'] ?? $this->getAdmin_Vehicles_PassengerVehicle_TemplateRegistryService()));
  19984.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  19985.             $instance->initialize();
  19986.             return $instance;
  19987.         };
  19988.         return $this->factories['admin.vehicles.passenger_vehicle']();
  19989.     }
  19990.     /**
  19991.      * Gets the public 'admin.vehicles.passenger_vehicle.template_registry' shared service.
  19992.      *
  19993.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  19994.      */
  19995.     protected function getAdmin_Vehicles_PassengerVehicle_TemplateRegistryService()
  19996.     {
  19997.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  19998.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  19999.         return $this->services['admin.vehicles.passenger_vehicle.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  20000.     }
  20001.     /**
  20002.      * Gets the public 'admin.vehicles.recommend_group' service.
  20003.      *
  20004.      * @return \AdminBundle\Admin\References\VehicleRecommendGroupAdmin
  20005.      */
  20006.     protected function getAdmin_Vehicles_RecommendGroupService()
  20007.     {
  20008.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  20009.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  20010.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  20011.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  20012.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  20013.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  20014.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  20015.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  20016.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  20017.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  20018.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  20019.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  20020.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  20021.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/References/VehicleRecommendGroupAdmin.php';
  20022.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  20023.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  20024.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  20025.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  20026.         $this->factories['admin.vehicles.recommend_group'] = function () {
  20027.             $instance = new \AdminBundle\Admin\References\VehicleRecommendGroupAdmin('admin.vehicles.recommend_group''CoreBundle\\Entity\\Vehicles\\RecommendGroup''sonata.admin.controller.crud');
  20028.             $instance->setManagerType('orm');
  20029.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  20030.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  20031.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  20032.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  20033.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  20034.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  20035.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  20036.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  20037.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  20038.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  20039.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  20040.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  20041.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  20042.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  20043.             $instance->setPagerType('default');
  20044.             $instance->setLabel('Подборки авто');
  20045.             $instance->setTranslationDomain('messages');
  20046.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  20047.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  20048.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  20049.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  20050.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  20051.             $instance->setTemplateRegistry(($this->services['admin.vehicles.recommend_group.template_registry'] ?? $this->getAdmin_Vehicles_RecommendGroup_TemplateRegistryService()));
  20052.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  20053.             $instance->initialize();
  20054.             return $instance;
  20055.         };
  20056.         return $this->factories['admin.vehicles.recommend_group']();
  20057.     }
  20058.     /**
  20059.      * Gets the public 'admin.vehicles.recommend_group.template_registry' shared service.
  20060.      *
  20061.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  20062.      */
  20063.     protected function getAdmin_Vehicles_RecommendGroup_TemplateRegistryService()
  20064.     {
  20065.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  20066.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  20067.         return $this->services['admin.vehicles.recommend_group.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  20068.     }
  20069.     /**
  20070.      * Gets the public 'admin.vehicles.special_projects' service.
  20071.      *
  20072.      * @return \AdminBundle\Admin\ProjectAdmin
  20073.      */
  20074.     protected function getAdmin_Vehicles_SpecialProjectsService()
  20075.     {
  20076.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  20077.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  20078.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  20079.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  20080.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  20081.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  20082.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  20083.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  20084.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  20085.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  20086.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  20087.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  20088.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  20089.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/ProjectAdmin.php';
  20090.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  20091.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  20092.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  20093.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  20094.         $this->factories['admin.vehicles.special_projects'] = function () {
  20095.             $instance = new \AdminBundle\Admin\ProjectAdmin('admin.vehicles.special_projects''DcSiteBundle\\Entity\\Project''sonata.admin.controller.crud');
  20096.             $instance->setManagerType('orm');
  20097.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  20098.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  20099.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  20100.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  20101.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  20102.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  20103.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  20104.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  20105.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  20106.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  20107.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  20108.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  20109.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  20110.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  20111.             $instance->setPagerType('default');
  20112.             $instance->setLabel('Проекти');
  20113.             $instance->setTranslationDomain('messages');
  20114.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  20115.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  20116.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  20117.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  20118.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  20119.             $instance->setTemplateRegistry(($this->services['admin.vehicles.special_projects.template_registry'] ?? $this->getAdmin_Vehicles_SpecialProjects_TemplateRegistryService()));
  20120.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  20121.             $instance->initialize();
  20122.             return $instance;
  20123.         };
  20124.         return $this->factories['admin.vehicles.special_projects']();
  20125.     }
  20126.     /**
  20127.      * Gets the public 'admin.vehicles.special_projects.template_registry' shared service.
  20128.      *
  20129.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  20130.      */
  20131.     protected function getAdmin_Vehicles_SpecialProjects_TemplateRegistryService()
  20132.     {
  20133.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  20134.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  20135.         return $this->services['admin.vehicles.special_projects.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  20136.     }
  20137.     /**
  20138.      * Gets the public 'admin.vehicles.special_projects_content' service.
  20139.      *
  20140.      * @return \AdminBundle\Admin\ProjectContentAdmin
  20141.      */
  20142.     protected function getAdmin_Vehicles_SpecialProjectsContentService()
  20143.     {
  20144.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  20145.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  20146.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  20147.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  20148.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  20149.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  20150.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  20151.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  20152.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  20153.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  20154.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  20155.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  20156.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  20157.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/ProjectContentAdmin.php';
  20158.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  20159.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  20160.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  20161.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  20162.         $this->factories['admin.vehicles.special_projects_content'] = function () {
  20163.             $instance = new \AdminBundle\Admin\ProjectContentAdmin('admin.vehicles.special_projects_content''DcSiteBundle\\Entity\\ProjectContent''sonata.admin.controller.crud');
  20164.             $instance->setManagerType('orm');
  20165.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  20166.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  20167.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  20168.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  20169.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  20170.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  20171.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  20172.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  20173.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  20174.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  20175.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  20176.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  20177.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  20178.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  20179.             $instance->setPagerType('default');
  20180.             $instance->setLabel(NULL);
  20181.             $instance->setTranslationDomain('messages');
  20182.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  20183.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  20184.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  20185.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  20186.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  20187.             $instance->setTemplateRegistry(($this->services['admin.vehicles.special_projects_content.template_registry'] ?? $this->getAdmin_Vehicles_SpecialProjectsContent_TemplateRegistryService()));
  20188.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  20189.             $instance->initialize();
  20190.             return $instance;
  20191.         };
  20192.         return $this->factories['admin.vehicles.special_projects_content']();
  20193.     }
  20194.     /**
  20195.      * Gets the public 'admin.vehicles.special_projects_content.template_registry' shared service.
  20196.      *
  20197.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  20198.      */
  20199.     protected function getAdmin_Vehicles_SpecialProjectsContent_TemplateRegistryService()
  20200.     {
  20201.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  20202.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  20203.         return $this->services['admin.vehicles.special_projects_content.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  20204.     }
  20205.     /**
  20206.      * Gets the public 'admin.vehicles.special_variation' service.
  20207.      *
  20208.      * @return \AdminBundle\Admin\Vehicles\Special\VariationAdmin
  20209.      */
  20210.     protected function getAdmin_Vehicles_SpecialVariationService()
  20211.     {
  20212.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  20213.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  20214.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  20215.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  20216.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  20217.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  20218.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  20219.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  20220.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  20221.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  20222.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  20223.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  20224.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  20225.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/BaseVariationAdmin.php';
  20226.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Special/VariationAdmin.php';
  20227.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  20228.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  20229.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  20230.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  20231.         $this->factories['admin.vehicles.special_variation'] = function () {
  20232.             $instance = new \AdminBundle\Admin\Vehicles\Special\VariationAdmin('admin.vehicles.special_variation''CoreBundle\\Entity\\Vehicles\\Variation''AdminBundle\\Controller\\Vehicles\\CRUDController');
  20233.             $instance->setManagerType('orm');
  20234.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  20235.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  20236.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  20237.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  20238.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  20239.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  20240.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  20241.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  20242.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  20243.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  20244.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  20245.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  20246.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  20247.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  20248.             $instance->setPagerType('default');
  20249.             $instance->setLabel('Вариации');
  20250.             $instance->setTranslationDomain('messages');
  20251.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  20252.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  20253.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  20254.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  20255.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  20256.             $instance->setTemplateRegistry(($this->services['admin.vehicles.special_variation.template_registry'] ?? $this->getAdmin_Vehicles_SpecialVariation_TemplateRegistryService()));
  20257.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  20258.             $instance->initialize();
  20259.             return $instance;
  20260.         };
  20261.         return $this->factories['admin.vehicles.special_variation']();
  20262.     }
  20263.     /**
  20264.      * Gets the public 'admin.vehicles.special_variation.template_registry' shared service.
  20265.      *
  20266.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  20267.      */
  20268.     protected function getAdmin_Vehicles_SpecialVariation_TemplateRegistryService()
  20269.     {
  20270.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  20271.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  20272.         return $this->services['admin.vehicles.special_variation.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  20273.     }
  20274.     /**
  20275.      * Gets the public 'admin.vehicles.special_vehicle' service.
  20276.      *
  20277.      * @return \AdminBundle\Admin\Vehicles\Special\VehicleAdmin
  20278.      */
  20279.     protected function getAdmin_Vehicles_SpecialVehicleService()
  20280.     {
  20281.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  20282.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  20283.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  20284.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  20285.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  20286.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  20287.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  20288.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  20289.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  20290.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  20291.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  20292.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  20293.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  20294.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/BaseVehicleAdmin.php';
  20295.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Special/VehicleAdmin.php';
  20296.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  20297.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  20298.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  20299.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  20300.         $this->factories['admin.vehicles.special_vehicle'] = function () {
  20301.             $instance = new \AdminBundle\Admin\Vehicles\Special\VehicleAdmin('admin.vehicles.special_vehicle''CoreBundle\\Entity\\Vehicles\\Vehicle''AdminBundle\\Controller\\Vehicles\\CRUDController');
  20302.             $instance->setManagerType('orm');
  20303.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  20304.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  20305.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  20306.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  20307.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  20308.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  20309.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  20310.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  20311.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  20312.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  20313.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  20314.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  20315.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  20316.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  20317.             $instance->setPagerType('default');
  20318.             $instance->setLabel('Спецтехника');
  20319.             $instance->setTranslationDomain('messages');
  20320.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  20321.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  20322.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  20323.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  20324.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  20325.             $instance->setTemplateRegistry(($this->services['admin.vehicles.special_vehicle.template_registry'] ?? $this->getAdmin_Vehicles_SpecialVehicle_TemplateRegistryService()));
  20326.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  20327.             $instance->initialize();
  20328.             return $instance;
  20329.         };
  20330.         return $this->factories['admin.vehicles.special_vehicle']();
  20331.     }
  20332.     /**
  20333.      * Gets the public 'admin.vehicles.special_vehicle.template_registry' shared service.
  20334.      *
  20335.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  20336.      */
  20337.     protected function getAdmin_Vehicles_SpecialVehicle_TemplateRegistryService()
  20338.     {
  20339.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  20340.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  20341.         return $this->services['admin.vehicles.special_vehicle.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  20342.     }
  20343.     /**
  20344.      * Gets the public 'admin.vehicles.specification' service.
  20345.      *
  20346.      * @return \AdminBundle\Admin\Vehicles\Passenger\SpecificationAdmin
  20347.      */
  20348.     protected function getAdmin_Vehicles_SpecificationService()
  20349.     {
  20350.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  20351.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  20352.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  20353.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  20354.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  20355.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  20356.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  20357.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  20358.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  20359.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  20360.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  20361.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  20362.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  20363.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/BaseSpecificationAdmin.php';
  20364.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Passenger/SpecificationAdmin.php';
  20365.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  20366.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  20367.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  20368.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  20369.         $this->factories['admin.vehicles.specification'] = function () {
  20370.             $instance = new \AdminBundle\Admin\Vehicles\Passenger\SpecificationAdmin('admin.vehicles.specification''CoreBundle\\Entity\\Vehicles\\Specification''sonata.admin.controller.crud');
  20371.             $instance->setManagerType('orm');
  20372.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  20373.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  20374.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  20375.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  20376.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  20377.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  20378.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  20379.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  20380.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  20381.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  20382.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  20383.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  20384.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  20385.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  20386.             $instance->setPagerType('default');
  20387.             $instance->setLabel('Спецификации');
  20388.             $instance->setTranslationDomain('messages');
  20389.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  20390.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  20391.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  20392.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  20393.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  20394.             $instance->setTemplateRegistry(($this->services['admin.vehicles.specification.template_registry'] ?? $this->getAdmin_Vehicles_Specification_TemplateRegistryService()));
  20395.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  20396.             $instance->initialize();
  20397.             return $instance;
  20398.         };
  20399.         return $this->factories['admin.vehicles.specification']();
  20400.     }
  20401.     /**
  20402.      * Gets the public 'admin.vehicles.specification.template_registry' shared service.
  20403.      *
  20404.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  20405.      */
  20406.     protected function getAdmin_Vehicles_Specification_TemplateRegistryService()
  20407.     {
  20408.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  20409.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  20410.         return $this->services['admin.vehicles.specification.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  20411.     }
  20412.     /**
  20413.      * Gets the public 'admin.vehicles.specification_options' service.
  20414.      *
  20415.      * @return \AdminBundle\Admin\Vehicles\SpecificationOptionsAdmin
  20416.      */
  20417.     protected function getAdmin_Vehicles_SpecificationOptionsService()
  20418.     {
  20419.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  20420.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  20421.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  20422.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  20423.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  20424.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  20425.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  20426.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  20427.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  20428.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  20429.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  20430.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  20431.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  20432.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/SpecificationOptionsAdmin.php';
  20433.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  20434.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  20435.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  20436.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  20437.         $this->factories['admin.vehicles.specification_options'] = function () {
  20438.             $instance = new \AdminBundle\Admin\Vehicles\SpecificationOptionsAdmin('admin.vehicles.specification_options''CoreBundle\\Entity\\Vehicles\\SpecificationOptions''sonata.admin.controller.crud');
  20439.             $instance->setManagerType('orm');
  20440.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  20441.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  20442.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  20443.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  20444.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  20445.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  20446.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  20447.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  20448.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  20449.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  20450.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  20451.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  20452.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  20453.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  20454.             $instance->setPagerType('default');
  20455.             $instance->setLabel(NULL);
  20456.             $instance->setTranslationDomain('messages');
  20457.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  20458.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  20459.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  20460.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  20461.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  20462.             $instance->setTemplateRegistry(($this->services['admin.vehicles.specification_options.template_registry'] ?? $this->getAdmin_Vehicles_SpecificationOptions_TemplateRegistryService()));
  20463.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  20464.             $instance->initialize();
  20465.             return $instance;
  20466.         };
  20467.         return $this->factories['admin.vehicles.specification_options']();
  20468.     }
  20469.     /**
  20470.      * Gets the public 'admin.vehicles.specification_options.template_registry' shared service.
  20471.      *
  20472.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  20473.      */
  20474.     protected function getAdmin_Vehicles_SpecificationOptions_TemplateRegistryService()
  20475.     {
  20476.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  20477.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  20478.         return $this->services['admin.vehicles.specification_options.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  20479.     }
  20480.     /**
  20481.      * Gets the public 'admin.vehicles.variation_characteristic' service.
  20482.      *
  20483.      * @return \AdminBundle\Admin\Vehicles\VariationCharacteristicAdmin
  20484.      */
  20485.     protected function getAdmin_Vehicles_VariationCharacteristicService()
  20486.     {
  20487.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  20488.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  20489.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  20490.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  20491.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  20492.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  20493.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  20494.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  20495.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  20496.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  20497.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  20498.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  20499.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  20500.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/VariationCharacteristicAdmin.php';
  20501.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  20502.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  20503.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  20504.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  20505.         $this->factories['admin.vehicles.variation_characteristic'] = function () {
  20506.             $instance = new \AdminBundle\Admin\Vehicles\VariationCharacteristicAdmin('admin.vehicles.variation_characteristic''CoreBundle\\Entity\\Vehicles\\VariationCharacteristic''sonata.admin.controller.crud');
  20507.             $instance->setManagerType('orm');
  20508.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  20509.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  20510.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  20511.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  20512.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  20513.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  20514.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  20515.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  20516.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  20517.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  20518.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  20519.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  20520.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  20521.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  20522.             $instance->setPagerType('default');
  20523.             $instance->setLabel(NULL);
  20524.             $instance->setTranslationDomain('messages');
  20525.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  20526.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  20527.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  20528.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  20529.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  20530.             $instance->setTemplateRegistry(($this->services['admin.vehicles.variation_characteristic.template_registry'] ?? $this->getAdmin_Vehicles_VariationCharacteristic_TemplateRegistryService()));
  20531.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  20532.             $instance->initialize();
  20533.             return $instance;
  20534.         };
  20535.         return $this->factories['admin.vehicles.variation_characteristic']();
  20536.     }
  20537.     /**
  20538.      * Gets the public 'admin.vehicles.variation_characteristic.template_registry' shared service.
  20539.      *
  20540.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  20541.      */
  20542.     protected function getAdmin_Vehicles_VariationCharacteristic_TemplateRegistryService()
  20543.     {
  20544.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  20545.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  20546.         return $this->services['admin.vehicles.variation_characteristic.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  20547.     }
  20548.     /**
  20549.      * Gets the public 'admin.vehicles.vehicle_card_type.template_registry' shared service.
  20550.      *
  20551.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  20552.      */
  20553.     protected function getAdmin_Vehicles_VehicleCardType_TemplateRegistryService()
  20554.     {
  20555.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  20556.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  20557.         return $this->services['admin.vehicles.vehicle_card_type.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  20558.     }
  20559.     /**
  20560.      * Gets the public 'admin.vehicles.vehicle_item' service.
  20561.      *
  20562.      * @return \AdminBundle\Admin\Vehicles\VehicleItemAdmin
  20563.      */
  20564.     protected function getAdmin_Vehicles_VehicleItemService()
  20565.     {
  20566.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  20567.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  20568.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  20569.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  20570.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  20571.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  20572.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  20573.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  20574.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  20575.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  20576.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  20577.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  20578.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  20579.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/VehicleItemAdmin.php';
  20580.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  20581.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  20582.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  20583.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  20584.         $this->factories['admin.vehicles.vehicle_item'] = function () {
  20585.             $instance = new \AdminBundle\Admin\Vehicles\VehicleItemAdmin('admin.vehicles.vehicle_item''CoreBundle\\Entity\\Vehicles\\VehicleItem''sonata.admin.controller.crud');
  20586.             $instance->setManagerType('orm');
  20587.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  20588.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  20589.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  20590.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  20591.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  20592.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  20593.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  20594.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  20595.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  20596.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  20597.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  20598.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  20599.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  20600.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  20601.             $instance->setPagerType('default');
  20602.             $instance->setLabel(NULL);
  20603.             $instance->setTranslationDomain('messages');
  20604.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  20605.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  20606.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  20607.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  20608.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  20609.             $instance->setTemplateRegistry(($this->services['admin.vehicles.vehicle_item.template_registry'] ?? $this->getAdmin_Vehicles_VehicleItem_TemplateRegistryService()));
  20610.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  20611.             $instance->initialize();
  20612.             return $instance;
  20613.         };
  20614.         return $this->factories['admin.vehicles.vehicle_item']();
  20615.     }
  20616.     /**
  20617.      * Gets the public 'admin.vehicles.vehicle_item.template_registry' shared service.
  20618.      *
  20619.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  20620.      */
  20621.     protected function getAdmin_Vehicles_VehicleItem_TemplateRegistryService()
  20622.     {
  20623.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  20624.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  20625.         return $this->services['admin.vehicles.vehicle_item.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  20626.     }
  20627.     /**
  20628.      * Gets the public 'admin.vehicles.water_variation' service.
  20629.      *
  20630.      * @return \AdminBundle\Admin\Vehicles\Water\VariationAdmin
  20631.      */
  20632.     protected function getAdmin_Vehicles_WaterVariationService()
  20633.     {
  20634.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  20635.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  20636.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  20637.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  20638.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  20639.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  20640.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  20641.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  20642.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  20643.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  20644.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  20645.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  20646.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  20647.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/BaseVariationAdmin.php';
  20648.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Water/VariationAdmin.php';
  20649.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  20650.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  20651.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  20652.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  20653.         $this->factories['admin.vehicles.water_variation'] = function () {
  20654.             $instance = new \AdminBundle\Admin\Vehicles\Water\VariationAdmin('admin.vehicles.water_variation''CoreBundle\\Entity\\Vehicles\\Variation''AdminBundle\\Controller\\Vehicles\\CRUDController');
  20655.             $instance->setManagerType('orm');
  20656.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  20657.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  20658.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  20659.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  20660.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  20661.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  20662.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  20663.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  20664.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  20665.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  20666.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  20667.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  20668.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  20669.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  20670.             $instance->setPagerType('default');
  20671.             $instance->setLabel('Вариации');
  20672.             $instance->setTranslationDomain('messages');
  20673.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  20674.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  20675.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  20676.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  20677.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  20678.             $instance->setTemplateRegistry(($this->services['admin.vehicles.water_variation.template_registry'] ?? $this->getAdmin_Vehicles_WaterVariation_TemplateRegistryService()));
  20679.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  20680.             $instance->initialize();
  20681.             return $instance;
  20682.         };
  20683.         return $this->factories['admin.vehicles.water_variation']();
  20684.     }
  20685.     /**
  20686.      * Gets the public 'admin.vehicles.water_variation.template_registry' shared service.
  20687.      *
  20688.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  20689.      */
  20690.     protected function getAdmin_Vehicles_WaterVariation_TemplateRegistryService()
  20691.     {
  20692.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  20693.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  20694.         return $this->services['admin.vehicles.water_variation.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  20695.     }
  20696.     /**
  20697.      * Gets the public 'admin.vehicles.water_vehicle' service.
  20698.      *
  20699.      * @return \AdminBundle\Admin\Vehicles\Water\VehicleAdmin
  20700.      */
  20701.     protected function getAdmin_Vehicles_WaterVehicleService()
  20702.     {
  20703.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  20704.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  20705.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  20706.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  20707.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  20708.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  20709.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  20710.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  20711.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  20712.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  20713.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  20714.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  20715.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  20716.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/BaseVehicleAdmin.php';
  20717.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Water/VehicleAdmin.php';
  20718.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  20719.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  20720.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  20721.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  20722.         $this->factories['admin.vehicles.water_vehicle'] = function () {
  20723.             $instance = new \AdminBundle\Admin\Vehicles\Water\VehicleAdmin('admin.vehicles.water_vehicle''CoreBundle\\Entity\\Vehicles\\Vehicle''AdminBundle\\Controller\\Vehicles\\CRUDController');
  20724.             $instance->setManagerType('orm');
  20725.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  20726.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  20727.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  20728.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  20729.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  20730.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  20731.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  20732.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  20733.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  20734.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  20735.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  20736.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  20737.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  20738.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  20739.             $instance->setPagerType('default');
  20740.             $instance->setLabel('Водная техника');
  20741.             $instance->setTranslationDomain('messages');
  20742.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  20743.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  20744.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  20745.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  20746.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  20747.             $instance->setTemplateRegistry(($this->services['admin.vehicles.water_vehicle.template_registry'] ?? $this->getAdmin_Vehicles_WaterVehicle_TemplateRegistryService()));
  20748.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  20749.             $instance->initialize();
  20750.             return $instance;
  20751.         };
  20752.         return $this->factories['admin.vehicles.water_vehicle']();
  20753.     }
  20754.     /**
  20755.      * Gets the public 'admin.vehicles.water_vehicle.template_registry' shared service.
  20756.      *
  20757.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  20758.      */
  20759.     protected function getAdmin_Vehicles_WaterVehicle_TemplateRegistryService()
  20760.     {
  20761.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  20762.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  20763.         return $this->services['admin.vehicles.water_vehicle.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  20764.     }
  20765.     /**
  20766.      * Gets the public 'admin.vehicles_autoria' service.
  20767.      *
  20768.      * @return \AdminBundle\Admin\Filters\VehicleAutoriaAdmin
  20769.      */
  20770.     protected function getAdmin_VehiclesAutoriaService()
  20771.     {
  20772.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  20773.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  20774.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  20775.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  20776.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  20777.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  20778.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  20779.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  20780.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  20781.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  20782.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  20783.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  20784.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  20785.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Filters/VehicleAutoriaAdmin.php';
  20786.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  20787.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  20788.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  20789.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  20790.         $this->factories['admin.vehicles_autoria'] = function () {
  20791.             $instance = new \AdminBundle\Admin\Filters\VehicleAutoriaAdmin('admin.vehicles_autoria''CoreBundle\\Entity\\AutoriaFilter''sonata.admin.controller.crud');
  20792.             $instance->setManagerType('orm');
  20793.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  20794.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  20795.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  20796.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  20797.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  20798.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  20799.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  20800.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  20801.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  20802.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  20803.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  20804.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  20805.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  20806.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  20807.             $instance->setPagerType('default');
  20808.             $instance->setLabel('Черга');
  20809.             $instance->setTranslationDomain('messages');
  20810.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  20811.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  20812.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  20813.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  20814.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  20815.             $instance->setTemplateRegistry(($this->services['admin.vehicles_autoria.template_registry'] ?? $this->getAdmin_VehiclesAutoria_TemplateRegistryService()));
  20816.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  20817.             $instance->initialize();
  20818.             return $instance;
  20819.         };
  20820.         return $this->factories['admin.vehicles_autoria']();
  20821.     }
  20822.     /**
  20823.      * Gets the public 'admin.vehicles_autoria.template_registry' shared service.
  20824.      *
  20825.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  20826.      */
  20827.     protected function getAdmin_VehiclesAutoria_TemplateRegistryService()
  20828.     {
  20829.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  20830.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  20831.         return $this->services['admin.vehicles_autoria.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  20832.     }
  20833.     /**
  20834.      * Gets the public 'admin.vehicles_filter' service.
  20835.      *
  20836.      * @return \AdminBundle\Admin\Filters\VehicleFilterAdmin
  20837.      */
  20838.     protected function getAdmin_VehiclesFilterService()
  20839.     {
  20840.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  20841.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  20842.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  20843.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  20844.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  20845.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  20846.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  20847.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  20848.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  20849.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  20850.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  20851.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  20852.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  20853.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Filters/VehicleFilterAdmin.php';
  20854.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  20855.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  20856.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  20857.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  20858.         $this->factories['admin.vehicles_filter'] = function () {
  20859.             $instance = new \AdminBundle\Admin\Filters\VehicleFilterAdmin('admin.vehicles_filter''CoreBundle\\Entity\\Vehicles\\VehicleFilter''sonata.admin.controller.crud');
  20860.             $instance->setManagerType('orm');
  20861.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  20862.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  20863.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  20864.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  20865.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  20866.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  20867.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  20868.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  20869.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  20870.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  20871.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  20872.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  20873.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  20874.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  20875.             $instance->setPagerType('default');
  20876.             $instance->setLabel('Фільтри');
  20877.             $instance->setTranslationDomain('messages');
  20878.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  20879.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  20880.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  20881.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  20882.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  20883.             $instance->setTemplateRegistry(($this->services['admin.vehicles_filter.template_registry'] ?? $this->getAdmin_VehiclesFilter_TemplateRegistryService()));
  20884.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  20885.             $instance->initialize();
  20886.             return $instance;
  20887.         };
  20888.         return $this->factories['admin.vehicles_filter']();
  20889.     }
  20890.     /**
  20891.      * Gets the public 'admin.vehicles_filter.template_registry' shared service.
  20892.      *
  20893.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  20894.      */
  20895.     protected function getAdmin_VehiclesFilter_TemplateRegistryService()
  20896.     {
  20897.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  20898.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  20899.         return $this->services['admin.vehicles_filter.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  20900.     }
  20901.     /**
  20902.      * Gets the public 'admin.vidi.blog.template_registry' shared service.
  20903.      *
  20904.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  20905.      */
  20906.     protected function getAdmin_Vidi_Blog_TemplateRegistryService()
  20907.     {
  20908.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  20909.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  20910.         return $this->services['admin.vidi.blog.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  20911.     }
  20912.     /**
  20913.      * Gets the public 'admin.vidi.blog_category.template_registry' shared service.
  20914.      *
  20915.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  20916.      */
  20917.     protected function getAdmin_Vidi_BlogCategory_TemplateRegistryService()
  20918.     {
  20919.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  20920.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  20921.         return $this->services['admin.vidi.blog_category.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  20922.     }
  20923.     /**
  20924.      * Gets the public 'admin.vidi.catalog_banner' service.
  20925.      *
  20926.      * @return \AdminBundle\Admin\Vidi\CatalogBannerAdmin
  20927.      */
  20928.     protected function getAdmin_Vidi_CatalogBannerService()
  20929.     {
  20930.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  20931.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  20932.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  20933.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  20934.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  20935.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  20936.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  20937.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  20938.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  20939.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  20940.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  20941.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  20942.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  20943.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vidi/CatalogBannerAdmin.php';
  20944.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  20945.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  20946.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  20947.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  20948.         $this->factories['admin.vidi.catalog_banner'] = function () {
  20949.             $instance = new \AdminBundle\Admin\Vidi\CatalogBannerAdmin('admin.vidi.catalog_banner''PortalBundle\\Entity\\CatalogBanner''sonata.admin.controller.crud');
  20950.             $instance->setManagerType('orm');
  20951.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  20952.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  20953.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  20954.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  20955.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  20956.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  20957.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  20958.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  20959.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  20960.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  20961.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  20962.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  20963.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  20964.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  20965.             $instance->setPagerType('default');
  20966.             $instance->setLabel('Банеры каталога');
  20967.             $instance->setTranslationDomain('messages');
  20968.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  20969.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  20970.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  20971.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  20972.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  20973.             $instance->setTemplateRegistry(($this->services['admin.vidi.catalog_banner.template_registry'] ?? $this->getAdmin_Vidi_CatalogBanner_TemplateRegistryService()));
  20974.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  20975.             $instance->initialize();
  20976.             return $instance;
  20977.         };
  20978.         return $this->factories['admin.vidi.catalog_banner']();
  20979.     }
  20980.     /**
  20981.      * Gets the public 'admin.vidi.catalog_banner.template_registry' shared service.
  20982.      *
  20983.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  20984.      */
  20985.     protected function getAdmin_Vidi_CatalogBanner_TemplateRegistryService()
  20986.     {
  20987.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  20988.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  20989.         return $this->services['admin.vidi.catalog_banner.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  20990.     }
  20991.     /**
  20992.      * Gets the public 'admin.vidi.credit_calc_reviews' service.
  20993.      *
  20994.      * @return \AdminBundle\Admin\Vidi\CreditCalculationReviewAdmin
  20995.      */
  20996.     protected function getAdmin_Vidi_CreditCalcReviewsService()
  20997.     {
  20998.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  20999.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  21000.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  21001.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  21002.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  21003.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  21004.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  21005.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  21006.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  21007.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  21008.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  21009.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  21010.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  21011.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vidi/CreditCalculationReviewAdmin.php';
  21012.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  21013.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  21014.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  21015.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  21016.         $this->factories['admin.vidi.credit_calc_reviews'] = function () {
  21017.             $instance = new \AdminBundle\Admin\Vidi\CreditCalculationReviewAdmin('admin.vidi.credit_calc_reviews''PortalBundle\\Entity\\CreditCalculationReview''sonata.admin.controller.crud');
  21018.             $instance->setManagerType('orm');
  21019.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  21020.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  21021.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  21022.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  21023.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  21024.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  21025.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  21026.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  21027.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  21028.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  21029.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  21030.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  21031.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  21032.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  21033.             $instance->setPagerType('default');
  21034.             $instance->setLabel('Відгуки кредитний калькулятор');
  21035.             $instance->setTranslationDomain('messages');
  21036.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  21037.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  21038.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  21039.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  21040.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  21041.             $instance->setTemplateRegistry(($this->services['admin.vidi.credit_calc_reviews.template_registry'] ?? $this->getAdmin_Vidi_CreditCalcReviews_TemplateRegistryService()));
  21042.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  21043.             $instance->initialize();
  21044.             return $instance;
  21045.         };
  21046.         return $this->factories['admin.vidi.credit_calc_reviews']();
  21047.     }
  21048.     /**
  21049.      * Gets the public 'admin.vidi.credit_calc_reviews.template_registry' shared service.
  21050.      *
  21051.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  21052.      */
  21053.     protected function getAdmin_Vidi_CreditCalcReviews_TemplateRegistryService()
  21054.     {
  21055.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  21056.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  21057.         return $this->services['admin.vidi.credit_calc_reviews.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  21058.     }
  21059.     /**
  21060.      * Gets the public 'admin.vidi.foundersBiography' service.
  21061.      *
  21062.      * @return \AdminBundle\Admin\VidiFounders\FoundersBiographyAdmin
  21063.      */
  21064.     protected function getAdmin_Vidi_FoundersBiographyService()
  21065.     {
  21066.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  21067.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  21068.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  21069.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  21070.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  21071.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  21072.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  21073.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  21074.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  21075.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  21076.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  21077.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  21078.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  21079.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/VidiFounders/FoundersBiographyAdmin.php';
  21080.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  21081.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  21082.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  21083.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  21084.         $this->factories['admin.vidi.foundersBiography'] = function () {
  21085.             $instance = new \AdminBundle\Admin\VidiFounders\FoundersBiographyAdmin('admin.vidi.foundersBiography''PortalBundle\\Entity\\FoundersBiography''sonata.admin.controller.crud');
  21086.             $instance->setManagerType('orm');
  21087.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  21088.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  21089.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  21090.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  21091.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  21092.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  21093.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  21094.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  21095.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  21096.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  21097.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  21098.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  21099.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  21100.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  21101.             $instance->setPagerType('default');
  21102.             $instance->setLabel('Біографія');
  21103.             $instance->setTranslationDomain('messages');
  21104.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  21105.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  21106.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  21107.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  21108.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  21109.             $instance->setTemplateRegistry(($this->services['admin.vidi.foundersBiography.template_registry'] ?? $this->getAdmin_Vidi_FoundersBiography_TemplateRegistryService()));
  21110.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  21111.             $instance->initialize();
  21112.             return $instance;
  21113.         };
  21114.         return $this->factories['admin.vidi.foundersBiography']();
  21115.     }
  21116.     /**
  21117.      * Gets the public 'admin.vidi.foundersBiography.template_registry' shared service.
  21118.      *
  21119.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  21120.      */
  21121.     protected function getAdmin_Vidi_FoundersBiography_TemplateRegistryService()
  21122.     {
  21123.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  21124.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  21125.         return $this->services['admin.vidi.foundersBiography.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  21126.     }
  21127.     /**
  21128.      * Gets the public 'admin.vidi.foundersFounders' service.
  21129.      *
  21130.      * @return \AdminBundle\Admin\VidiFounders\FoundersAdmin
  21131.      */
  21132.     protected function getAdmin_Vidi_FoundersFoundersService()
  21133.     {
  21134.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  21135.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  21136.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  21137.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  21138.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  21139.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  21140.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  21141.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  21142.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  21143.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  21144.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  21145.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  21146.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  21147.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/VidiFounders/FoundersAdmin.php';
  21148.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  21149.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  21150.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  21151.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  21152.         $this->factories['admin.vidi.foundersFounders'] = function () {
  21153.             $instance = new \AdminBundle\Admin\VidiFounders\FoundersAdmin('admin.vidi.foundersFounders''PortalBundle\\Entity\\Founders''sonata.admin.controller.crud');
  21154.             $instance->setManagerType('orm');
  21155.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  21156.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  21157.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  21158.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  21159.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  21160.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  21161.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  21162.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  21163.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  21164.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  21165.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  21166.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  21167.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  21168.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  21169.             $instance->setPagerType('default');
  21170.             $instance->setLabel('Засновники');
  21171.             $instance->setTranslationDomain('messages');
  21172.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  21173.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  21174.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  21175.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  21176.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  21177.             $instance->setTemplateRegistry(($this->services['admin.vidi.foundersFounders.template_registry'] ?? $this->getAdmin_Vidi_FoundersFounders_TemplateRegistryService()));
  21178.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  21179.             $instance->initialize();
  21180.             return $instance;
  21181.         };
  21182.         return $this->factories['admin.vidi.foundersFounders']();
  21183.     }
  21184.     /**
  21185.      * Gets the public 'admin.vidi.foundersFounders.template_registry' shared service.
  21186.      *
  21187.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  21188.      */
  21189.     protected function getAdmin_Vidi_FoundersFounders_TemplateRegistryService()
  21190.     {
  21191.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  21192.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  21193.         return $this->services['admin.vidi.foundersFounders.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  21194.     }
  21195.     /**
  21196.      * Gets the public 'admin.vidi.foundersNews' service.
  21197.      *
  21198.      * @return \AdminBundle\Admin\VidiFounders\FoundersNewsAdmin
  21199.      */
  21200.     protected function getAdmin_Vidi_FoundersNewsService()
  21201.     {
  21202.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  21203.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  21204.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  21205.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  21206.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  21207.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  21208.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  21209.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  21210.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  21211.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  21212.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  21213.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  21214.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  21215.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/VidiFounders/FoundersNewsAdmin.php';
  21216.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  21217.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  21218.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  21219.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  21220.         $this->factories['admin.vidi.foundersNews'] = function () {
  21221.             $instance = new \AdminBundle\Admin\VidiFounders\FoundersNewsAdmin('admin.vidi.foundersNews''PortalBundle\\Entity\\FoundersNews''sonata.admin.controller.crud');
  21222.             $instance->setManagerType('orm');
  21223.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  21224.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  21225.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  21226.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  21227.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  21228.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  21229.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  21230.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  21231.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  21232.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  21233.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  21234.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  21235.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  21236.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  21237.             $instance->setPagerType('default');
  21238.             $instance->setLabel('Новини');
  21239.             $instance->setTranslationDomain('messages');
  21240.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  21241.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  21242.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  21243.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  21244.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  21245.             $instance->setTemplateRegistry(($this->services['admin.vidi.foundersNews.template_registry'] ?? $this->getAdmin_Vidi_FoundersNews_TemplateRegistryService()));
  21246.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  21247.             $instance->initialize();
  21248.             return $instance;
  21249.         };
  21250.         return $this->factories['admin.vidi.foundersNews']();
  21251.     }
  21252.     /**
  21253.      * Gets the public 'admin.vidi.foundersNews.template_registry' shared service.
  21254.      *
  21255.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  21256.      */
  21257.     protected function getAdmin_Vidi_FoundersNews_TemplateRegistryService()
  21258.     {
  21259.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  21260.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  21261.         return $this->services['admin.vidi.foundersNews.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  21262.     }
  21263.     /**
  21264.      * Gets the public 'admin.vidi.foundersPhoto' service.
  21265.      *
  21266.      * @return \AdminBundle\Admin\VidiFounders\FoundersPhotoAdmin
  21267.      */
  21268.     protected function getAdmin_Vidi_FoundersPhotoService()
  21269.     {
  21270.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  21271.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  21272.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  21273.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  21274.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  21275.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  21276.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  21277.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  21278.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  21279.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  21280.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  21281.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  21282.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  21283.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/VidiFounders/FoundersPhotoAdmin.php';
  21284.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  21285.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  21286.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  21287.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  21288.         $this->factories['admin.vidi.foundersPhoto'] = function () {
  21289.             $instance = new \AdminBundle\Admin\VidiFounders\FoundersPhotoAdmin('admin.vidi.foundersPhoto''PortalBundle\\Entity\\FoundersPhoto''sonata.admin.controller.crud');
  21290.             $instance->setManagerType('orm');
  21291.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  21292.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  21293.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  21294.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  21295.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  21296.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  21297.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  21298.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  21299.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  21300.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  21301.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  21302.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  21303.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  21304.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  21305.             $instance->setPagerType('default');
  21306.             $instance->setLabel('Фото');
  21307.             $instance->setTranslationDomain('messages');
  21308.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  21309.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  21310.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  21311.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  21312.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  21313.             $instance->setTemplateRegistry(($this->services['admin.vidi.foundersPhoto.template_registry'] ?? $this->getAdmin_Vidi_FoundersPhoto_TemplateRegistryService()));
  21314.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  21315.             $instance->initialize();
  21316.             return $instance;
  21317.         };
  21318.         return $this->factories['admin.vidi.foundersPhoto']();
  21319.     }
  21320.     /**
  21321.      * Gets the public 'admin.vidi.foundersPhoto.template_registry' shared service.
  21322.      *
  21323.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  21324.      */
  21325.     protected function getAdmin_Vidi_FoundersPhoto_TemplateRegistryService()
  21326.     {
  21327.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  21328.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  21329.         return $this->services['admin.vidi.foundersPhoto.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  21330.     }
  21331.     /**
  21332.      * Gets the public 'admin.vidi.foundersPublications' service.
  21333.      *
  21334.      * @return \AdminBundle\Admin\VidiFounders\FoundersPublicationsAdmin
  21335.      */
  21336.     protected function getAdmin_Vidi_FoundersPublicationsService()
  21337.     {
  21338.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  21339.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  21340.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  21341.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  21342.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  21343.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  21344.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  21345.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  21346.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  21347.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  21348.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  21349.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  21350.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  21351.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/VidiFounders/FoundersPublicationsAdmin.php';
  21352.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  21353.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  21354.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  21355.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  21356.         $this->factories['admin.vidi.foundersPublications'] = function () {
  21357.             $instance = new \AdminBundle\Admin\VidiFounders\FoundersPublicationsAdmin('admin.vidi.foundersPublications''PortalBundle\\Entity\\FoundersPublications''sonata.admin.controller.crud');
  21358.             $instance->setManagerType('orm');
  21359.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  21360.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  21361.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  21362.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  21363.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  21364.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  21365.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  21366.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  21367.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  21368.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  21369.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  21370.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  21371.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  21372.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  21373.             $instance->setPagerType('default');
  21374.             $instance->setLabel('Публікації');
  21375.             $instance->setTranslationDomain('messages');
  21376.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  21377.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  21378.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  21379.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  21380.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  21381.             $instance->setTemplateRegistry(($this->services['admin.vidi.foundersPublications.template_registry'] ?? $this->getAdmin_Vidi_FoundersPublications_TemplateRegistryService()));
  21382.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  21383.             $instance->initialize();
  21384.             return $instance;
  21385.         };
  21386.         return $this->factories['admin.vidi.foundersPublications']();
  21387.     }
  21388.     /**
  21389.      * Gets the public 'admin.vidi.foundersPublications.template_registry' shared service.
  21390.      *
  21391.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  21392.      */
  21393.     protected function getAdmin_Vidi_FoundersPublications_TemplateRegistryService()
  21394.     {
  21395.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  21396.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  21397.         return $this->services['admin.vidi.foundersPublications.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  21398.     }
  21399.     /**
  21400.      * Gets the public 'admin.vidi.foundersVideo' service.
  21401.      *
  21402.      * @return \AdminBundle\Admin\VidiFounders\FoundersVideoAdmin
  21403.      */
  21404.     protected function getAdmin_Vidi_FoundersVideoService()
  21405.     {
  21406.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  21407.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  21408.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  21409.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  21410.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  21411.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  21412.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  21413.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  21414.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  21415.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  21416.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  21417.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  21418.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  21419.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/VidiFounders/FoundersVideoAdmin.php';
  21420.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  21421.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  21422.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  21423.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  21424.         $this->factories['admin.vidi.foundersVideo'] = function () {
  21425.             $instance = new \AdminBundle\Admin\VidiFounders\FoundersVideoAdmin('admin.vidi.foundersVideo''PortalBundle\\Entity\\FoundersVideo''sonata.admin.controller.crud');
  21426.             $instance->setManagerType('orm');
  21427.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  21428.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  21429.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  21430.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  21431.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  21432.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  21433.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  21434.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  21435.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  21436.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  21437.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  21438.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  21439.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  21440.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  21441.             $instance->setPagerType('default');
  21442.             $instance->setLabel('Відео');
  21443.             $instance->setTranslationDomain('messages');
  21444.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  21445.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  21446.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  21447.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  21448.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  21449.             $instance->setTemplateRegistry(($this->services['admin.vidi.foundersVideo.template_registry'] ?? $this->getAdmin_Vidi_FoundersVideo_TemplateRegistryService()));
  21450.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  21451.             $instance->initialize();
  21452.             return $instance;
  21453.         };
  21454.         return $this->factories['admin.vidi.foundersVideo']();
  21455.     }
  21456.     /**
  21457.      * Gets the public 'admin.vidi.foundersVideo.template_registry' shared service.
  21458.      *
  21459.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  21460.      */
  21461.     protected function getAdmin_Vidi_FoundersVideo_TemplateRegistryService()
  21462.     {
  21463.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  21464.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  21465.         return $this->services['admin.vidi.foundersVideo.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  21466.     }
  21467.     /**
  21468.      * Gets the public 'admin.vidi.resume' service.
  21469.      *
  21470.      * @return \AdminBundle\Admin\Vidi\ResumeAdmin
  21471.      */
  21472.     protected function getAdmin_Vidi_ResumeService()
  21473.     {
  21474.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  21475.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  21476.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  21477.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  21478.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  21479.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  21480.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  21481.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  21482.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  21483.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  21484.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  21485.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  21486.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vidi/ResumeAdmin.php';
  21487.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  21488.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  21489.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  21490.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  21491.         $this->factories['admin.vidi.resume'] = function () {
  21492.             $instance = new \AdminBundle\Admin\Vidi\ResumeAdmin('admin.vidi.resume''DcSiteBundle\\Entity\\VacancyForm''sonata.admin.controller.crud');
  21493.             $instance->setManagerType('orm');
  21494.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  21495.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  21496.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  21497.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  21498.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  21499.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  21500.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  21501.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  21502.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  21503.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  21504.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  21505.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  21506.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  21507.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  21508.             $instance->setPagerType('default');
  21509.             $instance->setLabel('Резюме');
  21510.             $instance->setTranslationDomain('messages');
  21511.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  21512.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  21513.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  21514.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  21515.             $instance->setContainerServices(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  21516.             $instance->setTemplateRegistry(($this->services['admin.vidi.resume.template_registry'] ?? $this->getAdmin_Vidi_Resume_TemplateRegistryService()));
  21517.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  21518.             $instance->initialize();
  21519.             return $instance;
  21520.         };
  21521.         return $this->factories['admin.vidi.resume']();
  21522.     }
  21523.     /**
  21524.      * Gets the public 'admin.vidi.resume.template_registry' shared service.
  21525.      *
  21526.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  21527.      */
  21528.     protected function getAdmin_Vidi_Resume_TemplateRegistryService()
  21529.     {
  21530.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  21531.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  21532.         return $this->services['admin.vidi.resume.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  21533.     }
  21534.     /**
  21535.      * Gets the public 'admin.vidi.slider' service.
  21536.      *
  21537.      * @return \AdminBundle\Admin\Vidi\MainSliderAdmin
  21538.      */
  21539.     protected function getAdmin_Vidi_SliderService()
  21540.     {
  21541.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  21542.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  21543.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  21544.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  21545.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  21546.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  21547.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  21548.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  21549.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  21550.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  21551.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  21552.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  21553.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  21554.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vidi/MainSliderAdmin.php';
  21555.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  21556.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  21557.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  21558.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  21559.         $this->factories['admin.vidi.slider'] = function () {
  21560.             $instance = new \AdminBundle\Admin\Vidi\MainSliderAdmin('admin.vidi.slider''PortalBundle\\Entity\\MainSlider''sonata.admin.controller.crud');
  21561.             $instance->setManagerType('orm');
  21562.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  21563.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  21564.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  21565.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  21566.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  21567.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  21568.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  21569.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  21570.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  21571.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  21572.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  21573.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  21574.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  21575.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  21576.             $instance->setPagerType('default');
  21577.             $instance->setLabel('Слайдер на главной');
  21578.             $instance->setTranslationDomain('messages');
  21579.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  21580.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  21581.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  21582.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  21583.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  21584.             $instance->setTemplateRegistry(($this->services['admin.vidi.slider.template_registry'] ?? $this->getAdmin_Vidi_Slider_TemplateRegistryService()));
  21585.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  21586.             $instance->initialize();
  21587.             return $instance;
  21588.         };
  21589.         return $this->factories['admin.vidi.slider']();
  21590.     }
  21591.     /**
  21592.      * Gets the public 'admin.vidi.slider.template_registry' shared service.
  21593.      *
  21594.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  21595.      */
  21596.     protected function getAdmin_Vidi_Slider_TemplateRegistryService()
  21597.     {
  21598.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  21599.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  21600.         return $this->services['admin.vidi.slider.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  21601.     }
  21602.     /**
  21603.      * Gets the public 'admin.vidi.vacancy' service.
  21604.      *
  21605.      * @return \AdminBundle\Admin\Vidi\VacancyAdmin
  21606.      */
  21607.     protected function getAdmin_Vidi_VacancyService()
  21608.     {
  21609.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  21610.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  21611.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  21612.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  21613.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  21614.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  21615.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  21616.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  21617.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  21618.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  21619.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  21620.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  21621.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vidi/VacancyAdmin.php';
  21622.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  21623.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  21624.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  21625.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  21626.         $this->factories['admin.vidi.vacancy'] = function () {
  21627.             $instance = new \AdminBundle\Admin\Vidi\VacancyAdmin('admin.vidi.vacancy''DcSiteBundle\\Entity\\Vacancy''sonata.admin.controller.crud');
  21628.             $instance->setManagerType('orm');
  21629.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  21630.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  21631.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  21632.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  21633.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  21634.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  21635.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  21636.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  21637.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  21638.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  21639.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  21640.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  21641.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  21642.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  21643.             $instance->setPagerType('default');
  21644.             $instance->setLabel('Вакансии');
  21645.             $instance->setTranslationDomain('messages');
  21646.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  21647.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  21648.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  21649.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  21650.             $instance->setContainerServices(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  21651.             $instance->setTemplateRegistry(($this->services['admin.vidi.vacancy.template_registry'] ?? $this->getAdmin_Vidi_Vacancy_TemplateRegistryService()));
  21652.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  21653.             $instance->initialize();
  21654.             return $instance;
  21655.         };
  21656.         return $this->factories['admin.vidi.vacancy']();
  21657.     }
  21658.     /**
  21659.      * Gets the public 'admin.vidi.vacancy.template_registry' shared service.
  21660.      *
  21661.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  21662.      */
  21663.     protected function getAdmin_Vidi_Vacancy_TemplateRegistryService()
  21664.     {
  21665.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  21666.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  21667.         return $this->services['admin.vidi.vacancy.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  21668.     }
  21669.     /**
  21670.      * Gets the public 'api.exception.listener' shared service.
  21671.      *
  21672.      * @return \ApiBundle\Exceptions\ExceptionListener
  21673.      */
  21674.     protected function getApi_Exception_ListenerService()
  21675.     {
  21676.         include_once \dirname(__DIR__4).'/src/ApiBundle/Exceptions/ExceptionListener.php';
  21677.         return $this->services['api.exception.listener'] = new \ApiBundle\Exceptions\ExceptionListener();
  21678.     }
  21679.     /**
  21680.      * Gets the public 'api.handler.error' shared service.
  21681.      *
  21682.      * @return \ApiBundle\Helpers\ValidationErrorHandler
  21683.      */
  21684.     protected function getApi_Handler_ErrorService()
  21685.     {
  21686.         include_once \dirname(__DIR__4).'/src/ApiBundle/Helpers/ValidationErrorHandler.php';
  21687.         return $this->services['api.handler.error'] = new \ApiBundle\Helpers\ValidationErrorHandler(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  21688.     }
  21689.     /**
  21690.      * Gets the public 'api.helper.service' shared service.
  21691.      *
  21692.      * @return \ApiBundle\Services\ApiHelperService
  21693.      */
  21694.     protected function getApi_Helper_ServiceService()
  21695.     {
  21696.         include_once \dirname(__DIR__4).'/src/ApiBundle/Services/ApiHelperService.php';
  21697.         return $this->services['api.helper.service'] = new \ApiBundle\Services\ApiHelperService(($this->services['api.service.seo'] ?? $this->getApi_Service_SeoService()));
  21698.     }
  21699.     /**
  21700.      * Gets the public 'api.serializer' shared service.
  21701.      *
  21702.      * @return \Symfony\Component\Serializer\Serializer
  21703.      */
  21704.     protected function getApi_SerializerService()
  21705.     {
  21706.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  21707.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  21708.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  21709.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  21710.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  21711.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  21712.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  21713.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  21714.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  21715.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  21716.         return $this->services['api.serializer'] = new \Symfony\Component\Serializer\Serializer();
  21717.     }
  21718.     /**
  21719.      * Gets the public 'api.service.seo' shared service.
  21720.      *
  21721.      * @return \ApiBundle\Services\SeoService
  21722.      */
  21723.     protected function getApi_Service_SeoService()
  21724.     {
  21725.         include_once \dirname(__DIR__4).'/src/ApiBundle/Services/SeoService.php';
  21726.         return $this->services['api.service.seo'] = new \ApiBundle\Services\SeoService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  21727.     }
  21728.     /**
  21729.      * Gets the public 'api.unicommerce.service' shared service.
  21730.      *
  21731.      * @return \ApiBundle\Services\UnicommerceService
  21732.      */
  21733.     protected function getApi_Unicommerce_ServiceService()
  21734.     {
  21735.         include_once \dirname(__DIR__4).'/src/ApiBundle/Services/UnicommerceService.php';
  21736.         return $this->services['api.unicommerce.service'] = new \ApiBundle\Services\UnicommerceService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['api.helper.service'] ?? $this->getApi_Helper_ServiceService()), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['api.service.layout'] ?? $this->getApi_Service_LayoutService()), ($this->services['core.factory.in-stock-vehicle'] ?? $this->getCore_Factory_InstockvehicleService()), ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService()));
  21737.     }
  21738.     /**
  21739.      * Gets the public 'bank.acquiring' shared service.
  21740.      *
  21741.      * @return \AcquiringBundle\Component\Model\BankAcquiring
  21742.      */
  21743.     protected function getBank_AcquiringService()
  21744.     {
  21745.         include_once \dirname(__DIR__4).'/src/AcquiringBundle/Component/Model/BankAcquiring.php';
  21746.         return $this->services['bank.acquiring'] = new \AcquiringBundle\Component\Model\BankAcquiring($this->parameters['acquiring'], ($this->services['router'] ?? $this->getRouterService()));
  21747.     }
  21748.     /**
  21749.      * Gets the public 'bmp_api.seder' shared service.
  21750.      *
  21751.      * @return \BmpGatewayBundle\Component\BPM\Sender
  21752.      */
  21753.     protected function getBmpApi_SederService()
  21754.     {
  21755.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Component/BPM/Sender.php';
  21756.         include_once \dirname(__DIR__4).'/src/CoreBundle/Component/Request/Curl.php';
  21757.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  21758.         if (isset($this->services['bmp_api.seder'])) {
  21759.             return $this->services['bmp_api.seder'];
  21760.         }
  21761.         return $this->services['bmp_api.seder'] = new \BmpGatewayBundle\Component\BPM\Sender(($this->services['core.request.curl'] ?? ($this->services['core.request.curl'] = new \CoreBundle\Component\Request\Curl())), $a'dev');
  21762.     }
  21763.     /**
  21764.      * Gets the public 'bmp_gateway.model.lead' shared service.
  21765.      *
  21766.      * @return \BmpGatewayBundle\Model\Lead
  21767.      */
  21768.     protected function getBmpGateway_Model_LeadService()
  21769.     {
  21770.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Model/Lead.php';
  21771.         include_once \dirname(__DIR__4).'/src/CoreBundle/Component/Request/Curl.php';
  21772.         return $this->services['bmp_gateway.model.lead'] = new \BmpGatewayBundle\Model\Lead(($this->services['core.request.curl'] ?? ($this->services['core.request.curl'] = new \CoreBundle\Component\Request\Curl())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  21773.     }
  21774.     /**
  21775.      * Gets the public 'cache.app' shared service.
  21776.      *
  21777.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  21778.      */
  21779.     protected function getCache_AppService()
  21780.     {
  21781.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('WKwtU10ge4'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  21782.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  21783.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  21784.     }
  21785.     /**
  21786.      * Gets the public 'cache.app_clearer' shared service.
  21787.      *
  21788.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  21789.      */
  21790.     protected function getCache_AppClearerService()
  21791.     {
  21792.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  21793.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  21794.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  21795.     }
  21796.     /**
  21797.      * Gets the public 'cache.global_clearer' shared service.
  21798.      *
  21799.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  21800.      */
  21801.     protected function getCache_GlobalClearerService()
  21802.     {
  21803.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  21804.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  21805.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())]);
  21806.     }
  21807.     /**
  21808.      * Gets the public 'cache.system' shared service.
  21809.      *
  21810.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  21811.      */
  21812.     protected function getCache_SystemService()
  21813.     {
  21814.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('DbyOTK9Llc'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  21815.     }
  21816.     /**
  21817.      * Gets the public 'cache.system_clearer' shared service.
  21818.      *
  21819.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  21820.      */
  21821.     protected function getCache_SystemClearerService()
  21822.     {
  21823.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  21824.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  21825.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())]);
  21826.     }
  21827.     /**
  21828.      * Gets the public 'cache.validator_expression_language' shared service.
  21829.      *
  21830.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  21831.      */
  21832.     protected function getCache_ValidatorExpressionLanguageService()
  21833.     {
  21834.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('IINB96ht25'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  21835.     }
  21836.     /**
  21837.      * Gets the public 'cache_warmer' shared service.
  21838.      *
  21839.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  21840.      */
  21841.     protected function getCacheWarmerService()
  21842.     {
  21843.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  21844.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  21845.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  21846.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  21847.             yield => ($this->privates['sonata.admin.route.cache_warmup'] ?? $this->getSonata_Admin_Route_CacheWarmupService());
  21848.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  21849.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  21850.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  21851.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  21852.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  21853.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  21854.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  21855.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  21856.         }, 10), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  21857.     }
  21858.     /**
  21859.      * Gets the public 'console.command.public_alias.CoreBundle\Command\SendFormNotifyCommand' shared service.
  21860.      *
  21861.      * @return \CoreBundle\Command\SendFormNotifyCommand
  21862.      */
  21863.     protected function getSendFormNotifyCommandService()
  21864.     {
  21865.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21866.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/SendFormNotifyCommand.php';
  21867.         return $this->services['console.command.public_alias.CoreBundle\\Command\\SendFormNotifyCommand'] = new \CoreBundle\Command\SendFormNotifyCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.mail.manager'] ?? $this->getCore_Mail_ManagerService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.db.locker'] ?? $this->getCore_Db_LockerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  21868.     }
  21869.     /**
  21870.      * Gets the public 'console.command.public_alias.MyBundle\Command\NightBookingCommand' shared autowired service.
  21871.      *
  21872.      * @return \MyBundle\Command\NightBookingCommand
  21873.      */
  21874.     protected function getNightBookingCommandService()
  21875.     {
  21876.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21877.         include_once \dirname(__DIR__4).'/src/MyBundle/Command/NightBookingCommand.php';
  21878.         return $this->services['console.command.public_alias.MyBundle\\Command\\NightBookingCommand'] = new \MyBundle\Command\NightBookingCommand(($this->privates['MyBundle\\Service\\NightBookingService'] ?? $this->getNightBookingServiceService()));
  21879.     }
  21880.     /**
  21881.      * Gets the public 'console.command.public_alias.MyBundle\Command\OrderNotifiedCommand' shared autowired service.
  21882.      *
  21883.      * @return \MyBundle\Command\OrderNotifiedCommand
  21884.      */
  21885.     protected function getOrderNotifiedCommandService()
  21886.     {
  21887.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21888.         include_once \dirname(__DIR__4).'/src/MyBundle/Command/OrderNotifiedCommand.php';
  21889.         return $this->services['console.command.public_alias.MyBundle\\Command\\OrderNotifiedCommand'] = new \MyBundle\Command\OrderNotifiedCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  21890.     }
  21891.     /**
  21892.      * Gets the public 'console.command.public_alias.MyBundle\Command\TransferAcquiringOrderToOrderCommand' shared autowired service.
  21893.      *
  21894.      * @return \MyBundle\Command\TransferAcquiringOrderToOrderCommand
  21895.      */
  21896.     protected function getTransferAcquiringOrderToOrderCommandService()
  21897.     {
  21898.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21899.         include_once \dirname(__DIR__4).'/src/MyBundle/Command/TransferAcquiringOrderToOrderCommand.php';
  21900.         return $this->services['console.command.public_alias.MyBundle\\Command\\TransferAcquiringOrderToOrderCommand'] = new \MyBundle\Command\TransferAcquiringOrderToOrderCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  21901.     }
  21902.     /**
  21903.      * Gets the public 'console.command_loader' shared service.
  21904.      *
  21905.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  21906.      */
  21907.     protected function getConsole_CommandLoaderService()
  21908.     {
  21909.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  21910.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  21911.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  21912.             'CoreBundle\\Command\\CallbackDaemonCommand' => ['privates''CoreBundle\\Command\\CallbackDaemonCommand''getCallbackDaemonCommandService'false],
  21913.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  21914.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  21915.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  21916.             'fos_ck_editor.command.installer' => ['privates''fos_ck_editor.command.installer''getFosCkEditor_Command_InstallerService'false],
  21917.             'fos_user.command.activate_user' => ['privates''.fos_user.command.activate_user.lazy''get_FosUser_Command_ActivateUser_LazyService'false],
  21918.             'fos_user.command.change_password' => ['privates''.fos_user.command.change_password.lazy''get_FosUser_Command_ChangePassword_LazyService'false],
  21919.             'fos_user.command.create_user' => ['privates''.fos_user.command.create_user.lazy''get_FosUser_Command_CreateUser_LazyService'false],
  21920.             'fos_user.command.deactivate_user' => ['privates''.fos_user.command.deactivate_user.lazy''get_FosUser_Command_DeactivateUser_LazyService'false],
  21921.             'fos_user.command.demote_user' => ['privates''.fos_user.command.demote_user.lazy''get_FosUser_Command_DemoteUser_LazyService'false],
  21922.             'fos_user.command.promote_user' => ['privates''.fos_user.command.promote_user.lazy''get_FosUser_Command_PromoteUser_LazyService'false],
  21923.             'sonata.block.command.debug_blocks' => ['privates''.sonata.block.command.debug_blocks.lazy''get_Sonata_Block_Command_DebugBlocks_LazyService'false],
  21924.             'sonata.admin.command.explain' => ['privates''.sonata.admin.command.explain.lazy''get_Sonata_Admin_Command_Explain_LazyService'false],
  21925.             'sonata.admin.command.generate_object_acl' => ['privates''.sonata.admin.command.generate_object_acl.lazy''get_Sonata_Admin_Command_GenerateObjectAcl_LazyService'false],
  21926.             'sonata.admin.command.list' => ['privates''.sonata.admin.command.list.lazy''get_Sonata_Admin_Command_List_LazyService'false],
  21927.             'sonata.admin.command.setup_acl' => ['privates''.sonata.admin.command.setup_acl.lazy''get_Sonata_Admin_Command_SetupAcl_LazyService'false],
  21928.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  21929.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  21930.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  21931.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  21932.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  21933.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  21934.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  21935.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  21936.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  21937.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  21938.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  21939.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  21940.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  21941.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  21942.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  21943.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  21944.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  21945.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  21946.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  21947.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  21948.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  21949.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  21950.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  21951.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  21952.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  21953.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  21954.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  21955.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  21956.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  21957.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  21958.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  21959.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  21960.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  21961.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  21962.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  21963.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  21964.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  21965.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  21966.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  21967.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  21968.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  21969.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  21970.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  21971.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  21972.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  21973.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  21974.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  21975.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  21976.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  21977.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  21978.             'sonata.media.command.add_mass_media' => ['privates''.sonata.media.command.add_mass_media.lazy''get_Sonata_Media_Command_AddMassMedia_LazyService'false],
  21979.             'sonata.media.command.add_media' => ['privates''.sonata.media.command.add_media.lazy''get_Sonata_Media_Command_AddMedia_LazyService'false],
  21980.             'sonata.media.command.clean_media' => ['privates''.sonata.media.command.clean_media.lazy''get_Sonata_Media_Command_CleanMedia_LazyService'false],
  21981.             'sonata.media.command.fix_media_context' => ['privates''.sonata.media.command.fix_media_context.lazy''get_Sonata_Media_Command_FixMediaContext_LazyService'false],
  21982.             'sonata.media.command.refresh_metadata' => ['privates''.sonata.media.command.refresh_metadata.lazy''get_Sonata_Media_Command_RefreshMetadata_LazyService'false],
  21983.             'sonata.media.command.remove_thumbs' => ['privates''.sonata.media.command.remove_thumbs.lazy''get_Sonata_Media_Command_RemoveThumbs_LazyService'false],
  21984.             'sonata.media.command.sync_thumbs' => ['privates''.sonata.media.command.sync_thumbs.lazy''get_Sonata_Media_Command_SyncThumbs_LazyService'false],
  21985.             'sonata.media.command.update_cdn_status' => ['privates''.sonata.media.command.update_cdn_status.lazy''get_Sonata_Media_Command_UpdateCdnStatus_LazyService'false],
  21986.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  21987.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  21988.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  21989.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  21990.             'doctrine_migrations.diff_command' => ['privates''.doctrine_migrations.diff_command.lazy''get_DoctrineMigrations_DiffCommand_LazyService'false],
  21991.             'doctrine_migrations.sync_metadata_command' => ['privates''.doctrine_migrations.sync_metadata_command.lazy''get_DoctrineMigrations_SyncMetadataCommand_LazyService'false],
  21992.             'doctrine_migrations.versions_command' => ['privates''.doctrine_migrations.versions_command.lazy''get_DoctrineMigrations_VersionsCommand_LazyService'false],
  21993.             'doctrine_migrations.current_command' => ['privates''.doctrine_migrations.current_command.lazy''get_DoctrineMigrations_CurrentCommand_LazyService'false],
  21994.             'doctrine_migrations.dump_schema_command' => ['privates''.doctrine_migrations.dump_schema_command.lazy''get_DoctrineMigrations_DumpSchemaCommand_LazyService'false],
  21995.             'doctrine_migrations.execute_command' => ['privates''.doctrine_migrations.execute_command.lazy''get_DoctrineMigrations_ExecuteCommand_LazyService'false],
  21996.             'doctrine_migrations.generate_command' => ['privates''.doctrine_migrations.generate_command.lazy''get_DoctrineMigrations_GenerateCommand_LazyService'false],
  21997.             'doctrine_migrations.latest_command' => ['privates''.doctrine_migrations.latest_command.lazy''get_DoctrineMigrations_LatestCommand_LazyService'false],
  21998.             'doctrine_migrations.migrate_command' => ['privates''.doctrine_migrations.migrate_command.lazy''get_DoctrineMigrations_MigrateCommand_LazyService'false],
  21999.             'doctrine_migrations.rollup_command' => ['privates''.doctrine_migrations.rollup_command.lazy''get_DoctrineMigrations_RollupCommand_LazyService'false],
  22000.             'doctrine_migrations.status_command' => ['privates''.doctrine_migrations.status_command.lazy''get_DoctrineMigrations_StatusCommand_LazyService'false],
  22001.             'doctrine_migrations.up_to_date_command' => ['privates''.doctrine_migrations.up_to_date_command.lazy''get_DoctrineMigrations_UpToDateCommand_LazyService'false],
  22002.             'doctrine_migrations.version_command' => ['privates''.doctrine_migrations.version_command.lazy''get_DoctrineMigrations_VersionCommand_LazyService'false],
  22003.             'lexik_jwt_authentication.check_config_command' => ['privates''.lexik_jwt_authentication.check_config_command.lazy''get_LexikJwtAuthentication_CheckConfigCommand_LazyService'false],
  22004.             'lexik_jwt_authentication.migrate_config_command' => ['privates''.lexik_jwt_authentication.migrate_config_command.lazy''get_LexikJwtAuthentication_MigrateConfigCommand_LazyService'false],
  22005.             'lexik_jwt_authentication.enable_encryption_config_command' => ['privates''.lexik_jwt_authentication.enable_encryption_config_command.lazy''get_LexikJwtAuthentication_EnableEncryptionConfigCommand_LazyService'false],
  22006.             'lexik_jwt_authentication.generate_token_command' => ['privates''.lexik_jwt_authentication.generate_token_command.lazy''get_LexikJwtAuthentication_GenerateTokenCommand_LazyService'false],
  22007.             'lexik_jwt_authentication.generate_keypair_command' => ['privates''.lexik_jwt_authentication.generate_keypair_command.lazy''get_LexikJwtAuthentication_GenerateKeypairCommand_LazyService'false],
  22008.             'Snc\\RedisBundle\\Command\\RedisQueryCommand' => ['privates''Snc\\RedisBundle\\Command\\RedisQueryCommand''getRedisQueryCommandService'false],
  22009.         ], [
  22010.             'CoreBundle\\Command\\CallbackDaemonCommand' => 'CoreBundle\\Command\\CallbackDaemonCommand',
  22011.             'security.command.debug_firewall' => '?',
  22012.             'security.command.user_password_encoder' => '?',
  22013.             'security.command.user_password_hash' => '?',
  22014.             'fos_ck_editor.command.installer' => 'FOS\\CKEditorBundle\\Command\\CKEditorInstallerCommand',
  22015.             'fos_user.command.activate_user' => '?',
  22016.             'fos_user.command.change_password' => '?',
  22017.             'fos_user.command.create_user' => '?',
  22018.             'fos_user.command.deactivate_user' => '?',
  22019.             'fos_user.command.demote_user' => '?',
  22020.             'fos_user.command.promote_user' => '?',
  22021.             'sonata.block.command.debug_blocks' => '?',
  22022.             'sonata.admin.command.explain' => '?',
  22023.             'sonata.admin.command.generate_object_acl' => '?',
  22024.             'sonata.admin.command.list' => '?',
  22025.             'sonata.admin.command.setup_acl' => '?',
  22026.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  22027.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  22028.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  22029.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  22030.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
  22031.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
  22032.             'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
  22033.             'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
  22034.             'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
  22035.             'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
  22036.             'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
  22037.             'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
  22038.             'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
  22039.             'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
  22040.             'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
  22041.             'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
  22042.             'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
  22043.             'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
  22044.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  22045.             'console.command.about' => '?',
  22046.             'console.command.assets_install' => '?',
  22047.             'console.command.cache_clear' => '?',
  22048.             'console.command.cache_pool_clear' => '?',
  22049.             'console.command.cache_pool_prune' => '?',
  22050.             'console.command.cache_pool_delete' => '?',
  22051.             'console.command.cache_pool_list' => '?',
  22052.             'console.command.cache_warmup' => '?',
  22053.             'console.command.config_debug' => '?',
  22054.             'console.command.config_dump_reference' => '?',
  22055.             'console.command.container_debug' => '?',
  22056.             'console.command.container_lint' => '?',
  22057.             'console.command.debug_autowiring' => '?',
  22058.             'console.command.dotenv_debug' => '?',
  22059.             'console.command.event_dispatcher_debug' => '?',
  22060.             'console.command.router_debug' => '?',
  22061.             'console.command.router_match' => '?',
  22062.             'console.command.translation_debug' => '?',
  22063.             'console.command.translation_extract' => '?',
  22064.             'console.command.validator_debug' => '?',
  22065.             'console.command.translation_pull' => '?',
  22066.             'console.command.translation_push' => '?',
  22067.             'console.command.xliff_lint' => '?',
  22068.             'console.command.yaml_lint' => '?',
  22069.             'console.command.form_debug' => '?',
  22070.             'console.command.secrets_set' => '?',
  22071.             'console.command.secrets_remove' => '?',
  22072.             'console.command.secrets_generate_key' => '?',
  22073.             'console.command.secrets_list' => '?',
  22074.             'console.command.secrets_decrypt_to_local' => '?',
  22075.             'console.command.secrets_encrypt_from_local' => '?',
  22076.             'sonata.media.command.add_mass_media' => '?',
  22077.             'sonata.media.command.add_media' => '?',
  22078.             'sonata.media.command.clean_media' => '?',
  22079.             'sonata.media.command.fix_media_context' => '?',
  22080.             'sonata.media.command.refresh_metadata' => '?',
  22081.             'sonata.media.command.remove_thumbs' => '?',
  22082.             'sonata.media.command.sync_thumbs' => '?',
  22083.             'sonata.media.command.update_cdn_status' => '?',
  22084.             'twig.command.debug' => '?',
  22085.             'twig.command.lint' => '?',
  22086.             'var_dumper.command.server_dump' => '?',
  22087.             'monolog.command.server_log' => '?',
  22088.             'doctrine_migrations.diff_command' => '?',
  22089.             'doctrine_migrations.sync_metadata_command' => '?',
  22090.             'doctrine_migrations.versions_command' => '?',
  22091.             'doctrine_migrations.current_command' => '?',
  22092.             'doctrine_migrations.dump_schema_command' => '?',
  22093.             'doctrine_migrations.execute_command' => '?',
  22094.             'doctrine_migrations.generate_command' => '?',
  22095.             'doctrine_migrations.latest_command' => '?',
  22096.             'doctrine_migrations.migrate_command' => '?',
  22097.             'doctrine_migrations.rollup_command' => '?',
  22098.             'doctrine_migrations.status_command' => '?',
  22099.             'doctrine_migrations.up_to_date_command' => '?',
  22100.             'doctrine_migrations.version_command' => '?',
  22101.             'lexik_jwt_authentication.check_config_command' => '?',
  22102.             'lexik_jwt_authentication.migrate_config_command' => '?',
  22103.             'lexik_jwt_authentication.enable_encryption_config_command' => '?',
  22104.             'lexik_jwt_authentication.generate_token_command' => '?',
  22105.             'lexik_jwt_authentication.generate_keypair_command' => '?',
  22106.             'Snc\\RedisBundle\\Command\\RedisQueryCommand' => 'Snc\\RedisBundle\\Command\\RedisQueryCommand',
  22107.         ]), ['core:callback' => 'CoreBundle\\Command\\CallbackDaemonCommand''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''ckeditor:install' => 'fos_ck_editor.command.installer''fos:user:activate' => 'fos_user.command.activate_user''fos:user:change-password' => 'fos_user.command.change_password''fos:user:create' => 'fos_user.command.create_user''fos:user:deactivate' => 'fos_user.command.deactivate_user''fos:user:demote' => 'fos_user.command.demote_user''fos:user:promote' => 'fos_user.command.promote_user''debug:sonata:block' => 'sonata.block.command.debug_blocks''sonata:admin:explain' => 'sonata.admin.command.explain''sonata:admin:generate-object-acl' => 'sonata.admin.command.generate_object_acl''sonata:admin:list' => 'sonata.admin.command.list''sonata:admin:setup-acl' => 'sonata.admin.command.setup_acl''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:dotenv' => 'console.command.dotenv_debug''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:extract' => 'console.command.translation_extract''translation:update' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''sonata:media:add-multiple' => 'sonata.media.command.add_mass_media''sonata:media:add' => 'sonata.media.command.add_media''sonata:media:clean-uploads' => 'sonata.media.command.clean_media''sonata:media:fix-media-context' => 'sonata.media.command.fix_media_context''sonata:media:refresh-metadata' => 'sonata.media.command.refresh_metadata''sonata:media:remove-thumbnails' => 'sonata.media.command.remove_thumbs''sonata:media:sync-thumbnails' => 'sonata.media.command.sync_thumbs''sonata:media:update-cdn-status' => 'sonata.media.command.update_cdn_status''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''lexik:jwt:check-config' => 'lexik_jwt_authentication.check_config_command''lexik:jwt:migrate-config' => 'lexik_jwt_authentication.migrate_config_command''lexik:jwt:enable-encryption' => 'lexik_jwt_authentication.enable_encryption_config_command''lexik:jwt:generate-token' => 'lexik_jwt_authentication.generate_token_command''lexik:jwt:generate-keypair' => 'lexik_jwt_authentication.generate_keypair_command''redis:query' => 'Snc\\RedisBundle\\Command\\RedisQueryCommand']);
  22108.     }
  22109.     /**
  22110.      * Gets the public 'container.env_var_processors_locator' shared service.
  22111.      *
  22112.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  22113.      */
  22114.     protected function getContainer_EnvVarProcessorsLocatorService()
  22115.     {
  22116.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  22117.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  22118.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  22119.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  22120.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  22121.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  22122.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  22123.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  22124.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  22125.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  22126.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  22127.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  22128.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  22129.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  22130.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  22131.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  22132.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  22133.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  22134.         ], [
  22135.             'base64' => '?',
  22136.             'bool' => '?',
  22137.             'const' => '?',
  22138.             'csv' => '?',
  22139.             'default' => '?',
  22140.             'file' => '?',
  22141.             'float' => '?',
  22142.             'int' => '?',
  22143.             'json' => '?',
  22144.             'key' => '?',
  22145.             'not' => '?',
  22146.             'query_string' => '?',
  22147.             'require' => '?',
  22148.             'resolve' => '?',
  22149.             'string' => '?',
  22150.             'trim' => '?',
  22151.             'url' => '?',
  22152.         ]);
  22153.     }
  22154.     /**
  22155.      * Gets the public 'core.api.1c_online_service' shared service.
  22156.      *
  22157.      * @return \CoreBundle\Model\Api\OnlineService\ApiServer1C
  22158.      */
  22159.     protected function getCore_Api_1cOnlineServiceService()
  22160.     {
  22161.         include_once \dirname(__DIR__4).'/src/CoreBundle/Model/Api/OnlineService/ApiServer1C.php';
  22162.         include_once \dirname(__DIR__4).'/src/CoreBundle/Component/Request/Curl.php';
  22163.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22164.         if (isset($this->services['core.api.1c_online_service'])) {
  22165.             return $this->services['core.api.1c_online_service'];
  22166.         }
  22167.         $b = ($this->services['monolog.logger.one_c_service_log'] ?? $this->getMonolog_Logger_OneCServiceLogService());
  22168.         if (isset($this->services['core.api.1c_online_service'])) {
  22169.             return $this->services['core.api.1c_online_service'];
  22170.         }
  22171.         return $this->services['core.api.1c_online_service'] = new \CoreBundle\Model\Api\OnlineService\ApiServer1C(($this->services['core.request.curl'] ?? ($this->services['core.request.curl'] = new \CoreBundle\Component\Request\Curl())), $a'dev'$b);
  22172.     }
  22173.     /**
  22174.      * Gets the public 'core.api.mvd' shared service.
  22175.      *
  22176.      * @return \CoreBundle\Model\Api\MVD\MvdServer
  22177.      */
  22178.     protected function getCore_Api_MvdService()
  22179.     {
  22180.         include_once \dirname(__DIR__4).'/src/CoreBundle/Model/Api/MVD/MvdServer.php';
  22181.         include_once \dirname(__DIR__4).'/src/CoreBundle/Component/Request/Curl.php';
  22182.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22183.         if (isset($this->services['core.api.mvd'])) {
  22184.             return $this->services['core.api.mvd'];
  22185.         }
  22186.         return $this->services['core.api.mvd'] = new \CoreBundle\Model\Api\MVD\MvdServer(($this->services['core.request.curl'] ?? ($this->services['core.request.curl'] = new \CoreBundle\Component\Request\Curl())), $a);
  22187.     }
  22188.     /**
  22189.      * Gets the public 'core.api.postomate' shared service.
  22190.      *
  22191.      * @return \CoreBundle\Model\Api\Postomate\PostomateApi
  22192.      */
  22193.     protected function getCore_Api_PostomateService()
  22194.     {
  22195.         include_once \dirname(__DIR__4).'/src/CoreBundle/Model/Api/Postomate/PostomateApi.php';
  22196.         include_once \dirname(__DIR__4).'/src/CoreBundle/Component/Request/Curl.php';
  22197.         return $this->services['core.api.postomate'] = new \CoreBundle\Model\Api\Postomate\PostomateApi(($this->services['core.request.curl'] ?? ($this->services['core.request.curl'] = new \CoreBundle\Component\Request\Curl())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  22198.     }
  22199.     /**
  22200.      * Gets the public 'core.api.redmine' shared service.
  22201.      *
  22202.      * @return \CoreBundle\Model\Api\Redmine\RedmineServer
  22203.      */
  22204.     protected function getCore_Api_RedmineService()
  22205.     {
  22206.         include_once \dirname(__DIR__4).'/src/CoreBundle/Model/Api/Redmine/RedmineServer.php';
  22207.         include_once \dirname(__DIR__4).'/src/CoreBundle/Component/Request/Curl.php';
  22208.         return $this->services['core.api.redmine'] = new \CoreBundle\Model\Api\Redmine\RedmineServer(($this->services['core.request.curl'] ?? ($this->services['core.request.curl'] = new \CoreBundle\Component\Request\Curl())));
  22209.     }
  22210.     /**
  22211.      * Gets the public 'core.autoria.api' shared service.
  22212.      *
  22213.      * @return \CoreBundle\Model\Api\AutoRia\AutoRia
  22214.      */
  22215.     protected function getCore_Autoria_ApiService()
  22216.     {
  22217.         include_once \dirname(__DIR__4).'/src/CoreBundle/Model/Api/AutoRia/AutoRia.php';
  22218.         include_once \dirname(__DIR__4).'/src/CoreBundle/Component/Request/Curl.php';
  22219.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22220.         if (isset($this->services['core.autoria.api'])) {
  22221.             return $this->services['core.autoria.api'];
  22222.         }
  22223.         $b = ($this->services['monolog.logger.ria_curl_log'] ?? $this->getMonolog_Logger_RiaCurlLogService());
  22224.         if (isset($this->services['core.autoria.api'])) {
  22225.             return $this->services['core.autoria.api'];
  22226.         }
  22227.         return $this->services['core.autoria.api'] = new \CoreBundle\Model\Api\AutoRia\AutoRia($a, ($this->services['core.request.curl'] ?? ($this->services['core.request.curl'] = new \CoreBundle\Component\Request\Curl())), 'dev'$b);
  22228.     }
  22229.     /**
  22230.      * Gets the public 'core.bankid.model' shared service.
  22231.      *
  22232.      * @return \CoreBundle\Model\BankIDService
  22233.      */
  22234.     protected function getCore_Bankid_ModelService()
  22235.     {
  22236.         include_once \dirname(__DIR__4).'/src/CoreBundle/Model/BankIDService.php';
  22237.         include_once \dirname(__DIR__4).'/src/CoreBundle/Component/Request/Curl.php';
  22238.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22239.         if (isset($this->services['core.bankid.model'])) {
  22240.             return $this->services['core.bankid.model'];
  22241.         }
  22242.         $b = ($this->services['core.eusphpe.model'] ?? $this->getCore_Eusphpe_ModelService());
  22243.         if (isset($this->services['core.bankid.model'])) {
  22244.             return $this->services['core.bankid.model'];
  22245.         }
  22246.         return $this->services['core.bankid.model'] = new \CoreBundle\Model\BankIDService($a, ($this->services['core.request.curl'] ?? ($this->services['core.request.curl'] = new \CoreBundle\Component\Request\Curl())), $b'dev');
  22247.     }
  22248.     /**
  22249.      * Gets the public 'core.callback' shared service.
  22250.      *
  22251.      * @return \CoreBundle\Model\Callback\CallbackRequest
  22252.      */
  22253.     protected function getCore_CallbackService()
  22254.     {
  22255.         include_once \dirname(__DIR__4).'/src/CoreBundle/Model/Callback/CallbackRequest.php';
  22256.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22257.         if (isset($this->services['core.callback'])) {
  22258.             return $this->services['core.callback'];
  22259.         }
  22260.         $b = ($this->services['core.callback.log'] ?? $this->getCore_Callback_LogService());
  22261.         if (isset($this->services['core.callback'])) {
  22262.             return $this->services['core.callback'];
  22263.         }
  22264.         $c = ($this->services['core.db.locker'] ?? $this->getCore_Db_LockerService());
  22265.         if (isset($this->services['core.callback'])) {
  22266.             return $this->services['core.callback'];
  22267.         }
  22268.         $d = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  22269.         if (isset($this->services['core.callback'])) {
  22270.             return $this->services['core.callback'];
  22271.         }
  22272.         $e = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  22273.         if (isset($this->services['core.callback'])) {
  22274.             return $this->services['core.callback'];
  22275.         }
  22276.         return $this->services['core.callback'] = new \CoreBundle\Model\Callback\CallbackRequest($a$b$c$d$e);
  22277.     }
  22278.     /**
  22279.      * Gets the public 'core.callback.daemon' shared service.
  22280.      *
  22281.      * @return \CoreBundle\Model\Callback\CallbackDaemon
  22282.      */
  22283.     protected function getCore_Callback_DaemonService()
  22284.     {
  22285.         include_once \dirname(__DIR__4).'/src/CoreBundle/Model/Callback/CallbackDaemon.php';
  22286.         return $this->services['core.callback.daemon'] = new \CoreBundle\Model\Callback\CallbackDaemon(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  22287.     }
  22288.     /**
  22289.      * Gets the public 'core.callback.log' shared service.
  22290.      *
  22291.      * @return \CoreBundle\Model\Callback\CallbackRequestLog
  22292.      */
  22293.     protected function getCore_Callback_LogService()
  22294.     {
  22295.         include_once \dirname(__DIR__4).'/src/CoreBundle/Model/Callback/CallbackRequestLog.php';
  22296.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22297.         if (isset($this->services['core.callback.log'])) {
  22298.             return $this->services['core.callback.log'];
  22299.         }
  22300.         return $this->services['core.callback.log'] = new \CoreBundle\Model\Callback\CallbackRequestLog($a);
  22301.     }
  22302.     /**
  22303.      * Gets the public 'core.cart.collection' shared service.
  22304.      *
  22305.      * @return \CoreBundle\Services\Cart\CartService
  22306.      */
  22307.     protected function getCore_Cart_CollectionService()
  22308.     {
  22309.         return $this->services['core.cart.collection'] = new \CoreBundle\Services\Cart\CartService(new RewindableGenerator(function () {
  22310.             yield => ($this->services['core.cart_accessory'] ?? $this->getCore_CartAccessoryService());
  22311.             yield => ($this->services['core.cart_contract'] ?? $this->getCore_CartContractService());
  22312.             yield => ($this->services['core.cart_vehicle'] ?? $this->getCore_CartVehicleService());
  22313.         }, 3));
  22314.     }
  22315.     /**
  22316.      * Gets the public 'core.cart_accessory' shared service.
  22317.      *
  22318.      * @return \CoreBundle\Services\Cart\CartAccessory
  22319.      */
  22320.     protected function getCore_CartAccessoryService()
  22321.     {
  22322.         include_once \dirname(__DIR__4).'/src/CoreBundle/Services/Cart/CartBase.php';
  22323.         include_once \dirname(__DIR__4).'/src/CoreBundle/Services/Cart/CartAccessory.php';
  22324.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22325.         if (isset($this->services['core.cart_accessory'])) {
  22326.             return $this->services['core.cart_accessory'];
  22327.         }
  22328.         $b = ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService());
  22329.         if (isset($this->services['core.cart_accessory'])) {
  22330.             return $this->services['core.cart_accessory'];
  22331.         }
  22332.         $c = ($this->services['dc.accessory.shop'] ?? $this->getDc_Accessory_ShopService());
  22333.         if (isset($this->services['core.cart_accessory'])) {
  22334.             return $this->services['core.cart_accessory'];
  22335.         }
  22336.         return $this->services['core.cart_accessory'] = new \CoreBundle\Services\Cart\CartAccessory($a$b$c);
  22337.     }
  22338.     /**
  22339.      * Gets the public 'core.cart_contract' shared service.
  22340.      *
  22341.      * @return \CoreBundle\Services\Cart\CartContract
  22342.      */
  22343.     protected function getCore_CartContractService()
  22344.     {
  22345.         include_once \dirname(__DIR__4).'/src/CoreBundle/Services/Cart/CartBase.php';
  22346.         include_once \dirname(__DIR__4).'/src/CoreBundle/Services/Cart/CartContract.php';
  22347.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22348.         if (isset($this->services['core.cart_contract'])) {
  22349.             return $this->services['core.cart_contract'];
  22350.         }
  22351.         $b = ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService());
  22352.         if (isset($this->services['core.cart_contract'])) {
  22353.             return $this->services['core.cart_contract'];
  22354.         }
  22355.         return $this->services['core.cart_contract'] = new \CoreBundle\Services\Cart\CartContract($a$b);
  22356.     }
  22357.     /**
  22358.      * Gets the public 'core.cart_vehicle' shared service.
  22359.      *
  22360.      * @return \CoreBundle\Services\Cart\CartVehicle
  22361.      */
  22362.     protected function getCore_CartVehicleService()
  22363.     {
  22364.         include_once \dirname(__DIR__4).'/src/CoreBundle/Services/Cart/CartBase.php';
  22365.         include_once \dirname(__DIR__4).'/src/CoreBundle/Services/Cart/CartVehicle.php';
  22366.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22367.         if (isset($this->services['core.cart_vehicle'])) {
  22368.             return $this->services['core.cart_vehicle'];
  22369.         }
  22370.         $b = ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService());
  22371.         if (isset($this->services['core.cart_vehicle'])) {
  22372.             return $this->services['core.cart_vehicle'];
  22373.         }
  22374.         return $this->services['core.cart_vehicle'] = new \CoreBundle\Services\Cart\CartVehicle($a$b);
  22375.     }
  22376.     /**
  22377.      * Gets the public 'core.crm.odatamanager' shared service.
  22378.      *
  22379.      * @return \CoreBundle\Services\CRM\ODataManager
  22380.      */
  22381.     protected function getCore_Crm_OdatamanagerService()
  22382.     {
  22383.         include_once \dirname(__DIR__4).'/src/CoreBundle/Services/CRM/ODataManager.php';
  22384.         $a = ($this->services['monolog.logger.odata_manager_log'] ?? $this->getMonolog_Logger_OdataManagerLogService());
  22385.         if (isset($this->services['core.crm.odatamanager'])) {
  22386.             return $this->services['core.crm.odatamanager'];
  22387.         }
  22388.         return $this->services['core.crm.odatamanager'] = new \CoreBundle\Services\CRM\ODataManager('dev'$a);
  22389.     }
  22390.     /**
  22391.      * Gets the public 'core.data_layer.model' shared service.
  22392.      *
  22393.      * @return \CoreBundle\Model\DataLayer
  22394.      */
  22395.     protected function getCore_DataLayer_ModelService()
  22396.     {
  22397.         include_once \dirname(__DIR__4).'/src/CoreBundle/Model/DataLayer.php';
  22398.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22399.         if (isset($this->services['core.data_layer.model'])) {
  22400.             return $this->services['core.data_layer.model'];
  22401.         }
  22402.         return $this->services['core.data_layer.model'] = new \CoreBundle\Model\DataLayer($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  22403.     }
  22404.     /**
  22405.      * Gets the public 'core.db.locker' shared service.
  22406.      *
  22407.      * @return \CoreBundle\Component\DbLocker
  22408.      */
  22409.     protected function getCore_Db_LockerService()
  22410.     {
  22411.         include_once \dirname(__DIR__4).'/src/CoreBundle/Component/DbLocker.php';
  22412.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22413.         if (isset($this->services['core.db.locker'])) {
  22414.             return $this->services['core.db.locker'];
  22415.         }
  22416.         return $this->services['core.db.locker'] = new \CoreBundle\Component\DbLocker($a);
  22417.     }
  22418.     /**
  22419.      * Gets the public 'core.etachki.api' shared service.
  22420.      *
  22421.      * @return \CoreBundle\Model\Api\eTachki\eTachkiApi
  22422.      */
  22423.     protected function getCore_Etachki_ApiService()
  22424.     {
  22425.         include_once \dirname(__DIR__4).'/src/CoreBundle/Model/Api/eTachki/eTachkiApi.php';
  22426.         include_once \dirname(__DIR__4).'/src/CoreBundle/Component/Request/Curl.php';
  22427.         return $this->services['core.etachki.api'] = new \CoreBundle\Model\Api\eTachki\eTachkiApi(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.request.curl'] ?? ($this->services['core.request.curl'] = new \CoreBundle\Component\Request\Curl())));
  22428.     }
  22429.     /**
  22430.      * Gets the public 'core.eusphpe.model' shared service.
  22431.      *
  22432.      * @return \CoreBundle\Model\Eusphpe\Eusphpe
  22433.      */
  22434.     protected function getCore_Eusphpe_ModelService()
  22435.     {
  22436.         include_once \dirname(__DIR__4).'/src/CoreBundle/Model/Eusphpe/EUSignConsts.php';
  22437.         include_once \dirname(__DIR__4).'/src/CoreBundle/Model/Eusphpe/Eusphpe.php';
  22438.         include_once \dirname(__DIR__4).'/src/CoreBundle/Component/Request/Curl.php';
  22439.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22440.         if (isset($this->services['core.eusphpe.model'])) {
  22441.             return $this->services['core.eusphpe.model'];
  22442.         }
  22443.         $b = ($this->services['monolog.logger.diia_actions'] ?? $this->getMonolog_Logger_DiiaActionsService());
  22444.         if (isset($this->services['core.eusphpe.model'])) {
  22445.             return $this->services['core.eusphpe.model'];
  22446.         }
  22447.         return $this->services['core.eusphpe.model'] = new \CoreBundle\Model\Eusphpe\Eusphpe($a, ($this->services['core.request.curl'] ?? ($this->services['core.request.curl'] = new \CoreBundle\Component\Request\Curl())), $b);
  22448.     }
  22449.     /**
  22450.      * Gets the public 'core.exporter.model' shared service.
  22451.      *
  22452.      * @return \CoreBundle\Model\Exporter
  22453.      */
  22454.     protected function getCore_Exporter_ModelService()
  22455.     {
  22456.         include_once \dirname(__DIR__4).'/src/CoreBundle/Model/Exporter.php';
  22457.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22458.         if (isset($this->services['core.exporter.model'])) {
  22459.             return $this->services['core.exporter.model'];
  22460.         }
  22461.         $b = ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService());
  22462.         if (isset($this->services['core.exporter.model'])) {
  22463.             return $this->services['core.exporter.model'];
  22464.         }
  22465.         return $this->services['core.exporter.model'] = new \CoreBundle\Model\Exporter($a$b);
  22466.     }
  22467.     /**
  22468.      * Gets the public 'core.factory.in-stock-vehicle' shared service.
  22469.      *
  22470.      * @return \CoreBundle\Factory\InStockVehicle
  22471.      */
  22472.     protected function getCore_Factory_InstockvehicleService()
  22473.     {
  22474.         include_once \dirname(__DIR__4).'/src/CoreBundle/Factory/InStockVehicle.php';
  22475.         $a = ($this->services['core.model.vehicles.in-stock-repository'] ?? $this->getCore_Model_Vehicles_InstockrepositoryService());
  22476.         if (isset($this->services['core.factory.in-stock-vehicle'])) {
  22477.             return $this->services['core.factory.in-stock-vehicle'];
  22478.         }
  22479.         $b = ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService());
  22480.         if (isset($this->services['core.factory.in-stock-vehicle'])) {
  22481.             return $this->services['core.factory.in-stock-vehicle'];
  22482.         }
  22483.         $c = ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService());
  22484.         if (isset($this->services['core.factory.in-stock-vehicle'])) {
  22485.             return $this->services['core.factory.in-stock-vehicle'];
  22486.         }
  22487.         return $this->services['core.factory.in-stock-vehicle'] = new \CoreBundle\Factory\InStockVehicle($a$b$c);
  22488.     }
  22489.     /**
  22490.      * Gets the public 'core.factory.vehicle' shared service.
  22491.      *
  22492.      * @return \CoreBundle\Factory\Vehicle
  22493.      */
  22494.     protected function getCore_Factory_VehicleService()
  22495.     {
  22496.         include_once \dirname(__DIR__4).'/src/CoreBundle/Factory/Vehicle.php';
  22497.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22498.         if (isset($this->services['core.factory.vehicle'])) {
  22499.             return $this->services['core.factory.vehicle'];
  22500.         }
  22501.         $b = ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService());
  22502.         if (isset($this->services['core.factory.vehicle'])) {
  22503.             return $this->services['core.factory.vehicle'];
  22504.         }
  22505.         $c = ($this->services['core.model.vehicles.repository'] ?? $this->getCore_Model_Vehicles_RepositoryService());
  22506.         if (isset($this->services['core.factory.vehicle'])) {
  22507.             return $this->services['core.factory.vehicle'];
  22508.         }
  22509.         $d = ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService());
  22510.         if (isset($this->services['core.factory.vehicle'])) {
  22511.             return $this->services['core.factory.vehicle'];
  22512.         }
  22513.         return $this->services['core.factory.vehicle'] = new \CoreBundle\Factory\Vehicle($a$b$c$d);
  22514.     }
  22515.     /**
  22516.      * Gets the public 'core.fetch.vehicle.service' shared service.
  22517.      *
  22518.      * @return \CoreBundle\Services\FetchVehicleService
  22519.      */
  22520.     protected function getCore_Fetch_Vehicle_ServiceService()
  22521.     {
  22522.         include_once \dirname(__DIR__4).'/src/CoreBundle/Services/FetchVehicleService.php';
  22523.         return $this->services['core.fetch.vehicle.service'] = new \CoreBundle\Services\FetchVehicleService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()), ($this->services['core.crm.odatamanager'] ?? $this->getCore_Crm_OdatamanagerService()));
  22524.     }
  22525.     /**
  22526.      * Gets the public 'core.file.uploader' shared service.
  22527.      *
  22528.      * @return \CoreBundle\Services\FileUploader
  22529.      */
  22530.     protected function getCore_File_UploaderService()
  22531.     {
  22532.         include_once \dirname(__DIR__4).'/src/CoreBundle/Services/FileUploader.php';
  22533.         return $this->services['core.file.uploader'] = new \CoreBundle\Services\FileUploader((\dirname(__DIR__4).'/public/uploads/users'));
  22534.     }
  22535.     /**
  22536.      * Gets the public 'core.form.factory' shared service.
  22537.      *
  22538.      * @return \CoreBundle\Component\CoreFormFactory
  22539.      */
  22540.     protected function getCore_Form_FactoryService()
  22541.     {
  22542.         include_once \dirname(__DIR__4).'/src/CoreBundle/Component/CoreFormFactory.php';
  22543.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  22544.         if (isset($this->services['core.form.factory'])) {
  22545.             return $this->services['core.form.factory'];
  22546.         }
  22547.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22548.         if (isset($this->services['core.form.factory'])) {
  22549.             return $this->services['core.form.factory'];
  22550.         }
  22551.         return $this->services['core.form.factory'] = new \CoreBundle\Component\CoreFormFactory(($this->services['translator'] ?? $this->getTranslatorService()), $a$b, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  22552.     }
  22553.     /**
  22554.      * Gets the public 'core.form.manager' shared service.
  22555.      *
  22556.      * @return \CoreBundle\Component\FormManager
  22557.      */
  22558.     protected function getCore_Form_ManagerService()
  22559.     {
  22560.         include_once \dirname(__DIR__4).'/src/CoreBundle/Component/FormManager.php';
  22561.         include_once \dirname(__DIR__4).'/src/CoreBundle/Services/FileUploader.php';
  22562.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22563.         if (isset($this->services['core.form.manager'])) {
  22564.             return $this->services['core.form.manager'];
  22565.         }
  22566.         $b = ($this->services['core.form.factory'] ?? $this->getCore_Form_FactoryService());
  22567.         if (isset($this->services['core.form.manager'])) {
  22568.             return $this->services['core.form.manager'];
  22569.         }
  22570.         $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  22571.         if (isset($this->services['core.form.manager'])) {
  22572.             return $this->services['core.form.manager'];
  22573.         }
  22574.         $d = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  22575.         if (isset($this->services['core.form.manager'])) {
  22576.             return $this->services['core.form.manager'];
  22577.         }
  22578.         $e = ($this->services['vacancy.mail'] ?? $this->getVacancy_MailService());
  22579.         if (isset($this->services['core.form.manager'])) {
  22580.             return $this->services['core.form.manager'];
  22581.         }
  22582.         return $this->services['core.form.manager'] = new \CoreBundle\Component\FormManager($a$b, ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['core.file.uploader'] ?? ($this->services['core.file.uploader'] = new \CoreBundle\Services\FileUploader((\dirname(__DIR__4).'/public/uploads/users')))), $c$d, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $e);
  22583.     }
  22584.     /**
  22585.      * Gets the public 'core.inner_male.model' shared service.
  22586.      *
  22587.      * @return \CoreBundle\Model\InnerMail
  22588.      */
  22589.     protected function getCore_InnerMale_ModelService()
  22590.     {
  22591.         include_once \dirname(__DIR__4).'/src/CoreBundle/Model/InnerMail.php';
  22592.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22593.         if (isset($this->services['core.inner_male.model'])) {
  22594.             return $this->services['core.inner_male.model'];
  22595.         }
  22596.         $b = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  22597.         if (isset($this->services['core.inner_male.model'])) {
  22598.             return $this->services['core.inner_male.model'];
  22599.         }
  22600.         return $this->services['core.inner_male.model'] = new \CoreBundle\Model\InnerMail($a$b, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), 'dev');
  22601.     }
  22602.     /**
  22603.      * Gets the public 'core.jira.service' shared service.
  22604.      *
  22605.      * @return \CoreBundle\Services\Jira\JiraService
  22606.      */
  22607.     protected function getCore_Jira_ServiceService()
  22608.     {
  22609.         include_once \dirname(__DIR__4).'/src/CoreBundle/Services/Jira/JiraService.php';
  22610.         return $this->services['core.jira.service'] = new \CoreBundle\Services\Jira\JiraService(\dirname(__DIR__4));
  22611.     }
  22612.     /**
  22613.      * Gets the public 'core.jira.webhook' shared service.
  22614.      *
  22615.      * @return \CoreBundle\Services\Jira\JiraWebhookService
  22616.      */
  22617.     protected function getCore_Jira_WebhookService()
  22618.     {
  22619.         include_once \dirname(__DIR__4).'/src/CoreBundle/Services/Jira/JiraWebhookService.php';
  22620.         return $this->services['core.jira.webhook'] = new \CoreBundle\Services\Jira\JiraWebhookService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.mail.service'] ?? $this->getCore_Mail_ServiceService()));
  22621.     }
  22622.     /**
  22623.      * Gets the public 'core.leasing.model' shared service.
  22624.      *
  22625.      * @return \CoreBundle\Model\Leasing\LeasingClient
  22626.      */
  22627.     protected function getCore_Leasing_ModelService()
  22628.     {
  22629.         include_once \dirname(__DIR__4).'/src/CoreBundle/Model/Leasing/LeasingClient.php';
  22630.         include_once \dirname(__DIR__4).'/src/CoreBundle/Component/Request/Curl.php';
  22631.         return $this->services['core.leasing.model'] = new \CoreBundle\Model\Leasing\LeasingClient(($this->services['core.request.curl'] ?? ($this->services['core.request.curl'] = new \CoreBundle\Component\Request\Curl())));
  22632.     }
  22633.     /**
  22634.      * Gets the public 'core.mail.manager' shared service.
  22635.      *
  22636.      * @return \CoreBundle\Component\MailManager
  22637.      */
  22638.     protected function getCore_Mail_ManagerService()
  22639.     {
  22640.         include_once \dirname(__DIR__4).'/src/CoreBundle/Component/MailManager.php';
  22641.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22642.         if (isset($this->services['core.mail.manager'])) {
  22643.             return $this->services['core.mail.manager'];
  22644.         }
  22645.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  22646.         if (isset($this->services['core.mail.manager'])) {
  22647.             return $this->services['core.mail.manager'];
  22648.         }
  22649.         $c = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  22650.         if (isset($this->services['core.mail.manager'])) {
  22651.             return $this->services['core.mail.manager'];
  22652.         }
  22653.         $d = ($this->services['core.inner_male.model'] ?? $this->getCore_InnerMale_ModelService());
  22654.         if (isset($this->services['core.mail.manager'])) {
  22655.             return $this->services['core.mail.manager'];
  22656.         }
  22657.         $e = ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService());
  22658.         if (isset($this->services['core.mail.manager'])) {
  22659.             return $this->services['core.mail.manager'];
  22660.         }
  22661.         $f = ($this->services['core.factory.vehicle'] ?? $this->getCore_Factory_VehicleService());
  22662.         if (isset($this->services['core.mail.manager'])) {
  22663.             return $this->services['core.mail.manager'];
  22664.         }
  22665.         return $this->services['core.mail.manager'] = new \CoreBundle\Component\MailManager($a$b$c$d, (\dirname(__DIR__4).'/public/uploads/users'), $e$f, ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  22666.     }
  22667.     /**
  22668.      * Gets the public 'core.mail.service' shared service.
  22669.      *
  22670.      * @return \CoreBundle\Services\Mail\TicketMailer
  22671.      */
  22672.     protected function getCore_Mail_ServiceService()
  22673.     {
  22674.         include_once \dirname(__DIR__4).'/src/CoreBundle/Services/Mail/TicketMailer.php';
  22675.         return $this->services['core.mail.service'] = new \CoreBundle\Services\Mail\TicketMailer(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  22676.     }
  22677.     /**
  22678.      * Gets the public 'core.mic.client' shared service.
  22679.      *
  22680.      * @return \CoreBundle\Services\Mik\Client
  22681.      */
  22682.     protected function getCore_Mic_ClientService()
  22683.     {
  22684.         include_once \dirname(__DIR__4).'/src/CoreBundle/Services/Mik/Client.php';
  22685.         include_once \dirname(__DIR__4).'/src/CoreBundle/Component/Request/Curl.php';
  22686.         return $this->services['core.mic.client'] = new \CoreBundle\Services\Mik\Client(($this->services['core.request.curl'] ?? ($this->services['core.request.curl'] = new \CoreBundle\Component\Request\Curl())), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  22687.     }
  22688.     /**
  22689.      * Gets the public 'core.model.api.peugeot' shared service.
  22690.      *
  22691.      * @return \CoreBundle\Model\Api\Peugeot\PeugeotApi
  22692.      */
  22693.     protected function getCore_Model_Api_PeugeotService()
  22694.     {
  22695.         include_once \dirname(__DIR__4).'/src/CoreBundle/Model/Api/Peugeot/PeugeotApi.php';
  22696.         return $this->services['core.model.api.peugeot'] = new \CoreBundle\Model\Api\Peugeot\PeugeotApi();
  22697.     }
  22698.     /**
  22699.      * Gets the public 'core.model.rate' shared service.
  22700.      *
  22701.      * @return \CoreBundle\Model\Rate
  22702.      */
  22703.     protected function getCore_Model_RateService()
  22704.     {
  22705.         include_once \dirname(__DIR__4).'/src/CoreBundle/Model/Rate.php';
  22706.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22707.         if (isset($this->services['core.model.rate'])) {
  22708.             return $this->services['core.model.rate'];
  22709.         }
  22710.         return $this->services['core.model.rate'] = new \CoreBundle\Model\Rate($a);
  22711.     }
  22712.     /**
  22713.      * Gets the public 'core.model.vehicles.in-stock-repository' shared service.
  22714.      *
  22715.      * @return \CoreBundle\Model\Vehicles\InStockRepository
  22716.      */
  22717.     protected function getCore_Model_Vehicles_InstockrepositoryService()
  22718.     {
  22719.         include_once \dirname(__DIR__4).'/src/CoreBundle/Model/Vehicles/InStockRepository.php';
  22720.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22721.         if (isset($this->services['core.model.vehicles.in-stock-repository'])) {
  22722.             return $this->services['core.model.vehicles.in-stock-repository'];
  22723.         }
  22724.         return $this->services['core.model.vehicles.in-stock-repository'] = new \CoreBundle\Model\Vehicles\InStockRepository($a);
  22725.     }
  22726.     /**
  22727.      * Gets the public 'core.model.vehicles.rent-repository' shared service.
  22728.      *
  22729.      * @return \CoreBundle\Model\Vehicles\RentVehicleRepository
  22730.      */
  22731.     protected function getCore_Model_Vehicles_RentrepositoryService()
  22732.     {
  22733.         include_once \dirname(__DIR__4).'/src/CoreBundle/Model/Vehicles/RentVehicleRepository.php';
  22734.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22735.         if (isset($this->services['core.model.vehicles.rent-repository'])) {
  22736.             return $this->services['core.model.vehicles.rent-repository'];
  22737.         }
  22738.         return $this->services['core.model.vehicles.rent-repository'] = new \CoreBundle\Model\Vehicles\RentVehicleRepository($a);
  22739.     }
  22740.     /**
  22741.      * Gets the public 'core.model.vehicles.repository' shared service.
  22742.      *
  22743.      * @return \CoreBundle\Model\Vehicles\Repository
  22744.      */
  22745.     protected function getCore_Model_Vehicles_RepositoryService()
  22746.     {
  22747.         include_once \dirname(__DIR__4).'/src/CoreBundle/Model/Vehicles/Repository.php';
  22748.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22749.         if (isset($this->services['core.model.vehicles.repository'])) {
  22750.             return $this->services['core.model.vehicles.repository'];
  22751.         }
  22752.         return $this->services['core.model.vehicles.repository'] = new \CoreBundle\Model\Vehicles\Repository($a);
  22753.     }
  22754.     /**
  22755.      * Gets the public 'core.module.worker' shared service.
  22756.      *
  22757.      * @return \CoreBundle\Model\ViDiWorkerModel
  22758.      */
  22759.     protected function getCore_Module_WorkerService()
  22760.     {
  22761.         include_once \dirname(__DIR__4).'/src/CoreBundle/Model/ViDiWorkerModel.php';
  22762.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22763.         if (isset($this->services['core.module.worker'])) {
  22764.             return $this->services['core.module.worker'];
  22765.         }
  22766.         return $this->services['core.module.worker'] = new \CoreBundle\Model\ViDiWorkerModel($a);
  22767.     }
  22768.     /**
  22769.      * Gets the public 'core.novaposhta.model' shared service.
  22770.      *
  22771.      * @return \CoreBundle\Model\Api\Novaposhta\NovaposhtaApi
  22772.      */
  22773.     protected function getCore_Novaposhta_ModelService()
  22774.     {
  22775.         include_once \dirname(__DIR__4).'/src/CoreBundle/Model/Api/Novaposhta/NovaposhtaApi.php';
  22776.         include_once \dirname(__DIR__4).'/src/CoreBundle/Component/Request/Curl.php';
  22777.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22778.         if (isset($this->services['core.novaposhta.model'])) {
  22779.             return $this->services['core.novaposhta.model'];
  22780.         }
  22781.         return $this->services['core.novaposhta.model'] = new \CoreBundle\Model\Api\Novaposhta\NovaposhtaApi($a, ($this->services['core.request.curl'] ?? ($this->services['core.request.curl'] = new \CoreBundle\Component\Request\Curl())));
  22782.     }
  22783.     /**
  22784.      * Gets the public 'core.numeric.twig_extension' shared service.
  22785.      *
  22786.      * @return \CoreBundle\Twig\NumericTwigExtension
  22787.      */
  22788.     protected function getCore_Numeric_TwigExtensionService()
  22789.     {
  22790.         return $this->services['core.numeric.twig_extension'] = new \CoreBundle\Twig\NumericTwigExtension();
  22791.     }
  22792.     /**
  22793.      * Gets the public 'core.online.estimate' shared service.
  22794.      *
  22795.      * @return \CoreBundle\Model\OnlineEstimateModel
  22796.      */
  22797.     protected function getCore_Online_EstimateService()
  22798.     {
  22799.         include_once \dirname(__DIR__4).'/src/CoreBundle/Model/OnlineEstimateModel.php';
  22800.         $a = ($this->services['core.model.rate'] ?? $this->getCore_Model_RateService());
  22801.         if (isset($this->services['core.online.estimate'])) {
  22802.             return $this->services['core.online.estimate'];
  22803.         }
  22804.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22805.         if (isset($this->services['core.online.estimate'])) {
  22806.             return $this->services['core.online.estimate'];
  22807.         }
  22808.         $c = ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService());
  22809.         if (isset($this->services['core.online.estimate'])) {
  22810.             return $this->services['core.online.estimate'];
  22811.         }
  22812.         return $this->services['core.online.estimate'] = new \CoreBundle\Model\OnlineEstimateModel($a$b$c);
  22813.     }
  22814.     /**
  22815.      * Gets the public 'core.pagespeed.google.analytics.service' shared service.
  22816.      *
  22817.      * @return \CoreBundle\Services\Pagespeed\GoogleAnalyticsService
  22818.      */
  22819.     protected function getCore_Pagespeed_Google_Analytics_ServiceService()
  22820.     {
  22821.         include_once \dirname(__DIR__4).'/src/CoreBundle/Services/Pagespeed/GoogleAnalyticsService.php';
  22822.         return $this->services['core.pagespeed.google.analytics.service'] = new \CoreBundle\Services\Pagespeed\GoogleAnalyticsService(\dirname(__DIR__4), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  22823.     }
  22824.     /**
  22825.      * Gets the public 'core.pagespeed.service' shared service.
  22826.      *
  22827.      * @return \CoreBundle\Services\Pagespeed\PagespeedService
  22828.      */
  22829.     protected function getCore_Pagespeed_ServiceService()
  22830.     {
  22831.         include_once \dirname(__DIR__4).'/src/CoreBundle/Services/Pagespeed/PagespeedService.php';
  22832.         return $this->services['core.pagespeed.service'] = new \CoreBundle\Services\Pagespeed\PagespeedService();
  22833.     }
  22834.     /**
  22835.      * Gets the public 'core.post.model' shared service.
  22836.      *
  22837.      * @return \CoreBundle\Model\Post
  22838.      */
  22839.     protected function getCore_Post_ModelService()
  22840.     {
  22841.         include_once \dirname(__DIR__4).'/src/CoreBundle/Model/Post.php';
  22842.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22843.         if (isset($this->services['core.post.model'])) {
  22844.             return $this->services['core.post.model'];
  22845.         }
  22846.         return $this->services['core.post.model'] = new \CoreBundle\Model\Post($a);
  22847.     }
  22848.     /**
  22849.      * Gets the public 'core.request.curl' shared service.
  22850.      *
  22851.      * @return \CoreBundle\Component\Request\Curl
  22852.      */
  22853.     protected function getCore_Request_CurlService()
  22854.     {
  22855.         include_once \dirname(__DIR__4).'/src/CoreBundle/Component/Request/Curl.php';
  22856.         return $this->services['core.request.curl'] = new \CoreBundle\Component\Request\Curl();
  22857.     }
  22858.     /**
  22859.      * Gets the public 'core.service.work.model' shared service.
  22860.      *
  22861.      * @return \CoreBundle\Model\Service\ServiceWork
  22862.      */
  22863.     protected function getCore_Service_Work_ModelService()
  22864.     {
  22865.         include_once \dirname(__DIR__4).'/src/CoreBundle/Model/Service/ServiceWork.php';
  22866.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22867.         if (isset($this->services['core.service.work.model'])) {
  22868.             return $this->services['core.service.work.model'];
  22869.         }
  22870.         $b = ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService());
  22871.         if (isset($this->services['core.service.work.model'])) {
  22872.             return $this->services['core.service.work.model'];
  22873.         }
  22874.         return $this->services['core.service.work.model'] = new \CoreBundle\Model\Service\ServiceWork($a$b);
  22875.     }
  22876.     /**
  22877.      * Gets the public 'core.services.seo.automatic-seo-generation-admin' shared service.
  22878.      *
  22879.      * @return \CoreBundle\Services\Seo\AutomaticSeoGenerationAdmin
  22880.      */
  22881.     protected function getCore_Services_Seo_AutomaticseogenerationadminService()
  22882.     {
  22883.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  22884.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  22885.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  22886.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  22887.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  22888.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  22889.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  22890.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  22891.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  22892.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  22893.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  22894.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  22895.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  22896.         include_once \dirname(__DIR__4).'/src/CoreBundle/Services/Seo/AutomaticSeoGenerationAdmin.php';
  22897.         return $this->services['core.services.seo.automatic-seo-generation-admin'] = new \CoreBundle\Services\Seo\AutomaticSeoGenerationAdmin();
  22898.     }
  22899.     /**
  22900.      * Gets the public 'core.shop.goods' shared service.
  22901.      *
  22902.      * @return \CoreBundle\Model\Shop\Goods
  22903.      */
  22904.     protected function getCore_Shop_GoodsService()
  22905.     {
  22906.         include_once \dirname(__DIR__4).'/src/CoreBundle/Model/Shop/Goods.php';
  22907.         return $this->services['core.shop.goods'] = new \CoreBundle\Model\Shop\Goods(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  22908.     }
  22909.     /**
  22910.      * Gets the public 'core.smartid.model' shared service.
  22911.      *
  22912.      * @return \CoreBundle\Model\SmartId\SmartId
  22913.      */
  22914.     protected function getCore_Smartid_ModelService()
  22915.     {
  22916.         include_once \dirname(__DIR__4).'/src/CoreBundle/Model/SmartId/SmartId.php';
  22917.         include_once \dirname(__DIR__4).'/src/CoreBundle/Component/Request/Curl.php';
  22918.         return $this->services['core.smartid.model'] = new \CoreBundle\Model\SmartId\SmartId(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.request.curl'] ?? ($this->services['core.request.curl'] = new \CoreBundle\Component\Request\Curl())), ($this->services['core.eusphpe.model'] ?? $this->getCore_Eusphpe_ModelService()));
  22919.     }
  22920.     /**
  22921.      * Gets the public 'core.ticket.model' shared service.
  22922.      *
  22923.      * @return \CoreBundle\Model\Ticket
  22924.      */
  22925.     protected function getCore_Ticket_ModelService()
  22926.     {
  22927.         include_once \dirname(__DIR__4).'/src/CoreBundle/Model/Ticket.php';
  22928.         include_once \dirname(__DIR__4).'/src/CoreBundle/Component/Request/Curl.php';
  22929.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22930.         if (isset($this->services['core.ticket.model'])) {
  22931.             return $this->services['core.ticket.model'];
  22932.         }
  22933.         $b = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  22934.         if (isset($this->services['core.ticket.model'])) {
  22935.             return $this->services['core.ticket.model'];
  22936.         }
  22937.         return $this->services['core.ticket.model'] = new \CoreBundle\Model\Ticket($a, ($this->services['core.request.curl'] ?? ($this->services['core.request.curl'] = new \CoreBundle\Component\Request\Curl())), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $b, ($this->privates['sonata.admin.helper'] ?? $this->getSonata_Admin_HelperService()));
  22938.     }
  22939.     /**
  22940.      * Gets the public 'core.twig.extension' shared service.
  22941.      *
  22942.      * @return \CoreBundle\Twig\TwigExtension
  22943.      */
  22944.     protected function getCore_Twig_ExtensionService()
  22945.     {
  22946.         return $this->services['core.twig.extension'] = new \CoreBundle\Twig\TwigExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  22947.     }
  22948.     /**
  22949.      * Gets the public 'core.user.model' shared service.
  22950.      *
  22951.      * @return \CoreBundle\Model\User
  22952.      */
  22953.     protected function getCore_User_ModelService()
  22954.     {
  22955.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22956.         if (isset($this->services['core.user.model'])) {
  22957.             return $this->services['core.user.model'];
  22958.         }
  22959.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  22960.         if (isset($this->services['core.user.model'])) {
  22961.             return $this->services['core.user.model'];
  22962.         }
  22963.         $c = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  22964.         if (isset($this->services['core.user.model'])) {
  22965.             return $this->services['core.user.model'];
  22966.         }
  22967.         $d = ($this->services['my.sms.sender'] ?? $this->getMy_Sms_SenderService());
  22968.         if (isset($this->services['core.user.model'])) {
  22969.             return $this->services['core.user.model'];
  22970.         }
  22971.         $this->services['core.user.model'] = $instance = new \CoreBundle\Model\User($a, ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), $b$c$d);
  22972.         $instance->setBonusManager(($this->services['my.bonus.manager'] ?? $this->getMy_Bonus_ManagerService()));
  22973.         return $instance;
  22974.     }
  22975.     /**
  22976.      * Gets the public 'core.user.valid' shared service.
  22977.      *
  22978.      * @return \CoreBundle\Services\ValidUser
  22979.      */
  22980.     protected function getCore_User_ValidService()
  22981.     {
  22982.         include_once \dirname(__DIR__4).'/src/CoreBundle/Services/ValidUser.php';
  22983.         return $this->services['core.user.valid'] = new \CoreBundle\Services\ValidUser();
  22984.     }
  22985.     /**
  22986.      * Gets the public 'core.vehicle_item_listener' shared service.
  22987.      *
  22988.      * @return \CoreBundle\EventListener\VehicleItemListener
  22989.      */
  22990.     protected function getCore_VehicleItemListenerService()
  22991.     {
  22992.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  22993.         include_once \dirname(__DIR__4).'/src/CoreBundle/EventListener/VehicleItemListener.php';
  22994.         return $this->services['core.vehicle_item_listener'] = new \CoreBundle\EventListener\VehicleItemListener();
  22995.     }
  22996.     /**
  22997.      * Gets the public 'core.vehicles_subscriber.service' shared service.
  22998.      *
  22999.      * @return \CoreBundle\Services\VehiclesSubscriberService
  23000.      */
  23001.     protected function getCore_VehiclesSubscriber_ServiceService()
  23002.     {
  23003.         include_once \dirname(__DIR__4).'/src/CoreBundle/Services/VehiclesSubscriberService.php';
  23004.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  23005.         if (isset($this->services['core.vehicles_subscriber.service'])) {
  23006.             return $this->services['core.vehicles_subscriber.service'];
  23007.         }
  23008.         $b = ($this->services['my.sms.sender'] ?? $this->getMy_Sms_SenderService());
  23009.         if (isset($this->services['core.vehicles_subscriber.service'])) {
  23010.             return $this->services['core.vehicles_subscriber.service'];
  23011.         }
  23012.         return $this->services['core.vehicles_subscriber.service'] = new \CoreBundle\Services\VehiclesSubscriberService($a$b, ($this->services['translator'] ?? $this->getTranslatorService()));
  23013.     }
  23014.     /**
  23015.      * Gets the public 'core.vidi.session_storage' shared service.
  23016.      *
  23017.      * @return \CoreBundle\Services\CoreSessionStorage
  23018.      */
  23019.     protected function getCore_Vidi_SessionStorageService()
  23020.     {
  23021.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  23022.         include_once \dirname(__DIR__4).'/src/CoreBundle/Services/CoreSessionStorage.php';
  23023.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  23024.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/RedisSessionHandler.php';
  23025.         $a = ($this->privates['snc_redis.session'] ?? $this->getSncRedis_SessionService());
  23026.         if (isset($this->services['core.vidi.session_storage'])) {
  23027.             return $this->services['core.vidi.session_storage'];
  23028.         }
  23029.         return $this->services['core.vidi.session_storage'] = new \CoreBundle\Services\CoreSessionStorage(new \Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler($a, ['prefix' => 'session_''ttl' => 86400]), $this->getParameter('session.storage.options'));
  23030.     }
  23031.     /**
  23032.      * Gets the public 'core.winner_rate.model' shared service.
  23033.      *
  23034.      * @return \CoreBundle\Model\WinnerRate
  23035.      */
  23036.     protected function getCore_WinnerRate_ModelService()
  23037.     {
  23038.         include_once \dirname(__DIR__4).'/src/CoreBundle/Model/Rate.php';
  23039.         include_once \dirname(__DIR__4).'/src/CoreBundle/Model/WinnerRate.php';
  23040.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  23041.         if (isset($this->services['core.winner_rate.model'])) {
  23042.             return $this->services['core.winner_rate.model'];
  23043.         }
  23044.         return $this->services['core.winner_rate.model'] = new \CoreBundle\Model\WinnerRate($a);
  23045.     }
  23046.     /**
  23047.      * Gets the public 'data.formatting' shared service.
  23048.      *
  23049.      * @return \ApiBundle\Services\DataFormattingService
  23050.      */
  23051.     protected function getData_FormattingService()
  23052.     {
  23053.         include_once \dirname(__DIR__4).'/src/ApiBundle/Services/DataFormattingService.php';
  23054.         return $this->services['data.formatting'] = new \ApiBundle\Services\DataFormattingService();
  23055.     }
  23056.     /**
  23057.      * Gets the public 'data_collector.cache' shared service.
  23058.      *
  23059.      * @return \Symfony\Component\Cache\DataCollector\CacheDataCollector
  23060.      */
  23061.     protected function getDataCollector_CacheService()
  23062.     {
  23063.         $this->services['data_collector.cache'] = $instance = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  23064.         $instance->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  23065.         $instance->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  23066.         $instance->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  23067.         $instance->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  23068.         $instance->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  23069.         $instance->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  23070.         $instance->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  23071.         $instance->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  23072.         $instance->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  23073.         $instance->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  23074.         return $instance;
  23075.     }
  23076.     /**
  23077.      * Gets the public 'data_collector.dump' shared service.
  23078.      *
  23079.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  23080.      */
  23081.     protected function getDataCollector_DumpService()
  23082.     {
  23083.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  23084.     }
  23085.     /**
  23086.      * Gets the public 'dc.accessory' shared service.
  23087.      *
  23088.      * @return \DcSiteBundle\Model\Accessory
  23089.      */
  23090.     protected function getDc_AccessoryService()
  23091.     {
  23092.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Model/Accessory.php';
  23093.         return $this->services['dc.accessory'] = new \DcSiteBundle\Model\Accessory(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['router'] ?? $this->getRouterService()));
  23094.     }
  23095.     /**
  23096.      * Gets the public 'dc.accessory.service' shared service.
  23097.      *
  23098.      * @return \DcSiteBundle\Services\AccessoryService
  23099.      */
  23100.     protected function getDc_Accessory_ServiceService()
  23101.     {
  23102.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Services/AccessoryService.php';
  23103.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  23104.         if (isset($this->services['dc.accessory.service'])) {
  23105.             return $this->services['dc.accessory.service'];
  23106.         }
  23107.         $b = ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService());
  23108.         if (isset($this->services['dc.accessory.service'])) {
  23109.             return $this->services['dc.accessory.service'];
  23110.         }
  23111.         $c = ($this->services['router'] ?? $this->getRouterService());
  23112.         if (isset($this->services['dc.accessory.service'])) {
  23113.             return $this->services['dc.accessory.service'];
  23114.         }
  23115.         $d = ($this->services['core.factory.vehicle'] ?? $this->getCore_Factory_VehicleService());
  23116.         if (isset($this->services['dc.accessory.service'])) {
  23117.             return $this->services['dc.accessory.service'];
  23118.         }
  23119.         return $this->services['dc.accessory.service'] = new \DcSiteBundle\Services\AccessoryService($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b$c, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $d);
  23120.     }
  23121.     /**
  23122.      * Gets the public 'dc.accessory.shop' shared service.
  23123.      *
  23124.      * @return \DcSiteBundle\Services\AccessoryShopService
  23125.      */
  23126.     protected function getDc_Accessory_ShopService()
  23127.     {
  23128.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Services/AccessoryShopService.php';
  23129.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  23130.         if (isset($this->services['dc.accessory.shop'])) {
  23131.             return $this->services['dc.accessory.shop'];
  23132.         }
  23133.         $b = ($this->services['router'] ?? $this->getRouterService());
  23134.         if (isset($this->services['dc.accessory.shop'])) {
  23135.             return $this->services['dc.accessory.shop'];
  23136.         }
  23137.         $c = ($this->services['DcSiteBundle\\Model\\Pagination'] ?? $this->getPaginationService());
  23138.         if (isset($this->services['dc.accessory.shop'])) {
  23139.             return $this->services['dc.accessory.shop'];
  23140.         }
  23141.         $d = ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService());
  23142.         if (isset($this->services['dc.accessory.shop'])) {
  23143.             return $this->services['dc.accessory.shop'];
  23144.         }
  23145.         return $this->services['dc.accessory.shop'] = new \DcSiteBundle\Services\AccessoryShopService($a$b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $c$d);
  23146.     }
  23147.     /**
  23148.      * Gets the public 'dc.catalog.model' shared service.
  23149.      *
  23150.      * @return \DcSiteBundle\Model\Catalog
  23151.      */
  23152.     protected function getDc_Catalog_ModelService()
  23153.     {
  23154.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Model/Catalog.php';
  23155.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  23156.         if (isset($this->services['dc.catalog.model'])) {
  23157.             return $this->services['dc.catalog.model'];
  23158.         }
  23159.         $b = ($this->services['router'] ?? $this->getRouterService());
  23160.         if (isset($this->services['dc.catalog.model'])) {
  23161.             return $this->services['dc.catalog.model'];
  23162.         }
  23163.         $c = ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService());
  23164.         if (isset($this->services['dc.catalog.model'])) {
  23165.             return $this->services['dc.catalog.model'];
  23166.         }
  23167.         $d = ($this->services['core.factory.vehicle'] ?? $this->getCore_Factory_VehicleService());
  23168.         if (isset($this->services['dc.catalog.model'])) {
  23169.             return $this->services['dc.catalog.model'];
  23170.         }
  23171.         $e = ($this->services['core.factory.in-stock-vehicle'] ?? $this->getCore_Factory_InstockvehicleService());
  23172.         if (isset($this->services['dc.catalog.model'])) {
  23173.             return $this->services['dc.catalog.model'];
  23174.         }
  23175.         return $this->services['dc.catalog.model'] = new \DcSiteBundle\Model\Catalog($a$b$c$d$e);
  23176.     }
  23177.     /**
  23178.      * Gets the public 'dc.configurator.manager' shared service.
  23179.      *
  23180.      * @return \DcSiteBundle\Services\Configurator\ConfiguratorManager
  23181.      */
  23182.     protected function getDc_Configurator_ManagerService()
  23183.     {
  23184.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Services/Configurator/ConfiguratorManager.php';
  23185.         $a = ($this->services['core.factory.vehicle'] ?? $this->getCore_Factory_VehicleService());
  23186.         if (isset($this->services['dc.configurator.manager'])) {
  23187.             return $this->services['dc.configurator.manager'];
  23188.         }
  23189.         $b = ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService());
  23190.         if (isset($this->services['dc.configurator.manager'])) {
  23191.             return $this->services['dc.configurator.manager'];
  23192.         }
  23193.         return $this->services['dc.configurator.manager'] = new \DcSiteBundle\Services\Configurator\ConfiguratorManager($a$b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  23194.     }
  23195.     /**
  23196.      * Gets the public 'dc.forms.moto_test_drive' shared service.
  23197.      *
  23198.      * @return \DcSiteBundle\Form\MotoTestDriveType
  23199.      */
  23200.     protected function getDc_Forms_MotoTestDriveService()
  23201.     {
  23202.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23203.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23204.         include_once \dirname(__DIR__4).'/src/CoreBundle/Form/CoreFormsType.php';
  23205.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Form/MotoTestDriveType.php';
  23206.         $a = ($this->services['dc.transformer.vehicle_to_number_transformer'] ?? $this->getDc_Transformer_VehicleToNumberTransformerService());
  23207.         if (isset($this->services['dc.forms.moto_test_drive'])) {
  23208.             return $this->services['dc.forms.moto_test_drive'];
  23209.         }
  23210.         return $this->services['dc.forms.moto_test_drive'] = new \DcSiteBundle\Form\MotoTestDriveType($a);
  23211.     }
  23212.     /**
  23213.      * Gets the public 'dc.history.manager' shared service.
  23214.      *
  23215.      * @return \DcSiteBundle\Services\HistoryManager
  23216.      */
  23217.     protected function getDc_History_ManagerService()
  23218.     {
  23219.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Services/HistoryManager.php';
  23220.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  23221.         if (isset($this->services['dc.history.manager'])) {
  23222.             return $this->services['dc.history.manager'];
  23223.         }
  23224.         return $this->services['dc.history.manager'] = new \DcSiteBundle\Services\HistoryManager($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  23225.     }
  23226.     /**
  23227.      * Gets the public 'dc.marine.form.service' shared service.
  23228.      *
  23229.      * @return \DcSiteBundle\Services\Marine\FormService
  23230.      */
  23231.     protected function getDc_Marine_Form_ServiceService()
  23232.     {
  23233.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Services/Marine/FormService.php';
  23234.         return $this->services['dc.marine.form.service'] = new \DcSiteBundle\Services\Marine\FormService();
  23235.     }
  23236.     /**
  23237.      * Gets the public 'dc.micromarking' shared service.
  23238.      *
  23239.      * @return \DcSiteBundle\Services\Micromarking
  23240.      */
  23241.     protected function getDc_MicromarkingService()
  23242.     {
  23243.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Services/Micromarking.php';
  23244.         return $this->services['dc.micromarking'] = new \DcSiteBundle\Services\Micromarking(($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['router'] ?? $this->getRouterService()));
  23245.     }
  23246.     /**
  23247.      * Gets the public 'dc.order.model' shared service.
  23248.      *
  23249.      * @return \DcSiteBundle\Model\Order
  23250.      */
  23251.     protected function getDc_Order_ModelService()
  23252.     {
  23253.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Model/Order.php';
  23254.         return $this->services['dc.order.model'] = new \DcSiteBundle\Model\Order(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()));
  23255.     }
  23256.     /**
  23257.      * Gets the public 'dc.service_page_service' shared service.
  23258.      *
  23259.      * @return \DcSiteBundle\Services\ServicePageService
  23260.      */
  23261.     protected function getDc_ServicePageServiceService()
  23262.     {
  23263.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Services/ServicePageService.php';
  23264.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  23265.         if (isset($this->services['dc.service_page_service'])) {
  23266.             return $this->services['dc.service_page_service'];
  23267.         }
  23268.         return $this->services['dc.service_page_service'] = new \DcSiteBundle\Services\ServicePageService($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  23269.     }
  23270.     /**
  23271.      * Gets the public 'dc.transformer.vehicle_to_number_transformer' shared service.
  23272.      *
  23273.      * @return \DcSiteBundle\Form\Transformer\VehicleToNumberTransformer
  23274.      */
  23275.     protected function getDc_Transformer_VehicleToNumberTransformerService()
  23276.     {
  23277.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  23278.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Form/Transformer/VehicleToNumberTransformer.php';
  23279.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  23280.         if (isset($this->services['dc.transformer.vehicle_to_number_transformer'])) {
  23281.             return $this->services['dc.transformer.vehicle_to_number_transformer'];
  23282.         }
  23283.         return $this->services['dc.transformer.vehicle_to_number_transformer'] = new \DcSiteBundle\Form\Transformer\VehicleToNumberTransformer($a);
  23284.     }
  23285.     /**
  23286.      * Gets the public 'dc.vehicle.service' shared service.
  23287.      *
  23288.      * @return \DcSiteBundle\Services\VehicleService
  23289.      */
  23290.     protected function getDc_Vehicle_ServiceService()
  23291.     {
  23292.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Services/VehicleService.php';
  23293.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  23294.         if (isset($this->services['dc.vehicle.service'])) {
  23295.             return $this->services['dc.vehicle.service'];
  23296.         }
  23297.         $b = ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService());
  23298.         if (isset($this->services['dc.vehicle.service'])) {
  23299.             return $this->services['dc.vehicle.service'];
  23300.         }
  23301.         $c = ($this->services['core.factory.vehicle'] ?? $this->getCore_Factory_VehicleService());
  23302.         if (isset($this->services['dc.vehicle.service'])) {
  23303.             return $this->services['dc.vehicle.service'];
  23304.         }
  23305.         $d = ($this->services['router'] ?? $this->getRouterService());
  23306.         if (isset($this->services['dc.vehicle.service'])) {
  23307.             return $this->services['dc.vehicle.service'];
  23308.         }
  23309.         $e = ($this->services['dcsite.credit.model'] ?? $this->getDcsite_Credit_ModelService());
  23310.         if (isset($this->services['dc.vehicle.service'])) {
  23311.             return $this->services['dc.vehicle.service'];
  23312.         }
  23313.         return $this->services['dc.vehicle.service'] = new \DcSiteBundle\Services\VehicleService($a$b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $c, ($this->services['translator'] ?? $this->getTranslatorService()), $d$e);
  23314.     }
  23315.     /**
  23316.      * Gets the public 'dc.worker.model' shared service.
  23317.      *
  23318.      * @return \DcSiteBundle\Model\Worker
  23319.      */
  23320.     protected function getDc_Worker_ModelService()
  23321.     {
  23322.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Model/Worker.php';
  23323.         return $this->services['dc.worker.model'] = new \DcSiteBundle\Model\Worker(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  23324.     }
  23325.     /**
  23326.      * Gets the public 'dc_site.admin.boat' service.
  23327.      *
  23328.      * @return \AdminBundle\Admin\DCAutoSite\BoatAdmin
  23329.      */
  23330.     protected function getDcSite_Admin_BoatService()
  23331.     {
  23332.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  23333.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  23334.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  23335.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  23336.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  23337.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  23338.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  23339.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  23340.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  23341.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  23342.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  23343.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  23344.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  23345.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/BoatAdmin.php';
  23346.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  23347.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  23348.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  23349.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  23350.         $this->factories['dc_site.admin.boat'] = function () {
  23351.             $instance = new \AdminBundle\Admin\DCAutoSite\BoatAdmin('dc_site.admin.boat''DcSiteBundle\\Entity\\Boat''sonata.admin.controller.crud');
  23352.             $instance->setManagerType('orm');
  23353.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  23354.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  23355.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  23356.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  23357.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  23358.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  23359.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  23360.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  23361.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  23362.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  23363.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  23364.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  23365.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  23366.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  23367.             $instance->setPagerType('default');
  23368.             $instance->setLabel('Катера');
  23369.             $instance->setTranslationDomain('messages');
  23370.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  23371.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  23372.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  23373.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  23374.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  23375.             $instance->setTemplateRegistry(($this->services['dc_site.admin.boat.template_registry'] ?? $this->getDcSite_Admin_Boat_TemplateRegistryService()));
  23376.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  23377.             $instance->initialize();
  23378.             return $instance;
  23379.         };
  23380.         return $this->factories['dc_site.admin.boat']();
  23381.     }
  23382.     /**
  23383.      * Gets the public 'dc_site.admin.boat.template_registry' shared service.
  23384.      *
  23385.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  23386.      */
  23387.     protected function getDcSite_Admin_Boat_TemplateRegistryService()
  23388.     {
  23389.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  23390.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  23391.         return $this->services['dc_site.admin.boat.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  23392.     }
  23393.     /**
  23394.      * Gets the public 'dc_site.admin.boat_engine' service.
  23395.      *
  23396.      * @return \AdminBundle\Admin\DCAutoSite\BoatEngineAdmin
  23397.      */
  23398.     protected function getDcSite_Admin_BoatEngineService()
  23399.     {
  23400.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  23401.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  23402.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  23403.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  23404.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  23405.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  23406.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  23407.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  23408.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  23409.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  23410.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  23411.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  23412.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  23413.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/BoatEngineAdmin.php';
  23414.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  23415.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  23416.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  23417.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  23418.         $this->factories['dc_site.admin.boat_engine'] = function () {
  23419.             $instance = new \AdminBundle\Admin\DCAutoSite\BoatEngineAdmin('dc_site.admin.boat_engine''DcSiteBundle\\Entity\\BoatEngine''sonata.admin.controller.crud');
  23420.             $instance->setManagerType('orm');
  23421.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  23422.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  23423.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  23424.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  23425.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  23426.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  23427.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  23428.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  23429.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  23430.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  23431.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  23432.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  23433.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  23434.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  23435.             $instance->setPagerType('default');
  23436.             $instance->setLabel('Лодочные моторы');
  23437.             $instance->setTranslationDomain('messages');
  23438.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  23439.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  23440.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  23441.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  23442.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  23443.             $instance->setTemplateRegistry(($this->services['dc_site.admin.boat_engine.template_registry'] ?? $this->getDcSite_Admin_BoatEngine_TemplateRegistryService()));
  23444.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  23445.             $instance->initialize();
  23446.             return $instance;
  23447.         };
  23448.         return $this->factories['dc_site.admin.boat_engine']();
  23449.     }
  23450.     /**
  23451.      * Gets the public 'dc_site.admin.boat_engine.template_registry' shared service.
  23452.      *
  23453.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  23454.      */
  23455.     protected function getDcSite_Admin_BoatEngine_TemplateRegistryService()
  23456.     {
  23457.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  23458.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  23459.         return $this->services['dc_site.admin.boat_engine.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  23460.     }
  23461.     /**
  23462.      * Gets the public 'dc_site.admin.non_motorized_boat' service.
  23463.      *
  23464.      * @return \AdminBundle\Admin\DCAutoSite\NonMotorizedBoatAdmin
  23465.      */
  23466.     protected function getDcSite_Admin_NonMotorizedBoatService()
  23467.     {
  23468.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  23469.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  23470.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  23471.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  23472.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  23473.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  23474.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  23475.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  23476.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  23477.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  23478.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  23479.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  23480.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  23481.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/NonMotorizedBoatAdmin.php';
  23482.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  23483.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  23484.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  23485.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  23486.         $this->factories['dc_site.admin.non_motorized_boat'] = function () {
  23487.             $instance = new \AdminBundle\Admin\DCAutoSite\NonMotorizedBoatAdmin('dc_site.admin.non_motorized_boat''DcSiteBundle\\Entity\\NonMotorizedBoat''sonata.admin.controller.crud');
  23488.             $instance->setManagerType('orm');
  23489.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  23490.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  23491.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  23492.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  23493.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  23494.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  23495.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  23496.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  23497.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  23498.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  23499.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  23500.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  23501.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  23502.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  23503.             $instance->setPagerType('default');
  23504.             $instance->setLabel('Лодки');
  23505.             $instance->setTranslationDomain('messages');
  23506.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  23507.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  23508.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  23509.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  23510.             $instance->setTemplateRegistry(($this->services['dc_site.admin.non_motorized_boat.template_registry'] ?? $this->getDcSite_Admin_NonMotorizedBoat_TemplateRegistryService()));
  23511.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  23512.             $instance->initialize();
  23513.             return $instance;
  23514.         };
  23515.         return $this->factories['dc_site.admin.non_motorized_boat']();
  23516.     }
  23517.     /**
  23518.      * Gets the public 'dc_site.admin.non_motorized_boat.template_registry' shared service.
  23519.      *
  23520.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  23521.      */
  23522.     protected function getDcSite_Admin_NonMotorizedBoat_TemplateRegistryService()
  23523.     {
  23524.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  23525.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  23526.         return $this->services['dc_site.admin.non_motorized_boat.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  23527.     }
  23528.     /**
  23529.      * Gets the public 'dc_site.twig.extension' shared service.
  23530.      *
  23531.      * @return \DcSiteBundle\Twig\TwigDcExtension
  23532.      */
  23533.     protected function getDcSite_Twig_ExtensionService()
  23534.     {
  23535.         $a = ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService());
  23536.         if (isset($this->services['dc_site.twig.extension'])) {
  23537.             return $this->services['dc_site.twig.extension'];
  23538.         }
  23539.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  23540.         if (isset($this->services['dc_site.twig.extension'])) {
  23541.             return $this->services['dc_site.twig.extension'];
  23542.         }
  23543.         $c = ($this->services['router'] ?? $this->getRouterService());
  23544.         if (isset($this->services['dc_site.twig.extension'])) {
  23545.             return $this->services['dc_site.twig.extension'];
  23546.         }
  23547.         return $this->services['dc_site.twig.extension'] = new \DcSiteBundle\Twig\TwigDcExtension($a$b$c, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  23548.     }
  23549.     /**
  23550.      * Gets the public 'dcsite.credit.model' shared service.
  23551.      *
  23552.      * @return \DcSiteBundle\Model\CreditModel
  23553.      */
  23554.     protected function getDcsite_Credit_ModelService()
  23555.     {
  23556.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Model/CreditModel.php';
  23557.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  23558.         if (isset($this->services['dcsite.credit.model'])) {
  23559.             return $this->services['dcsite.credit.model'];
  23560.         }
  23561.         return $this->services['dcsite.credit.model'] = new \DcSiteBundle\Model\CreditModel($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  23562.     }
  23563.     /**
  23564.      * Gets the public 'doctrine' shared service.
  23565.      *
  23566.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  23567.      */
  23568.     protected function getDoctrineService()
  23569.     {
  23570.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  23571.     }
  23572.     /**
  23573.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  23574.      *
  23575.      * @return \Doctrine\DBAL\Connection
  23576.      */
  23577.     protected function getDoctrine_Dbal_DefaultConnectionService()
  23578.     {
  23579.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  23580.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  23581.             return $this->services['doctrine.dbal.default_connection'];
  23582.         }
  23583.         $b = new \Doctrine\DBAL\Configuration();
  23584.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  23585.         $this->services['doctrine.dbal.default_connection'] = $instance = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'charset' => 'utf8mb4''driver' => 'pdo_mysql''idle_connection_ttl' => 600'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => '8.0''defaultTableOptions' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci']], $b$a, []);
  23586.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  23587.         $c->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  23588.         $c->pushHandler(($this->services['monolog.error_db_handler'] ?? $this->getMonolog_ErrorDbHandlerService()));
  23589.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  23590.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  23591.         $d = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  23592.         $d->setConnectionName('default');
  23593.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  23594.         $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')))]));
  23595.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  23596.         return $instance;
  23597.     }
  23598.     /**
  23599.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  23600.      *
  23601.      * @return \Doctrine\ORM\EntityManager
  23602.      */
  23603.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  23604.     {
  23605.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  23606.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  23607.             return $this->services['doctrine.orm.default_entity_manager'];
  23608.         }
  23609.         $b = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  23610.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  23611.             return $this->services['doctrine.orm.default_entity_manager'];
  23612.         }
  23613.         $c = new \Doctrine\ORM\Configuration();
  23614.         $d = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  23615.         $e = new \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver([(\dirname(__DIR__4).'/src/CoreBundle/Resources/config/doctrine') => 'CoreBundle\\Entity', (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/config/doctrine') => 'DcSiteBundle\\Entity', (\dirname(__DIR__4).'/src/PortalBundle/Resources/config/doctrine') => 'PortalBundle\\Entity', (\dirname(__DIR__4).'/src/MyBundle/Resources/config/doctrine') => 'MyBundle\\Entity', (\dirname(__DIR__4).'/src/FoundersBundle/Resources/config/doctrine') => 'FoundersBundle\\Entity', (\dirname(__DIR__4).'/src/ImporterBundle/Resources/config/doctrine') => 'ImporterBundle\\Entity', (\dirname(__DIR__4).'/src/InsuranceBundle/Resources/config/doctrine') => 'InsuranceBundle\\Entity', (\dirname(__DIR__4).'/src/LandingBundle/Resources/config/doctrine') => 'LandingBundle\\Entity', (\dirname(__DIR__4).'/src/AcquiringBundle/Resources/config/doctrine') => 'AcquiringBundle\\Entity', (\dirname(__DIR__4).'/src/BmpGatewayBundle/Resources/config/doctrine') => 'BmpGatewayBundle\\Entity']);
  23616.         $e->setGlobalBasename('mapping');
  23617.         $f = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/src/Application/Sonata/MediaBundle/Resources/config/doctrine') => 'Application\\Sonata\\MediaBundle\\Entity', (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/config/doctrine') => 'Sonata\\MediaBundle\\Entity'], '.orm.xml'false);
  23618.         $f->setGlobalBasename('mapping');
  23619.         $d->addDriver($e'CoreBundle\\Entity');
  23620.         $d->addDriver($e'DcSiteBundle\\Entity');
  23621.         $d->addDriver($e'PortalBundle\\Entity');
  23622.         $d->addDriver($e'MyBundle\\Entity');
  23623.         $d->addDriver($e'FoundersBundle\\Entity');
  23624.         $d->addDriver($e'ImporterBundle\\Entity');
  23625.         $d->addDriver($e'InsuranceBundle\\Entity');
  23626.         $d->addDriver($e'LandingBundle\\Entity');
  23627.         $d->addDriver($e'AcquiringBundle\\Entity');
  23628.         $d->addDriver($e'BmpGatewayBundle\\Entity');
  23629.         $d->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/IntegrationBundle/Entity')], false), 'IntegrationBundle\\Entity');
  23630.         $d->addDriver($f'Application\\Sonata\\MediaBundle\\Entity');
  23631.         $d->addDriver($f'Sonata\\MediaBundle\\Entity');
  23632.         $d->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml'), '.dcm.xml'true), 'FOS\\UserBundle\\Model');
  23633.         $c->setEntityNamespaces(['Core' => 'CoreBundle\\Entity''DcSite' => 'DcSiteBundle\\Entity''Portal' => 'PortalBundle\\Entity''My' => 'MyBundle\\Entity''Founders' => 'FoundersBundle\\Entity''Importer' => 'ImporterBundle\\Entity''Insurance' => 'InsuranceBundle\\Entity''Landing' => 'LandingBundle\\Entity''Integration' => 'IntegrationBundle\\Entity''ApplicationSonataMediaBundle' => 'Application\\Sonata\\MediaBundle\\Entity''SonataMediaBundle' => 'Sonata\\MediaBundle\\Entity''AcquiringBundle' => 'AcquiringBundle\\Entity''BmpGatewayBundle' => 'BmpGatewayBundle\\Entity''CoreBundle' => 'CoreBundle\\Entity''DcSiteBundle' => 'DcSiteBundle\\Entity''FoundersBundle' => 'FoundersBundle\\Entity''ImporterBundle' => 'ImporterBundle\\Entity''InsuranceBundle' => 'InsuranceBundle\\Entity''IntegrationBundle' => 'IntegrationBundle\\Entity''LandingBundle' => 'LandingBundle\\Entity''MyBundle' => 'MyBundle\\Entity''PortalBundle' => 'PortalBundle\\Entity']);
  23634.         $c->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  23635.         $c->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  23636.         $c->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  23637.         $c->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($d, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  23638.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  23639.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  23640.         ], [
  23641.             'doctrine.ulid_generator' => '?',
  23642.             'doctrine.uuid_generator' => '?',
  23643.         ])));
  23644.         $c->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  23645.         $c->setProxyNamespace('Proxies');
  23646.         $c->setAutoGenerateProxyClasses(true);
  23647.         $c->setSchemaIgnoreClasses([]);
  23648.         $c->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  23649.         $c->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  23650.         $c->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  23651.         $c->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  23652.         $c->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  23653.         $c->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  23654.         $c->setLazyGhostObjectEnabled(false);
  23655.         $c->setIdentityGenerationPreferences([]);
  23656.         $c->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(($this->privates['.service_locator.Xbsa8iG'] ?? ($this->privates['.service_locator.Xbsa8iG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))));
  23657.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($b$c$a);
  23658.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  23659.         return $instance;
  23660.     }
  23661.     /**
  23662.      * Gets the public 'error_controller' shared service.
  23663.      *
  23664.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  23665.      */
  23666.     protected function getErrorControllerService()
  23667.     {
  23668.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  23669.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  23670.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  23671.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  23672.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  23673.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  23674.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  23675.     }
  23676.     /**
  23677.      * Gets the public 'estimate.captcha' shared service.
  23678.      *
  23679.      * @return \AutomarketBundle\Component\EstimateCaptcha
  23680.      */
  23681.     protected function getEstimate_CaptchaService()
  23682.     {
  23683.         include_once \dirname(__DIR__4).'/src/AutomarketBundle/Component/EstimateCaptcha.php';
  23684.         return $this->services['estimate.captcha'] = new \AutomarketBundle\Component\EstimateCaptcha(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  23685.     }
  23686.     /**
  23687.      * Gets the public 'event_dispatcher' shared service.
  23688.      *
  23689.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  23690.      */
  23691.     protected function getEventDispatcherService()
  23692.     {
  23693.         $a = ($this->services['monolog.error_db_handler'] ?? $this->getMonolog_ErrorDbHandlerService());
  23694.         if (isset($this->services['event_dispatcher'])) {
  23695.             return $this->services['event_dispatcher'];
  23696.         }
  23697.         $b = new \Symfony\Bridge\Monolog\Logger('event');
  23698.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  23699.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  23700.         $b->pushHandler($a);
  23701.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  23702.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  23703.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  23704.         $instance->addListener('kernel.exception', [=> function () {
  23705.             return ($this->services['api.exception.listener'] ?? ($this->services['api.exception.listener'] = new \ApiBundle\Exceptions\ExceptionListener()));
  23706.         }, => 'onKernelException'], 0);
  23707.         $instance->addListener('kernel.exception', [=> function () {
  23708.             return ($this->services['kernel.listener.exception'] ?? $this->getKernel_Listener_ExceptionService());
  23709.         }, => 'onKernelException'], 200);
  23710.         $instance->addListener('kernel.request', [=> function () {
  23711.             return ($this->services['CoreBundle\\EventListener\\RedirectListener'] ?? $this->getRedirectListenerService());
  23712.         }, => 'onKernelRequest'], 0);
  23713.         $instance->addListener('kernel.response', [=> function () {
  23714.             return ($this->privates['sonata.block.cache.handler.default'] ?? $this->getSonata_Block_Cache_Handler_DefaultService());
  23715.         }, => 'onKernelResponse'], 0);
  23716.         $instance->addListener('kernel.controller', [=> function () {
  23717.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  23718.         }, => 'onKernelController'], 0);
  23719.         $instance->addListener('console.command', [=> function () {
  23720.             return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  23721.         }, => 'onConsoleCommand'], 0);
  23722.         $instance->addListener('kernel.controller', [=> function () {
  23723.             return ($this->privates['core.controller_trace_listener'] ?? ($this->privates['core.controller_trace_listener'] = new \CoreBundle\EventListener\ControllerTraceListener()));
  23724.         }, => 'onKernelController'], 0);
  23725.         $instance->addListener('kernel.controller', [=> function () {
  23726.             return ($this->services['CoreBundle\\EventListener\\AuthUserListener'] ?? $this->getAuthUserListenerService());
  23727.         }, => 'onKernelController'], 0);
  23728.         $instance->addListener('kernel.response', [=> function () {
  23729.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  23730.         }, => 'onKernelResponse'], 0);
  23731.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  23732.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  23733.         }, => 'onVoterVote'], 0);
  23734.         $instance->addListener('kernel.request', [=> function () {
  23735.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  23736.         }, => 'configureLogoutUrlGenerator'], 8);
  23737.         $instance->addListener('kernel.request', [=> function () {
  23738.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  23739.         }, => 'onKernelRequest'], 8);
  23740.         $instance->addListener('kernel.finish_request', [=> function () {
  23741.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  23742.         }, => 'onKernelFinishRequest'], 0);
  23743.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  23744.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  23745.         }, => 'onImplicitLogin'], 0);
  23746.         $instance->addListener('security.interactive_login', [=> function () {
  23747.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  23748.         }, => 'onSecurityInteractiveLogin'], 0);
  23749.         $instance->addListener('fos_user.registration.completed', [=> function () {
  23750.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  23751.         }, => 'authenticate'], 0);
  23752.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  23753.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  23754.         }, => 'authenticate'], 0);
  23755.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  23756.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  23757.         }, => 'authenticate'], 0);
  23758.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  23759.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  23760.         }, => 'addSuccessFlash'], 0);
  23761.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  23762.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  23763.         }, => 'addSuccessFlash'], 0);
  23764.         $instance->addListener('fos_user.registration.completed', [=> function () {
  23765.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  23766.         }, => 'addSuccessFlash'], 0);
  23767.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  23768.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  23769.         }, => 'addSuccessFlash'], 0);
  23770.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  23771.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  23772.         }, => 'onResettingResetInitialize'], 0);
  23773.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  23774.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  23775.         }, => 'onResettingResetSuccess'], 0);
  23776.         $instance->addListener('kernel.controller', [=> function () {
  23777.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  23778.         }, => 'onKernelController'], 0);
  23779.         $instance->addListener('kernel.controller', [=> function () {
  23780.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  23781.         }, => 'onKernelController'], 0);
  23782.         $instance->addListener('kernel.controller', [=> function () {
  23783.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  23784.         }, => 'onKernelController'], -128);
  23785.         $instance->addListener('kernel.view', [=> function () {
  23786.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  23787.         }, => 'onKernelView'], 0);
  23788.         $instance->addListener('kernel.controller', [=> function () {
  23789.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  23790.         }, => 'onKernelController'], 0);
  23791.         $instance->addListener('kernel.response', [=> function () {
  23792.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  23793.         }, => 'onKernelResponse'], 0);
  23794.         $instance->addListener('kernel.controller_arguments', [=> function () {
  23795.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  23796.         }, => 'onKernelControllerArguments'], 0);
  23797.         $instance->addListener('kernel.controller_arguments', [=> function () {
  23798.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  23799.         }, => 'onKernelControllerArguments'], 0);
  23800.         $instance->addListener('kernel.controller', [=> function () {
  23801.             return ($this->privates['sonata.admin.event_listener.configure_crud_controller'] ?? ($this->privates['sonata.admin.event_listener.configure_crud_controller'] = new \Sonata\AdminBundle\EventListener\ConfigureCRUDControllerListener()));
  23802.         }, => 'onKernelController'], 0);
  23803.         $instance->addListener('console.command', [=> function () {
  23804.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  23805.         }, => 'onCommand'], 255);
  23806.         $instance->addListener('console.terminate', [=> function () {
  23807.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  23808.         }, => 'onTerminate'], -255);
  23809.         $instance->addListener('kernel.response', [=> function () {
  23810.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  23811.         }, => 'onKernelResponse'], 0);
  23812.         $instance->addListener('kernel.response', [=> function () {
  23813.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  23814.         }, => 'onKernelResponse'], -1024);
  23815.         $instance->addListener('kernel.request', [=> function () {
  23816.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  23817.         }, => 'setDefaultLocale'], 100);
  23818.         $instance->addListener('kernel.request', [=> function () {
  23819.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  23820.         }, => 'onKernelRequest'], 16);
  23821.         $instance->addListener('kernel.finish_request', [=> function () {
  23822.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  23823.         }, => 'onKernelFinishRequest'], 0);
  23824.         $instance->addListener('kernel.request', [=> function () {
  23825.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  23826.         }, => 'onKernelRequest'], 256);
  23827.         $instance->addListener('kernel.response', [=> function () {
  23828.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  23829.         }, => 'onResponse'], -255);
  23830.         $instance->addListener('kernel.controller_arguments', [=> function () {
  23831.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  23832.         }, => 'onControllerArguments'], 0);
  23833.         $instance->addListener('kernel.exception', [=> function () {
  23834.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  23835.         }, => 'logKernelException'], 0);
  23836.         $instance->addListener('kernel.exception', [=> function () {
  23837.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  23838.         }, => 'onKernelException'], -128);
  23839.         $instance->addListener('kernel.response', [=> function () {
  23840.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  23841.         }, => 'removeCspHeader'], -128);
  23842.         $instance->addListener('kernel.request', [=> function () {
  23843.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  23844.         }, => 'onKernelRequest'], 15);
  23845.         $instance->addListener('kernel.finish_request', [=> function () {
  23846.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  23847.         }, => 'onKernelFinishRequest'], -15);
  23848.         $instance->addListener('console.error', [=> function () {
  23849.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  23850.         }, => 'onConsoleError'], -128);
  23851.         $instance->addListener('console.terminate', [=> function () {
  23852.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  23853.         }, => 'onConsoleTerminate'], -128);
  23854.         $instance->addListener('console.error', [=> function () {
  23855.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  23856.         }, => 'onConsoleError'], 0);
  23857.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  23858.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  23859.         }, => 'onMessage'], -255);
  23860.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  23861.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  23862.         }, => 'onMessage'], -255);
  23863.         $instance->addListener('kernel.request', [=> function () {
  23864.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  23865.         }, => 'onKernelRequest'], 48);
  23866.         $instance->addListener('kernel.request', [=> function () {
  23867.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  23868.         }, => 'configure'], 2048);
  23869.         $instance->addListener('console.command', [=> function () {
  23870.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  23871.         }, => 'configure'], 2048);
  23872.         $instance->addListener('kernel.request', [=> function () {
  23873.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  23874.         }, => 'onKernelRequest'], 32);
  23875.         $instance->addListener('kernel.finish_request', [=> function () {
  23876.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  23877.         }, => 'onKernelFinishRequest'], 0);
  23878.         $instance->addListener('kernel.exception', [=> function () {
  23879.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  23880.         }, => 'onKernelException'], -64);
  23881.         $instance->addListener('kernel.request', [=> function () {
  23882.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  23883.         }, => 'onKernelRequest'], 128);
  23884.         $instance->addListener('kernel.response', [=> function () {
  23885.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  23886.         }, => 'onKernelResponse'], -1000);
  23887.         $instance->addListener('kernel.finish_request', [=> function () {
  23888.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  23889.         }, => 'onFinishRequest'], 0);
  23890.         $instance->addListener('kernel.response', [=> function () {
  23891.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  23892.         }, => 'onKernelResponse'], -100);
  23893.         $instance->addListener('kernel.exception', [=> function () {
  23894.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  23895.         }, => 'onKernelException'], 0);
  23896.         $instance->addListener('kernel.terminate', [=> function () {
  23897.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  23898.         }, => 'onKernelTerminate'], -1024);
  23899.         $instance->addListener('kernel.controller', [=> function () {
  23900.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  23901.         }, => 'onKernelController'], 0);
  23902.         $instance->addListener('kernel.response', [=> function () {
  23903.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  23904.         }, => 'onKernelResponse'], 0);
  23905.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  23906.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  23907.         }, => 'onMessage'], 0);
  23908.         $instance->addListener('console.command', [=> function () {
  23909.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  23910.         }, => 'configure'], 1024);
  23911.         $instance->addListener('kernel.response', [=> function () {
  23912.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  23913.         }, => 'onKernelResponse'], -128);
  23914.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  23915.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  23916.         }, => 'onLogout'], 0);
  23917.         return $instance;
  23918.     }
  23919.     /**
  23920.      * Gets the public 'fos_user.change_password.controller' shared service.
  23921.      *
  23922.      * @return \FOS\UserBundle\Controller\ChangePasswordController
  23923.      */
  23924.     protected function getFosUser_ChangePassword_ControllerService()
  23925.     {
  23926.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  23927.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/ChangePasswordController.php';
  23928.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FactoryInterface.php';
  23929.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FormFactory.php';
  23930.         $this->services['fos_user.change_password.controller'] = $instance = new \FOS\UserBundle\Controller\ChangePasswordController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'fos_user_change_password_form''FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType'$this->parameters['fos_user.change_password.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  23931.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('fos_user.change_password.controller'$this));
  23932.         return $instance;
  23933.     }
  23934.     /**
  23935.      * Gets the public 'fos_user.profile.controller' shared service.
  23936.      *
  23937.      * @return \FOS\UserBundle\Controller\ProfileController
  23938.      */
  23939.     protected function getFosUser_Profile_ControllerService()
  23940.     {
  23941.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  23942.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/ProfileController.php';
  23943.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FactoryInterface.php';
  23944.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FormFactory.php';
  23945.         $this->services['fos_user.profile.controller'] = $instance = new \FOS\UserBundle\Controller\ProfileController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'fos_user_profile_form''FOS\\UserBundle\\Form\\Type\\ProfileFormType'$this->parameters['fos_user.profile.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  23946.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('fos_user.profile.controller'$this));
  23947.         return $instance;
  23948.     }
  23949.     /**
  23950.      * Gets the public 'fos_user.registration.controller' shared service.
  23951.      *
  23952.      * @return \FOS\UserBundle\Controller\RegistrationController
  23953.      */
  23954.     protected function getFosUser_Registration_ControllerService()
  23955.     {
  23956.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  23957.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/RegistrationController.php';
  23958.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FactoryInterface.php';
  23959.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FormFactory.php';
  23960.         $this->services['fos_user.registration.controller'] = $instance = new \FOS\UserBundle\Controller\RegistrationController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'fos_user_registration_form''FOS\\UserBundle\\Form\\Type\\RegistrationFormType'$this->parameters['fos_user.registration.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  23961.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('fos_user.registration.controller'$this));
  23962.         return $instance;
  23963.     }
  23964.     /**
  23965.      * Gets the public 'fos_user.resetting.controller' shared service.
  23966.      *
  23967.      * @return \FOS\UserBundle\Controller\ResettingController
  23968.      */
  23969.     protected function getFosUser_Resetting_ControllerService()
  23970.     {
  23971.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  23972.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/ResettingController.php';
  23973.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FactoryInterface.php';
  23974.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FormFactory.php';
  23975.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/TokenGeneratorInterface.php';
  23976.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/TokenGenerator.php';
  23977.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Mailer/MailerInterface.php';
  23978.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Mailer/NoopMailer.php';
  23979.         $this->services['fos_user.resetting.controller'] = $instance = new \FOS\UserBundle\Controller\ResettingController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'fos_user_resetting_form''FOS\\UserBundle\\Form\\Type\\ResettingFormType'$this->parameters['fos_user.resetting.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), new \FOS\UserBundle\Util\TokenGenerator(), new \FOS\UserBundle\Mailer\NoopMailer(), 7200);
  23980.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('fos_user.resetting.controller'$this));
  23981.         return $instance;
  23982.     }
  23983.     /**
  23984.      * Gets the public 'fos_user.security.controller' shared service.
  23985.      *
  23986.      * @return \FOS\UserBundle\Controller\SecurityController
  23987.      */
  23988.     protected function getFosUser_Security_ControllerService()
  23989.     {
  23990.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  23991.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/SecurityController.php';
  23992.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  23993.         $this->services['fos_user.security.controller'] = $instance = new \FOS\UserBundle\Controller\SecurityController(new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  23994.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('fos_user.security.controller'$this));
  23995.         return $instance;
  23996.     }
  23997.     /**
  23998.      * Gets the public 'fos_user.user_manager' shared service.
  23999.      *
  24000.      * @return \FOS\UserBundle\Doctrine\UserManager
  24001.      */
  24002.     protected function getFosUser_UserManagerService()
  24003.     {
  24004.         return $this->services['fos_user.user_manager'] = new \FOS\UserBundle\Doctrine\UserManager(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()), ($this->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL), 'CoreBundle\\Entity\\User');
  24005.     }
  24006.     /**
  24007.      * Gets the public 'founders.post.model' shared service.
  24008.      *
  24009.      * @return \FoundersBundle\Model\Post
  24010.      */
  24011.     protected function getFounders_Post_ModelService()
  24012.     {
  24013.         include_once \dirname(__DIR__4).'/src/FoundersBundle/Model/Post.php';
  24014.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  24015.         if (isset($this->services['founders.post.model'])) {
  24016.             return $this->services['founders.post.model'];
  24017.         }
  24018.         return $this->services['founders.post.model'] = new \FoundersBundle\Model\Post($a);
  24019.     }
  24020.     /**
  24021.      * Gets the public 'founders.services.business' shared service.
  24022.      *
  24023.      * @return \FoundersBundle\Services\BusinessService
  24024.      */
  24025.     protected function getFounders_Services_BusinessService()
  24026.     {
  24027.         include_once \dirname(__DIR__4).'/src/FoundersBundle/Services/BusinessService.php';
  24028.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  24029.         if (isset($this->services['founders.services.business'])) {
  24030.             return $this->services['founders.services.business'];
  24031.         }
  24032.         $b = ($this->services['router'] ?? $this->getRouterService());
  24033.         if (isset($this->services['founders.services.business'])) {
  24034.             return $this->services['founders.services.business'];
  24035.         }
  24036.         $c = ($this->services['core.model.vehicles.repository'] ?? $this->getCore_Model_Vehicles_RepositoryService());
  24037.         if (isset($this->services['founders.services.business'])) {
  24038.             return $this->services['founders.services.business'];
  24039.         }
  24040.         return $this->services['founders.services.business'] = new \FoundersBundle\Services\BusinessService($a$b$c);
  24041.     }
  24042.     /**
  24043.      * Gets the public 'gateway.autoria.server' shared service.
  24044.      *
  24045.      * @return \BmpGatewayBundle\Server\AutoRiaApiServer
  24046.      */
  24047.     protected function getGateway_Autoria_ServerService()
  24048.     {
  24049.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Server/AutoRiaApiServer.php';
  24050.         return $this->services['gateway.autoria.server'] = new \BmpGatewayBundle\Server\AutoRiaApiServer(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()), ($this->services['core.online.estimate'] ?? $this->getCore_Online_EstimateService()));
  24051.     }
  24052.     /**
  24053.      * Gets the public 'gateway.camera_subscriber.service' shared service.
  24054.      *
  24055.      * @return \BmpGatewayBundle\Service\CameraSubscriberService
  24056.      */
  24057.     protected function getGateway_CameraSubscriber_ServiceService()
  24058.     {
  24059.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Service/CameraSubscriberService.php';
  24060.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  24061.         if (isset($this->services['gateway.camera_subscriber.service'])) {
  24062.             return $this->services['gateway.camera_subscriber.service'];
  24063.         }
  24064.         $b = ($this->services['router'] ?? $this->getRouterService());
  24065.         if (isset($this->services['gateway.camera_subscriber.service'])) {
  24066.             return $this->services['gateway.camera_subscriber.service'];
  24067.         }
  24068.         $c = ($this->services['monolog.logger.camera_subscriber_service_log'] ?? $this->getMonolog_Logger_CameraSubscriberServiceLogService());
  24069.         if (isset($this->services['gateway.camera_subscriber.service'])) {
  24070.             return $this->services['gateway.camera_subscriber.service'];
  24071.         }
  24072.         return $this->services['gateway.camera_subscriber.service'] = new \BmpGatewayBundle\Service\CameraSubscriberService($a$b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'dev'$c);
  24073.     }
  24074.     /**
  24075.      * Gets the public 'gateway.crm_used_vehicles.server' shared service.
  24076.      *
  24077.      * @return \BmpGatewayBundle\Server\CrmUsedVehiclesApi
  24078.      */
  24079.     protected function getGateway_CrmUsedVehicles_ServerService()
  24080.     {
  24081.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Server/CrmUsedVehiclesApi.php';
  24082.         return $this->services['gateway.crm_used_vehicles.server'] = new \BmpGatewayBundle\Server\CrmUsedVehiclesApi(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  24083.     }
  24084.     /**
  24085.      * Gets the public 'gateway.loyalty.server' shared service.
  24086.      *
  24087.      * @return \BmpGatewayBundle\Server\LoyaltyApiServer
  24088.      */
  24089.     protected function getGateway_Loyalty_ServerService()
  24090.     {
  24091.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Server/LoyaltyApiServer.php';
  24092.         $this->services['gateway.loyalty.server'] = $instance = new \BmpGatewayBundle\Server\LoyaltyApiServer(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.user.model'] ?? $this->getCore_User_ModelService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['my.sms.sender'] ?? $this->getMy_Sms_SenderService()));
  24093.         $instance->setRootDir(\dirname(__DIR__4));
  24094.         return $instance;
  24095.     }
  24096.     /**
  24097.      * Gets the public 'gateway.mvd.server' shared service.
  24098.      *
  24099.      * @return \BmpGatewayBundle\Server\CarInfoServer
  24100.      */
  24101.     protected function getGateway_Mvd_ServerService()
  24102.     {
  24103.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Server/Abstract1CServer.php';
  24104.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Server/CarInfoServer.php';
  24105.         return $this->services['gateway.mvd.server'] = new \BmpGatewayBundle\Server\CarInfoServer(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.api.mvd'] ?? $this->getCore_Api_MvdService()));
  24106.     }
  24107.     /**
  24108.      * Gets the public 'gateway.night_booking_callback.service' shared service.
  24109.      *
  24110.      * @return \BmpGatewayBundle\Service\NightBookingCallbackService
  24111.      */
  24112.     protected function getGateway_NightBookingCallback_ServiceService()
  24113.     {
  24114.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Service/NightBookingCallbackService.php';
  24115.         return $this->services['gateway.night_booking_callback.service'] = new \BmpGatewayBundle\Service\NightBookingCallbackService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['my.night_booking.service'] ?? $this->getMy_NightBooking_ServiceService()), ($this->services['gateway.camera_subscriber.service'] ?? $this->getGateway_CameraSubscriber_ServiceService()), ($this->services['monolog.logger.night_service_log'] ?? $this->getMonolog_Logger_NightServiceLogService()));
  24116.     }
  24117.     /**
  24118.      * Gets the public 'gateway.pipedrive.server' shared service.
  24119.      *
  24120.      * @return \BmpGatewayBundle\Server\PipeDriveApiServer
  24121.      */
  24122.     protected function getGateway_Pipedrive_ServerService()
  24123.     {
  24124.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Server/PipeDriveApiServer.php';
  24125.         include_once \dirname(__DIR__4).'/src/CoreBundle/Component/Request/Curl.php';
  24126.         return $this->services['gateway.pipedrive.server'] = new \BmpGatewayBundle\Server\PipeDriveApiServer(($this->services['core.request.curl'] ?? ($this->services['core.request.curl'] = new \CoreBundle\Component\Request\Curl())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  24127.     }
  24128.     /**
  24129.      * Gets the public 'gateway.pipedrive.service' shared service.
  24130.      *
  24131.      * @return \BmpGatewayBundle\Service\PipeDriveService
  24132.      */
  24133.     protected function getGateway_Pipedrive_ServiceService()
  24134.     {
  24135.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Service/PipeDriveService.php';
  24136.         return $this->services['gateway.pipedrive.service'] = new \BmpGatewayBundle\Service\PipeDriveService(($this->services['gateway.pipedrive.server'] ?? $this->getGateway_Pipedrive_ServerService()), ($this->services['bmp_api.seder'] ?? $this->getBmpApi_SederService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.crm.odatamanager'] ?? $this->getCore_Crm_OdatamanagerService()));
  24137.     }
  24138.     /**
  24139.      * Gets the public 'gateway.postomate.service' shared service.
  24140.      *
  24141.      * @return \BmpGatewayBundle\Service\PostomateService
  24142.      */
  24143.     protected function getGateway_Postomate_ServiceService()
  24144.     {
  24145.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Service/PostomateService.php';
  24146.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  24147.         if (isset($this->services['gateway.postomate.service'])) {
  24148.             return $this->services['gateway.postomate.service'];
  24149.         }
  24150.         $b = ($this->services['monolog.logger.postomate_service_log'] ?? $this->getMonolog_Logger_PostomateServiceLogService());
  24151.         if (isset($this->services['gateway.postomate.service'])) {
  24152.             return $this->services['gateway.postomate.service'];
  24153.         }
  24154.         return $this->services['gateway.postomate.service'] = new \BmpGatewayBundle\Service\PostomateService($a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $b);
  24155.     }
  24156.     /**
  24157.      * Gets the public 'gateway.service.server' shared service.
  24158.      *
  24159.      * @return \BmpGatewayBundle\Server\ServiceApiServer
  24160.      */
  24161.     protected function getGateway_Service_ServerService()
  24162.     {
  24163.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Server/ServiceApiServer.php';
  24164.         $this->services['gateway.service.server'] = $instance = new \BmpGatewayBundle\Server\ServiceApiServer(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['sonata.media.manager.media'] ?? $this->getSonata_Media_Manager_MediaService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  24165.         $instance->setRootDir(\dirname(__DIR__4));
  24166.         return $instance;
  24167.     }
  24168.     /**
  24169.      * Gets the public 'gateway.territory_access.service' shared service.
  24170.      *
  24171.      * @return \BmpGatewayBundle\Service\TerritoryAccessService
  24172.      */
  24173.     protected function getGateway_TerritoryAccess_ServiceService()
  24174.     {
  24175.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Service/TerritoryAccessService.php';
  24176.         $a = ($this->services['monolog.logger.territory_access_log'] ?? $this->getMonolog_Logger_TerritoryAccessLogService());
  24177.         if (isset($this->services['gateway.territory_access.service'])) {
  24178.             return $this->services['gateway.territory_access.service'];
  24179.         }
  24180.         return $this->services['gateway.territory_access.service'] = new \BmpGatewayBundle\Service\TerritoryAccessService(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a);
  24181.     }
  24182.     /**
  24183.      * Gets the public 'http_kernel' shared service.
  24184.      *
  24185.      * @return \Symfony\Component\HttpKernel\HttpKernel
  24186.      */
  24187.     protected function getHttpKernelService()
  24188.     {
  24189.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24190.         if (isset($this->services['http_kernel'])) {
  24191.             return $this->services['http_kernel'];
  24192.         }
  24193.         $b = ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService());
  24194.         if (isset($this->services['http_kernel'])) {
  24195.             return $this->services['http_kernel'];
  24196.         }
  24197.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a$b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  24198.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  24199.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  24200.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  24201.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  24202.             yield => ($this->privates['debug.sonata.admin.argument_resolver.admin'] ?? $this->getDebug_Sonata_Admin_ArgumentResolver_AdminService());
  24203.             yield => ($this->privates['debug.sonata.admin.argument_resolver.proxy_query'] ?? $this->getDebug_Sonata_Admin_ArgumentResolver_ProxyQueryService());
  24204.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  24205.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  24206.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  24207.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  24208.         }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  24209.     }
  24210.     /**
  24211.      * Gets the public 'importer.factory.vehicle' shared service.
  24212.      *
  24213.      * @return \ImporterBundle\Factory\Vehicle
  24214.      */
  24215.     protected function getImporter_Factory_VehicleService()
  24216.     {
  24217.         include_once \dirname(__DIR__4).'/src/ImporterBundle/Factory/Vehicle.php';
  24218.         return $this->services['importer.factory.vehicle'] = new \ImporterBundle\Factory\Vehicle(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()), ($this->services['importer.model.vehicles.repository'] ?? $this->getImporter_Model_Vehicles_RepositoryService()));
  24219.     }
  24220.     /**
  24221.      * Gets the public 'importer.forms.test_drive' shared service.
  24222.      *
  24223.      * @return \ImporterBundle\Form\TestDriveType
  24224.      */
  24225.     protected function getImporter_Forms_TestDriveService()
  24226.     {
  24227.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  24228.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  24229.         include_once \dirname(__DIR__4).'/src/CoreBundle/Form/SubCoreFormsType.php';
  24230.         include_once \dirname(__DIR__4).'/src/ImporterBundle/Form/TestDriveType.php';
  24231.         $a = ($this->services['importer.transformer.vehicle_to_number_transformer'] ?? $this->getImporter_Transformer_VehicleToNumberTransformerService());
  24232.         if (isset($this->services['importer.forms.test_drive'])) {
  24233.             return $this->services['importer.forms.test_drive'];
  24234.         }
  24235.         return $this->services['importer.forms.test_drive'] = new \ImporterBundle\Form\TestDriveType($a);
  24236.     }
  24237.     /**
  24238.      * Gets the public 'importer.model.vehicles.repository' shared service.
  24239.      *
  24240.      * @return \ImporterBundle\Model\Vehicles\Repository
  24241.      */
  24242.     protected function getImporter_Model_Vehicles_RepositoryService()
  24243.     {
  24244.         include_once \dirname(__DIR__4).'/src/ImporterBundle/Model/Vehicles/Repository.php';
  24245.         return $this->services['importer.model.vehicles.repository'] = new \ImporterBundle\Model\Vehicles\Repository(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  24246.     }
  24247.     /**
  24248.      * Gets the public 'importer.model.worker' shared service.
  24249.      *
  24250.      * @return \ImporterBundle\Model\WorkerModel
  24251.      */
  24252.     protected function getImporter_Model_WorkerService()
  24253.     {
  24254.         include_once \dirname(__DIR__4).'/src/ImporterBundle/Model/WorkerModel.php';
  24255.         return $this->services['importer.model.worker'] = new \ImporterBundle\Model\WorkerModel(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  24256.     }
  24257.     /**
  24258.      * Gets the public 'importer.post.model' shared service.
  24259.      *
  24260.      * @return \ImporterBundle\Model\Post
  24261.      */
  24262.     protected function getImporter_Post_ModelService()
  24263.     {
  24264.         include_once \dirname(__DIR__4).'/src/ImporterBundle/Model/Post.php';
  24265.         return $this->services['importer.post.model'] = new \ImporterBundle\Model\Post(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  24266.     }
  24267.     /**
  24268.      * Gets the public 'importer.transformer.vehicle_to_number_transformer' shared service.
  24269.      *
  24270.      * @return \ImporterBundle\Form\DataTransformer\VehicleToNumberTransformer
  24271.      */
  24272.     protected function getImporter_Transformer_VehicleToNumberTransformerService()
  24273.     {
  24274.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  24275.         include_once \dirname(__DIR__4).'/src/ImporterBundle/Form/DataTransformer/VehicleToNumberTransformer.php';
  24276.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  24277.         if (isset($this->services['importer.transformer.vehicle_to_number_transformer'])) {
  24278.             return $this->services['importer.transformer.vehicle_to_number_transformer'];
  24279.         }
  24280.         return $this->services['importer.transformer.vehicle_to_number_transformer'] = new \ImporterBundle\Form\DataTransformer\VehicleToNumberTransformer($a);
  24281.     }
  24282.     /**
  24283.      * Gets the public 'importer.twig.database_globals_extension' shared service.
  24284.      *
  24285.      * @return \ImporterBundle\Twig\Extension\DatabaseGlobalsExtension
  24286.      */
  24287.     protected function getImporter_Twig_DatabaseGlobalsExtensionService()
  24288.     {
  24289.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  24290.         if (isset($this->services['importer.twig.database_globals_extension'])) {
  24291.             return $this->services['importer.twig.database_globals_extension'];
  24292.         }
  24293.         return $this->services['importer.twig.database_globals_extension'] = new \ImporterBundle\Twig\Extension\DatabaseGlobalsExtension($a);
  24294.     }
  24295.     /**
  24296.      * Gets the public 'insurance.controller.faq' shared service.
  24297.      *
  24298.      * @return \InsuranceBundle\Controller\FaqController
  24299.      */
  24300.     protected function getInsurance_Controller_FaqService()
  24301.     {
  24302.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  24303.         include_once \dirname(__DIR__4).'/src/InsuranceBundle/Controller/BaseController.php';
  24304.         include_once \dirname(__DIR__4).'/src/InsuranceBundle/Controller/FaqController.php';
  24305.         return $this->services['insurance.controller.faq'] = new \InsuranceBundle\Controller\FaqController(($this->services['insurance.faq'] ?? $this->getInsurance_FaqService()));
  24306.     }
  24307.     /**
  24308.      * Gets the public 'insurance.controller.main' shared service.
  24309.      *
  24310.      * @return \InsuranceBundle\Controller\MainController
  24311.      */
  24312.     protected function getInsurance_Controller_MainService()
  24313.     {
  24314.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  24315.         include_once \dirname(__DIR__4).'/src/InsuranceBundle/Controller/BaseController.php';
  24316.         include_once \dirname(__DIR__4).'/src/InsuranceBundle/Controller/MainController.php';
  24317.         return $this->services['insurance.controller.main'] = new \InsuranceBundle\Controller\MainController(($this->services['insurance.faq'] ?? $this->getInsurance_FaqService()));
  24318.     }
  24319.     /**
  24320.      * Gets the public 'insurance.controller.programs' shared service.
  24321.      *
  24322.      * @return \InsuranceBundle\Controller\ProgramsController
  24323.      */
  24324.     protected function getInsurance_Controller_ProgramsService()
  24325.     {
  24326.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  24327.         include_once \dirname(__DIR__4).'/src/InsuranceBundle/Controller/BaseController.php';
  24328.         include_once \dirname(__DIR__4).'/src/InsuranceBundle/Controller/ProgramsController.php';
  24329.         return $this->services['insurance.controller.programs'] = new \InsuranceBundle\Controller\ProgramsController(($this->services['insurance.faq'] ?? $this->getInsurance_FaqService()));
  24330.     }
  24331.     /**
  24332.      * Gets the public 'insurance.faq' shared service.
  24333.      *
  24334.      * @return \InsuranceBundle\Service\FaqService
  24335.      */
  24336.     protected function getInsurance_FaqService()
  24337.     {
  24338.         include_once \dirname(__DIR__4).'/src/InsuranceBundle/Service/FaqService.php';
  24339.         return $this->services['insurance.faq'] = new \InsuranceBundle\Service\FaqService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  24340.     }
  24341.     /**
  24342.      * Gets the public 'insurance.information.documents' shared service.
  24343.      *
  24344.      * @return \InsuranceBundle\Service\InformationDocumentService
  24345.      */
  24346.     protected function getInsurance_Information_DocumentsService()
  24347.     {
  24348.         include_once \dirname(__DIR__4).'/src/InsuranceBundle/Service/InformationDocumentService.php';
  24349.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  24350.         if (isset($this->services['insurance.information.documents'])) {
  24351.             return $this->services['insurance.information.documents'];
  24352.         }
  24353.         return $this->services['insurance.information.documents'] = new \InsuranceBundle\Service\InformationDocumentService($a);
  24354.     }
  24355.     /**
  24356.      * Gets the public 'insurance.program.model' shared service.
  24357.      *
  24358.      * @return \InsuranceBundle\Model\Program
  24359.      */
  24360.     protected function getInsurance_Program_ModelService()
  24361.     {
  24362.         include_once \dirname(__DIR__4).'/src/InsuranceBundle/Model/Program.php';
  24363.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  24364.         if (isset($this->services['insurance.program.model'])) {
  24365.             return $this->services['insurance.program.model'];
  24366.         }
  24367.         return $this->services['insurance.program.model'] = new \InsuranceBundle\Model\Program($a);
  24368.     }
  24369.     /**
  24370.      * Gets the public 'insurance.twig.extension' shared service.
  24371.      *
  24372.      * @return \InsuranceBundle\Twig\TwigInsuranceExtension
  24373.      */
  24374.     protected function getInsurance_Twig_ExtensionService()
  24375.     {
  24376.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  24377.         if (isset($this->services['insurance.twig.extension'])) {
  24378.             return $this->services['insurance.twig.extension'];
  24379.         }
  24380.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  24381.         if (isset($this->services['insurance.twig.extension'])) {
  24382.             return $this->services['insurance.twig.extension'];
  24383.         }
  24384.         return $this->services['insurance.twig.extension'] = new \InsuranceBundle\Twig\TwigInsuranceExtension($a$b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  24385.     }
  24386.     /**
  24387.      * Gets the public 'insurance.year.amount' shared service.
  24388.      *
  24389.      * @return \InsuranceBundle\Service\YearAmountService
  24390.      */
  24391.     protected function getInsurance_Year_AmountService()
  24392.     {
  24393.         include_once \dirname(__DIR__4).'/src/InsuranceBundle/Service/YearAmountService.php';
  24394.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  24395.         if (isset($this->services['insurance.year.amount'])) {
  24396.             return $this->services['insurance.year.amount'];
  24397.         }
  24398.         return $this->services['insurance.year.amount'] = new \InsuranceBundle\Service\YearAmountService($a);
  24399.     }
  24400.     /**
  24401.      * Gets the public 'integration.service.attempt.login' shared service.
  24402.      *
  24403.      * @return \IntegrationBundle\Service\AttemptLoginService
  24404.      */
  24405.     protected function getIntegration_Service_Attempt_LoginService()
  24406.     {
  24407.         include_once \dirname(__DIR__4).'/src/IntegrationBundle/Service/AttemptLoginService.php';
  24408.         return $this->services['integration.service.attempt.login'] = new \IntegrationBundle\Service\AttemptLoginService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  24409.     }
  24410.     /**
  24411.      * Gets the public 'integration.service.diia.action.document.validation' shared service.
  24412.      *
  24413.      * @return \IntegrationBundle\Service\Diia\Actions\DocumentsValidationManager
  24414.      */
  24415.     protected function getIntegration_Service_Diia_Action_Document_ValidationService()
  24416.     {
  24417.         include_once \dirname(__DIR__4).'/src/IntegrationBundle/Service/Diia/Actions/DocumentsValidationManager.php';
  24418.         return $this->services['integration.service.diia.action.document.validation'] = new \IntegrationBundle\Service\Diia\Actions\DocumentsValidationManager(($this->services['integration.service.diia.service'] ?? $this->getIntegration_Service_Diia_ServiceService()));
  24419.     }
  24420.     /**
  24421.      * Gets the public 'integration.service.diia.actions.branch' shared service.
  24422.      *
  24423.      * @return \IntegrationBundle\Service\Diia\Actions\BranchManager
  24424.      */
  24425.     protected function getIntegration_Service_Diia_Actions_BranchService()
  24426.     {
  24427.         include_once \dirname(__DIR__4).'/src/IntegrationBundle/Service/Diia/Actions/BranchManager.php';
  24428.         return $this->services['integration.service.diia.actions.branch'] = new \IntegrationBundle\Service\Diia\Actions\BranchManager(($this->services['integration.service.diia.service'] ?? $this->getIntegration_Service_Diia_ServiceService()));
  24429.     }
  24430.     /**
  24431.      * Gets the public 'integration.service.diia.actions.offer' shared service.
  24432.      *
  24433.      * @return \IntegrationBundle\Service\Diia\Actions\OfferManager
  24434.      */
  24435.     protected function getIntegration_Service_Diia_Actions_OfferService()
  24436.     {
  24437.         include_once \dirname(__DIR__4).'/src/IntegrationBundle/Service/Diia/Actions/OfferManager.php';
  24438.         return $this->services['integration.service.diia.actions.offer'] = new \IntegrationBundle\Service\Diia\Actions\OfferManager(($this->services['integration.service.diia.service'] ?? $this->getIntegration_Service_Diia_ServiceService()));
  24439.     }
  24440.     /**
  24441.      * Gets the public 'integration.service.diia.actions.service.request' shared service.
  24442.      *
  24443.      * @return \IntegrationBundle\Service\Diia\Actions\ServiceRequestsManager
  24444.      */
  24445.     protected function getIntegration_Service_Diia_Actions_Service_RequestService()
  24446.     {
  24447.         include_once \dirname(__DIR__4).'/src/IntegrationBundle/Service/Diia/Actions/ServiceRequestsManager.php';
  24448.         return $this->services['integration.service.diia.actions.service.request'] = new \IntegrationBundle\Service\Diia\Actions\ServiceRequestsManager(($this->services['integration.service.diia.service'] ?? $this->getIntegration_Service_Diia_ServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  24449.     }
  24450.     /**
  24451.      * Gets the public 'integration.service.diia.cache.session' shared service.
  24452.      *
  24453.      * @return \IntegrationBundle\Service\Diia\CacheSessionHandler
  24454.      */
  24455.     protected function getIntegration_Service_Diia_Cache_SessionService()
  24456.     {
  24457.         include_once \dirname(__DIR__4).'/src/IntegrationBundle/Service/Diia/SessionKeyHandlerInterface.php';
  24458.         include_once \dirname(__DIR__4).'/src/IntegrationBundle/Service/Diia/CacheSessionHandler.php';
  24459.         return $this->services['integration.service.diia.cache.session'] = new \IntegrationBundle\Service\Diia\CacheSessionHandler();
  24460.     }
  24461.     /**
  24462.      * Gets the public 'integration.service.diia.callback' shared service.
  24463.      *
  24464.      * @return \IntegrationBundle\Service\Diia\DiiaCallbackService
  24465.      */
  24466.     protected function getIntegration_Service_Diia_CallbackService()
  24467.     {
  24468.         include_once \dirname(__DIR__4).'/src/IntegrationBundle/Service/Diia/DiiaCallbackService.php';
  24469.         return $this->services['integration.service.diia.callback'] = new \IntegrationBundle\Service\Diia\DiiaCallbackService(($this->services['integration.service.diia.service'] ?? $this->getIntegration_Service_Diia_ServiceService()), ($this->services['monolog.logger.diia_actions'] ?? $this->getMonolog_Logger_DiiaActionsService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['integration.service.diia.actions.offer'] ?? $this->getIntegration_Service_Diia_Actions_OfferService()));
  24470.     }
  24471.     /**
  24472.      * Gets the public 'integration.service.diia.entity.session' shared service.
  24473.      *
  24474.      * @return \IntegrationBundle\Service\Diia\EntitySessionHandler
  24475.      */
  24476.     protected function getIntegration_Service_Diia_Entity_SessionService()
  24477.     {
  24478.         include_once \dirname(__DIR__4).'/src/IntegrationBundle/Service/Diia/SessionKeyHandlerInterface.php';
  24479.         include_once \dirname(__DIR__4).'/src/IntegrationBundle/Service/Diia/EntitySessionHandler.php';
  24480.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  24481.         if (isset($this->services['integration.service.diia.entity.session'])) {
  24482.             return $this->services['integration.service.diia.entity.session'];
  24483.         }
  24484.         return $this->services['integration.service.diia.entity.session'] = new \IntegrationBundle\Service\Diia\EntitySessionHandler($a);
  24485.     }
  24486.     /**
  24487.      * Gets the public 'integration.service.diia.service' shared autowired service.
  24488.      *
  24489.      * @return \IntegrationBundle\Service\Diia\DiiaService
  24490.      */
  24491.     protected function getIntegration_Service_Diia_ServiceService()
  24492.     {
  24493.         include_once \dirname(__DIR__4).'/src/IntegrationBundle/Service/Diia/MakesHttpRequests.php';
  24494.         include_once \dirname(__DIR__4).'/src/IntegrationBundle/Service/Diia/DiiaService.php';
  24495.         $a = ($this->services['integration.service.diia.session.handler'] ?? $this->getIntegration_Service_Diia_Session_HandlerService());
  24496.         if (isset($this->services['integration.service.diia.service'])) {
  24497.             return $this->services['integration.service.diia.service'];
  24498.         }
  24499.         $b = ($this->services['core.eusphpe.model'] ?? $this->getCore_Eusphpe_ModelService());
  24500.         if (isset($this->services['integration.service.diia.service'])) {
  24501.             return $this->services['integration.service.diia.service'];
  24502.         }
  24503.         return $this->services['integration.service.diia.service'] = new \IntegrationBundle\Service\Diia\DiiaService('43GskPm3s17b24g11Pk7xU5AsTNgjq9X3AHNNuh8862teyuEGjAxn5kx61Yw4Jg1'$a, ($this->services['monolog.logger.diia_actions'] ?? $this->getMonolog_Logger_DiiaActionsService()), $b, (\dirname(__DIR__4).'/src/IntegrationBundle/Resources/config/diia.yml'), '/var/www/vidinr/Certificates/Diia/INSURANCE/key_24361182_71473240.jks''/var/www/vidinr/Certificates/Diia/INSURANCE/pass.txt''/var/www/vidinr/deploy/cert/Diia_2024.cer'false);
  24504.     }
  24505.     /**
  24506.      * Gets the public 'integration.service.diia.session.handler' shared autowired service.
  24507.      *
  24508.      * @return \IntegrationBundle\Service\Diia\SessionHandlerProvider
  24509.      */
  24510.     protected function getIntegration_Service_Diia_Session_HandlerService()
  24511.     {
  24512.         include_once \dirname(__DIR__4).'/src/IntegrationBundle/Service/Diia/SessionHandlerProvider.php';
  24513.         include_once \dirname(__DIR__4).'/src/IntegrationBundle/Service/Diia/SessionKeyHandlerInterface.php';
  24514.         include_once \dirname(__DIR__4).'/src/IntegrationBundle/Service/Diia/CacheSessionHandler.php';
  24515.         $this->services['integration.service.diia.session.handler'] = $instance = new \IntegrationBundle\Service\Diia\SessionHandlerProvider();
  24516.         $instance->addHandler(($this->services['integration.service.diia.cache.session'] ?? ($this->services['integration.service.diia.cache.session'] = new \IntegrationBundle\Service\Diia\CacheSessionHandler())));
  24517.         $instance->addHandler(($this->services['integration.service.diia.entity.session'] ?? $this->getIntegration_Service_Diia_Entity_SessionService()));
  24518.         return $instance;
  24519.     }
  24520.     /**
  24521.      * Gets the public 'jms_serializer' shared service.
  24522.      *
  24523.      * @return \JMS\Serializer\Serializer
  24524.      */
  24525.     protected function getJmsSerializerService()
  24526.     {
  24527.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/SerializerInterface.php';
  24528.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  24529.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Serializer.php';
  24530.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  24531.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  24532.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  24533.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
  24534.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  24535.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  24536.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  24537.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  24538.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  24539.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  24540.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  24541.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  24542.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  24543.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  24544.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  24545.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  24546.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  24547.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  24548.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  24549.         $a = ($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService());
  24550.         $b = ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService());
  24551.         $c = ($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService());
  24552.         $d = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($c);
  24553.         $e = ($this->privates['jms_serializer.event_dispatcher'] ?? $this->getJmsSerializer_EventDispatcherService());
  24554.         $f = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  24555.         $f->setOptions(1024);
  24556.         $g = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory(false);
  24557.         $g->setOptions(0);
  24558.         return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($a, [=> new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($a$b, new \JMS\Serializer\Construction\DoctrineObjectConstructor(($this->services['doctrine'] ?? $this->getDoctrineService()), new \JMS\Serializer\Construction\UnserializeObjectConstructor(), 'null'), $d$e$c), => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($a$b$d$e$c)], ['json' => $f'xml' => new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory()], ['json' => $g'xml' => new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()], ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
  24559.     }
  24560.     /**
  24561.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  24562.      *
  24563.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  24564.      */
  24565.     protected function getJmsSerializer_DeserializationContextFactoryService()
  24566.     {
  24567.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  24568.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  24569.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  24570.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  24571.     }
  24572.     /**
  24573.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  24574.      *
  24575.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  24576.      */
  24577.     protected function getJmsSerializer_SerializationContextFactoryService()
  24578.     {
  24579.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  24580.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  24581.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  24582.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  24583.     }
  24584.     /**
  24585.      * Gets the public 'kernel.listener.exception' shared service.
  24586.      *
  24587.      * @return \CoreBundle\EventListener\ExceptionListener
  24588.      */
  24589.     protected function getKernel_Listener_ExceptionService()
  24590.     {
  24591.         include_once \dirname(__DIR__4).'/src/CoreBundle/EventListener/ExceptionListener.php';
  24592.         $this->services['kernel.listener.exception'] = $instance = new \CoreBundle\EventListener\ExceptionListener();
  24593.         $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  24594.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  24595.         $instance->setRouter(($this->services['router'] ?? $this->getRouterService()));
  24596.         $instance->setRedirects($this->parameters['redirect']);
  24597.         return $instance;
  24598.     }
  24599.     /**
  24600.      * Gets the public 'knp_menu.factory' shared service.
  24601.      *
  24602.      * @return \Knp\Menu\MenuFactory
  24603.      */
  24604.     protected function getKnpMenu_FactoryService()
  24605.     {
  24606.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/FactoryInterface.php';
  24607.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuFactory.php';
  24608.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Factory/ExtensionInterface.php';
  24609.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Integration/Symfony/RoutingExtension.php';
  24610.         $this->services['knp_menu.factory'] = $instance = new \Knp\Menu\MenuFactory();
  24611.         $instance->addExtension(new \Knp\Menu\Integration\Symfony\RoutingExtension(($this->services['router'] ?? $this->getRouterService())), 0);
  24612.         return $instance;
  24613.     }
  24614.     /**
  24615.      * Gets the public 'knp_menu.matcher' shared service.
  24616.      *
  24617.      * @return \Knp\Menu\Matcher\Matcher
  24618.      */
  24619.     protected function getKnpMenu_MatcherService()
  24620.     {
  24621.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  24622.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  24623.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  24624.             yield => ($this->privates['knp_menu.voter.callback'] ?? ($this->privates['knp_menu.voter.callback'] = new \Knp\Menu\Matcher\Voter\CallbackVoter()));
  24625.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->getKnpMenu_Voter_RouterService());
  24626.             yield => ($this->privates['sonata.admin.menu.matcher.voter.admin'] ?? $this->getSonata_Admin_Menu_Matcher_Voter_AdminService());
  24627.             yield => ($this->privates['sonata.admin.menu.matcher.voter.active'] ?? ($this->privates['sonata.admin.menu.matcher.voter.active'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter()));
  24628.         }, 4));
  24629.     }
  24630.     /**
  24631.      * Gets the public 'knp_snappy.image' shared service.
  24632.      *
  24633.      * @return \Knp\Snappy\Image
  24634.      */
  24635.     protected function getKnpSnappy_ImageService()
  24636.     {
  24637.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  24638.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  24639.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Image.php';
  24640.         $this->services['knp_snappy.image'] = $instance = new \Knp\Snappy\Image($this->getEnv('WKHTMLTOIMAGE_PATH'), [], []);
  24641.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  24642.         return $instance;
  24643.     }
  24644.     /**
  24645.      * Gets the public 'knp_snappy.pdf' shared service.
  24646.      *
  24647.      * @return \Knp\Snappy\Pdf
  24648.      */
  24649.     protected function getKnpSnappy_PdfService()
  24650.     {
  24651.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  24652.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  24653.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Pdf.php';
  24654.         $this->services['knp_snappy.pdf'] = $instance = new \Knp\Snappy\Pdf($this->getEnv('WKHTMLTOPDF_PATH'), $this->parameters['knp_snappy.pdf.options'], []);
  24655.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  24656.         return $instance;
  24657.     }
  24658.     /**
  24659.      * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  24660.      *
  24661.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  24662.      */
  24663.     protected function getLexikJwtAuthentication_EncoderService()
  24664.     {
  24665.         return $this->services['lexik_jwt_authentication.encoder'] = new \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder(new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), 'openssl''HS256'36000false));
  24666.     }
  24667.     /**
  24668.      * Gets the public 'lexik_jwt_authentication.generate_token_command' shared service.
  24669.      *
  24670.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand
  24671.      */
  24672.     protected function getLexikJwtAuthentication_GenerateTokenCommandService()
  24673.     {
  24674.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24675.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateTokenCommand.php';
  24676.         $this->services['lexik_jwt_authentication.generate_token_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), new RewindableGenerator(function () {
  24677.             yield => ($this->privates['fos_user.user_provider.username'] ?? $this->getFosUser_UserProvider_UsernameService());
  24678.         }, 1));
  24679.         $instance->setName('lexik:jwt:generate-token');
  24680.         $instance->setDescription('Generates a JWT token for a given user.');
  24681.         return $instance;
  24682.     }
  24683.     /**
  24684.      * Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
  24685.      *
  24686.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
  24687.      */
  24688.     protected function getLexikJwtAuthentication_JwtManagerService()
  24689.     {
  24690.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24691.         if (isset($this->services['lexik_jwt_authentication.jwt_manager'])) {
  24692.             return $this->services['lexik_jwt_authentication.jwt_manager'];
  24693.         }
  24694.         $this->services['lexik_jwt_authentication.jwt_manager'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager(($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), $a'username', new \Lexik\Bundle\JWTAuthenticationBundle\Services\PayloadEnrichment\ChainEnrichment([]));
  24695.         $instance->setUserIdentityField('username'false);
  24696.         return $instance;
  24697.     }
  24698.     /**
  24699.      * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  24700.      *
  24701.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  24702.      */
  24703.     protected function getLexikJwtAuthentication_KeyLoaderService()
  24704.     {
  24705.         return $this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader($this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE'), []);
  24706.     }
  24707.     /**
  24708.      * Gets the public 'monolog.error_db_handler' shared service.
  24709.      *
  24710.      * @return \CoreBundle\Services\Db\MonologDBHandler
  24711.      */
  24712.     protected function getMonolog_ErrorDbHandlerService()
  24713.     {
  24714.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  24715.         if (isset($this->services['monolog.error_db_handler'])) {
  24716.             return $this->services['monolog.error_db_handler'];
  24717.         }
  24718.         return $this->services['monolog.error_db_handler'] = new \CoreBundle\Services\Db\MonologDBHandler($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 400);
  24719.     }
  24720.     /**
  24721.      * Gets the public 'monolog.logger.callback_daemon' shared service.
  24722.      *
  24723.      * @return \Symfony\Bridge\Monolog\Logger
  24724.      */
  24725.     protected function getMonolog_Logger_CallbackDaemonService()
  24726.     {
  24727.         $this->services['monolog.logger.callback_daemon'] = $instance = new \Symfony\Bridge\Monolog\Logger('callback_daemon');
  24728.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  24729.         $instance->pushHandler(($this->privates['monolog.handler.callback_daemon'] ?? $this->getMonolog_Handler_CallbackDaemonService()));
  24730.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  24731.         $instance->pushHandler(($this->services['monolog.error_db_handler'] ?? $this->getMonolog_ErrorDbHandlerService()));
  24732.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  24733.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  24734.         return $instance;
  24735.     }
  24736.     /**
  24737.      * Gets the public 'monolog.logger.camera_subscriber_service_log' shared service.
  24738.      *
  24739.      * @return \Symfony\Bridge\Monolog\Logger
  24740.      */
  24741.     protected function getMonolog_Logger_CameraSubscriberServiceLogService()
  24742.     {
  24743.         $this->services['monolog.logger.camera_subscriber_service_log'] = $instance = new \Symfony\Bridge\Monolog\Logger('camera_subscriber_service_log');
  24744.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  24745.         $instance->pushHandler(($this->privates['monolog.handler.camera_subscriber_service'] ?? $this->getMonolog_Handler_CameraSubscriberServiceService()));
  24746.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  24747.         $instance->pushHandler(($this->services['monolog.error_db_handler'] ?? $this->getMonolog_ErrorDbHandlerService()));
  24748.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  24749.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  24750.         return $instance;
  24751.     }
  24752.     /**
  24753.      * Gets the public 'monolog.logger.debug_logger_log' shared service.
  24754.      *
  24755.      * @return \Symfony\Bridge\Monolog\Logger
  24756.      */
  24757.     protected function getMonolog_Logger_DebugLoggerLogService()
  24758.     {
  24759.         $this->services['monolog.logger.debug_logger_log'] = $instance = new \Symfony\Bridge\Monolog\Logger('debug_logger_log');
  24760.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  24761.         $instance->pushHandler(($this->privates['monolog.handler.debug_logger_service'] ?? $this->getMonolog_Handler_DebugLoggerServiceService()));
  24762.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  24763.         $instance->pushHandler(($this->services['monolog.error_db_handler'] ?? $this->getMonolog_ErrorDbHandlerService()));
  24764.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  24765.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  24766.         return $instance;
  24767.     }
  24768.     /**
  24769.      * Gets the public 'monolog.logger.diia_actions' shared service.
  24770.      *
  24771.      * @return \Symfony\Bridge\Monolog\Logger
  24772.      */
  24773.     protected function getMonolog_Logger_DiiaActionsService()
  24774.     {
  24775.         $this->services['monolog.logger.diia_actions'] = $instance = new \Symfony\Bridge\Monolog\Logger('diia_actions');
  24776.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  24777.         $instance->pushHandler(($this->privates['monolog.handler.diia'] ?? $this->getMonolog_Handler_DiiaService()));
  24778.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  24779.         $instance->pushHandler(($this->services['monolog.error_db_handler'] ?? $this->getMonolog_ErrorDbHandlerService()));
  24780.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  24781.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  24782.         return $instance;
  24783.     }
  24784.     /**
  24785.      * Gets the public 'monolog.logger.mailer_logger_log' shared service.
  24786.      *
  24787.      * @return \Symfony\Bridge\Monolog\Logger
  24788.      */
  24789.     protected function getMonolog_Logger_MailerLoggerLogService()
  24790.     {
  24791.         $this->services['monolog.logger.mailer_logger_log'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer_logger_log');
  24792.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  24793.         $instance->pushHandler(($this->privates['monolog.handler.mailer_logger_service'] ?? $this->getMonolog_Handler_MailerLoggerServiceService()));
  24794.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  24795.         $instance->pushHandler(($this->services['monolog.error_db_handler'] ?? $this->getMonolog_ErrorDbHandlerService()));
  24796.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  24797.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  24798.         return $instance;
  24799.     }
  24800.     /**
  24801.      * Gets the public 'monolog.logger.night_service_log' shared service.
  24802.      *
  24803.      * @return \Symfony\Bridge\Monolog\Logger
  24804.      */
  24805.     protected function getMonolog_Logger_NightServiceLogService()
  24806.     {
  24807.         $this->services['monolog.logger.night_service_log'] = $instance = new \Symfony\Bridge\Monolog\Logger('night_service_log');
  24808.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  24809.         $instance->pushHandler(($this->privates['monolog.handler.night_service'] ?? $this->getMonolog_Handler_NightServiceService()));
  24810.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  24811.         $instance->pushHandler(($this->services['monolog.error_db_handler'] ?? $this->getMonolog_ErrorDbHandlerService()));
  24812.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  24813.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  24814.         return $instance;
  24815.     }
  24816.     /**
  24817.      * Gets the public 'monolog.logger.odata_manager_log' shared service.
  24818.      *
  24819.      * @return \Symfony\Bridge\Monolog\Logger
  24820.      */
  24821.     protected function getMonolog_Logger_OdataManagerLogService()
  24822.     {
  24823.         $this->services['monolog.logger.odata_manager_log'] = $instance = new \Symfony\Bridge\Monolog\Logger('odata_manager_log');
  24824.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  24825.         $instance->pushHandler(($this->privates['monolog.handler.odata_manager'] ?? $this->getMonolog_Handler_OdataManagerService()));
  24826.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  24827.         $instance->pushHandler(($this->services['monolog.error_db_handler'] ?? $this->getMonolog_ErrorDbHandlerService()));
  24828.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  24829.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  24830.         return $instance;
  24831.     }
  24832.     /**
  24833.      * Gets the public 'monolog.logger.one_c_service_log' shared service.
  24834.      *
  24835.      * @return \Symfony\Bridge\Monolog\Logger
  24836.      */
  24837.     protected function getMonolog_Logger_OneCServiceLogService()
  24838.     {
  24839.         $this->services['monolog.logger.one_c_service_log'] = $instance = new \Symfony\Bridge\Monolog\Logger('one_c_service_log');
  24840.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  24841.         $instance->pushHandler(($this->privates['monolog.handler.one_c_service'] ?? $this->getMonolog_Handler_OneCServiceService()));
  24842.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  24843.         $instance->pushHandler(($this->services['monolog.error_db_handler'] ?? $this->getMonolog_ErrorDbHandlerService()));
  24844.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  24845.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  24846.         return $instance;
  24847.     }
  24848.     /**
  24849.      * Gets the public 'monolog.logger.postomate_service_log' shared service.
  24850.      *
  24851.      * @return \Symfony\Bridge\Monolog\Logger
  24852.      */
  24853.     protected function getMonolog_Logger_PostomateServiceLogService()
  24854.     {
  24855.         $this->services['monolog.logger.postomate_service_log'] = $instance = new \Symfony\Bridge\Monolog\Logger('postomate_service_log');
  24856.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  24857.         $instance->pushHandler(($this->privates['monolog.handler.postomate_service'] ?? $this->getMonolog_Handler_PostomateServiceService()));
  24858.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  24859.         $instance->pushHandler(($this->services['monolog.error_db_handler'] ?? $this->getMonolog_ErrorDbHandlerService()));
  24860.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  24861.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  24862.         return $instance;
  24863.     }
  24864.     /**
  24865.      * Gets the public 'monolog.logger.ria_curl_log' shared service.
  24866.      *
  24867.      * @return \Symfony\Bridge\Monolog\Logger
  24868.      */
  24869.     protected function getMonolog_Logger_RiaCurlLogService()
  24870.     {
  24871.         $this->services['monolog.logger.ria_curl_log'] = $instance = new \Symfony\Bridge\Monolog\Logger('ria_curl_log');
  24872.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  24873.         $instance->pushHandler(($this->privates['monolog.handler.ria_curl'] ?? $this->getMonolog_Handler_RiaCurlService()));
  24874.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  24875.         $instance->pushHandler(($this->services['monolog.error_db_handler'] ?? $this->getMonolog_ErrorDbHandlerService()));
  24876.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  24877.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  24878.         return $instance;
  24879.     }
  24880.     /**
  24881.      * Gets the public 'monolog.logger.territory_access_log' shared service.
  24882.      *
  24883.      * @return \Symfony\Bridge\Monolog\Logger
  24884.      */
  24885.     protected function getMonolog_Logger_TerritoryAccessLogService()
  24886.     {
  24887.         $this->services['monolog.logger.territory_access_log'] = $instance = new \Symfony\Bridge\Monolog\Logger('territory_access_log');
  24888.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  24889.         $instance->pushHandler(($this->privates['monolog.handler.territory_access_service'] ?? $this->getMonolog_Handler_TerritoryAccessServiceService()));
  24890.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  24891.         $instance->pushHandler(($this->services['monolog.error_db_handler'] ?? $this->getMonolog_ErrorDbHandlerService()));
  24892.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  24893.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  24894.         return $instance;
  24895.     }
  24896.     /**
  24897.      * Gets the public 'my.auth' shared service.
  24898.      *
  24899.      * @return \MyBundle\Service\AuthService
  24900.      */
  24901.     protected function getMy_AuthService()
  24902.     {
  24903.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24904.         if (isset($this->services['my.auth'])) {
  24905.             return $this->services['my.auth'];
  24906.         }
  24907.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  24908.         if (isset($this->services['my.auth'])) {
  24909.             return $this->services['my.auth'];
  24910.         }
  24911.         $c = ($this->services['router'] ?? $this->getRouterService());
  24912.         if (isset($this->services['my.auth'])) {
  24913.             return $this->services['my.auth'];
  24914.         }
  24915.         $d = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  24916.         if (isset($this->services['my.auth'])) {
  24917.             return $this->services['my.auth'];
  24918.         }
  24919.         $e = ($this->services['my.basket'] ?? $this->getMy_BasketService());
  24920.         if (isset($this->services['my.auth'])) {
  24921.             return $this->services['my.auth'];
  24922.         }
  24923.         $f = ($this->services['core.user.model'] ?? $this->getCore_User_ModelService());
  24924.         if (isset($this->services['my.auth'])) {
  24925.             return $this->services['my.auth'];
  24926.         }
  24927.         return $this->services['my.auth'] = new \MyBundle\Service\AuthService(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a$b$c, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $d, ($this->services['translator'] ?? $this->getTranslatorService()), $e$f);
  24928.     }
  24929.     /**
  24930.      * Gets the public 'my.basket' shared service.
  24931.      *
  24932.      * @return \MyBundle\Service\BasketService
  24933.      */
  24934.     protected function getMy_BasketService()
  24935.     {
  24936.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  24937.         if (isset($this->services['my.basket'])) {
  24938.             return $this->services['my.basket'];
  24939.         }
  24940.         $b = ($this->services['router'] ?? $this->getRouterService());
  24941.         if (isset($this->services['my.basket'])) {
  24942.             return $this->services['my.basket'];
  24943.         }
  24944.         $c = ($this->services['core.cart.collection'] ?? $this->getCore_Cart_CollectionService());
  24945.         if (isset($this->services['my.basket'])) {
  24946.             return $this->services['my.basket'];
  24947.         }
  24948.         return $this->services['my.basket'] = new \MyBundle\Service\BasketService($a$b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $c);
  24949.     }
  24950.     /**
  24951.      * Gets the public 'my.bonus.manager' shared service.
  24952.      *
  24953.      * @return \MyBundle\Component\BonusManager
  24954.      */
  24955.     protected function getMy_Bonus_ManagerService()
  24956.     {
  24957.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  24958.         if (isset($this->services['my.bonus.manager'])) {
  24959.             return $this->services['my.bonus.manager'];
  24960.         }
  24961.         return $this->services['my.bonus.manager'] = new \MyBundle\Component\BonusManager($a);
  24962.     }
  24963.     /**
  24964.      * Gets the public 'my.factory.auth.code.dto' shared service.
  24965.      *
  24966.      * @return \MyBundle\Factory\AuthCodeDTOFactory
  24967.      */
  24968.     protected function getMy_Factory_Auth_Code_DtoService()
  24969.     {
  24970.         include_once \dirname(__DIR__4).'/src/MyBundle/Factory/AuthCodeDTOFactory.php';
  24971.         return $this->services['my.factory.auth.code.dto'] = new \MyBundle\Factory\AuthCodeDTOFactory(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  24972.     }
  24973.     /**
  24974.      * Gets the public 'my.factory.otp.code.generator' shared service.
  24975.      *
  24976.      * @return \MyBundle\Factory\OtpCodeGenerator
  24977.      */
  24978.     protected function getMy_Factory_Otp_Code_GeneratorService()
  24979.     {
  24980.         include_once \dirname(__DIR__4).'/src/MyBundle/Factory/OtpCodeGenerator.php';
  24981.         return $this->services['my.factory.otp.code.generator'] = new \MyBundle\Factory\OtpCodeGenerator('dev');
  24982.     }
  24983.     /**
  24984.      * Gets the public 'my.factory.otp.entity' shared service.
  24985.      *
  24986.      * @return \MyBundle\Factory\OtpEntityFactory
  24987.      */
  24988.     protected function getMy_Factory_Otp_EntityService()
  24989.     {
  24990.         include_once \dirname(__DIR__4).'/src/MyBundle/Factory/OtpEntityFactory.php';
  24991.         include_once \dirname(__DIR__4).'/src/MyBundle/Factory/OtpCodeGenerator.php';
  24992.         return $this->services['my.factory.otp.entity'] = new \MyBundle\Factory\OtpEntityFactory(($this->services['my.factory.otp.code.generator'] ?? ($this->services['my.factory.otp.code.generator'] = new \MyBundle\Factory\OtpCodeGenerator('dev'))));
  24993.     }
  24994.     /**
  24995.      * Gets the public 'my.factory.user.entity' shared service.
  24996.      *
  24997.      * @return \MyBundle\Factory\UserEntityFactory
  24998.      */
  24999.     protected function getMy_Factory_User_EntityService()
  25000.     {
  25001.         include_once \dirname(__DIR__4).'/src/MyBundle/Factory/UserEntityFactory.php';
  25002.         return $this->services['my.factory.user.entity'] = new \MyBundle\Factory\UserEntityFactory(($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  25003.     }
  25004.     /**
  25005.      * Gets the public 'my.infobip' shared service.
  25006.      *
  25007.      * @return \MyBundle\Service\Infobip
  25008.      */
  25009.     protected function getMy_InfobipService()
  25010.     {
  25011.         include_once \dirname(__DIR__4).'/src/MyBundle/Service/Infobip.php';
  25012.         return $this->services['my.infobip'] = new \MyBundle\Service\Infobip($this->getParameter('infobip'));
  25013.     }
  25014.     /**
  25015.      * Gets the public 'my.night_booking.service' shared service.
  25016.      *
  25017.      * @return \MyBundle\Service\NightBookingService
  25018.      */
  25019.     protected function getMy_NightBooking_ServiceService()
  25020.     {
  25021.         include_once \dirname(__DIR__4).'/src/MyBundle/Service/NightBookingService.php';
  25022.         include_once \dirname(__DIR__4).'/src/CoreBundle/Component/Request/Curl.php';
  25023.         return $this->services['my.night_booking.service'] = new \MyBundle\Service\NightBookingService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.request.curl'] ?? ($this->services['core.request.curl'] = new \CoreBundle\Component\Request\Curl())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['telegram.bot'] ?? $this->getTelegram_BotService()), ($this->services['my.sms.infobip.sender'] ?? $this->getMy_Sms_Infobip_SenderService()), ($this->services['gateway.postomate.service'] ?? $this->getGateway_Postomate_ServiceService()), ($this->services['gateway.territory_access.service'] ?? $this->getGateway_TerritoryAccess_ServiceService()), ($this->services['gateway.camera_subscriber.service'] ?? $this->getGateway_CameraSubscriber_ServiceService()), ($this->services['monolog.logger.night_service_log'] ?? $this->getMonolog_Logger_NightServiceLogService()));
  25024.     }
  25025.     /**
  25026.      * Gets the public 'my.order' shared service.
  25027.      *
  25028.      * @return \MyBundle\Service\OrderService
  25029.      */
  25030.     protected function getMy_OrderService()
  25031.     {
  25032.         include_once \dirname(__DIR__4).'/src/MyBundle/Service/OrderService.php';
  25033.         return $this->services['my.order'] = new \MyBundle\Service\OrderService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService()), ($this->services['portmone.acquiring'] ?? $this->getPortmone_AcquiringService()), ($this->services['order.model'] ?? $this->getOrder_ModelService()), ($this->services['core.cart.collection'] ?? $this->getCore_Cart_CollectionService()), ($this->services['dc.accessory.shop'] ?? $this->getDc_Accessory_ShopService()));
  25034.     }
  25035.     /**
  25036.      * Gets the public 'my.service.profile.calculator' shared service.
  25037.      *
  25038.      * @return \MyBundle\Service\ProfileCalculatorEmployeeService
  25039.      */
  25040.     protected function getMy_Service_Profile_CalculatorService()
  25041.     {
  25042.         include_once \dirname(__DIR__4).'/src/MyBundle/Service/ProfileCalculatorEmployeeService.php';
  25043.         return $this->services['my.service.profile.calculator'] = new \MyBundle\Service\ProfileCalculatorEmployeeService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  25044.     }
  25045.     /**
  25046.      * Gets the public 'my.service.profile.service' shared service.
  25047.      *
  25048.      * @return \MyBundle\Service\ProfileService
  25049.      */
  25050.     protected function getMy_Service_Profile_ServiceService()
  25051.     {
  25052.         include_once \dirname(__DIR__4).'/src/MyBundle/Service/ProfileService.php';
  25053.         return $this->services['my.service.profile.service'] = new \MyBundle\Service\ProfileService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['core.model.vehicles.repository'] ?? $this->getCore_Model_Vehicles_RepositoryService()), ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()));
  25054.     }
  25055.     /**
  25056.      * Gets the public 'my.sms.infobip.sender' shared service.
  25057.      *
  25058.      * @return \MyBundle\Component\InfobipSmsSender
  25059.      */
  25060.     protected function getMy_Sms_Infobip_SenderService()
  25061.     {
  25062.         include_once \dirname(__DIR__4).'/src/MyBundle/Component/InfobipSmsSender.php';
  25063.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25064.         if (isset($this->services['my.sms.infobip.sender'])) {
  25065.             return $this->services['my.sms.infobip.sender'];
  25066.         }
  25067.         return $this->services['my.sms.infobip.sender'] = new \MyBundle\Component\InfobipSmsSender($a'dev', ($this->services['my.infobip'] ?? $this->getMy_InfobipService()));
  25068.     }
  25069.     /**
  25070.      * Gets the public 'my.sms.sender' shared service.
  25071.      *
  25072.      * @return \MyBundle\Component\SmsSender
  25073.      */
  25074.     protected function getMy_Sms_SenderService()
  25075.     {
  25076.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25077.         if (isset($this->services['my.sms.sender'])) {
  25078.             return $this->services['my.sms.sender'];
  25079.         }
  25080.         return $this->services['my.sms.sender'] = new \MyBundle\Component\SmsSender($a);
  25081.     }
  25082.     /**
  25083.      * Gets the public 'nelmio_api_doc.controller.swagger' shared service.
  25084.      *
  25085.      * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  25086.      */
  25087.     protected function getNelmioApiDoc_Controller_SwaggerService()
  25088.     {
  25089.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/DocumentationController.php';
  25090.         return $this->services['nelmio_api_doc.controller.swagger'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->privates['nelmio_api_doc.generator_locator'] ?? $this->getNelmioApiDoc_GeneratorLocatorService()));
  25091.     }
  25092.     /**
  25093.      * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  25094.      *
  25095.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  25096.      */
  25097.     protected function getNelmioApiDoc_Controller_SwaggerUiService()
  25098.     {
  25099.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/SwaggerUiController.php';
  25100.         return $this->services['nelmio_api_doc.controller.swagger_ui'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->privates['nelmio_api_doc.generator_locator'] ?? $this->getNelmioApiDoc_GeneratorLocatorService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  25101.     }
  25102.     /**
  25103.      * Gets the public 'nelmio_api_doc.generator.default' shared service.
  25104.      *
  25105.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  25106.      */
  25107.     protected function getNelmioApiDoc_Generator_DefaultService()
  25108.     {
  25109.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ApiDocGenerator.php';
  25110.         $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  25111.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  25112.             yield => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  25113.             yield => ($this->privates['nelmio_api_doc.describers.swagger_php.default'] ?? $this->getNelmioApiDoc_Describers_SwaggerPhp_DefaultService());
  25114.             yield => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  25115.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  25116.         }, 5), new RewindableGenerator(function () {
  25117.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  25118.             yield => ($this->privates['nelmio_api_doc.model_describers.jms'] ?? $this->getNelmioApiDoc_ModelDescribers_JmsService());
  25119.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  25120.             yield => ($this->privates['nelmio_api_doc.model_describers.object_fallback'] ?? ($this->privates['nelmio_api_doc.model_describers.object_fallback'] = new \Nelmio\ApiDocBundle\ModelDescriber\FallbackObjectModelDescriber()));
  25121.         }, 4));
  25122.         $instance->setAlternativeNames([]);
  25123.         return $instance;
  25124.     }
  25125.     /**
  25126.      * Gets the public 'order.model' shared service.
  25127.      *
  25128.      * @return \AcquiringBundle\Component\Model\Order
  25129.      */
  25130.     protected function getOrder_ModelService()
  25131.     {
  25132.         include_once \dirname(__DIR__4).'/src/AcquiringBundle/Component/Model/Order.php';
  25133.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25134.         if (isset($this->services['order.model'])) {
  25135.             return $this->services['order.model'];
  25136.         }
  25137.         $b = ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService());
  25138.         if (isset($this->services['order.model'])) {
  25139.             return $this->services['order.model'];
  25140.         }
  25141.         return $this->services['order.model'] = new \AcquiringBundle\Component\Model\Order($a$b);
  25142.     }
  25143.     /**
  25144.      * Gets the public 'portal.admin.announcement_bar' service.
  25145.      *
  25146.      * @return \AdminBundle\Admin\Vidi\AnnouncementBarAdmin
  25147.      */
  25148.     protected function getPortal_Admin_AnnouncementBarService()
  25149.     {
  25150.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  25151.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  25152.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  25153.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  25154.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  25155.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  25156.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  25157.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  25158.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  25159.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  25160.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  25161.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  25162.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vidi/AnnouncementBarAdmin.php';
  25163.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  25164.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  25165.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  25166.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  25167.         $this->factories['portal.admin.announcement_bar'] = function () {
  25168.             $instance = new \AdminBundle\Admin\Vidi\AnnouncementBarAdmin('portal.admin.announcement_bar''PortalBundle\\Entity\\AnnouncementBar''sonata.admin.controller.crud');
  25169.             $instance->setManagerType('orm');
  25170.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  25171.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  25172.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  25173.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  25174.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  25175.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  25176.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  25177.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  25178.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  25179.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  25180.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  25181.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  25182.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  25183.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  25184.             $instance->setPagerType('default');
  25185.             $instance->setLabel('Анонс бар');
  25186.             $instance->setTranslationDomain('messages');
  25187.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  25188.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  25189.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  25190.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  25191.             $instance->setTemplateRegistry(($this->services['portal.admin.announcement_bar.template_registry'] ?? $this->getPortal_Admin_AnnouncementBar_TemplateRegistryService()));
  25192.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  25193.             $instance->initialize();
  25194.             return $instance;
  25195.         };
  25196.         return $this->factories['portal.admin.announcement_bar']();
  25197.     }
  25198.     /**
  25199.      * Gets the public 'portal.admin.announcement_bar.template_registry' shared service.
  25200.      *
  25201.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  25202.      */
  25203.     protected function getPortal_Admin_AnnouncementBar_TemplateRegistryService()
  25204.     {
  25205.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  25206.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  25207.         return $this->services['portal.admin.announcement_bar.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  25208.     }
  25209.     /**
  25210.      * Gets the public 'portal.breadcrumbs' shared service.
  25211.      *
  25212.      * @return \PortalBundle\Model\Breadcrumbs
  25213.      */
  25214.     protected function getPortal_BreadcrumbsService()
  25215.     {
  25216.         include_once \dirname(__DIR__4).'/src/PortalBundle/Model/Breadcrumbs.php';
  25217.         return $this->services['portal.breadcrumbs'] = new \PortalBundle\Model\Breadcrumbs(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['PortalBundle\\Model\\Catalog'] ?? $this->getCatalogService()));
  25218.     }
  25219.     /**
  25220.      * Gets the public 'portal.comparison.service' shared service.
  25221.      *
  25222.      * @return \PortalBundle\Services\ComparisonService
  25223.      */
  25224.     protected function getPortal_Comparison_ServiceService()
  25225.     {
  25226.         include_once \dirname(__DIR__4).'/src/PortalBundle/Services/ComparisonService.php';
  25227.         $a = ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService());
  25228.         if (isset($this->services['portal.comparison.service'])) {
  25229.             return $this->services['portal.comparison.service'];
  25230.         }
  25231.         $b = ($this->services['router'] ?? $this->getRouterService());
  25232.         if (isset($this->services['portal.comparison.service'])) {
  25233.             return $this->services['portal.comparison.service'];
  25234.         }
  25235.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25236.         if (isset($this->services['portal.comparison.service'])) {
  25237.             return $this->services['portal.comparison.service'];
  25238.         }
  25239.         $d = ($this->services['core.factory.vehicle'] ?? $this->getCore_Factory_VehicleService());
  25240.         if (isset($this->services['portal.comparison.service'])) {
  25241.             return $this->services['portal.comparison.service'];
  25242.         }
  25243.         return $this->services['portal.comparison.service'] = new \PortalBundle\Services\ComparisonService($a$b, ($this->services['translator'] ?? $this->getTranslatorService()), $c, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $d);
  25244.     }
  25245.     /**
  25246.      * Gets the public 'portal.service.catalog' shared service.
  25247.      *
  25248.      * @return \PortalBundle\Services\CatalogService
  25249.      */
  25250.     protected function getPortal_Service_CatalogService()
  25251.     {
  25252.         include_once \dirname(__DIR__4).'/src/PortalBundle/Services/CatalogService.php';
  25253.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25254.         if (isset($this->services['portal.service.catalog'])) {
  25255.             return $this->services['portal.service.catalog'];
  25256.         }
  25257.         $b = ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService());
  25258.         if (isset($this->services['portal.service.catalog'])) {
  25259.             return $this->services['portal.service.catalog'];
  25260.         }
  25261.         $c = ($this->services['PortalBundle\\Model\\Catalog'] ?? $this->getCatalogService());
  25262.         if (isset($this->services['portal.service.catalog'])) {
  25263.             return $this->services['portal.service.catalog'];
  25264.         }
  25265.         $d = ($this->services['router'] ?? $this->getRouterService());
  25266.         if (isset($this->services['portal.service.catalog'])) {
  25267.             return $this->services['portal.service.catalog'];
  25268.         }
  25269.         return $this->services['portal.service.catalog'] = new \PortalBundle\Services\CatalogService($a$b$c$d, ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  25270.     }
  25271.     /**
  25272.      * Gets the public 'portal.service.finance' shared service.
  25273.      *
  25274.      * @return \PortalBundle\Services\FinanceService
  25275.      */
  25276.     protected function getPortal_Service_FinanceService()
  25277.     {
  25278.         include_once \dirname(__DIR__4).'/src/PortalBundle/Services/FinanceService.php';
  25279.         $a = ($this->services['router'] ?? $this->getRouterService());
  25280.         if (isset($this->services['portal.service.finance'])) {
  25281.             return $this->services['portal.service.finance'];
  25282.         }
  25283.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25284.         if (isset($this->services['portal.service.finance'])) {
  25285.             return $this->services['portal.service.finance'];
  25286.         }
  25287.         $c = ($this->services['core.factory.vehicle'] ?? $this->getCore_Factory_VehicleService());
  25288.         if (isset($this->services['portal.service.finance'])) {
  25289.             return $this->services['portal.service.finance'];
  25290.         }
  25291.         $d = ($this->services['dcsite.credit.model'] ?? $this->getDcsite_Credit_ModelService());
  25292.         if (isset($this->services['portal.service.finance'])) {
  25293.             return $this->services['portal.service.finance'];
  25294.         }
  25295.         $e = ($this->services['portal.service.catalog'] ?? $this->getPortal_Service_CatalogService());
  25296.         if (isset($this->services['portal.service.finance'])) {
  25297.             return $this->services['portal.service.finance'];
  25298.         }
  25299.         $f = ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService());
  25300.         if (isset($this->services['portal.service.finance'])) {
  25301.             return $this->services['portal.service.finance'];
  25302.         }
  25303.         return $this->services['portal.service.finance'] = new \PortalBundle\Services\FinanceService($a$b$c$d$e$f);
  25304.     }
  25305.     /**
  25306.      * Gets the public 'portal.service.service' shared service.
  25307.      *
  25308.      * @return \PortalBundle\Services\ServiceService
  25309.      */
  25310.     protected function getPortal_Service_ServiceService()
  25311.     {
  25312.         include_once \dirname(__DIR__4).'/src/PortalBundle/Services/ServiceService.php';
  25313.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25314.         if (isset($this->services['portal.service.service'])) {
  25315.             return $this->services['portal.service.service'];
  25316.         }
  25317.         $b = ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService());
  25318.         if (isset($this->services['portal.service.service'])) {
  25319.             return $this->services['portal.service.service'];
  25320.         }
  25321.         return $this->services['portal.service.service'] = new \PortalBundle\Services\ServiceService($a$b);
  25322.     }
  25323.     /**
  25324.      * Gets the public 'portmone.acquiring' shared service.
  25325.      *
  25326.      * @return \AcquiringBundle\Component\Model\PortmoneAcquiring
  25327.      */
  25328.     protected function getPortmone_AcquiringService()
  25329.     {
  25330.         include_once \dirname(__DIR__4).'/src/AcquiringBundle/Component/Model/PortmoneAcquiring.php';
  25331.         $a = ($this->services['router'] ?? $this->getRouterService());
  25332.         if (isset($this->services['portmone.acquiring'])) {
  25333.             return $this->services['portmone.acquiring'];
  25334.         }
  25335.         return $this->services['portmone.acquiring'] = new \AcquiringBundle\Component\Model\PortmoneAcquiring($this->parameters['acquiring_portmone'], $a);
  25336.     }
  25337.     /**
  25338.      * Gets the public 'request_stack' shared service.
  25339.      *
  25340.      * @return \Symfony\Component\HttpFoundation\RequestStack
  25341.      */
  25342.     protected function getRequestStackService()
  25343.     {
  25344.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  25345.     }
  25346.     /**
  25347.      * Gets the public 'router' shared service.
  25348.      *
  25349.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  25350.      */
  25351.     protected function getRouterService()
  25352.     {
  25353.         $a = ($this->services['monolog.error_db_handler'] ?? $this->getMonolog_ErrorDbHandlerService());
  25354.         if (isset($this->services['router'])) {
  25355.             return $this->services['router'];
  25356.         }
  25357.         $b = new \Symfony\Bridge\Monolog\Logger('router');
  25358.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  25359.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  25360.         $b->pushHandler($a);
  25361.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  25362.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  25363.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  25364.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  25365.         ], [
  25366.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  25367.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $b'ua');
  25368.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  25369.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  25370.         return $instance;
  25371.     }
  25372.     /**
  25373.      * Gets the public 'routing.loader' shared service.
  25374.      *
  25375.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  25376.      */
  25377.     protected function getRouting_LoaderService()
  25378.     {
  25379.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  25380.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  25381.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  25382.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  25383.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  25384.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  25385.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/AdminPoolLoader.php';
  25386.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  25387.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  25388.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  25389.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  25390.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  25391.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  25392.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  25393.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  25394.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  25395.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  25396.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  25397.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  25398.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  25399.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  25400.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  25401.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  25402.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  25403.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  25404.         $a = ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  25405.         if (isset($this->services['routing.loader'])) {
  25406.             return $this->services['routing.loader'];
  25407.         }
  25408.         $b = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  25409.         if (isset($this->services['routing.loader'])) {
  25410.             return $this->services['routing.loader'];
  25411.         }
  25412.         $c = new \Symfony\Component\Config\Loader\LoaderResolver();
  25413.         $d = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  25414.         $e = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader($b'dev');
  25415.         $c->addLoader(new \Sonata\AdminBundle\Route\AdminPoolLoader($a));
  25416.         $c->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($d'dev'));
  25417.         $c->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($d'dev'));
  25418.         $c->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($d'dev'));
  25419.         $c->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($d'dev'));
  25420.         $c->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($d'dev'));
  25421.         $c->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  25422.             'kernel' => ['services''kernel''getKernelService'false],
  25423.         ], [
  25424.             'kernel' => 'App\\Kernel',
  25425.         ]), 'dev'));
  25426.         $c->addLoader($e);
  25427.         $c->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($d$e));
  25428.         $c->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($d$e));
  25429.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($c, ['utf8' => true], []);
  25430.     }
  25431.     /**
  25432.      * Gets the public 'security.encoder_factory' shared service.
  25433.      *
  25434.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  25435.      *
  25436.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory" service is deprecated, use "security.password_hasher_factory" instead.
  25437.      */
  25438.     protected function getSecurity_EncoderFactoryService()
  25439.     {
  25440.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory" service is deprecated, use "security.password_hasher_factory" instead.');
  25441.         return $this->services['security.encoder_factory'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['FOS\\UserBundle\\Model\\UserInterface' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  25442.     }
  25443.     /**
  25444.      * Gets the public 'services_resetter' shared service.
  25445.      *
  25446.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  25447.      */
  25448.     protected function getServicesResetterService()
  25449.     {
  25450.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  25451.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  25452.             if (isset($this->services['.container.private.security.token_storage'])) {
  25453.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  25454.             }
  25455.             if (isset($this->privates['cache.security_expression_language'])) {
  25456.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  25457.             }
  25458.             if (isset($this->privates['debug.security.firewall'])) {
  25459.                 yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  25460.             }
  25461.             if (isset($this->services['knp_menu.matcher'])) {
  25462.                 yield 'knp_menu.matcher' => ($this->services['knp_menu.matcher'] ?? null);
  25463.             }
  25464.             if (isset($this->services['doctrine'])) {
  25465.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  25466.             }
  25467.             if (isset($this->privates['doctrine.debug_data_holder'])) {
  25468.                 yield 'doctrine.debug_data_holder' => ($this->privates['doctrine.debug_data_holder'] ?? null);
  25469.             }
  25470.             if (isset($this->privates['form.type.entity'])) {
  25471.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  25472.             }
  25473.             if (isset($this->privates['monolog.handler.main'])) {
  25474.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  25475.             }
  25476.             if (isset($this->privates['monolog.handler.console'])) {
  25477.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  25478.             }
  25479.             if (isset($this->privates['monolog.handler.diia'])) {
  25480.                 yield 'monolog.handler.diia' => ($this->privates['monolog.handler.diia'] ?? null);
  25481.             }
  25482.             if (isset($this->privates['monolog.handler.ria_curl'])) {
  25483.                 yield 'monolog.handler.ria_curl' => ($this->privates['monolog.handler.ria_curl'] ?? null);
  25484.             }
  25485.             if (isset($this->privates['monolog.handler.night_service'])) {
  25486.                 yield 'monolog.handler.night_service' => ($this->privates['monolog.handler.night_service'] ?? null);
  25487.             }
  25488.             if (isset($this->privates['monolog.handler.camera_subscriber_service'])) {
  25489.                 yield 'monolog.handler.camera_subscriber_service' => ($this->privates['monolog.handler.camera_subscriber_service'] ?? null);
  25490.             }
  25491.             if (isset($this->privates['monolog.handler.postomate_service'])) {
  25492.                 yield 'monolog.handler.postomate_service' => ($this->privates['monolog.handler.postomate_service'] ?? null);
  25493.             }
  25494.             if (isset($this->privates['monolog.handler.territory_access_service'])) {
  25495.                 yield 'monolog.handler.territory_access_service' => ($this->privates['monolog.handler.territory_access_service'] ?? null);
  25496.             }
  25497.             if (isset($this->privates['monolog.handler.one_c_service'])) {
  25498.                 yield 'monolog.handler.one_c_service' => ($this->privates['monolog.handler.one_c_service'] ?? null);
  25499.             }
  25500.             if (isset($this->privates['monolog.handler.debug_logger_service'])) {
  25501.                 yield 'monolog.handler.debug_logger_service' => ($this->privates['monolog.handler.debug_logger_service'] ?? null);
  25502.             }
  25503.             if (isset($this->privates['monolog.handler.mailer_logger_service'])) {
  25504.                 yield 'monolog.handler.mailer_logger_service' => ($this->privates['monolog.handler.mailer_logger_service'] ?? null);
  25505.             }
  25506.             if (isset($this->privates['monolog.handler.odata_manager'])) {
  25507.                 yield 'monolog.handler.odata_manager' => ($this->privates['monolog.handler.odata_manager'] ?? null);
  25508.             }
  25509.             if (isset($this->privates['monolog.handler.callback_daemon'])) {
  25510.                 yield 'monolog.handler.callback_daemon' => ($this->privates['monolog.handler.callback_daemon'] ?? null);
  25511.             }
  25512.             if (isset($this->services['cache.app'])) {
  25513.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  25514.             }
  25515.             if (isset($this->services['cache.system'])) {
  25516.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  25517.             }
  25518.             if (isset($this->privates['cache.validator'])) {
  25519.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  25520.             }
  25521.             if (isset($this->privates['cache.serializer'])) {
  25522.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  25523.             }
  25524.             if (isset($this->privates['cache.annotations'])) {
  25525.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  25526.             }
  25527.             if (isset($this->privates['cache.property_info'])) {
  25528.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  25529.             }
  25530.             if (isset($this->privates['.debug.http_client'])) {
  25531.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  25532.             }
  25533.             if (isset($this->privates['mailer.message_logger_listener'])) {
  25534.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  25535.             }
  25536.             if (isset($this->privates['debug.stopwatch'])) {
  25537.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  25538.             }
  25539.             if (isset($this->services['event_dispatcher'])) {
  25540.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  25541.             }
  25542.             if (isset($this->privates['session_listener'])) {
  25543.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  25544.             }
  25545.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  25546.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  25547.             }
  25548.             if (isset($this->services['cache.validator_expression_language'])) {
  25549.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  25550.             }
  25551.             if (isset($this->services['.container.private.profiler'])) {
  25552.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  25553.             }
  25554.             if (isset($this->services['.container.private.validator'])) {
  25555.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  25556.             }
  25557.             if (isset($this->services['.container.private.twig'])) {
  25558.                 yield 'twig' => ($this->services['.container.private.twig'] ?? null);
  25559.             }
  25560.             if (isset($this->privates['twig.form.engine'])) {
  25561.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  25562.             }
  25563.             if (isset($this->privates['.debug.http_client'])) {
  25564.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  25565.             }
  25566.         }, function () {
  25567.             return + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['debug.security.firewall'])) + (int) (isset($this->services['knp_menu.matcher'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['doctrine.debug_data_holder'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['monolog.handler.diia'])) + (int) (isset($this->privates['monolog.handler.ria_curl'])) + (int) (isset($this->privates['monolog.handler.night_service'])) + (int) (isset($this->privates['monolog.handler.camera_subscriber_service'])) + (int) (isset($this->privates['monolog.handler.postomate_service'])) + (int) (isset($this->privates['monolog.handler.territory_access_service'])) + (int) (isset($this->privates['monolog.handler.one_c_service'])) + (int) (isset($this->privates['monolog.handler.debug_logger_service'])) + (int) (isset($this->privates['monolog.handler.mailer_logger_service'])) + (int) (isset($this->privates['monolog.handler.odata_manager'])) + (int) (isset($this->privates['monolog.handler.callback_daemon'])) + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->services['.container.private.twig'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->privates['.debug.http_client']));
  25568.         }), ['security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'debug.security.firewall' => [=> 'reset'], 'knp_menu.matcher' => [=> 'clear'], 'doctrine' => [=> 'reset'], 'doctrine.debug_data_holder' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'monolog.handler.diia' => [=> 'reset'], 'monolog.handler.ria_curl' => [=> 'reset'], 'monolog.handler.night_service' => [=> 'reset'], 'monolog.handler.camera_subscriber_service' => [=> 'reset'], 'monolog.handler.postomate_service' => [=> 'reset'], 'monolog.handler.territory_access_service' => [=> 'reset'], 'monolog.handler.one_c_service' => [=> 'reset'], 'monolog.handler.debug_logger_service' => [=> 'reset'], 'monolog.handler.mailer_logger_service' => [=> 'reset'], 'monolog.handler.odata_manager' => [=> 'reset'], 'monolog.handler.callback_daemon' => [=> 'reset'], 'cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'http_client' => [=> '?reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'twig' => [=> 'resetGlobals'], 'twig.form.engine' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  25569.     }
  25570.     /**
  25571.      * Gets the public 'sonata.admin.action.append_form_field_element' shared service.
  25572.      *
  25573.      * @return \Sonata\AdminBundle\Action\AppendFormFieldElementAction
  25574.      */
  25575.     protected function getSonata_Admin_Action_AppendFormFieldElementService()
  25576.     {
  25577.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/AppendFormFieldElementAction.php';
  25578.         return $this->services['sonata.admin.action.append_form_field_element'] = new \Sonata\AdminBundle\Action\AppendFormFieldElementAction(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['sonata.admin.request.fetcher'] ?? $this->getSonata_Admin_Request_FetcherService()), ($this->privates['sonata.admin.helper'] ?? $this->getSonata_Admin_HelperService()));
  25579.     }
  25580.     /**
  25581.      * Gets the public 'sonata.admin.action.dashboard' shared service.
  25582.      *
  25583.      * @return \Sonata\AdminBundle\Action\DashboardAction
  25584.      */
  25585.     protected function getSonata_Admin_Action_DashboardService()
  25586.     {
  25587.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/DashboardAction.php';
  25588.         return $this->services['sonata.admin.action.dashboard'] = new \Sonata\AdminBundle\Action\DashboardAction($this->parameters['sonata.admin.configuration.dashboard_blocks'], ($this->privates['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  25589.     }
  25590.     /**
  25591.      * Gets the public 'sonata.admin.action.get_short_object_description' shared service.
  25592.      *
  25593.      * @return \Sonata\AdminBundle\Action\GetShortObjectDescriptionAction
  25594.      */
  25595.     protected function getSonata_Admin_Action_GetShortObjectDescriptionService()
  25596.     {
  25597.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/GetShortObjectDescriptionAction.php';
  25598.         return $this->services['sonata.admin.action.get_short_object_description'] = new \Sonata\AdminBundle\Action\GetShortObjectDescriptionAction(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['sonata.admin.request.fetcher'] ?? $this->getSonata_Admin_Request_FetcherService()));
  25599.     }
  25600.     /**
  25601.      * Gets the public 'sonata.admin.action.retrieve_autocomplete_items' shared service.
  25602.      *
  25603.      * @return \Sonata\AdminBundle\Action\RetrieveAutocompleteItemsAction
  25604.      */
  25605.     protected function getSonata_Admin_Action_RetrieveAutocompleteItemsService()
  25606.     {
  25607.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/RetrieveAutocompleteItemsAction.php';
  25608.         return $this->services['sonata.admin.action.retrieve_autocomplete_items'] = new \Sonata\AdminBundle\Action\RetrieveAutocompleteItemsAction(($this->privates['sonata.admin.request.fetcher'] ?? $this->getSonata_Admin_Request_FetcherService()));
  25609.     }
  25610.     /**
  25611.      * Gets the public 'sonata.admin.action.retrieve_form_field_element' shared service.
  25612.      *
  25613.      * @return \Sonata\AdminBundle\Action\RetrieveFormFieldElementAction
  25614.      */
  25615.     protected function getSonata_Admin_Action_RetrieveFormFieldElementService()
  25616.     {
  25617.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/RetrieveFormFieldElementAction.php';
  25618.         return $this->services['sonata.admin.action.retrieve_form_field_element'] = new \Sonata\AdminBundle\Action\RetrieveFormFieldElementAction(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['sonata.admin.request.fetcher'] ?? $this->getSonata_Admin_Request_FetcherService()), ($this->privates['sonata.admin.helper'] ?? $this->getSonata_Admin_HelperService()));
  25619.     }
  25620.     /**
  25621.      * Gets the public 'sonata.admin.action.search' shared service.
  25622.      *
  25623.      * @return \Sonata\AdminBundle\Action\SearchAction
  25624.      */
  25625.     protected function getSonata_Admin_Action_SearchService()
  25626.     {
  25627.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/SearchAction.php';
  25628.         return $this->services['sonata.admin.action.search'] = new \Sonata\AdminBundle\Action\SearchAction(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->privates['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  25629.     }
  25630.     /**
  25631.      * Gets the public 'sonata.admin.action.set_object_field_value' shared service.
  25632.      *
  25633.      * @return \Sonata\AdminBundle\Action\SetObjectFieldValueAction
  25634.      */
  25635.     protected function getSonata_Admin_Action_SetObjectFieldValueService()
  25636.     {
  25637.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/SetObjectFieldValueAction.php';
  25638.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/DataTransformerResolverInterface.php';
  25639.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/DataTransformerResolver.php';
  25640.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  25641.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/DataTransformer/BooleanToStringTransformer.php';
  25642.         $a = new \Sonata\AdminBundle\Form\DataTransformerResolver();
  25643.         $a->addCustomGlobalTransformer('boolean', new \Sonata\AdminBundle\Form\DataTransformer\BooleanToStringTransformer(1));
  25644.         return $this->services['sonata.admin.action.set_object_field_value'] = new \Sonata\AdminBundle\Action\SetObjectFieldValueAction(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['sonata.admin.request.fetcher'] ?? $this->getSonata_Admin_Request_FetcherService()), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), $a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['sonata.admin.twig.render_element_runtime'] ?? $this->getSonata_Admin_Twig_RenderElementRuntimeService()));
  25645.     }
  25646.     /**
  25647.      * Gets the public 'sonata.admin.block.admin_list' shared service.
  25648.      *
  25649.      * @return \Sonata\AdminBundle\Block\AdminListBlockService
  25650.      */
  25651.     protected function getSonata_Admin_Block_AdminListService()
  25652.     {
  25653.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  25654.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  25655.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Block/AdminListBlockService.php';
  25656.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  25657.         if (isset($this->services['sonata.admin.block.admin_list'])) {
  25658.             return $this->services['sonata.admin.block.admin_list'];
  25659.         }
  25660.         $b = ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  25661.         if (isset($this->services['sonata.admin.block.admin_list'])) {
  25662.             return $this->services['sonata.admin.block.admin_list'];
  25663.         }
  25664.         return $this->services['sonata.admin.block.admin_list'] = new \Sonata\AdminBundle\Block\AdminListBlockService($a$b, ($this->privates['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()));
  25665.     }
  25666.     /**
  25667.      * Gets the public 'sonata.admin.block.admin_preview' shared service.
  25668.      *
  25669.      * @return \Sonata\AdminBundle\Block\AdminPreviewBlockService
  25670.      */
  25671.     protected function getSonata_Admin_Block_AdminPreviewService()
  25672.     {
  25673.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  25674.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  25675.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Block/AdminPreviewBlockService.php';
  25676.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  25677.         if (isset($this->services['sonata.admin.block.admin_preview'])) {
  25678.             return $this->services['sonata.admin.block.admin_preview'];
  25679.         }
  25680.         $b = ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  25681.         if (isset($this->services['sonata.admin.block.admin_preview'])) {
  25682.             return $this->services['sonata.admin.block.admin_preview'];
  25683.         }
  25684.         return $this->services['sonata.admin.block.admin_preview'] = new \Sonata\AdminBundle\Block\AdminPreviewBlockService($a$b);
  25685.     }
  25686.     /**
  25687.      * Gets the public 'sonata.admin.block.search_result' shared service.
  25688.      *
  25689.      * @return \Sonata\AdminBundle\Block\AdminSearchBlockService
  25690.      */
  25691.     protected function getSonata_Admin_Block_SearchResultService()
  25692.     {
  25693.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  25694.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  25695.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Block/AdminSearchBlockService.php';
  25696.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/SearchHandlerInterface.php';
  25697.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/SearchHandler.php';
  25698.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  25699.         if (isset($this->services['sonata.admin.block.search_result'])) {
  25700.             return $this->services['sonata.admin.block.search_result'];
  25701.         }
  25702.         $b = ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  25703.         if (isset($this->services['sonata.admin.block.search_result'])) {
  25704.             return $this->services['sonata.admin.block.search_result'];
  25705.         }
  25706.         $c = new \Sonata\AdminBundle\Search\SearchHandler();
  25707.         $c->configureAdminSearch([]);
  25708.         return $this->services['sonata.admin.block.search_result'] = new \Sonata\AdminBundle\Block\AdminSearchBlockService($a$b$c, ($this->privates['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), 'show''show');
  25709.     }
  25710.     /**
  25711.      * Gets the public 'sonata.admin.block.stats' shared service.
  25712.      *
  25713.      * @return \Sonata\AdminBundle\Block\AdminStatsBlockService
  25714.      */
  25715.     protected function getSonata_Admin_Block_StatsService()
  25716.     {
  25717.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  25718.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  25719.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Block/AdminStatsBlockService.php';
  25720.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  25721.         if (isset($this->services['sonata.admin.block.stats'])) {
  25722.             return $this->services['sonata.admin.block.stats'];
  25723.         }
  25724.         $b = ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  25725.         if (isset($this->services['sonata.admin.block.stats'])) {
  25726.             return $this->services['sonata.admin.block.stats'];
  25727.         }
  25728.         return $this->services['sonata.admin.block.stats'] = new \Sonata\AdminBundle\Block\AdminStatsBlockService($a$b);
  25729.     }
  25730.     /**
  25731.      * Gets the public 'sonata.admin.controller.crud' shared service.
  25732.      *
  25733.      * @return \Sonata\AdminBundle\Controller\CRUDController
  25734.      */
  25735.     protected function getSonata_Admin_Controller_CrudService()
  25736.     {
  25737.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  25738.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  25739.         $this->services['sonata.admin.controller.crud'] = $instance = new \Sonata\AdminBundle\Controller\CRUDController();
  25740.         $instance->setContainer(($this->privates['.service_locator.3CTLkIg'] ?? $this->get_ServiceLocator_3CTLkIgService())->withContext('sonata.admin.controller.crud'$this));
  25741.         return $instance;
  25742.     }
  25743.     /**
  25744.      * Gets the public 'sonata.admin.manager.orm' shared service.
  25745.      *
  25746.      * @return \Sonata\DoctrineORMAdminBundle\Model\ModelManager
  25747.      */
  25748.     protected function getSonata_Admin_Manager_OrmService()
  25749.     {
  25750.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/ModelManagerInterface.php';
  25751.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/LockInterface.php';
  25752.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/ProxyResolverInterface.php';
  25753.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Model/ModelManager.php';
  25754.         return $this->services['sonata.admin.manager.orm'] = new \Sonata\DoctrineORMAdminBundle\Model\ModelManager(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  25755.     }
  25756.     /**
  25757.      * Gets the public 'sonata.admin.manipulator.acl.object.orm' shared service.
  25758.      *
  25759.      * @return \Sonata\DoctrineORMAdminBundle\Util\ObjectAclManipulator
  25760.      */
  25761.     protected function getSonata_Admin_Manipulator_Acl_Object_OrmService()
  25762.     {
  25763.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/ObjectAclManipulatorInterface.php';
  25764.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/ObjectAclManipulator.php';
  25765.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Util/ObjectAclManipulator.php';
  25766.         return $this->services['sonata.admin.manipulator.acl.object.orm'] = new \Sonata\DoctrineORMAdminBundle\Util\ObjectAclManipulator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25767.     }
  25768.     /**
  25769.      * Gets the public 'sonata.block.context_manager.default' shared service.
  25770.      *
  25771.      * @return \Sonata\BlockBundle\Block\BlockContextManager
  25772.      */
  25773.     protected function getSonata_Block_ContextManager_DefaultService()
  25774.     {
  25775.         $a = ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService());
  25776.         if (isset($this->services['sonata.block.context_manager.default'])) {
  25777.             return $this->services['sonata.block.context_manager.default'];
  25778.         }
  25779.         return $this->services['sonata.block.context_manager.default'] = new \Sonata\BlockBundle\Block\BlockContextManager(new \Sonata\BlockBundle\Block\BlockLoaderChain([=> new \Sonata\BlockBundle\Block\Loader\ServiceLoader($this->parameters['sonata_blocks.block_types'])]), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  25780.     }
  25781.     /**
  25782.      * Gets the public 'sonata.block.exception.filter.debug_only' shared service.
  25783.      *
  25784.      * @return \Sonata\BlockBundle\Exception\Filter\DebugOnlyFilter
  25785.      */
  25786.     protected function getSonata_Block_Exception_Filter_DebugOnlyService()
  25787.     {
  25788.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  25789.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/DebugOnlyFilter.php';
  25790.         return $this->services['sonata.block.exception.filter.debug_only'] = new \Sonata\BlockBundle\Exception\Filter\DebugOnlyFilter(true);
  25791.     }
  25792.     /**
  25793.      * Gets the public 'sonata.block.exception.filter.ignore_block_exception' shared service.
  25794.      *
  25795.      * @return \Sonata\BlockBundle\Exception\Filter\IgnoreClassFilter
  25796.      */
  25797.     protected function getSonata_Block_Exception_Filter_IgnoreBlockExceptionService()
  25798.     {
  25799.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  25800.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/IgnoreClassFilter.php';
  25801.         return $this->services['sonata.block.exception.filter.ignore_block_exception'] = new \Sonata\BlockBundle\Exception\Filter\IgnoreClassFilter('Sonata\\BlockBundle\\Exception\\BlockExceptionInterface');
  25802.     }
  25803.     /**
  25804.      * Gets the public 'sonata.block.exception.filter.keep_all' shared service.
  25805.      *
  25806.      * @return \Sonata\BlockBundle\Exception\Filter\KeepAllFilter
  25807.      */
  25808.     protected function getSonata_Block_Exception_Filter_KeepAllService()
  25809.     {
  25810.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  25811.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/KeepAllFilter.php';
  25812.         return $this->services['sonata.block.exception.filter.keep_all'] = new \Sonata\BlockBundle\Exception\Filter\KeepAllFilter();
  25813.     }
  25814.     /**
  25815.      * Gets the public 'sonata.block.exception.filter.keep_none' shared service.
  25816.      *
  25817.      * @return \Sonata\BlockBundle\Exception\Filter\KeepNoneFilter
  25818.      */
  25819.     protected function getSonata_Block_Exception_Filter_KeepNoneService()
  25820.     {
  25821.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  25822.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/KeepNoneFilter.php';
  25823.         return $this->services['sonata.block.exception.filter.keep_none'] = new \Sonata\BlockBundle\Exception\Filter\KeepNoneFilter();
  25824.     }
  25825.     /**
  25826.      * Gets the public 'sonata.block.exception.renderer.inline' shared service.
  25827.      *
  25828.      * @return \Sonata\BlockBundle\Exception\Renderer\InlineRenderer
  25829.      */
  25830.     protected function getSonata_Block_Exception_Renderer_InlineService()
  25831.     {
  25832.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/RendererInterface.php';
  25833.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/InlineRenderer.php';
  25834.         return $this->services['sonata.block.exception.renderer.inline'] = new \Sonata\BlockBundle\Exception\Renderer\InlineRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), '@SonataBlock/Block/block_exception.html.twig');
  25835.     }
  25836.     /**
  25837.      * Gets the public 'sonata.block.exception.renderer.inline_debug' shared service.
  25838.      *
  25839.      * @return \Sonata\BlockBundle\Exception\Renderer\InlineDebugRenderer
  25840.      */
  25841.     protected function getSonata_Block_Exception_Renderer_InlineDebugService()
  25842.     {
  25843.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/RendererInterface.php';
  25844.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/InlineDebugRenderer.php';
  25845.         return $this->services['sonata.block.exception.renderer.inline_debug'] = new \Sonata\BlockBundle\Exception\Renderer\InlineDebugRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), '@SonataBlock/Block/block_exception_debug.html.twig'truetrue);
  25846.     }
  25847.     /**
  25848.      * Gets the public 'sonata.block.exception.renderer.throw' shared service.
  25849.      *
  25850.      * @return \Sonata\BlockBundle\Exception\Renderer\MonkeyThrowRenderer
  25851.      */
  25852.     protected function getSonata_Block_Exception_Renderer_ThrowService()
  25853.     {
  25854.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/RendererInterface.php';
  25855.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/MonkeyThrowRenderer.php';
  25856.         return $this->services['sonata.block.exception.renderer.throw'] = new \Sonata\BlockBundle\Exception\Renderer\MonkeyThrowRenderer();
  25857.     }
  25858.     /**
  25859.      * Gets the public 'sonata.block.manager' shared service.
  25860.      *
  25861.      * @return \Sonata\BlockBundle\Block\BlockServiceManager
  25862.      */
  25863.     protected function getSonata_Block_ManagerService()
  25864.     {
  25865.         $this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  25866.             'sonata.admin.block.admin_list' => ['services''sonata.admin.block.admin_list''getSonata_Admin_Block_AdminListService'false],
  25867.             'sonata.admin.block.admin_preview' => ['services''sonata.admin.block.admin_preview''getSonata_Admin_Block_AdminPreviewService'false],
  25868.             'sonata.admin.block.search_result' => ['services''sonata.admin.block.search_result''getSonata_Admin_Block_SearchResultService'false],
  25869.             'sonata.admin.block.stats' => ['services''sonata.admin.block.stats''getSonata_Admin_Block_StatsService'false],
  25870.             'sonata.block.service.container' => ['services''sonata.block.service.container''getSonata_Block_Service_ContainerService'false],
  25871.             'sonata.block.service.empty' => ['services''sonata.block.service.empty''getSonata_Block_Service_EmptyService'false],
  25872.             'sonata.block.service.menu' => ['services''sonata.block.service.menu''getSonata_Block_Service_MenuService'false],
  25873.             'sonata.block.service.rss' => ['services''sonata.block.service.rss''getSonata_Block_Service_RssService'false],
  25874.             'sonata.block.service.template' => ['services''sonata.block.service.template''getSonata_Block_Service_TemplateService'false],
  25875.             'sonata.block.service.text' => ['services''sonata.block.service.text''getSonata_Block_Service_TextService'false],
  25876.             'sonata.media.block.feature_media' => ['services''sonata.media.block.feature_media''getSonata_Media_Block_FeatureMediaService'false],
  25877.             'sonata.media.block.gallery' => ['services''sonata.media.block.gallery''getSonata_Media_Block_GalleryService'false],
  25878.             'sonata.media.block.gallery_list' => ['services''sonata.media.block.gallery_list''getSonata_Media_Block_GalleryListService'false],
  25879.             'sonata.media.block.media' => ['services''sonata.media.block.media''getSonata_Media_Block_MediaService'false],
  25880.         ], [
  25881.             'sonata.admin.block.admin_list' => '?',
  25882.             'sonata.admin.block.admin_preview' => '?',
  25883.             'sonata.admin.block.search_result' => '?',
  25884.             'sonata.admin.block.stats' => '?',
  25885.             'sonata.block.service.container' => '?',
  25886.             'sonata.block.service.empty' => '?',
  25887.             'sonata.block.service.menu' => '?',
  25888.             'sonata.block.service.rss' => '?',
  25889.             'sonata.block.service.template' => '?',
  25890.             'sonata.block.service.text' => '?',
  25891.             'sonata.media.block.feature_media' => '?',
  25892.             'sonata.media.block.gallery' => '?',
  25893.             'sonata.media.block.gallery_list' => '?',
  25894.             'sonata.media.block.media' => '?',
  25895.         ]), $this->parameters['sonata.block.container.types']);
  25896.         $instance->add('sonata.block.service.container''sonata.block.service.container', []);
  25897.         $instance->add('sonata.block.service.empty''sonata.block.service.empty', []);
  25898.         $instance->add('sonata.block.service.text''sonata.block.service.text', []);
  25899.         $instance->add('sonata.block.service.rss''sonata.block.service.rss', []);
  25900.         $instance->add('sonata.block.service.template''sonata.block.service.template', []);
  25901.         $instance->add('sonata.block.service.menu''sonata.block.service.menu', []);
  25902.         $instance->add('sonata.admin.block.admin_list''sonata.admin.block.admin_list', []);
  25903.         $instance->add('sonata.admin.block.search_result''sonata.admin.block.search_result', []);
  25904.         $instance->add('sonata.admin.block.stats''sonata.admin.block.stats', []);
  25905.         $instance->add('sonata.admin.block.admin_preview''sonata.admin.block.admin_preview', []);
  25906.         $instance->add('sonata.media.block.media''sonata.media.block.media', []);
  25907.         $instance->add('sonata.media.block.feature_media''sonata.media.block.feature_media', []);
  25908.         $instance->add('sonata.media.block.gallery''sonata.media.block.gallery', []);
  25909.         $instance->add('sonata.media.block.gallery_list''sonata.media.block.gallery_list', []);
  25910.         return $instance;
  25911.     }
  25912.     /**
  25913.      * Gets the public 'sonata.block.menu.registry' shared service.
  25914.      *
  25915.      * @return \Sonata\BlockBundle\Menu\MenuRegistry
  25916.      */
  25917.     protected function getSonata_Block_Menu_RegistryService()
  25918.     {
  25919.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Menu/MenuRegistryInterface.php';
  25920.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Menu/MenuRegistry.php';
  25921.         $this->services['sonata.block.menu.registry'] = $instance = new \Sonata\BlockBundle\Menu\MenuRegistry();
  25922.         $instance->add('sonata_admin_sidebar');
  25923.         return $instance;
  25924.     }
  25925.     /**
  25926.      * Gets the public 'sonata.block.renderer.default' shared service.
  25927.      *
  25928.      * @return \Sonata\BlockBundle\Block\BlockRenderer
  25929.      */
  25930.     protected function getSonata_Block_Renderer_DefaultService()
  25931.     {
  25932.         $a = ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService());
  25933.         if (isset($this->services['sonata.block.renderer.default'])) {
  25934.             return $this->services['sonata.block.renderer.default'];
  25935.         }
  25936.         $b = new \Sonata\BlockBundle\Exception\Strategy\StrategyManager($this, ['debug_only' => 'sonata.block.exception.filter.debug_only''ignore_block_exception' => 'sonata.block.exception.filter.ignore_block_exception''keep_all' => 'sonata.block.exception.filter.keep_all''keep_none' => 'sonata.block.exception.filter.keep_none'], ['inline' => 'sonata.block.exception.renderer.inline''inline_debug' => 'sonata.block.exception.renderer.inline_debug''throw' => 'sonata.block.exception.renderer.throw'], [], []);
  25937.         $b->setDefaultFilter('debug_only');
  25938.         $b->setDefaultRenderer('throw');
  25939.         return $this->services['sonata.block.renderer.default'] = new \Sonata\BlockBundle\Block\BlockRenderer($a$b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  25940.     }
  25941.     /**
  25942.      * Gets the public 'sonata.block.service.container' shared service.
  25943.      *
  25944.      * @return \Sonata\BlockBundle\Block\Service\ContainerBlockService
  25945.      */
  25946.     protected function getSonata_Block_Service_ContainerService()
  25947.     {
  25948.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  25949.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  25950.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/EditableBlockService.php';
  25951.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/ContainerBlockService.php';
  25952.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  25953.         if (isset($this->services['sonata.block.service.container'])) {
  25954.             return $this->services['sonata.block.service.container'];
  25955.         }
  25956.         return $this->services['sonata.block.service.container'] = new \Sonata\BlockBundle\Block\Service\ContainerBlockService($a);
  25957.     }
  25958.     /**
  25959.      * Gets the public 'sonata.block.service.empty' shared service.
  25960.      *
  25961.      * @return \Sonata\BlockBundle\Block\Service\EmptyBlockService
  25962.      */
  25963.     protected function getSonata_Block_Service_EmptyService()
  25964.     {
  25965.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  25966.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  25967.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/EmptyBlockService.php';
  25968.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  25969.         if (isset($this->services['sonata.block.service.empty'])) {
  25970.             return $this->services['sonata.block.service.empty'];
  25971.         }
  25972.         return $this->services['sonata.block.service.empty'] = new \Sonata\BlockBundle\Block\Service\EmptyBlockService($a);
  25973.     }
  25974.     /**
  25975.      * Gets the public 'sonata.block.service.menu' shared service.
  25976.      *
  25977.      * @return \Sonata\BlockBundle\Block\Service\MenuBlockService
  25978.      */
  25979.     protected function getSonata_Block_Service_MenuService()
  25980.     {
  25981.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  25982.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  25983.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/EditableBlockService.php';
  25984.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractMenuBlockService.php';
  25985.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/MenuBlockService.php';
  25986.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  25987.         if (isset($this->services['sonata.block.service.menu'])) {
  25988.             return $this->services['sonata.block.service.menu'];
  25989.         }
  25990.         $b = ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService());
  25991.         if (isset($this->services['sonata.block.service.menu'])) {
  25992.             return $this->services['sonata.block.service.menu'];
  25993.         }
  25994.         return $this->services['sonata.block.service.menu'] = new \Sonata\BlockBundle\Block\Service\MenuBlockService($a$b, ($this->services['sonata.block.menu.registry'] ?? $this->getSonata_Block_Menu_RegistryService()));
  25995.     }
  25996.     /**
  25997.      * Gets the public 'sonata.block.service.rss' shared service.
  25998.      *
  25999.      * @return \Sonata\BlockBundle\Block\Service\RssBlockService
  26000.      */
  26001.     protected function getSonata_Block_Service_RssService()
  26002.     {
  26003.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  26004.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  26005.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/EditableBlockService.php';
  26006.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/RssBlockService.php';
  26007.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  26008.         if (isset($this->services['sonata.block.service.rss'])) {
  26009.             return $this->services['sonata.block.service.rss'];
  26010.         }
  26011.         return $this->services['sonata.block.service.rss'] = new \Sonata\BlockBundle\Block\Service\RssBlockService($a);
  26012.     }
  26013.     /**
  26014.      * Gets the public 'sonata.block.service.template' shared service.
  26015.      *
  26016.      * @return \Sonata\BlockBundle\Block\Service\TemplateBlockService
  26017.      */
  26018.     protected function getSonata_Block_Service_TemplateService()
  26019.     {
  26020.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  26021.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  26022.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/EditableBlockService.php';
  26023.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/TemplateBlockService.php';
  26024.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  26025.         if (isset($this->services['sonata.block.service.template'])) {
  26026.             return $this->services['sonata.block.service.template'];
  26027.         }
  26028.         return $this->services['sonata.block.service.template'] = new \Sonata\BlockBundle\Block\Service\TemplateBlockService($a);
  26029.     }
  26030.     /**
  26031.      * Gets the public 'sonata.block.service.text' shared service.
  26032.      *
  26033.      * @return \Sonata\BlockBundle\Block\Service\TextBlockService
  26034.      */
  26035.     protected function getSonata_Block_Service_TextService()
  26036.     {
  26037.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  26038.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  26039.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/EditableBlockService.php';
  26040.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/TextBlockService.php';
  26041.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  26042.         if (isset($this->services['sonata.block.service.text'])) {
  26043.             return $this->services['sonata.block.service.text'];
  26044.         }
  26045.         return $this->services['sonata.block.service.text'] = new \Sonata\BlockBundle\Block\Service\TextBlockService($a);
  26046.     }
  26047.     /**
  26048.      * Gets the public 'sonata.doctrine.model.adapter.chain' shared service.
  26049.      *
  26050.      * @return \Sonata\Doctrine\Adapter\AdapterChain
  26051.      */
  26052.     protected function getSonata_Doctrine_Model_Adapter_ChainService()
  26053.     {
  26054.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/AdapterInterface.php';
  26055.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/AdapterChain.php';
  26056.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/ORM/DoctrineORMAdapter.php';
  26057.         $this->services['sonata.doctrine.model.adapter.chain'] = $instance = new \Sonata\Doctrine\Adapter\AdapterChain();
  26058.         $instance->addAdapter(new \Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter(($this->services['doctrine'] ?? $this->getDoctrineService())));
  26059.         return $instance;
  26060.     }
  26061.     /**
  26062.      * Gets the public 'sonata.exporter.exporter' shared service.
  26063.      *
  26064.      * @return \Sonata\Exporter\Exporter
  26065.      */
  26066.     protected function getSonata_Exporter_ExporterService()
  26067.     {
  26068.         include_once \dirname(__DIR__4).'/vendor/sonata-project/exporter/src/ExporterInterface.php';
  26069.         include_once \dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Exporter.php';
  26070.         include_once \dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Writer/WriterInterface.php';
  26071.         include_once \dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Writer/TypedWriterInterface.php';
  26072.         include_once \dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Writer/CsvWriter.php';
  26073.         include_once \dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Writer/JsonWriter.php';
  26074.         include_once \dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Writer/XlsWriter.php';
  26075.         include_once \dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Writer/XlsxWriter.php';
  26076.         include_once \dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Writer/XmlWriter.php';
  26077.         $this->services['sonata.exporter.exporter'] = $instance = new \Sonata\Exporter\Exporter();
  26078.         $instance->addWriter(new \Sonata\Exporter\Writer\CsvWriter('php://output'',''"''\\'truefalse));
  26079.         $instance->addWriter(new \Sonata\Exporter\Writer\JsonWriter('php://output'));
  26080.         $instance->addWriter(new \Sonata\Exporter\Writer\XlsWriter('php://output'true));
  26081.         $instance->addWriter(new \Sonata\Exporter\Writer\XlsxWriter('php://output'truetrue));
  26082.         $instance->addWriter(new \Sonata\Exporter\Writer\XmlWriter('php://output''datas''data'));
  26083.         return $instance;
  26084.     }
  26085.     /**
  26086.      * Gets the public 'sonata.media.action.media_download' shared service.
  26087.      *
  26088.      * @return \Sonata\MediaBundle\Action\MediaDownloadAction
  26089.      */
  26090.     protected function getSonata_Media_Action_MediaDownloadService()
  26091.     {
  26092.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Action/MediaDownloadAction.php';
  26093.         return $this->services['sonata.media.action.media_download'] = new \Sonata\MediaBundle\Action\MediaDownloadAction(($this->privates['sonata.media.manager.media'] ?? $this->getSonata_Media_Manager_MediaService()), ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService()));
  26094.     }
  26095.     /**
  26096.      * Gets the public 'sonata.media.admin.gallery.template_registry' shared service.
  26097.      *
  26098.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  26099.      */
  26100.     protected function getSonata_Media_Admin_Gallery_TemplateRegistryService()
  26101.     {
  26102.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  26103.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  26104.         return $this->services['sonata.media.admin.gallery.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry(['layout' => '@Admin/admin/standard_layout.html.twig''edit' => '@Admin/admin/CRUD/edit.html.twig''dashboard' => '@Admin/dashboard.html.twig''user_block' => '@SonataAdmin/Core/user_block.html.twig''add_block' => '@SonataAdmin/Core/add_block.html.twig''ajax' => '@SonataAdmin/ajax_layout.html.twig''search' => '@SonataAdmin/Core/search.html.twig''list' => '@SonataMedia/GalleryAdmin/list.html.twig''filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig''show' => '@SonataAdmin/CRUD/show.html.twig''show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig''preview' => '@SonataAdmin/CRUD/preview.html.twig''history' => '@SonataAdmin/CRUD/history.html.twig''acl' => '@SonataAdmin/CRUD/acl.html.twig''history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig''action' => '@SonataAdmin/CRUD/action.html.twig''select' => '@SonataAdmin/CRUD/list__select.html.twig''list_block' => '@SonataAdmin/Block/block_admin_list.html.twig''search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig''short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig''delete' => '@SonataAdmin/CRUD/delete.html.twig''batch' => '@SonataAdmin/CRUD/list__batch.html.twig''batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig''inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig''outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig''outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig''outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig''base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig''pager_links' => '@SonataAdmin/Pager/links.html.twig''pager_results' => '@SonataAdmin/Pager/results.html.twig''tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig''knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig''action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig''button_acl' => '@SonataAdmin/Button/acl_button.html.twig''button_create' => '@SonataAdmin/Button/create_button.html.twig''button_edit' => '@SonataAdmin/Button/edit_button.html.twig''button_history' => '@SonataAdmin/Button/history_button.html.twig''button_list' => '@SonataAdmin/Button/list_button.html.twig''button_show' => '@SonataAdmin/Button/show_button.html.twig''form_theme' => [], 'filter_theme' => []]);
  26105.     }
  26106.     /**
  26107.      * Gets the public 'sonata.media.admin.gallery_item.template_registry' shared service.
  26108.      *
  26109.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  26110.      */
  26111.     protected function getSonata_Media_Admin_GalleryItem_TemplateRegistryService()
  26112.     {
  26113.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  26114.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  26115.         return $this->services['sonata.media.admin.gallery_item.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  26116.     }
  26117.     /**
  26118.      * Gets the public 'sonata.media.admin.media.template_registry' shared service.
  26119.      *
  26120.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  26121.      */
  26122.     protected function getSonata_Media_Admin_Media_TemplateRegistryService()
  26123.     {
  26124.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  26125.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  26126.         return $this->services['sonata.media.admin.media.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry(['layout' => '@Admin/admin/standard_layout.html.twig''edit' => '@SonataMedia/MediaAdmin/edit.html.twig''dashboard' => '@Admin/dashboard.html.twig''user_block' => '@SonataAdmin/Core/user_block.html.twig''add_block' => '@SonataAdmin/Core/add_block.html.twig''ajax' => '@SonataAdmin/ajax_layout.html.twig''search' => '@SonataAdmin/Core/search.html.twig''list' => '@SonataMedia/MediaAdmin/list.html.twig''filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig''show' => '@SonataAdmin/CRUD/show.html.twig''show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig''preview' => '@SonataAdmin/CRUD/preview.html.twig''history' => '@SonataAdmin/CRUD/history.html.twig''acl' => '@SonataAdmin/CRUD/acl.html.twig''history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig''action' => '@SonataAdmin/CRUD/action.html.twig''select' => '@SonataAdmin/CRUD/list__select.html.twig''list_block' => '@SonataAdmin/Block/block_admin_list.html.twig''search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig''short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig''delete' => '@SonataAdmin/CRUD/delete.html.twig''batch' => '@SonataAdmin/CRUD/list__batch.html.twig''batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig''inner_list_row' => '@SonataMedia/MediaAdmin/inner_row_media.html.twig''outer_list_rows_mosaic' => '@SonataMedia/MediaAdmin/list_outer_rows_mosaic.html.twig''outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig''outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig''base_list_field' => '@SonataAdmin/CRUD/base_list_flat_field.html.twig''pager_links' => '@SonataAdmin/Pager/links.html.twig''pager_results' => '@SonataAdmin/Pager/results.html.twig''tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig''knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig''action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig''button_acl' => '@SonataAdmin/Button/acl_button.html.twig''button_create' => '@SonataAdmin/Button/create_button.html.twig''button_edit' => '@SonataAdmin/Button/edit_button.html.twig''button_history' => '@SonataAdmin/Button/history_button.html.twig''button_list' => '@SonataAdmin/Button/list_button.html.twig''button_show' => '@SonataAdmin/Button/show_button.html.twig''form_theme' => [], 'filter_theme' => []]);
  26127.     }
  26128.     /**
  26129.      * Gets the public 'sonata.media.block.feature_media' shared service.
  26130.      *
  26131.      * @return \Sonata\MediaBundle\Block\FeatureMediaBlockService
  26132.      */
  26133.     protected function getSonata_Media_Block_FeatureMediaService()
  26134.     {
  26135.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  26136.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  26137.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/EditableBlockService.php';
  26138.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Block/FeatureMediaBlockService.php';
  26139.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  26140.         if (isset($this->services['sonata.media.block.feature_media'])) {
  26141.             return $this->services['sonata.media.block.feature_media'];
  26142.         }
  26143.         $b = ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService());
  26144.         if (isset($this->services['sonata.media.block.feature_media'])) {
  26145.             return $this->services['sonata.media.block.feature_media'];
  26146.         }
  26147.         return $this->services['sonata.media.block.feature_media'] = new \Sonata\MediaBundle\Block\FeatureMediaBlockService($a$b, (isset($this->factories['service_container']['sonata.media.admin.media']) ? $this->factories['service_container']['sonata.media.admin.media']() : $this->getSonata_Media_Admin_MediaService()), ($this->privates['sonata.media.manager.media'] ?? $this->getSonata_Media_Manager_MediaService()));
  26148.     }
  26149.     /**
  26150.      * Gets the public 'sonata.media.block.gallery' shared service.
  26151.      *
  26152.      * @return \Sonata\MediaBundle\Block\GalleryBlockService
  26153.      */
  26154.     protected function getSonata_Media_Block_GalleryService()
  26155.     {
  26156.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  26157.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  26158.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/EditableBlockService.php';
  26159.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Block/GalleryBlockService.php';
  26160.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  26161.         if (isset($this->services['sonata.media.block.gallery'])) {
  26162.             return $this->services['sonata.media.block.gallery'];
  26163.         }
  26164.         $b = ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService());
  26165.         if (isset($this->services['sonata.media.block.gallery'])) {
  26166.             return $this->services['sonata.media.block.gallery'];
  26167.         }
  26168.         return $this->services['sonata.media.block.gallery'] = new \Sonata\MediaBundle\Block\GalleryBlockService($a$b, (isset($this->factories['service_container']['sonata.media.admin.gallery']) ? $this->factories['service_container']['sonata.media.admin.gallery']() : $this->getSonata_Media_Admin_GalleryService()), ($this->privates['sonata.media.manager.gallery'] ?? $this->getSonata_Media_Manager_GalleryService()));
  26169.     }
  26170.     /**
  26171.      * Gets the public 'sonata.media.block.gallery_list' shared service.
  26172.      *
  26173.      * @return \Sonata\MediaBundle\Block\GalleryListBlockService
  26174.      */
  26175.     protected function getSonata_Media_Block_GalleryListService()
  26176.     {
  26177.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  26178.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  26179.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/EditableBlockService.php';
  26180.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Block/GalleryListBlockService.php';
  26181.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  26182.         if (isset($this->services['sonata.media.block.gallery_list'])) {
  26183.             return $this->services['sonata.media.block.gallery_list'];
  26184.         }
  26185.         $b = ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService());
  26186.         if (isset($this->services['sonata.media.block.gallery_list'])) {
  26187.             return $this->services['sonata.media.block.gallery_list'];
  26188.         }
  26189.         return $this->services['sonata.media.block.gallery_list'] = new \Sonata\MediaBundle\Block\GalleryListBlockService($a, ($this->privates['sonata.media.manager.gallery'] ?? $this->getSonata_Media_Manager_GalleryService()), $b);
  26190.     }
  26191.     /**
  26192.      * Gets the public 'sonata.media.block.media' shared service.
  26193.      *
  26194.      * @return \Sonata\MediaBundle\Block\MediaBlockService
  26195.      */
  26196.     protected function getSonata_Media_Block_MediaService()
  26197.     {
  26198.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  26199.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  26200.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/EditableBlockService.php';
  26201.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Block/MediaBlockService.php';
  26202.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  26203.         if (isset($this->services['sonata.media.block.media'])) {
  26204.             return $this->services['sonata.media.block.media'];
  26205.         }
  26206.         $b = ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService());
  26207.         if (isset($this->services['sonata.media.block.media'])) {
  26208.             return $this->services['sonata.media.block.media'];
  26209.         }
  26210.         return $this->services['sonata.media.block.media'] = new \Sonata\MediaBundle\Block\MediaBlockService($a$b, (isset($this->factories['service_container']['sonata.media.admin.media']) ? $this->factories['service_container']['sonata.media.admin.media']() : $this->getSonata_Media_Admin_MediaService()), ($this->privates['sonata.media.manager.media'] ?? $this->getSonata_Media_Manager_MediaService()));
  26211.     }
  26212.     /**
  26213.      * Gets the public 'sonata.media.controller.gallery.admin' shared service.
  26214.      *
  26215.      * @return \Sonata\MediaBundle\Controller\GalleryAdminController
  26216.      */
  26217.     protected function getSonata_Media_Controller_Gallery_AdminService()
  26218.     {
  26219.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  26220.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  26221.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Controller/GalleryAdminController.php';
  26222.         $this->services['sonata.media.controller.gallery.admin'] = $instance = new \Sonata\MediaBundle\Controller\GalleryAdminController();
  26223.         $instance->setContainer(($this->privates['.service_locator.3CTLkIg'] ?? $this->get_ServiceLocator_3CTLkIgService())->withContext('sonata.media.controller.gallery.admin'$this));
  26224.         return $instance;
  26225.     }
  26226.     /**
  26227.      * Gets the public 'sonata.media.controller.media.admin' shared service.
  26228.      *
  26229.      * @return \Sonata\MediaBundle\Controller\MediaAdminController
  26230.      */
  26231.     protected function getSonata_Media_Controller_Media_AdminService()
  26232.     {
  26233.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  26234.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  26235.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Controller/MediaAdminController.php';
  26236.         $this->services['sonata.media.controller.media.admin'] = $instance = new \Sonata\MediaBundle\Controller\MediaAdminController();
  26237.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  26238.             'controller_resolver' => ['privates''debug.controller_resolver''getDebug_ControllerResolverService'false],
  26239.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  26240.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  26241.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  26242.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  26243.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  26244.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  26245.             'router' => ['services''router''getRouterService'false],
  26246.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  26247.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  26248.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  26249.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  26250.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  26251.             'sonata.admin.admin_exporter' => ['privates''sonata.admin.admin_exporter''getSonata_Admin_AdminExporterService'false],
  26252.             'sonata.admin.audit.manager' => ['privates''sonata.admin.audit.manager''getSonata_Admin_Audit_ManagerService'false],
  26253.             'sonata.admin.object.manipulator.acl.admin' => ['privates''sonata.admin.object.manipulator.acl.admin''getSonata_Admin_Object_Manipulator_Acl_AdminService'false],
  26254.             'sonata.admin.pool' => ['privates''sonata.admin.pool''getSonata_Admin_PoolService'false],
  26255.             'sonata.admin.request.fetcher' => ['privates''sonata.admin.request.fetcher''getSonata_Admin_Request_FetcherService'false],
  26256.             'sonata.exporter.exporter' => ['services''sonata.exporter.exporter''getSonata_Exporter_ExporterService'false],
  26257.             'sonata.media.pool' => ['services''sonata.media.pool''getSonata_Media_PoolService'false],
  26258.             'translator' => ['services''translator''getTranslatorService'false],
  26259.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  26260.         ], [
  26261.             'controller_resolver' => '?',
  26262.             'doctrine' => '?',
  26263.             'form.factory' => '?',
  26264.             'http_kernel' => '?',
  26265.             'logger' => '?',
  26266.             'parameter_bag' => '?',
  26267.             'request_stack' => '?',
  26268.             'router' => '?',
  26269.             'security.authorization_checker' => '?',
  26270.             'security.csrf.token_manager' => '?',
  26271.             'security.token_storage' => '?',
  26272.             'serializer' => '?',
  26273.             'session' => '.session.deprecated',
  26274.             'sonata.admin.admin_exporter' => '?',
  26275.             'sonata.admin.audit.manager' => '?',
  26276.             'sonata.admin.object.manipulator.acl.admin' => '?',
  26277.             'sonata.admin.pool' => '?',
  26278.             'sonata.admin.request.fetcher' => '?',
  26279.             'sonata.exporter.exporter' => '?',
  26280.             'sonata.media.pool' => '?',
  26281.             'translator' => '?',
  26282.             'twig' => '?',
  26283.         ]))->withContext('sonata.media.controller.media.admin'$this));
  26284.         return $instance;
  26285.     }
  26286.     /**
  26287.      * Gets the public 'sonata.media.pool' shared service.
  26288.      *
  26289.      * @return \Sonata\MediaBundle\Provider\Pool
  26290.      */
  26291.     protected function getSonata_Media_PoolService()
  26292.     {
  26293.         $this->services['sonata.media.pool'] = $instance = new \Sonata\MediaBundle\Provider\Pool('default');
  26294.         $a = ($this->privates['sonata.media.filesystem.local'] ?? $this->getSonata_Media_Filesystem_LocalService());
  26295.         $b = ($this->privates['sonata.media.cdn.server'] ?? ($this->privates['sonata.media.cdn.server'] = new \Sonata\MediaBundle\CDN\Server('uploads/media')));
  26296.         $c = ($this->privates['sonata.media.generator.default'] ?? ($this->privates['sonata.media.generator.default'] = new \Sonata\MediaBundle\Generator\IdGenerator()));
  26297.         $d = ($this->privates['sonata.media.thumbnail.format'] ?? $this->getSonata_Media_Thumbnail_FormatService());
  26298.         $e = ($this->privates['sonata.media.metadata.proxy'] ?? $this->getSonata_Media_Metadata_ProxyService());
  26299.         $f = new \Sonata\MediaBundle\Provider\FileProvider('sonata.media.provider.file'$a$b$c$d, [=> 'pdf'=> 'txt'=> 'rtf'=> 'doc'=> 'docx'=> 'xls'=> 'xlsx'=> 'ppt'=> 'pttx'=> 'odt'10 => 'odg'11 => 'odp'12 => 'ods'13 => 'odc'14 => 'odf'15 => 'odb'16 => 'csv'17 => 'xml'18 => 'vcf'], [=> 'application/pdf'=> 'application/x-pdf'=> 'application/rtf'=> 'text/html'=> 'text/rtf'=> 'text/plain'=> 'text/vcard'], $e);
  26300.         $f->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig''helper_view' => '@SonataMedia/Provider/view_file.html.twig']);
  26301.         $f->addFormat('default_small', ['width' => 400'quality' => 80'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26302.         $f->addFormat('default_prew', ['width' => 369'quality' => 80'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26303.         $f->addFormat('default_big', ['width' => 800'quality' => 80'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26304.         $f->addFormat('admin'$this->parameters['sonata.media.admin_format']);
  26305.         $g = new \Symfony\Component\HttpClient\Psr18Client();
  26306.         $h = new \Nyholm\Psr7\Factory\Psr17Factory();
  26307.         $i = new \Sonata\MediaBundle\Provider\YouTubeProvider('sonata.media.provider.youtube'$a$b$c$d$g$h$efalse);
  26308.         $j = ($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService());
  26309.         $i->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig''helper_view' => '@SonataMedia/Provider/view_youtube.html.twig']);
  26310.         $i->addFormat('default_small', ['width' => 400'quality' => 80'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26311.         $i->addFormat('default_prew', ['width' => 369'quality' => 80'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26312.         $i->addFormat('default_big', ['width' => 800'quality' => 80'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26313.         $i->addFormat('dc_car_video_preview', ['width' => 360'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26314.         $i->addFormat('dc_car_video_big', ['width' => 790'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26315.         $i->addFormat('dc_car_gallery_big', ['width' => 1141'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26316.         $i->addFormat('dc_car_gallery_hd', ['width' => 1920'quality' => 90'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26317.         $i->addFormat('dc_car_gallery_slider', ['width' => 581'quality' => 90'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26318.         $i->addFormat('dc_car_gallery_slider2', ['width' => 1441'quality' => 90'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26319.         $i->addFormat('dc_car_gallery_slider2_mob', ['width' => 768'quality' => 90'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26320.         $i->addFormat('dc_car_gallery_new_slider', ['width' => 870'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26321.         $i->addFormat('dc_car_gallery_slider_prev', ['width' => 140'quality' => 80'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26322.         $i->addFormat('dc_car_gallery_small', ['width' => 286'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26323.         $i->addFormat('dc_configurator_color', ['width' => 140'quality' => 80'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26324.         $i->addFormat('dc_site_slider', ['width' => 1441'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26325.         $i->addFormat('dc_site_slider_small', ['width' => 400'quality' => 90'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26326.         $i->addFormat('dc_site_slider_medium', ['width' => 768'quality' => 90'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26327.         $i->addFormat('dc_site_menu', ['width' => 190'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26328.         $i->addFormat('dc_site_small', ['width' => 270'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26329.         $i->addFormat('dc_site_small_in_stock', ['width' => 320'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26330.         $i->addFormat('dc_site_big', ['width' => 570'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26331.         $i->addFormat('shop_preview', ['width' => 228'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26332.         $i->addFormat('shop_preview_second', ['width' => 228'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26333.         $i->setResizer($j);
  26334.         $i->addFormat('admin'$this->parameters['sonata.media.admin_format']);
  26335.         $k = new \Sonata\MediaBundle\Provider\DailyMotionProvider('sonata.media.provider.dailymotion'$a$b$c$d$g$h$e);
  26336.         $k->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig''helper_view' => '@SonataMedia/Provider/view_dailymotion.html.twig']);
  26337.         $k->addFormat('default_small', ['width' => 400'quality' => 80'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26338.         $k->addFormat('default_prew', ['width' => 369'quality' => 80'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26339.         $k->addFormat('default_big', ['width' => 800'quality' => 80'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26340.         $k->setResizer($j);
  26341.         $k->addFormat('admin'$this->parameters['sonata.media.admin_format']);
  26342.         $l = new \Sonata\MediaBundle\Provider\VimeoProvider('sonata.media.provider.vimeo'$a$b$c$d$g$h$e);
  26343.         $l->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig''helper_view' => '@SonataMedia/Provider/view_vimeo.html.twig']);
  26344.         $l->addFormat('default_small', ['width' => 400'quality' => 80'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26345.         $l->addFormat('default_prew', ['width' => 369'quality' => 80'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26346.         $l->addFormat('default_big', ['width' => 800'quality' => 80'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26347.         $l->addFormat('dc_car_gallery_big', ['width' => 1141'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26348.         $l->addFormat('dc_car_gallery_hd', ['width' => 1920'quality' => 90'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26349.         $l->addFormat('dc_car_gallery_slider', ['width' => 581'quality' => 90'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26350.         $l->addFormat('dc_car_gallery_slider2', ['width' => 1441'quality' => 90'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26351.         $l->addFormat('dc_car_gallery_slider2_mob', ['width' => 768'quality' => 90'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26352.         $l->addFormat('dc_car_gallery_new_slider', ['width' => 870'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26353.         $l->addFormat('dc_car_gallery_slider_prev', ['width' => 140'quality' => 80'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26354.         $l->addFormat('dc_car_gallery_small', ['width' => 286'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26355.         $l->addFormat('dc_site_slider', ['width' => 1441'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26356.         $l->addFormat('dc_site_slider_small', ['width' => 400'quality' => 90'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26357.         $l->addFormat('dc_site_slider_medium', ['width' => 768'quality' => 90'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26358.         $l->addFormat('dc_site_menu', ['width' => 190'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26359.         $l->addFormat('dc_site_small', ['width' => 270'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26360.         $l->addFormat('dc_site_small_in_stock', ['width' => 320'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26361.         $l->addFormat('dc_site_big', ['width' => 570'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26362.         $l->addFormat('shop_preview', ['width' => 228'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26363.         $l->addFormat('shop_preview_second', ['width' => 228'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26364.         $l->setResizer($j);
  26365.         $l->addFormat('admin'$this->parameters['sonata.media.admin_format']);
  26366.         $instance->addContext('default', [=> 'sonata.media.provider.dailymotion'=> 'sonata.media.provider.youtube'=> 'sonata.media.provider.image'=> 'sonata.media.provider.file'=> 'sonata.media.provider.vimeo'], ['default_small' => ['width' => 400'quality' => 80'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []], 'default_prew' => ['width' => 369'quality' => 80'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []], 'default_big' => ['width' => 800'quality' => 80'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]], ['strategy' => 'sonata.media.security.superadmin_strategy''mode' => 'http']);
  26367.         $instance->addContext('insurance', [=> 'sonata.media.provider.image'], ['insurance_post_preview' => ['width' => 358'quality' => 80'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []], 'insurance_post_full' => ['width' => 730'quality' => 80'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []], 'insurance_reviews' => ['width' => 730'quality' => 80'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]], ['strategy' => 'sonata.media.security.superadmin_strategy''mode' => 'http']);
  26368.         $instance->addContext('dc_car_video', [=> 'sonata.media.provider.youtube'], ['dc_car_video_preview' => ['width' => 360'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []], 'dc_car_video_big' => ['width' => 790'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]], ['strategy' => 'sonata.media.security.superadmin_strategy''mode' => 'http']);
  26369.         $instance->addContext('dc_car_gallery', [=> 'sonata.media.provider.youtube'=> 'sonata.media.provider.image'=> 'sonata.media.provider.vimeo'], ['dc_car_gallery_big' => ['width' => 1141'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []], 'dc_car_gallery_hd' => ['width' => 1920'quality' => 90'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []], 'dc_car_gallery_slider' => ['width' => 581'quality' => 90'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []], 'dc_car_gallery_slider2' => ['width' => 1441'quality' => 90'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []], 'dc_car_gallery_slider2_mob' => ['width' => 768'quality' => 90'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []], 'dc_car_gallery_new_slider' => ['width' => 870'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []], 'dc_car_gallery_slider_prev' => ['width' => 140'quality' => 80'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []], 'dc_car_gallery_small' => ['width' => 286'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]], ['strategy' => 'sonata.media.security.superadmin_strategy''mode' => 'http']);
  26370.         $instance->addContext('dc_configurator', [=> 'sonata.media.provider.youtube'=> 'sonata.media.provider.image'], ['dc_configurator_color' => ['width' => 140'quality' => 80'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]], ['strategy' => 'sonata.media.security.superadmin_strategy''mode' => 'http']);
  26371.         $instance->addContext('dc_brand', [=> 'sonata.media.provider.image'], ['dc_brand_menu' => ['width' => 100'quality' => 90'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]], ['strategy' => 'sonata.media.security.superadmin_strategy''mode' => 'http']);
  26372.         $instance->addContext('dc_site', [=> 'sonata.media.provider.youtube'=> 'sonata.media.provider.image'=> 'sonata.media.provider.vimeo'], ['dc_site_slider' => ['width' => 1441'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []], 'dc_site_slider_small' => ['width' => 400'quality' => 90'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []], 'dc_site_slider_medium' => ['width' => 768'quality' => 90'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []], 'dc_site_menu' => ['width' => 190'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []], 'dc_site_small' => ['width' => 270'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []], 'dc_site_small_in_stock' => ['width' => 320'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []], 'dc_site_big' => ['width' => 570'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]], ['strategy' => 'sonata.media.security.superadmin_strategy''mode' => 'http']);
  26373.         $instance->addContext('shop', [=> 'sonata.media.provider.youtube'=> 'sonata.media.provider.image'=> 'sonata.media.provider.vimeo'], ['shop_preview' => ['width' => 228'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []], 'shop_preview_second' => ['width' => 228'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]], ['strategy' => 'sonata.media.security.superadmin_strategy''mode' => 'http']);
  26374.         $instance->addContext('dc_file', [=> 'sonata.media.provider.file'], [], ['strategy' => 'sonata.media.security.superadmin_strategy''mode' => 'http']);
  26375.         $instance->addDownloadStrategy('sonata.media.security.superadmin_strategy', new \Sonata\MediaBundle\Security\RolesDownloadStrategy(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), [=> 'ROLE_ADMIN'=> 'ROLE_SUPER_ADMIN']));
  26376.         $instance->addProvider('sonata.media.provider.image', ($this->services['sonata.media.provider.image'] ?? $this->getSonata_Media_Provider_ImageService()));
  26377.         $instance->addProvider('sonata.media.provider.file'$f);
  26378.         $instance->addProvider('sonata.media.provider.youtube'$i);
  26379.         $instance->addProvider('sonata.media.provider.dailymotion'$k);
  26380.         $instance->addProvider('sonata.media.provider.vimeo'$l);
  26381.         return $instance;
  26382.     }
  26383.     /**
  26384.      * Gets the public 'sonata.media.provider.image' shared service.
  26385.      *
  26386.      * @return \CoreBundle\Services\ImageProviderVidi
  26387.      */
  26388.     protected function getSonata_Media_Provider_ImageService()
  26389.     {
  26390.         $a = ($this->privates['sonata.media.thumbnail.format'] ?? $this->getSonata_Media_Thumbnail_FormatService());
  26391.         if (isset($this->services['sonata.media.provider.image'])) {
  26392.             return $this->services['sonata.media.provider.image'];
  26393.         }
  26394.         $this->services['sonata.media.provider.image'] = $instance = new \CoreBundle\Services\ImageProviderVidi('sonata.media.provider.image', ($this->privates['sonata.media.filesystem.local'] ?? $this->getSonata_Media_Filesystem_LocalService()), ($this->privates['sonata.media.cdn.server'] ?? ($this->privates['sonata.media.cdn.server'] = new \Sonata\MediaBundle\CDN\Server('uploads/media'))), ($this->privates['sonata.media.generator.default'] ?? ($this->privates['sonata.media.generator.default'] = new \Sonata\MediaBundle\Generator\IdGenerator())), $a, [=> 'gif'=> 'svg'=> 'jpg'=> 'jpeg'=> 'png'], [=> 'image/svg+xml'=> 'image/gif'=> 'image/jpeg'=> 'image/pjpeg'=> 'image/png']);
  26395.         $instance->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig''helper_view' => '@SonataMedia/Provider/view_image.html.twig']);
  26396.         $instance->addFormat('default_small', ['width' => 400'quality' => 80'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26397.         $instance->addFormat('default_prew', ['width' => 369'quality' => 80'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26398.         $instance->addFormat('default_big', ['width' => 800'quality' => 80'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26399.         $instance->addFormat('insurance_post_preview', ['width' => 358'quality' => 80'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26400.         $instance->addFormat('insurance_post_full', ['width' => 730'quality' => 80'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26401.         $instance->addFormat('insurance_reviews', ['width' => 730'quality' => 80'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26402.         $instance->addFormat('dc_car_gallery_big', ['width' => 1141'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26403.         $instance->addFormat('dc_car_gallery_hd', ['width' => 1920'quality' => 90'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26404.         $instance->addFormat('dc_car_gallery_slider', ['width' => 581'quality' => 90'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26405.         $instance->addFormat('dc_car_gallery_slider2', ['width' => 1441'quality' => 90'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26406.         $instance->addFormat('dc_car_gallery_slider2_mob', ['width' => 768'quality' => 90'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26407.         $instance->addFormat('dc_car_gallery_new_slider', ['width' => 870'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26408.         $instance->addFormat('dc_car_gallery_slider_prev', ['width' => 140'quality' => 80'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26409.         $instance->addFormat('dc_car_gallery_small', ['width' => 286'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26410.         $instance->addFormat('dc_configurator_color', ['width' => 140'quality' => 80'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26411.         $instance->addFormat('dc_brand_menu', ['width' => 100'quality' => 90'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26412.         $instance->addFormat('dc_site_slider', ['width' => 1441'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26413.         $instance->addFormat('dc_site_slider_small', ['width' => 400'quality' => 90'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26414.         $instance->addFormat('dc_site_slider_medium', ['width' => 768'quality' => 90'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26415.         $instance->addFormat('dc_site_menu', ['width' => 190'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26416.         $instance->addFormat('dc_site_small', ['width' => 270'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26417.         $instance->addFormat('dc_site_small_in_stock', ['width' => 320'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26418.         $instance->addFormat('dc_site_big', ['width' => 570'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26419.         $instance->addFormat('shop_preview', ['width' => 228'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26420.         $instance->addFormat('shop_preview_second', ['width' => 228'quality' => 100'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  26421.         $instance->setResizer(($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService()));
  26422.         $instance->addFormat('admin'$this->parameters['sonata.media.admin_format']);
  26423.         return $instance;
  26424.     }
  26425.     /**
  26426.      * Gets the public 'sonata.media.twig.extension' shared service.
  26427.      *
  26428.      * @return \CoreBundle\Services\MediaExtensionVidi
  26429.      */
  26430.     protected function getSonata_Media_Twig_ExtensionService()
  26431.     {
  26432.         $a = ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService());
  26433.         if (isset($this->services['sonata.media.twig.extension'])) {
  26434.             return $this->services['sonata.media.twig.extension'];
  26435.         }
  26436.         return $this->services['sonata.media.twig.extension'] = new \CoreBundle\Services\MediaExtensionVidi($a);
  26437.     }
  26438.     /**
  26439.      * Gets the public 'sonata.twig.flashmessage.manager' shared service.
  26440.      *
  26441.      * @return \Sonata\Twig\FlashMessage\FlashManager
  26442.      */
  26443.     protected function getSonata_Twig_Flashmessage_ManagerService()
  26444.     {
  26445.         include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/FlashMessage/FlashManagerInterface.php';
  26446.         include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/FlashMessage/FlashManager.php';
  26447.         return $this->services['sonata.twig.flashmessage.manager'] = new \Sonata\Twig\FlashMessage\FlashManager(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['success' => [=> 'success'=> 'sonata_flash_success'=> 'sonata_user_success'], 'warning' => [=> 'warning'=> 'sonata_flash_info'], 'danger' => [=> 'error'=> 'sonata_flash_error'=> 'sonata_user_error']], ['success' => 'success''warning' => 'warning''danger' => 'danger']);
  26448.     }
  26449.     /**
  26450.      * Gets the public 'sonata.twig.flashmessage.twig.extension' shared service.
  26451.      *
  26452.      * @return \Sonata\Twig\Extension\FlashMessageExtension
  26453.      */
  26454.     protected function getSonata_Twig_Flashmessage_Twig_ExtensionService()
  26455.     {
  26456.         return $this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension();
  26457.     }
  26458.     /**
  26459.      * Gets the public 'telegram.bot' shared service.
  26460.      *
  26461.      * @return \BmpGatewayBundle\Component\Telegram\Bot\AssistanceBot
  26462.      */
  26463.     protected function getTelegram_BotService()
  26464.     {
  26465.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Component/Telegram/Bot/AbstractBot.php';
  26466.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Component/Telegram/Bot/AssistanceBot.php';
  26467.         $a = ($this->services['telegram.sender'] ?? $this->getTelegram_SenderService());
  26468.         if (isset($this->services['telegram.bot'])) {
  26469.             return $this->services['telegram.bot'];
  26470.         }
  26471.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  26472.         if (isset($this->services['telegram.bot'])) {
  26473.             return $this->services['telegram.bot'];
  26474.         }
  26475.         $c = ($this->services['telegram.bot.command_factory'] ?? $this->getTelegram_Bot_CommandFactoryService());
  26476.         if (isset($this->services['telegram.bot'])) {
  26477.             return $this->services['telegram.bot'];
  26478.         }
  26479.         return $this->services['telegram.bot'] = new \BmpGatewayBundle\Component\Telegram\Bot\AssistanceBot($a$b$c);
  26480.     }
  26481.     /**
  26482.      * Gets the public 'telegram.bot.command_factory' shared service.
  26483.      *
  26484.      * @return \BmpGatewayBundle\Component\Telegram\TelegramCommandFactory
  26485.      */
  26486.     protected function getTelegram_Bot_CommandFactoryService()
  26487.     {
  26488.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Component/Telegram/TelegramCommandFactory.php';
  26489.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  26490.         if (isset($this->services['telegram.bot.command_factory'])) {
  26491.             return $this->services['telegram.bot.command_factory'];
  26492.         }
  26493.         $b = ($this->services['gateway.postomate.service'] ?? $this->getGateway_Postomate_ServiceService());
  26494.         if (isset($this->services['telegram.bot.command_factory'])) {
  26495.             return $this->services['telegram.bot.command_factory'];
  26496.         }
  26497.         return $this->services['telegram.bot.command_factory'] = new \BmpGatewayBundle\Component\Telegram\TelegramCommandFactory($a$b);
  26498.     }
  26499.     /**
  26500.      * Gets the public 'telegram.bot.server' shared service.
  26501.      *
  26502.      * @return \BmpGatewayBundle\Component\Telegram\BotHookServer
  26503.      */
  26504.     protected function getTelegram_Bot_ServerService()
  26505.     {
  26506.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Component/Telegram/BotHookServer.php';
  26507.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Component/Telegram/TelegramUser.php';
  26508.         return $this->services['telegram.bot.server'] = new \BmpGatewayBundle\Component\Telegram\BotHookServer(($this->services['telegram.user'] ?? ($this->services['telegram.user'] = new \BmpGatewayBundle\Component\Telegram\TelegramUser())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  26509.     }
  26510.     /**
  26511.      * Gets the public 'telegram.parts.bot' shared service.
  26512.      *
  26513.      * @return \BmpGatewayBundle\Component\Telegram\Bot\PartsBot
  26514.      */
  26515.     protected function getTelegram_Parts_BotService()
  26516.     {
  26517.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Component/Telegram/Bot/AbstractBot.php';
  26518.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Component/Telegram/Bot/PartsBot.php';
  26519.         return $this->services['telegram.parts.bot'] = new \BmpGatewayBundle\Component\Telegram\Bot\PartsBot(($this->services['telegram.sender'] ?? $this->getTelegram_SenderService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['telegram.bot.command_factory'] ?? $this->getTelegram_Bot_CommandFactoryService()));
  26520.     }
  26521.     /**
  26522.      * Gets the public 'telegram.sender' shared service.
  26523.      *
  26524.      * @return \BmpGatewayBundle\Component\Telegram\Sender
  26525.      */
  26526.     protected function getTelegram_SenderService()
  26527.     {
  26528.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Component/Telegram/Sender.php';
  26529.         include_once \dirname(__DIR__4).'/src/CoreBundle/Component/Request/Curl.php';
  26530.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  26531.         if (isset($this->services['telegram.sender'])) {
  26532.             return $this->services['telegram.sender'];
  26533.         }
  26534.         return $this->services['telegram.sender'] = new \BmpGatewayBundle\Component\Telegram\Sender(($this->services['core.request.curl'] ?? ($this->services['core.request.curl'] = new \CoreBundle\Component\Request\Curl())), $a);
  26535.     }
  26536.     /**
  26537.      * Gets the public 'telegram.user' shared service.
  26538.      *
  26539.      * @return \BmpGatewayBundle\Component\Telegram\TelegramUser
  26540.      */
  26541.     protected function getTelegram_UserService()
  26542.     {
  26543.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Component/Telegram/TelegramUser.php';
  26544.         return $this->services['telegram.user'] = new \BmpGatewayBundle\Component\Telegram\TelegramUser();
  26545.     }
  26546.     /**
  26547.      * Gets the public 'transformer.accessories.id.to.entity' shared service.
  26548.      *
  26549.      * @return \DcSiteBundle\Form\Transformer\AccessoriesIdToEntityTransformer
  26550.      */
  26551.     protected function getTransformer_Accessories_Id_To_EntityService()
  26552.     {
  26553.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  26554.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Form/Transformer/AccessoriesIdToEntityTransformer.php';
  26555.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  26556.         if (isset($this->services['transformer.accessories.id.to.entity'])) {
  26557.             return $this->services['transformer.accessories.id.to.entity'];
  26558.         }
  26559.         return $this->services['transformer.accessories.id.to.entity'] = new \DcSiteBundle\Form\Transformer\AccessoriesIdToEntityTransformer($a);
  26560.     }
  26561.     /**
  26562.      * Gets the public 'transformer.accessories.importer.id.to.entity' shared service.
  26563.      *
  26564.      * @return \ImporterBundle\Form\DataTransformer\AccessoriesIdToEntityTransformer
  26565.      */
  26566.     protected function getTransformer_Accessories_Importer_Id_To_EntityService()
  26567.     {
  26568.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  26569.         include_once \dirname(__DIR__4).'/src/ImporterBundle/Form/DataTransformer/AccessoriesIdToEntityTransformer.php';
  26570.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  26571.         if (isset($this->services['transformer.accessories.importer.id.to.entity'])) {
  26572.             return $this->services['transformer.accessories.importer.id.to.entity'];
  26573.         }
  26574.         return $this->services['transformer.accessories.importer.id.to.entity'] = new \ImporterBundle\Form\DataTransformer\AccessoriesIdToEntityTransformer($a);
  26575.     }
  26576.     /**
  26577.      * Gets the public 'transformer.vacancy.id.to.entity' shared service.
  26578.      *
  26579.      * @return \DcSiteBundle\Form\Transformer\VacancyIdToEntityTransformer
  26580.      */
  26581.     protected function getTransformer_Vacancy_Id_To_EntityService()
  26582.     {
  26583.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  26584.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Form/Transformer/VacancyIdToEntityTransformer.php';
  26585.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  26586.         if (isset($this->services['transformer.vacancy.id.to.entity'])) {
  26587.             return $this->services['transformer.vacancy.id.to.entity'];
  26588.         }
  26589.         return $this->services['transformer.vacancy.id.to.entity'] = new \DcSiteBundle\Form\Transformer\VacancyIdToEntityTransformer($a);
  26590.     }
  26591.     /**
  26592.      * Gets the public 'translator' shared service.
  26593.      *
  26594.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  26595.      */
  26596.     protected function getTranslatorService()
  26597.     {
  26598.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  26599.     }
  26600.     /**
  26601.      * Gets the public 'vacancy.mail' shared service.
  26602.      *
  26603.      * @return \CoreBundle\Services\Mail\VacancyMail
  26604.      */
  26605.     protected function getVacancy_MailService()
  26606.     {
  26607.         include_once \dirname(__DIR__4).'/src/CoreBundle/Services/Mail/VacancyMail.php';
  26608.         $a = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  26609.         if (isset($this->services['vacancy.mail'])) {
  26610.             return $this->services['vacancy.mail'];
  26611.         }
  26612.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  26613.         if (isset($this->services['vacancy.mail'])) {
  26614.             return $this->services['vacancy.mail'];
  26615.         }
  26616.         return $this->services['vacancy.mail'] = new \CoreBundle\Services\Mail\VacancyMail($a$b);
  26617.     }
  26618.     /**
  26619.      * Gets the public 'var_dumper.cloner' shared service.
  26620.      *
  26621.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  26622.      */
  26623.     protected function getVarDumper_ClonerService()
  26624.     {
  26625.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  26626.         $instance->setMaxItems(2500);
  26627.         $instance->setMinDepth(1);
  26628.         $instance->setMaxString(-1);
  26629.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  26630.         return $instance;
  26631.     }
  26632.     /**
  26633.      * Gets the public 'vehicle.group.category.model' shared service.
  26634.      *
  26635.      * @return \ApiBundle\Model\VehicleGroupByCategoryModel
  26636.      */
  26637.     protected function getVehicle_Group_Category_ModelService()
  26638.     {
  26639.         include_once \dirname(__DIR__4).'/src/ApiBundle/Model/VehicleGroupByCategoryModel.php';
  26640.         return $this->services['vehicle.group.category.model'] = new \ApiBundle\Model\VehicleGroupByCategoryModel();
  26641.     }
  26642.     /**
  26643.      * Gets the public 'viber.bot' shared service.
  26644.      *
  26645.      * @return \BmpGatewayBundle\Component\ViberBot\Bot
  26646.      */
  26647.     protected function getViber_BotService()
  26648.     {
  26649.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Component/ViberBot/Bot.php';
  26650.         return $this->services['viber.bot'] = new \BmpGatewayBundle\Component\ViberBot\Bot(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  26651.     }
  26652.     /**
  26653.      * Gets the public 'viber.hr_bot_intellect' shared service.
  26654.      *
  26655.      * @return \BmpGatewayBundle\Component\ViberBot\HRBot\HRBotIntellect
  26656.      */
  26657.     protected function getViber_HrBotIntellectService()
  26658.     {
  26659.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Component/ViberBot/AbstractBotIntellect.php';
  26660.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Component/ViberBot/HRBot/HRBotIntellect.php';
  26661.         return $this->services['viber.hr_bot_intellect'] = new \BmpGatewayBundle\Component\ViberBot\HRBot\HRBotIntellect(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['viber.hr_sender'] ?? $this->getViber_HrSenderService()));
  26662.     }
  26663.     /**
  26664.      * Gets the public 'viber.hr_sender' shared service.
  26665.      *
  26666.      * @return \BmpGatewayBundle\Component\ViberBot\HRBot\HRBotSender
  26667.      */
  26668.     protected function getViber_HrSenderService()
  26669.     {
  26670.         include_once \dirname(__DIR__4).'/src/BmpGatewayBundle/Component/ViberBot/HRBot/HRBotSender.php';
  26671.         include_once \dirname(__DIR__4).'/src/CoreBundle/Component/Request/Curl.php';
  26672.         return $this->services['viber.hr_sender'] = new \BmpGatewayBundle\Component\ViberBot\HRBot\HRBotSender(($this->services['core.request.curl'] ?? ($this->services['core.request.curl'] = new \CoreBundle\Component\Request\Curl())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  26673.     }
  26674.     /**
  26675.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  26676.      *
  26677.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  26678.      */
  26679.     protected function getWebProfiler_Controller_ExceptionPanelService()
  26680.     {
  26681.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  26682.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  26683.     }
  26684.     /**
  26685.      * Gets the public 'web_profiler.controller.profiler' shared service.
  26686.      *
  26687.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  26688.      */
  26689.     protected function getWebProfiler_Controller_ProfilerService()
  26690.     {
  26691.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  26692.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  26693.     }
  26694.     /**
  26695.      * Gets the public 'web_profiler.controller.router' shared service.
  26696.      *
  26697.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  26698.      */
  26699.     protected function getWebProfiler_Controller_RouterService()
  26700.     {
  26701.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  26702.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  26703.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  26704.         }, 1));
  26705.     }
  26706.     /**
  26707.      * Gets the private '.console.command.about.lazy' shared service.
  26708.      *
  26709.      * @return \Symfony\Component\Console\Command\LazyCommand
  26710.      */
  26711.     protected function get_Console_Command_About_LazyService()
  26712.     {
  26713.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26714.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  26715.         return $this->privates['.console.command.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand {
  26716.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  26717.         });
  26718.     }
  26719.     /**
  26720.      * Gets the private '.console.command.assets_install.lazy' shared service.
  26721.      *
  26722.      * @return \Symfony\Component\Console\Command\LazyCommand
  26723.      */
  26724.     protected function get_Console_Command_AssetsInstall_LazyService()
  26725.     {
  26726.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26727.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  26728.         return $this->privates['.console.command.assets_install.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('assets:install', [], 'Install bundle\'s web assets under a public directory'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand {
  26729.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  26730.         });
  26731.     }
  26732.     /**
  26733.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  26734.      *
  26735.      * @return \Symfony\Component\Console\Command\LazyCommand
  26736.      */
  26737.     protected function get_Console_Command_CacheClear_LazyService()
  26738.     {
  26739.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26740.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  26741.         return $this->privates['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand {
  26742.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  26743.         });
  26744.     }
  26745.     /**
  26746.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  26747.      *
  26748.      * @return \Symfony\Component\Console\Command\LazyCommand
  26749.      */
  26750.     protected function get_Console_Command_CachePoolClear_LazyService()
  26751.     {
  26752.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26753.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  26754.         return $this->privates['.console.command.cache_pool_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:clear', [], 'Clear cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand {
  26755.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  26756.         });
  26757.     }
  26758.     /**
  26759.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  26760.      *
  26761.      * @return \Symfony\Component\Console\Command\LazyCommand
  26762.      */
  26763.     protected function get_Console_Command_CachePoolDelete_LazyService()
  26764.     {
  26765.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26766.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  26767.         return $this->privates['.console.command.cache_pool_delete.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:delete', [], 'Delete an item from a cache pool'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand {
  26768.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  26769.         });
  26770.     }
  26771.     /**
  26772.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  26773.      *
  26774.      * @return \Symfony\Component\Console\Command\LazyCommand
  26775.      */
  26776.     protected function get_Console_Command_CachePoolList_LazyService()
  26777.     {
  26778.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26779.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  26780.         return $this->privates['.console.command.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand {
  26781.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  26782.         });
  26783.     }
  26784.     /**
  26785.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  26786.      *
  26787.      * @return \Symfony\Component\Console\Command\LazyCommand
  26788.      */
  26789.     protected function get_Console_Command_CachePoolPrune_LazyService()
  26790.     {
  26791.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26792.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  26793.         return $this->privates['.console.command.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand {
  26794.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  26795.         });
  26796.     }
  26797.     /**
  26798.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  26799.      *
  26800.      * @return \Symfony\Component\Console\Command\LazyCommand
  26801.      */
  26802.     protected function get_Console_Command_CacheWarmup_LazyService()
  26803.     {
  26804.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26805.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  26806.         return $this->privates['.console.command.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand {
  26807.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  26808.         });
  26809.     }
  26810.     /**
  26811.      * Gets the private '.console.command.config_debug.lazy' shared service.
  26812.      *
  26813.      * @return \Symfony\Component\Console\Command\LazyCommand
  26814.      */
  26815.     protected function get_Console_Command_ConfigDebug_LazyService()
  26816.     {
  26817.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26818.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  26819.         return $this->privates['.console.command.config_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:config', [], 'Dump the current configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand {
  26820.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  26821.         });
  26822.     }
  26823.     /**
  26824.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  26825.      *
  26826.      * @return \Symfony\Component\Console\Command\LazyCommand
  26827.      */
  26828.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  26829.     {
  26830.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26831.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  26832.         return $this->privates['.console.command.config_dump_reference.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('config:dump-reference', [], 'Dump the default configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand {
  26833.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  26834.         });
  26835.     }
  26836.     /**
  26837.      * Gets the private '.console.command.container_debug.lazy' shared service.
  26838.      *
  26839.      * @return \Symfony\Component\Console\Command\LazyCommand
  26840.      */
  26841.     protected function get_Console_Command_ContainerDebug_LazyService()
  26842.     {
  26843.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26844.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  26845.         return $this->privates['.console.command.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand {
  26846.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  26847.         });
  26848.     }
  26849.     /**
  26850.      * Gets the private '.console.command.container_lint.lazy' shared service.
  26851.      *
  26852.      * @return \Symfony\Component\Console\Command\LazyCommand
  26853.      */
  26854.     protected function get_Console_Command_ContainerLint_LazyService()
  26855.     {
  26856.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26857.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  26858.         return $this->privates['.console.command.container_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:container', [], 'Ensure that arguments injected into services match type declarations'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand {
  26859.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  26860.         });
  26861.     }
  26862.     /**
  26863.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  26864.      *
  26865.      * @return \Symfony\Component\Console\Command\LazyCommand
  26866.      */
  26867.     protected function get_Console_Command_DebugAutowiring_LazyService()
  26868.     {
  26869.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26870.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  26871.         return $this->privates['.console.command.debug_autowiring.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:autowiring', [], 'List classes/interfaces you can use for autowiring'false, function (): \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand {
  26872.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  26873.         });
  26874.     }
  26875.     /**
  26876.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  26877.      *
  26878.      * @return \Symfony\Component\Console\Command\LazyCommand
  26879.      */
  26880.     protected function get_Console_Command_DotenvDebug_LazyService()
  26881.     {
  26882.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26883.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  26884.         return $this->privates['.console.command.dotenv_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:dotenv', [], 'Lists all dotenv files with variables and values'false, function (): \Symfony\Component\Dotenv\Command\DebugCommand {
  26885.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  26886.         });
  26887.     }
  26888.     /**
  26889.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  26890.      *
  26891.      * @return \Symfony\Component\Console\Command\LazyCommand
  26892.      */
  26893.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  26894.     {
  26895.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26896.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  26897.         return $this->privates['.console.command.event_dispatcher_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:event-dispatcher', [], 'Display configured listeners for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand {
  26898.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  26899.         });
  26900.     }
  26901.     /**
  26902.      * Gets the private '.console.command.form_debug.lazy' shared service.
  26903.      *
  26904.      * @return \Symfony\Component\Console\Command\LazyCommand
  26905.      */
  26906.     protected function get_Console_Command_FormDebug_LazyService()
  26907.     {
  26908.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26909.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  26910.         return $this->privates['.console.command.form_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:form', [], 'Display form type information'false, function (): \Symfony\Component\Form\Command\DebugCommand {
  26911.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  26912.         });
  26913.     }
  26914.     /**
  26915.      * Gets the private '.console.command.router_debug.lazy' shared service.
  26916.      *
  26917.      * @return \Symfony\Component\Console\Command\LazyCommand
  26918.      */
  26919.     protected function get_Console_Command_RouterDebug_LazyService()
  26920.     {
  26921.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26922.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  26923.         return $this->privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
  26924.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  26925.         });
  26926.     }
  26927.     /**
  26928.      * Gets the private '.console.command.router_match.lazy' shared service.
  26929.      *
  26930.      * @return \Symfony\Component\Console\Command\LazyCommand
  26931.      */
  26932.     protected function get_Console_Command_RouterMatch_LazyService()
  26933.     {
  26934.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26935.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  26936.         return $this->privates['.console.command.router_match.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('router:match', [], 'Help debug routes by simulating a path info match'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand {
  26937.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  26938.         });
  26939.     }
  26940.     /**
  26941.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  26942.      *
  26943.      * @return \Symfony\Component\Console\Command\LazyCommand
  26944.      */
  26945.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  26946.     {
  26947.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26948.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  26949.         return $this->privates['.console.command.secrets_decrypt_to_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:decrypt-to-local', [], 'Decrypt all secrets and stores them in the local vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand {
  26950.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  26951.         });
  26952.     }
  26953.     /**
  26954.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  26955.      *
  26956.      * @return \Symfony\Component\Console\Command\LazyCommand
  26957.      */
  26958.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  26959.     {
  26960.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26961.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  26962.         return $this->privates['.console.command.secrets_encrypt_from_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:encrypt-from-local', [], 'Encrypt all local secrets to the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand {
  26963.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  26964.         });
  26965.     }
  26966.     /**
  26967.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  26968.      *
  26969.      * @return \Symfony\Component\Console\Command\LazyCommand
  26970.      */
  26971.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  26972.     {
  26973.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26974.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  26975.         return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
  26976.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  26977.         });
  26978.     }
  26979.     /**
  26980.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  26981.      *
  26982.      * @return \Symfony\Component\Console\Command\LazyCommand
  26983.      */
  26984.     protected function get_Console_Command_SecretsList_LazyService()
  26985.     {
  26986.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26987.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  26988.         return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
  26989.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  26990.         });
  26991.     }
  26992.     /**
  26993.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  26994.      *
  26995.      * @return \Symfony\Component\Console\Command\LazyCommand
  26996.      */
  26997.     protected function get_Console_Command_SecretsRemove_LazyService()
  26998.     {
  26999.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27000.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  27001.         return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
  27002.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  27003.         });
  27004.     }
  27005.     /**
  27006.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  27007.      *
  27008.      * @return \Symfony\Component\Console\Command\LazyCommand
  27009.      */
  27010.     protected function get_Console_Command_SecretsSet_LazyService()
  27011.     {
  27012.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27013.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  27014.         return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
  27015.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  27016.         });
  27017.     }
  27018.     /**
  27019.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  27020.      *
  27021.      * @return \Symfony\Component\Console\Command\LazyCommand
  27022.      */
  27023.     protected function get_Console_Command_TranslationDebug_LazyService()
  27024.     {
  27025.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27026.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  27027.         return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
  27028.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  27029.         });
  27030.     }
  27031.     /**
  27032.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  27033.      *
  27034.      * @return \Symfony\Component\Console\Command\LazyCommand
  27035.      */
  27036.     protected function get_Console_Command_TranslationExtract_LazyService()
  27037.     {
  27038.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27039.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  27040.         return $this->privates['.console.command.translation_extract.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:extract', [=> 'translation:update'], 'Extract missing translations keys from code to translation files.'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand {
  27041.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  27042.         });
  27043.     }
  27044.     /**
  27045.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  27046.      *
  27047.      * @return \Symfony\Component\Console\Command\LazyCommand
  27048.      */
  27049.     protected function get_Console_Command_TranslationPull_LazyService()
  27050.     {
  27051.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27052.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  27053.         return $this->privates['.console.command.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
  27054.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  27055.         });
  27056.     }
  27057.     /**
  27058.      * Gets the private '.console.command.translation_push.lazy' shared service.
  27059.      *
  27060.      * @return \Symfony\Component\Console\Command\LazyCommand
  27061.      */
  27062.     protected function get_Console_Command_TranslationPush_LazyService()
  27063.     {
  27064.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27065.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  27066.         return $this->privates['.console.command.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
  27067.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  27068.         });
  27069.     }
  27070.     /**
  27071.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  27072.      *
  27073.      * @return \Symfony\Component\Console\Command\LazyCommand
  27074.      */
  27075.     protected function get_Console_Command_ValidatorDebug_LazyService()
  27076.     {
  27077.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27078.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  27079.         return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes'false, function (): \Symfony\Component\Validator\Command\DebugCommand {
  27080.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  27081.         });
  27082.     }
  27083.     /**
  27084.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  27085.      *
  27086.      * @return \Symfony\Component\Console\Command\LazyCommand
  27087.      */
  27088.     protected function get_Console_Command_XliffLint_LazyService()
  27089.     {
  27090.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27091.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  27092.         return $this->privates['.console.command.xliff_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:xliff', [], 'Lint an XLIFF file and outputs encountered errors'false, function (): \Symfony\Component\Translation\Command\XliffLintCommand {
  27093.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  27094.         });
  27095.     }
  27096.     /**
  27097.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  27098.      *
  27099.      * @return \Symfony\Component\Console\Command\LazyCommand
  27100.      */
  27101.     protected function get_Console_Command_YamlLint_LazyService()
  27102.     {
  27103.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27104.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  27105.         return $this->privates['.console.command.yaml_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:yaml', [], 'Lint a YAML file and outputs encountered errors'false, function (): \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand {
  27106.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  27107.         });
  27108.     }
  27109.     /**
  27110.      * Gets the private '.debug.http_client' shared service.
  27111.      *
  27112.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  27113.      */
  27114.     protected function get_Debug_HttpClientService()
  27115.     {
  27116.         $a = ($this->services['monolog.error_db_handler'] ?? $this->getMonolog_ErrorDbHandlerService());
  27117.         if (isset($this->privates['.debug.http_client'])) {
  27118.             return $this->privates['.debug.http_client'];
  27119.         }
  27120.         $b \Symfony\Component\HttpClient\HttpClient::create([], 6);
  27121.         $c = new \Symfony\Bridge\Monolog\Logger('http_client');
  27122.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  27123.         $c->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  27124.         $c->pushHandler($a);
  27125.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  27126.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  27127.         $b->setLogger($c);
  27128.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  27129.     }
  27130.     /**
  27131.      * Gets the private '.doctrine_migrations.current_command.lazy' shared service.
  27132.      *
  27133.      * @return \Symfony\Component\Console\Command\LazyCommand
  27134.      */
  27135.     protected function get_DoctrineMigrations_CurrentCommand_LazyService()
  27136.     {
  27137.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27138.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  27139.         return $this->privates['.doctrine_migrations.current_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:current', [], 'Outputs the current version'false, function (): \Doctrine\Migrations\Tools\Console\Command\CurrentCommand {
  27140.             return ($this->privates['doctrine_migrations.current_command'] ?? $this->getDoctrineMigrations_CurrentCommandService());
  27141.         });
  27142.     }
  27143.     /**
  27144.      * Gets the private '.doctrine_migrations.diff_command.lazy' shared service.
  27145.      *
  27146.      * @return \Symfony\Component\Console\Command\LazyCommand
  27147.      */
  27148.     protected function get_DoctrineMigrations_DiffCommand_LazyService()
  27149.     {
  27150.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  27152.         return $this->privates['.doctrine_migrations.diff_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:diff', [], 'Generate a migration by comparing your current database to your mapping information.'false, function (): \Doctrine\Migrations\Tools\Console\Command\DiffCommand {
  27153.             return ($this->privates['doctrine_migrations.diff_command'] ?? $this->getDoctrineMigrations_DiffCommandService());
  27154.         });
  27155.     }
  27156.     /**
  27157.      * Gets the private '.doctrine_migrations.dump_schema_command.lazy' shared service.
  27158.      *
  27159.      * @return \Symfony\Component\Console\Command\LazyCommand
  27160.      */
  27161.     protected function get_DoctrineMigrations_DumpSchemaCommand_LazyService()
  27162.     {
  27163.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27164.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  27165.         return $this->privates['.doctrine_migrations.dump_schema_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:dump-schema', [], 'Dump the schema for your database to a migration.'false, function (): \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand {
  27166.             return ($this->privates['doctrine_migrations.dump_schema_command'] ?? $this->getDoctrineMigrations_DumpSchemaCommandService());
  27167.         });
  27168.     }
  27169.     /**
  27170.      * Gets the private '.doctrine_migrations.execute_command.lazy' shared service.
  27171.      *
  27172.      * @return \Symfony\Component\Console\Command\LazyCommand
  27173.      */
  27174.     protected function get_DoctrineMigrations_ExecuteCommand_LazyService()
  27175.     {
  27176.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27177.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  27178.         return $this->privates['.doctrine_migrations.execute_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:execute', [], 'Execute one or more migration versions up or down manually.'false, function (): \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand {
  27179.             return ($this->privates['doctrine_migrations.execute_command'] ?? $this->getDoctrineMigrations_ExecuteCommandService());
  27180.         });
  27181.     }
  27182.     /**
  27183.      * Gets the private '.doctrine_migrations.generate_command.lazy' shared service.
  27184.      *
  27185.      * @return \Symfony\Component\Console\Command\LazyCommand
  27186.      */
  27187.     protected function get_DoctrineMigrations_GenerateCommand_LazyService()
  27188.     {
  27189.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27190.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  27191.         return $this->privates['.doctrine_migrations.generate_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:generate', [], 'Generate a blank migration class.'false, function (): \Doctrine\Migrations\Tools\Console\Command\GenerateCommand {
  27192.             return ($this->privates['doctrine_migrations.generate_command'] ?? $this->getDoctrineMigrations_GenerateCommandService());
  27193.         });
  27194.     }
  27195.     /**
  27196.      * Gets the private '.doctrine_migrations.latest_command.lazy' shared service.
  27197.      *
  27198.      * @return \Symfony\Component\Console\Command\LazyCommand
  27199.      */
  27200.     protected function get_DoctrineMigrations_LatestCommand_LazyService()
  27201.     {
  27202.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  27204.         return $this->privates['.doctrine_migrations.latest_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:latest', [], 'Outputs the latest version'false, function (): \Doctrine\Migrations\Tools\Console\Command\LatestCommand {
  27205.             return ($this->privates['doctrine_migrations.latest_command'] ?? $this->getDoctrineMigrations_LatestCommandService());
  27206.         });
  27207.     }
  27208.     /**
  27209.      * Gets the private '.doctrine_migrations.migrate_command.lazy' shared service.
  27210.      *
  27211.      * @return \Symfony\Component\Console\Command\LazyCommand
  27212.      */
  27213.     protected function get_DoctrineMigrations_MigrateCommand_LazyService()
  27214.     {
  27215.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27216.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  27217.         return $this->privates['.doctrine_migrations.migrate_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:migrate', [], 'Execute a migration to a specified version or the latest available version.'false, function (): \Doctrine\Migrations\Tools\Console\Command\MigrateCommand {
  27218.             return ($this->privates['doctrine_migrations.migrate_command'] ?? $this->getDoctrineMigrations_MigrateCommandService());
  27219.         });
  27220.     }
  27221.     /**
  27222.      * Gets the private '.doctrine_migrations.rollup_command.lazy' shared service.
  27223.      *
  27224.      * @return \Symfony\Component\Console\Command\LazyCommand
  27225.      */
  27226.     protected function get_DoctrineMigrations_RollupCommand_LazyService()
  27227.     {
  27228.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27229.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  27230.         return $this->privates['.doctrine_migrations.rollup_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:rollup', [], 'Rollup migrations by deleting all tracked versions and insert the one version that exists.'false, function (): \Doctrine\Migrations\Tools\Console\Command\RollupCommand {
  27231.             return ($this->privates['doctrine_migrations.rollup_command'] ?? $this->getDoctrineMigrations_RollupCommandService());
  27232.         });
  27233.     }
  27234.     /**
  27235.      * Gets the private '.doctrine_migrations.status_command.lazy' shared service.
  27236.      *
  27237.      * @return \Symfony\Component\Console\Command\LazyCommand
  27238.      */
  27239.     protected function get_DoctrineMigrations_StatusCommand_LazyService()
  27240.     {
  27241.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27242.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  27243.         return $this->privates['.doctrine_migrations.status_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:status', [], 'View the status of a set of migrations.'false, function (): \Doctrine\Migrations\Tools\Console\Command\StatusCommand {
  27244.             return ($this->privates['doctrine_migrations.status_command'] ?? $this->getDoctrineMigrations_StatusCommandService());
  27245.         });
  27246.     }
  27247.     /**
  27248.      * Gets the private '.doctrine_migrations.sync_metadata_command.lazy' shared service.
  27249.      *
  27250.      * @return \Symfony\Component\Console\Command\LazyCommand
  27251.      */
  27252.     protected function get_DoctrineMigrations_SyncMetadataCommand_LazyService()
  27253.     {
  27254.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27255.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  27256.         return $this->privates['.doctrine_migrations.sync_metadata_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:sync-metadata-storage', [], 'Ensures that the metadata storage is at the latest version.'false, function (): \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand {
  27257.             return ($this->privates['doctrine_migrations.sync_metadata_command'] ?? $this->getDoctrineMigrations_SyncMetadataCommandService());
  27258.         });
  27259.     }
  27260.     /**
  27261.      * Gets the private '.doctrine_migrations.up_to_date_command.lazy' shared service.
  27262.      *
  27263.      * @return \Symfony\Component\Console\Command\LazyCommand
  27264.      */
  27265.     protected function get_DoctrineMigrations_UpToDateCommand_LazyService()
  27266.     {
  27267.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27268.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  27269.         return $this->privates['.doctrine_migrations.up_to_date_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:up-to-date', [], 'Tells you if your schema is up-to-date.'false, function (): \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand {
  27270.             return ($this->privates['doctrine_migrations.up_to_date_command'] ?? $this->getDoctrineMigrations_UpToDateCommandService());
  27271.         });
  27272.     }
  27273.     /**
  27274.      * Gets the private '.doctrine_migrations.version_command.lazy' shared service.
  27275.      *
  27276.      * @return \Symfony\Component\Console\Command\LazyCommand
  27277.      */
  27278.     protected function get_DoctrineMigrations_VersionCommand_LazyService()
  27279.     {
  27280.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27281.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  27282.         return $this->privates['.doctrine_migrations.version_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:version', [], 'Manually add and delete migration versions from the version table.'false, function (): \Doctrine\Migrations\Tools\Console\Command\VersionCommand {
  27283.             return ($this->privates['doctrine_migrations.version_command'] ?? $this->getDoctrineMigrations_VersionCommandService());
  27284.         });
  27285.     }
  27286.     /**
  27287.      * Gets the private '.doctrine_migrations.versions_command.lazy' shared service.
  27288.      *
  27289.      * @return \Symfony\Component\Console\Command\LazyCommand
  27290.      */
  27291.     protected function get_DoctrineMigrations_VersionsCommand_LazyService()
  27292.     {
  27293.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27294.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  27295.         return $this->privates['.doctrine_migrations.versions_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:list', [], 'Display a list of all available migrations and their status.'false, function (): \Doctrine\Migrations\Tools\Console\Command\ListCommand {
  27296.             return ($this->privates['doctrine_migrations.versions_command'] ?? $this->getDoctrineMigrations_VersionsCommandService());
  27297.         });
  27298.     }
  27299.     /**
  27300.      * Gets the private '.errored..service_locator..MI7WAw.CoreBundle\Model\Vehicles\AbstractVehicle' shared service.
  27301.      *
  27302.      * @return \CoreBundle\Model\Vehicles\AbstractVehicle
  27303.      */
  27304.     protected function getAbstractVehicleService()
  27305.     {
  27306.         $this->throw('Cannot autowire service ".service_locator..MI7WAw": it references class "CoreBundle\\Model\\Vehicles\\AbstractVehicle" but no such service exists.');
  27307.     }
  27308.     /**
  27309.      * Gets the private '.errored..service_locator.4.UpWzH.CoreBundle\Model\Vehicles\AbstractVehicle' shared service.
  27310.      *
  27311.      * @return \CoreBundle\Model\Vehicles\AbstractVehicle
  27312.      */
  27313.     protected function getAbstractVehicle2Service()
  27314.     {
  27315.         $this->throw('Cannot autowire service ".service_locator.4.UpWzH": it references class "CoreBundle\\Model\\Vehicles\\AbstractVehicle" but no such service exists.');
  27316.     }
  27317.     /**
  27318.      * Gets the private '.errored..service_locator.4wrOGY0.CoreBundle\Entity\Dealer' shared service.
  27319.      *
  27320.      * @return \CoreBundle\Entity\Dealer
  27321.      */
  27322.     protected function getDealerService()
  27323.     {
  27324.         $this->throw('Cannot autowire service ".service_locator.4wrOGY0": it references class "CoreBundle\\Entity\\Dealer" but no such service exists.');
  27325.     }
  27326.     /**
  27327.      * Gets the private '.errored..service_locator.4wrOGY0.DcSiteBundle\Entity\ServiceVariation' shared service.
  27328.      *
  27329.      * @return \DcSiteBundle\Entity\ServiceVariation
  27330.      */
  27331.     protected function getServiceVariationService()
  27332.     {
  27333.         $this->throw('Cannot autowire service ".service_locator.4wrOGY0": it references class "DcSiteBundle\\Entity\\ServiceVariation" but no such service exists.');
  27334.     }
  27335.     /**
  27336.      * Gets the private '.errored..service_locator.C4FT5cG.CoreBundle\Services\ImageProviderVidi' shared service.
  27337.      *
  27338.      * @return \CoreBundle\Services\ImageProviderVidi
  27339.      */
  27340.     protected function getImageProviderVidiService()
  27341.     {
  27342.         $this->throw('Cannot autowire service ".service_locator.C4FT5cG": it references class "CoreBundle\\Services\\ImageProviderVidi" but no such service exists. You should maybe alias this class to the existing "sonata.media.provider.image" service.');
  27343.     }
  27344.     /**
  27345.      * Gets the private '.errored..service_locator.FQrtvFq.DcSiteBundle\Twig\TwigDcExtension' shared service.
  27346.      *
  27347.      * @return \DcSiteBundle\Twig\TwigDcExtension
  27348.      */
  27349.     protected function getTwigDcExtensionService()
  27350.     {
  27351.         $this->throw('Cannot autowire service ".service_locator.FQrtvFq": it references class "DcSiteBundle\\Twig\\TwigDcExtension" but no such service exists. You should maybe alias this class to the existing "dc_site.twig.extension" service.');
  27352.     }
  27353.     /**
  27354.      * Gets the private '.errored..service_locator.KcCLkt4.Sonata\AdminBundle\Datagrid\ProxyQueryInterface' shared service.
  27355.      *
  27356.      * @return \Sonata\AdminBundle\Datagrid\ProxyQueryInterface
  27357.      */
  27358.     protected function getProxyQueryInterfaceService()
  27359.     {
  27360.         $this->throw('Cannot autowire service ".service_locator.KcCLkt4": it references interface "Sonata\\AdminBundle\\Datagrid\\ProxyQueryInterface" but no such service exists. Did you create a class that implements this interface?');
  27361.     }
  27362.     /**
  27363.      * Gets the private '.errored..service_locator.VlvxJ48.CoreBundle\Model\Vehicles\Vehicle' shared service.
  27364.      *
  27365.      * @return \CoreBundle\Model\Vehicles\Vehicle
  27366.      */
  27367.     protected function getVehicle2Service()
  27368.     {
  27369.         $this->throw('Cannot autowire service ".service_locator.VlvxJ48": it references class "CoreBundle\\Model\\Vehicles\\Vehicle" but no such service exists.');
  27370.     }
  27371.     /**
  27372.      * Gets the private '.errored..service_locator.XL4NeP9.CoreBundle\Model\Rate' shared service.
  27373.      *
  27374.      * @return \CoreBundle\Model\Rate
  27375.      */
  27376.     protected function getRateService()
  27377.     {
  27378.         $this->throw('Cannot autowire service ".service_locator.XL4NeP9": it references class "CoreBundle\\Model\\Rate" but no such service exists. You should maybe alias this class to one of these existing services: "core.model.rate", "core.winner_rate.model".');
  27379.     }
  27380.     /**
  27381.      * Gets the private '.errored..service_locator.XXxu50j.DcSiteBundle\Services\Marine\FormService' shared service.
  27382.      *
  27383.      * @return \DcSiteBundle\Services\Marine\FormService
  27384.      */
  27385.     protected function getFormServiceService()
  27386.     {
  27387.         $this->throw('Cannot autowire service ".service_locator.XXxu50j": it references class "DcSiteBundle\\Services\\Marine\\FormService" but no such service exists. You should maybe alias this class to the existing "dc.marine.form.service" service.');
  27388.     }
  27389.     /**
  27390.      * Gets the private '.errored..service_locator.aY._gF8.CoreBundle\Model\Shop\Goods' shared service.
  27391.      *
  27392.      * @return \CoreBundle\Model\Shop\Goods
  27393.      */
  27394.     protected function getGoodsService()
  27395.     {
  27396.         $this->throw('Cannot autowire service ".service_locator.aY._gF8": it references class "CoreBundle\\Model\\Shop\\Goods" but no such service exists. You should maybe alias this class to the existing "core.shop.goods" service.');
  27397.     }
  27398.     /**
  27399.      * Gets the private '.errored..service_locator.bQifdW0.CoreBundle\Model\Rate' shared service.
  27400.      *
  27401.      * @return \CoreBundle\Model\Rate
  27402.      */
  27403.     protected function getRate2Service()
  27404.     {
  27405.         $this->throw('Cannot autowire service ".service_locator.bQifdW0": it references class "CoreBundle\\Model\\Rate" but no such service exists. You should maybe alias this class to one of these existing services: "core.model.rate", "core.winner_rate.model".');
  27406.     }
  27407.     /**
  27408.      * Gets the private '.errored..service_locator.dDA.gPN.Sonata\MediaBundle\Provider\ImageProviderInterface' shared service.
  27409.      *
  27410.      * @return \Sonata\MediaBundle\Provider\ImageProviderInterface
  27411.      */
  27412.     protected function getImageProviderInterfaceService()
  27413.     {
  27414.         $this->throw('Cannot autowire service ".service_locator.dDA.gPN": it references interface "Sonata\\MediaBundle\\Provider\\ImageProviderInterface" but no such service exists. You should maybe alias this interface to the existing "sonata.media.provider.image" service.');
  27415.     }
  27416.     /**
  27417.      * Gets the private '.errored..service_locator.d_rtZkJ.CoreBundle\Model\Api\eTachki\eTachkiApi' shared service.
  27418.      *
  27419.      * @return \CoreBundle\Model\Api\eTachki\eTachkiApi
  27420.      */
  27421.     protected function getETachkiApiService()
  27422.     {
  27423.         $this->throw('Cannot autowire service ".service_locator.d_rtZkJ": it references class "CoreBundle\\Model\\Api\\eTachki\\eTachkiApi" but no such service exists. You should maybe alias this class to the existing "core.etachki.api" service.');
  27424.     }
  27425.     /**
  27426.      * Gets the private '.errored..service_locator.eT6lY71.CoreBundle\Entity\Dealer' shared service.
  27427.      *
  27428.      * @return \CoreBundle\Entity\Dealer
  27429.      */
  27430.     protected function getDealer2Service()
  27431.     {
  27432.         $this->throw('Cannot autowire service ".service_locator.eT6lY71": it references class "CoreBundle\\Entity\\Dealer" but no such service exists.');
  27433.     }
  27434.     /**
  27435.      * Gets the private '.errored..service_locator.eT6lY71.DcSiteBundle\Entity\ServiceVariation' shared service.
  27436.      *
  27437.      * @return \DcSiteBundle\Entity\ServiceVariation
  27438.      */
  27439.     protected function getServiceVariation2Service()
  27440.     {
  27441.         $this->throw('Cannot autowire service ".service_locator.eT6lY71": it references class "DcSiteBundle\\Entity\\ServiceVariation" but no such service exists.');
  27442.     }
  27443.     /**
  27444.      * Gets the private '.errored..service_locator.fuUhxUY.CoreBundle\Services\ImageProviderVidi' shared service.
  27445.      *
  27446.      * @return \CoreBundle\Services\ImageProviderVidi
  27447.      */
  27448.     protected function getImageProviderVidi2Service()
  27449.     {
  27450.         $this->throw('Cannot autowire service ".service_locator.fuUhxUY": it references class "CoreBundle\\Services\\ImageProviderVidi" but no such service exists. You should maybe alias this class to the existing "sonata.media.provider.image" service.');
  27451.     }
  27452.     /**
  27453.      * Gets the private '.errored..service_locator.iAV17HX.Symfony\Component\EventDispatcher\EventSubscriberInterface' shared service.
  27454.      *
  27455.      * @return \Symfony\Component\EventDispatcher\EventSubscriberInterface
  27456.      */
  27457.     protected function getEventSubscriberInterfaceService()
  27458.     {
  27459.         $this->throw('Cannot autowire service ".service_locator.iAV17HX": it references interface "Symfony\\Component\\EventDispatcher\\EventSubscriberInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "core.controller_trace_listener", "CoreBundle\\EventListener\\AuthUserListener", "security.rememberme.response_listener", "debug.security.voter.vote_listener", "debug.security.firewall", "security.logout.listener.default.main", "security.logout.listener.session.main", "fos_user.security.interactive_login_listener", "fos_user.listener.authentication", "fos_user.listener.flash", "fos_user.listener.resetting", "sensio_framework_extra.controller.listener", "sensio_framework_extra.converter.listener", "sensio_framework_extra.view.listener", "sensio_framework_extra.cache.listener", "sensio_framework_extra.security.listener", "framework_extra_bundle.event.is_granted", "sonata.admin.event_listener.configure_crud_controller", "monolog.handler.console", "response_listener", "streamed_response_listener", "locale_listener", "validate_request_listener", "disallow_search_engine_index_response_listener", "exception_listener", "locale_aware_listener", "console.error_listener", "console.suggest_missing_package_subscriber", "mailer.envelope_listener", "mailer.message_logger_listener", "fragment.listener", "debug.debug_handlers_listener", "router_listener", "session_listener", "profiler_listener", "data_collector.request", "twig.mailer.message_listener", "debug.dump_listener", "web_profiler.debug_toolbar", "security.logout.listener.csrf_token_clearing".');
  27460.     }
  27461.     /**
  27462.      * Gets the private '.errored..service_locator.n31No4C.Symfony\Component\Form\FormFactory' shared service.
  27463.      *
  27464.      * @return \Symfony\Component\Form\FormFactory
  27465.      */
  27466.     protected function getFormFactoryService()
  27467.     {
  27468.         $this->throw('Cannot autowire service ".service_locator.n31No4C": it references class "Symfony\\Component\\Form\\FormFactory" but no such service exists. Try changing the type-hint to "Symfony\\Component\\Form\\FormFactoryInterface" instead.');
  27469.     }
  27470.     /**
  27471.      * Gets the private '.errored..service_locator.qEHWGcv.CoreBundle\Services\ImageProviderVidi' shared service.
  27472.      *
  27473.      * @return \CoreBundle\Services\ImageProviderVidi
  27474.      */
  27475.     protected function getImageProviderVidi3Service()
  27476.     {
  27477.         $this->throw('Cannot autowire service ".service_locator.qEHWGcv": it references class "CoreBundle\\Services\\ImageProviderVidi" but no such service exists. You should maybe alias this class to the existing "sonata.media.provider.image" service.');
  27478.     }
  27479.     /**
  27480.      * Gets the private '.errored..service_locator.rVRfp.K.PortalBundle\Model\Breadcrumbs' shared service.
  27481.      *
  27482.      * @return \PortalBundle\Model\Breadcrumbs
  27483.      */
  27484.     protected function getBreadcrumbsService()
  27485.     {
  27486.         $this->throw('Cannot autowire service ".service_locator.rVRfp.K": it references class "PortalBundle\\Model\\Breadcrumbs" but no such service exists. You should maybe alias this class to the existing "portal.breadcrumbs" service.');
  27487.     }
  27488.     /**
  27489.      * Gets the private '.errored..service_locator.sp3FnFY.Symfony\Component\Asset\Package' shared service.
  27490.      *
  27491.      * @return \Symfony\Component\Asset\Package
  27492.      */
  27493.     protected function getPackageService()
  27494.     {
  27495.         $this->throw('Cannot autowire service ".service_locator.sp3FnFY": it references class "Symfony\\Component\\Asset\\Package" but no such service exists. You should maybe alias this class to one of these existing services: "assets.empty_package", "assets._default_package".');
  27496.     }
  27497.     /**
  27498.      * Gets the private '.errored..service_locator.uLECXDE.Sonata\MediaBundle\Provider\FileProvider' shared service.
  27499.      *
  27500.      * @return \Sonata\MediaBundle\Provider\FileProvider
  27501.      */
  27502.     protected function getFileProviderService()
  27503.     {
  27504.         $this->throw('Cannot autowire service ".service_locator.uLECXDE": it references class "Sonata\\MediaBundle\\Provider\\FileProvider" but no such service exists. You should maybe alias this class to one of these existing services: "sonata.media.provider.image", "sonata.media.provider.file".');
  27505.     }
  27506.     /**
  27507.      * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  27508.      *
  27509.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  27510.      */
  27511.     protected function getLoaderInterfaceService()
  27512.     {
  27513.         $this->throw('Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "sonata.admin.route_loader", "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".');
  27514.     }
  27515.     /**
  27516.      * Gets the private '.errored..service_locator.z_208jt.CoreBundle\Model\Vehicles\InStockVehicle' shared service.
  27517.      *
  27518.      * @return \CoreBundle\Model\Vehicles\InStockVehicle
  27519.      */
  27520.     protected function getInStockVehicleService()
  27521.     {
  27522.         $this->throw('Cannot autowire service ".service_locator.z_208jt": it references class "CoreBundle\\Model\\Vehicles\\InStockVehicle" but no such service exists.');
  27523.     }
  27524.     /**
  27525.      * Gets the private '.fos_user.command.activate_user.lazy' shared service.
  27526.      *
  27527.      * @return \Symfony\Component\Console\Command\LazyCommand
  27528.      */
  27529.     protected function get_FosUser_Command_ActivateUser_LazyService()
  27530.     {
  27531.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27532.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  27533.         return $this->privates['.fos_user.command.activate_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('fos:user:activate', [], 'Activate a user'false, function (): \FOS\UserBundle\Command\ActivateUserCommand {
  27534.             return ($this->privates['fos_user.command.activate_user'] ?? $this->getFosUser_Command_ActivateUserService());
  27535.         });
  27536.     }
  27537.     /**
  27538.      * Gets the private '.fos_user.command.change_password.lazy' shared service.
  27539.      *
  27540.      * @return \Symfony\Component\Console\Command\LazyCommand
  27541.      */
  27542.     protected function get_FosUser_Command_ChangePassword_LazyService()
  27543.     {
  27544.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27545.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  27546.         return $this->privates['.fos_user.command.change_password.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('fos:user:change-password', [], 'Change the password of a user.'false, function (): \FOS\UserBundle\Command\ChangePasswordCommand {
  27547.             return ($this->privates['fos_user.command.change_password'] ?? $this->getFosUser_Command_ChangePasswordService());
  27548.         });
  27549.     }
  27550.     /**
  27551.      * Gets the private '.fos_user.command.create_user.lazy' shared service.
  27552.      *
  27553.      * @return \Symfony\Component\Console\Command\LazyCommand
  27554.      */
  27555.     protected function get_FosUser_Command_CreateUser_LazyService()
  27556.     {
  27557.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27558.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  27559.         return $this->privates['.fos_user.command.create_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('fos:user:create', [], 'Create a user.'false, function (): \FOS\UserBundle\Command\CreateUserCommand {
  27560.             return ($this->privates['fos_user.command.create_user'] ?? $this->getFosUser_Command_CreateUserService());
  27561.         });
  27562.     }
  27563.     /**
  27564.      * Gets the private '.fos_user.command.deactivate_user.lazy' shared service.
  27565.      *
  27566.      * @return \Symfony\Component\Console\Command\LazyCommand
  27567.      */
  27568.     protected function get_FosUser_Command_DeactivateUser_LazyService()
  27569.     {
  27570.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27571.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  27572.         return $this->privates['.fos_user.command.deactivate_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('fos:user:deactivate', [], 'Deactivate a user'false, function (): \FOS\UserBundle\Command\DeactivateUserCommand {
  27573.             return ($this->privates['fos_user.command.deactivate_user'] ?? $this->getFosUser_Command_DeactivateUserService());
  27574.         });
  27575.     }
  27576.     /**
  27577.      * Gets the private '.fos_user.command.demote_user.lazy' shared service.
  27578.      *
  27579.      * @return \Symfony\Component\Console\Command\LazyCommand
  27580.      */
  27581.     protected function get_FosUser_Command_DemoteUser_LazyService()
  27582.     {
  27583.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27584.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  27585.         return $this->privates['.fos_user.command.demote_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('fos:user:demote', [], 'Demote a user by removing a role'false, function (): \FOS\UserBundle\Command\DemoteUserCommand {
  27586.             return ($this->privates['fos_user.command.demote_user'] ?? $this->getFosUser_Command_DemoteUserService());
  27587.         });
  27588.     }
  27589.     /**
  27590.      * Gets the private '.fos_user.command.promote_user.lazy' shared service.
  27591.      *
  27592.      * @return \Symfony\Component\Console\Command\LazyCommand
  27593.      */
  27594.     protected function get_FosUser_Command_PromoteUser_LazyService()
  27595.     {
  27596.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27597.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  27598.         return $this->privates['.fos_user.command.promote_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('fos:user:promote', [], 'Promotes a user by adding a role'false, function (): \FOS\UserBundle\Command\PromoteUserCommand {
  27599.             return ($this->privates['fos_user.command.promote_user'] ?? $this->getFosUser_Command_PromoteUserService());
  27600.         });
  27601.     }
  27602.     /**
  27603.      * Gets the private '.lexik_jwt_authentication.check_config_command.lazy' shared service.
  27604.      *
  27605.      * @return \Symfony\Component\Console\Command\LazyCommand
  27606.      */
  27607.     protected function get_LexikJwtAuthentication_CheckConfigCommand_LazyService()
  27608.     {
  27609.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27610.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  27611.         return $this->privates['.lexik_jwt_authentication.check_config_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:check-config', [], 'Checks that the bundle is properly configured.'false, function (): \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand {
  27612.             return ($this->privates['lexik_jwt_authentication.check_config_command'] ?? $this->getLexikJwtAuthentication_CheckConfigCommandService());
  27613.         });
  27614.     }
  27615.     /**
  27616.      * Gets the private '.lexik_jwt_authentication.enable_encryption_config_command.lazy' shared service.
  27617.      *
  27618.      * @return \Symfony\Component\Console\Command\LazyCommand
  27619.      */
  27620.     protected function get_LexikJwtAuthentication_EnableEncryptionConfigCommand_LazyService()
  27621.     {
  27622.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27623.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  27624.         return $this->privates['.lexik_jwt_authentication.enable_encryption_config_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:enable-encryption', [], 'Enable Web-Token encryption support.'false, function (): \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand {
  27625.             return ($this->privates['lexik_jwt_authentication.enable_encryption_config_command'] ?? $this->getLexikJwtAuthentication_EnableEncryptionConfigCommandService());
  27626.         });
  27627.     }
  27628.     /**
  27629.      * Gets the private '.lexik_jwt_authentication.generate_keypair_command.lazy' shared service.
  27630.      *
  27631.      * @return \Symfony\Component\Console\Command\LazyCommand
  27632.      */
  27633.     protected function get_LexikJwtAuthentication_GenerateKeypairCommand_LazyService()
  27634.     {
  27635.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27636.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  27637.         return $this->privates['.lexik_jwt_authentication.generate_keypair_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:generate-keypair', [], 'Generate public/private keys for use in your application.'false, function (): \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand {
  27638.             return ($this->privates['lexik_jwt_authentication.generate_keypair_command'] ?? $this->getLexikJwtAuthentication_GenerateKeypairCommandService());
  27639.         });
  27640.     }
  27641.     /**
  27642.      * Gets the private '.lexik_jwt_authentication.generate_token_command.lazy' shared service.
  27643.      *
  27644.      * @return \Symfony\Component\Console\Command\LazyCommand
  27645.      */
  27646.     protected function get_LexikJwtAuthentication_GenerateTokenCommand_LazyService()
  27647.     {
  27648.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27649.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  27650.         return $this->privates['.lexik_jwt_authentication.generate_token_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:generate-token', [], 'Generates a JWT token for a given user.'false, function (): \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand {
  27651.             return ($this->services['lexik_jwt_authentication.generate_token_command'] ?? $this->getLexikJwtAuthentication_GenerateTokenCommandService());
  27652.         });
  27653.     }
  27654.     /**
  27655.      * Gets the private '.lexik_jwt_authentication.migrate_config_command.lazy' shared service.
  27656.      *
  27657.      * @return \Symfony\Component\Console\Command\LazyCommand
  27658.      */
  27659.     protected function get_LexikJwtAuthentication_MigrateConfigCommand_LazyService()
  27660.     {
  27661.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27662.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  27663.         return $this->privates['.lexik_jwt_authentication.migrate_config_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:migrate-config', [], 'Migrate LexikJWTAuthenticationBundle configuration to the Web-Token one.'false, function (): \Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand {
  27664.             return ($this->privates['lexik_jwt_authentication.migrate_config_command'] ?? $this->getLexikJwtAuthentication_MigrateConfigCommandService());
  27665.         });
  27666.     }
  27667.     /**
  27668.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  27669.      *
  27670.      * @return \Symfony\Component\Console\Command\LazyCommand
  27671.      */
  27672.     protected function get_Monolog_Command_ServerLog_LazyService()
  27673.     {
  27674.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27675.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  27676.         return $this->privates['.monolog.command.server_log.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:log', [], 'Start a log server that displays logs in real time'false, function (): \Symfony\Bridge\Monolog\Command\ServerLogCommand {
  27677.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  27678.         });
  27679.     }
  27680.     /**
  27681.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  27682.      *
  27683.      * @return \Symfony\Component\Console\Command\LazyCommand
  27684.      */
  27685.     protected function get_Security_Command_DebugFirewall_LazyService()
  27686.     {
  27687.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27688.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  27689.         return $this->privates['.security.command.debug_firewall.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:firewall', [], 'Display information about your security firewall(s)'false, function (): \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand {
  27690.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  27691.         });
  27692.     }
  27693.     /**
  27694.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  27695.      *
  27696.      * @return \Symfony\Component\Console\Command\LazyCommand
  27697.      */
  27698.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  27699.     {
  27700.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27701.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  27702.         return $this->privates['.security.command.user_password_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:encode-password', [], 'Encode a password'false, function (): \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand {
  27703.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  27704.         });
  27705.     }
  27706.     /**
  27707.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  27708.      *
  27709.      * @return \Symfony\Component\Console\Command\LazyCommand
  27710.      */
  27711.     protected function get_Security_Command_UserPasswordHash_LazyService()
  27712.     {
  27713.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27714.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  27715.         return $this->privates['.security.command.user_password_hash.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:hash-password', [], 'Hash a user password'false, function (): \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand {
  27716.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  27717.         });
  27718.     }
  27719.     /**
  27720.      * Gets the private '.service_locator..MI7WAw' shared service.
  27721.      *
  27722.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  27723.      */
  27724.     protected function get_ServiceLocator__MI7WAwService()
  27725.     {
  27726.         return $this->privates['.service_locator..MI7WAw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  27727.             'vehicle' => ['privates''.errored..service_locator..MI7WAw.CoreBundle\\Model\\Vehicles\\AbstractVehicle'NULL'Cannot autowire service ".service_locator..MI7WAw": it references class "CoreBundle\\Model\\Vehicles\\AbstractVehicle" but no such service exists.'],
  27728.         ], [
  27729.             'vehicle' => 'CoreBundle\\Model\\Vehicles\\AbstractVehicle',
  27730.         ]);
  27731.     }
  27732.     /**
  27733.      * Gets the private '.service_locator..x8B7mA' shared service.
  27734.      *
  27735.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  27736.      */
  27737.     protected function get_ServiceLocator__X8B7mAService()
  27738.     {
  27739.         return $this->privates['.service_locator..x8B7mA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  27740.             'basketService' => ['privates''MyBundle\\Service\\BasketService''getBasketServiceService'false],
  27741.         ], [
  27742.             'basketService' => 'MyBundle\\Service\\BasketService',
  27743.         ]);
  27744.     }
  27745.     /**
  27746.      * Gets the private '.service_locator.0IqyCFq' shared service.
  27747.      *
  27748.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  27749.      */
  27750.     protected function get_ServiceLocator_0IqyCFqService()
  27751.     {
  27752.         return $this->privates['.service_locator.0IqyCFq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  27753.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  27754.             'jiraService' => ['services''core.jira.service''getCore_Jira_ServiceService'false],
  27755.         ], [
  27756.             'em' => '?',
  27757.             'jiraService' => '?',
  27758.         ]);
  27759.     }
  27760.     /**
  27761.      * Gets the private '.service_locator.0Yt1pEf' shared service.
  27762.      *
  27763.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  27764.      */
  27765.     protected function get_ServiceLocator_0Yt1pEfService()
  27766.     {
  27767.         return $this->privates['.service_locator.0Yt1pEf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  27768.             'viDiWorkerModel' => ['services''core.module.worker''getCore_Module_WorkerService'false],
  27769.         ], [
  27770.             'viDiWorkerModel' => '?',
  27771.         ]);
  27772.     }
  27773.     /**
  27774.      * Gets the private '.service_locator.0ZY6ZQQ' shared service.
  27775.      *
  27776.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  27777.      */
  27778.     protected function get_ServiceLocator_0ZY6ZQQService()
  27779.     {
  27780.         return $this->privates['.service_locator.0ZY6ZQQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  27781.             'parameterBag' => ['privates''parameter_bag''getParameterBagService'false],
  27782.         ], [
  27783.             'parameterBag' => '?',
  27784.         ]);
  27785.     }
  27786.     /**
  27787.      * Gets the private '.service_locator.0agYNHk' shared service.
  27788.      *
  27789.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  27790.      */
  27791.     protected function get_ServiceLocator_0agYNHkService()
  27792.     {
  27793.         return $this->privates['.service_locator.0agYNHk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  27794.             'newsService' => ['services''DcSiteBundle\\Services\\NewsService''getNewsServiceService'false],
  27795.         ], [
  27796.             'newsService' => 'DcSiteBundle\\Services\\NewsService',
  27797.         ]);
  27798.     }
  27799.     /**
  27800.      * Gets the private '.service_locator.0u2t7AC' shared service.
  27801.      *
  27802.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  27803.      */
  27804.     protected function get_ServiceLocator_0u2t7ACService()
  27805.     {
  27806.         return $this->privates['.service_locator.0u2t7AC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  27807.             'creditModel' => ['services''dcsite.credit.model''getDcsite_Credit_ModelService'false],
  27808.             'historyManager' => ['services''dc.history.manager''getDc_History_ManagerService'false],
  27809.             'vehicleService' => ['services''dc.vehicle.service''getDc_Vehicle_ServiceService'false],
  27810.         ], [
  27811.             'creditModel' => '?',
  27812.             'historyManager' => '?',
  27813.             'vehicleService' => '?',
  27814.         ]);
  27815.     }
  27816.     /**
  27817.      * Gets the private '.service_locator.1E27ojO' shared service.
  27818.      *
  27819.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  27820.      */
  27821.     protected function get_ServiceLocator_1E27ojOService()
  27822.     {
  27823.         return $this->privates['.service_locator.1E27ojO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  27824.             'creditModel' => ['services''dcsite.credit.model''getDcsite_Credit_ModelService'false],
  27825.             'pdfSnappy' => ['services''knp_snappy.pdf''getKnpSnappy_PdfService'false],
  27826.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  27827.             'vehicleFactory' => ['services''CoreBundle\\Factory\\Vehicle''getVehicleService'false],
  27828.         ], [
  27829.             'creditModel' => '?',
  27830.             'pdfSnappy' => '?',
  27831.             'twig' => '?',
  27832.             'vehicleFactory' => 'CoreBundle\\Factory\\Vehicle',
  27833.         ]);
  27834.     }
  27835.     /**
  27836.      * Gets the private '.service_locator.1PDsblh' shared service.
  27837.      *
  27838.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  27839.      */
  27840.     protected function get_ServiceLocator_1PDsblhService()
  27841.     {
  27842.         return $this->privates['.service_locator.1PDsblh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  27843.             'DTOFactory' => ['privates''MyBundle\\Factory\\AuthCodeDTOFactory''getAuthCodeDTOFactoryService'false],
  27844.             'authService' => ['privates''MyBundle\\Service\\AuthService''getAuthServiceService'false],
  27845.             'infobipSmsSender' => ['services''my.sms.infobip.sender''getMy_Sms_Infobip_SenderService'false],
  27846.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  27847.             'otpEntityFactory' => ['privates''MyBundle\\Factory\\OtpEntityFactory''getOtpEntityFactoryService'false],
  27848.             'translator' => ['services''translator''getTranslatorService'false],
  27849.             'userDTOFactory' => ['privates''MyBundle\\Factory\\RegUserDTOFactory''getRegUserDTOFactoryService'false],
  27850.             'userEntityFactory' => ['privates''MyBundle\\Factory\\UserEntityFactory''getUserEntityFactoryService'false],
  27851.             'validator' => ['privates''MyBundle\\Service\\AuthDataValidator''getAuthDataValidatorService'false],
  27852.         ], [
  27853.             'DTOFactory' => 'MyBundle\\Factory\\AuthCodeDTOFactory',
  27854.             'authService' => 'MyBundle\\Service\\AuthService',
  27855.             'infobipSmsSender' => '?',
  27856.             'logger' => '?',
  27857.             'otpEntityFactory' => 'MyBundle\\Factory\\OtpEntityFactory',
  27858.             'translator' => '?',
  27859.             'userDTOFactory' => 'MyBundle\\Factory\\RegUserDTOFactory',
  27860.             'userEntityFactory' => 'MyBundle\\Factory\\UserEntityFactory',
  27861.             'validator' => 'MyBundle\\Service\\AuthDataValidator',
  27862.         ]);
  27863.     }
  27864.     /**
  27865.      * Gets the private '.service_locator.2Hp9BD6' shared service.
  27866.      *
  27867.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  27868.      */
  27869.     protected function get_ServiceLocator_2Hp9BD6Service()
  27870.     {
  27871.         return $this->privates['.service_locator.2Hp9BD6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  27872.             'profileService' => ['privates''MyBundle\\Service\\ProfileService''getProfileServiceService'false],
  27873.         ], [
  27874.             'profileService' => 'MyBundle\\Service\\ProfileService',
  27875.         ]);
  27876.     }
  27877.     /**
  27878.      * Gets the private '.service_locator.2VuQkXs' shared service.
  27879.      *
  27880.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  27881.      */
  27882.     protected function get_ServiceLocator_2VuQkXsService()
  27883.     {
  27884.         return $this->privates['.service_locator.2VuQkXs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  27885.             'vehicleRepository' => ['services''CoreBundle\\Model\\Vehicles\\Repository''getRepositoryService'false],
  27886.         ], [
  27887.             'vehicleRepository' => 'CoreBundle\\Model\\Vehicles\\Repository',
  27888.         ]);
  27889.     }
  27890.     /**
  27891.      * Gets the private '.service_locator.3CTLkIg' shared service.
  27892.      *
  27893.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  27894.      */
  27895.     protected function get_ServiceLocator_3CTLkIgService()
  27896.     {
  27897.         return $this->privates['.service_locator.3CTLkIg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  27898.             'controller_resolver' => ['privates''debug.controller_resolver''getDebug_ControllerResolverService'false],
  27899.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  27900.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  27901.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  27902.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  27903.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  27904.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  27905.             'router' => ['services''router''getRouterService'false],
  27906.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  27907.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  27908.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  27909.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  27910.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  27911.             'sonata.admin.admin_exporter' => ['privates''sonata.admin.admin_exporter''getSonata_Admin_AdminExporterService'false],
  27912.             'sonata.admin.audit.manager' => ['privates''sonata.admin.audit.manager''getSonata_Admin_Audit_ManagerService'false],
  27913.             'sonata.admin.object.manipulator.acl.admin' => ['privates''sonata.admin.object.manipulator.acl.admin''getSonata_Admin_Object_Manipulator_Acl_AdminService'false],
  27914.             'sonata.admin.pool' => ['privates''sonata.admin.pool''getSonata_Admin_PoolService'false],
  27915.             'sonata.admin.request.fetcher' => ['privates''sonata.admin.request.fetcher''getSonata_Admin_Request_FetcherService'false],
  27916.             'sonata.exporter.exporter' => ['services''sonata.exporter.exporter''getSonata_Exporter_ExporterService'false],
  27917.             'translator' => ['services''translator''getTranslatorService'false],
  27918.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  27919.         ], [
  27920.             'controller_resolver' => '?',
  27921.             'doctrine' => '?',
  27922.             'form.factory' => '?',
  27923.             'http_kernel' => '?',
  27924.             'logger' => '?',
  27925.             'parameter_bag' => '?',
  27926.             'request_stack' => '?',
  27927.             'router' => '?',
  27928.             'security.authorization_checker' => '?',
  27929.             'security.csrf.token_manager' => '?',
  27930.             'security.token_storage' => '?',
  27931.             'serializer' => '?',
  27932.             'session' => '.session.deprecated',
  27933.             'sonata.admin.admin_exporter' => '?',
  27934.             'sonata.admin.audit.manager' => '?',
  27935.             'sonata.admin.object.manipulator.acl.admin' => '?',
  27936.             'sonata.admin.pool' => '?',
  27937.             'sonata.admin.request.fetcher' => '?',
  27938.             'sonata.exporter.exporter' => '?',
  27939.             'translator' => '?',
  27940.             'twig' => '?',
  27941.         ]);
  27942.     }
  27943.     /**
  27944.      * Gets the private '.service_locator.3ervdLO' shared service.
  27945.      *
  27946.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  27947.      */
  27948.     protected function get_ServiceLocator_3ervdLOService()
  27949.     {
  27950.         return $this->privates['.service_locator.3ervdLO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  27951.             'exporter' => ['services''core.exporter.model''getCore_Exporter_ModelService'false],
  27952.         ], [
  27953.             'exporter' => '?',
  27954.         ]);
  27955.     }
  27956.     /**
  27957.      * Gets the private '.service_locator.3zKUpnl' shared service.
  27958.      *
  27959.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  27960.      */
  27961.     protected function get_ServiceLocator_3zKUpnlService()
  27962.     {
  27963.         return $this->privates['.service_locator.3zKUpnl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  27964.             'historyManager' => ['services''dc.history.manager''getDc_History_ManagerService'false],
  27965.             'serviceController' => ['services''DcSiteBundle\\Controller\\Yamaha\\ServiceController''getServiceController22Service'false],
  27966.             'vehicleService' => ['services''dc.vehicle.service''getDc_Vehicle_ServiceService'false],
  27967.         ], [
  27968.             'historyManager' => '?',
  27969.             'serviceController' => 'DcSiteBundle\\Controller\\Yamaha\\ServiceController',
  27970.             'vehicleService' => '?',
  27971.         ]);
  27972.     }
  27973.     /**
  27974.      * Gets the private '.service_locator.4.RH3iV' shared service.
  27975.      *
  27976.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  27977.      */
  27978.     protected function get_ServiceLocator_4_RH3iVService()
  27979.     {
  27980.         return $this->privates['.service_locator.4.RH3iV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  27981.             'orderService' => ['privates''MyBundle\\Service\\OrderService''getOrderServiceService'false],
  27982.         ], [
  27983.             'orderService' => 'MyBundle\\Service\\OrderService',
  27984.         ]);
  27985.     }
  27986.     /**
  27987.      * Gets the private '.service_locator.4.UpWzH' shared service.
  27988.      *
  27989.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  27990.      */
  27991.     protected function get_ServiceLocator_4_UpWzHService()
  27992.     {
  27993.         return $this->privates['.service_locator.4.UpWzH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  27994.             'item' => ['privates''.errored..service_locator.4.UpWzH.CoreBundle\\Model\\Vehicles\\AbstractVehicle'NULL'Cannot autowire service ".service_locator.4.UpWzH": it references class "CoreBundle\\Model\\Vehicles\\AbstractVehicle" but no such service exists.'],
  27995.         ], [
  27996.             'item' => 'CoreBundle\\Model\\Vehicles\\AbstractVehicle',
  27997.         ]);
  27998.     }
  27999.     /**
  28000.      * Gets the private '.service_locator.4gvyiy4' shared service.
  28001.      *
  28002.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28003.      */
  28004.     protected function get_ServiceLocator_4gvyiy4Service()
  28005.     {
  28006.         return $this->privates['.service_locator.4gvyiy4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28007.             'formManager' => ['services''core.form.manager''getCore_Form_ManagerService'false],
  28008.         ], [
  28009.             'formManager' => '?',
  28010.         ]);
  28011.     }
  28012.     /**
  28013.      * Gets the private '.service_locator.4wrOGY0' shared service.
  28014.      *
  28015.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28016.      */
  28017.     protected function get_ServiceLocator_4wrOGY0Service()
  28018.     {
  28019.         return $this->privates['.service_locator.4wrOGY0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28020.             'dealer' => ['privates''.errored..service_locator.4wrOGY0.CoreBundle\\Entity\\Dealer'NULL'Cannot autowire service ".service_locator.4wrOGY0": it references class "CoreBundle\\Entity\\Dealer" but no such service exists.'],
  28021.             'serviceVariation' => ['privates''.errored..service_locator.4wrOGY0.DcSiteBundle\\Entity\\ServiceVariation'NULL'Cannot autowire service ".service_locator.4wrOGY0": it references class "DcSiteBundle\\Entity\\ServiceVariation" but no such service exists.'],
  28022.         ], [
  28023.             'dealer' => 'CoreBundle\\Entity\\Dealer',
  28024.             'serviceVariation' => 'DcSiteBundle\\Entity\\ServiceVariation',
  28025.         ]);
  28026.     }
  28027.     /**
  28028.      * Gets the private '.service_locator.5OvAUP5' shared service.
  28029.      *
  28030.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28031.      */
  28032.     protected function get_ServiceLocator_5OvAUP5Service()
  28033.     {
  28034.         return $this->privates['.service_locator.5OvAUP5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28035.             'paginationModel' => ['services''DcSiteBundle\\Model\\Pagination''getPaginationService'false],
  28036.         ], [
  28037.             'paginationModel' => 'DcSiteBundle\\Model\\Pagination',
  28038.         ]);
  28039.     }
  28040.     /**
  28041.      * Gets the private '.service_locator.5_6ROBk' shared service.
  28042.      *
  28043.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28044.      */
  28045.     protected function get_ServiceLocator_56ROBkService()
  28046.     {
  28047.         return $this->privates['.service_locator.5_6ROBk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28048.             'dataLayer' => ['services''core.data_layer.model''getCore_DataLayer_ModelService'false],
  28049.         ], [
  28050.             'dataLayer' => '?',
  28051.         ]);
  28052.     }
  28053.     /**
  28054.      * Gets the private '.service_locator.6E9xidT' shared service.
  28055.      *
  28056.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28057.      */
  28058.     protected function get_ServiceLocator_6E9xidTService()
  28059.     {
  28060.         return $this->privates['.service_locator.6E9xidT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28061.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  28062.         ], [
  28063.             'mailer' => '?',
  28064.         ]);
  28065.     }
  28066.     /**
  28067.      * Gets the private '.service_locator.6hoAnnd' shared service.
  28068.      *
  28069.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28070.      */
  28071.     protected function get_ServiceLocator_6hoAnndService()
  28072.     {
  28073.         return $this->privates['.service_locator.6hoAnnd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28074.             'creditModel' => ['services''dcsite.credit.model''getDcsite_Credit_ModelService'false],
  28075.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  28076.             'inStockVehicleFactory' => ['services''core.factory.in-stock-vehicle''getCore_Factory_InstockvehicleService'false],
  28077.             'leasingClient' => ['services''core.leasing.model''getCore_Leasing_ModelService'false],
  28078.             'vehicleFactory' => ['services''CoreBundle\\Factory\\Vehicle''getVehicleService'false],
  28079.             'vehicleService' => ['services''dc.vehicle.service''getDc_Vehicle_ServiceService'false],
  28080.         ], [
  28081.             'creditModel' => '?',
  28082.             'em' => '?',
  28083.             'inStockVehicleFactory' => '?',
  28084.             'leasingClient' => '?',
  28085.             'vehicleFactory' => 'CoreBundle\\Factory\\Vehicle',
  28086.             'vehicleService' => '?',
  28087.         ]);
  28088.     }
  28089.     /**
  28090.      * Gets the private '.service_locator.6s_FNxa' shared service.
  28091.      *
  28092.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28093.      */
  28094.     protected function get_ServiceLocator_6sFNxaService()
  28095.     {
  28096.         return $this->privates['.service_locator.6s_FNxa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28097.             'usedVehicleService' => ['services''DcSiteBundle\\Services\\UsedVehicleService''getUsedVehicleServiceService'false],
  28098.             'vehicleService' => ['services''dc.vehicle.service''getDc_Vehicle_ServiceService'false],
  28099.         ], [
  28100.             'usedVehicleService' => 'DcSiteBundle\\Services\\UsedVehicleService',
  28101.             'vehicleService' => '?',
  28102.         ]);
  28103.     }
  28104.     /**
  28105.      * Gets the private '.service_locator.71i0gGT' shared service.
  28106.      *
  28107.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28108.      */
  28109.     protected function get_ServiceLocator_71i0gGTService()
  28110.     {
  28111.         return $this->privates['.service_locator.71i0gGT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28112.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  28113.             'router' => ['services''router''getRouterService'false],
  28114.         ], [
  28115.             'entityManager' => '?',
  28116.             'router' => '?',
  28117.         ]);
  28118.     }
  28119.     /**
  28120.      * Gets the private '.service_locator.72v2VwC' shared service.
  28121.      *
  28122.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28123.      */
  28124.     protected function get_ServiceLocator_72v2VwCService()
  28125.     {
  28126.         return $this->privates['.service_locator.72v2VwC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28127.             'apiServer1C' => ['services''core.api.1c_online_service''getCore_Api_1cOnlineServiceService'false],
  28128.             'translator' => ['services''translator''getTranslatorService'false],
  28129.         ], [
  28130.             'apiServer1C' => '?',
  28131.             'translator' => '?',
  28132.         ]);
  28133.     }
  28134.     /**
  28135.      * Gets the private '.service_locator.7H3OCuW' shared service.
  28136.      *
  28137.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28138.      */
  28139.     protected function get_ServiceLocator_7H3OCuWService()
  28140.     {
  28141.         return $this->privates['.service_locator.7H3OCuW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28142.             'mediaExtensionVidi' => ['services''sonata.media.twig.extension''getSonata_Media_Twig_ExtensionService'false],
  28143.         ], [
  28144.             'mediaExtensionVidi' => '?',
  28145.         ]);
  28146.     }
  28147.     /**
  28148.      * Gets the private '.service_locator.7Yjue.D' shared service.
  28149.      *
  28150.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28151.      */
  28152.     protected function get_ServiceLocator_7Yjue_DService()
  28153.     {
  28154.         return $this->privates['.service_locator.7Yjue.D'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28155.             'accessoryService' => ['services''dc.accessory.service''getDc_Accessory_ServiceService'false],
  28156.             'creditModel' => ['services''dcsite.credit.model''getDcsite_Credit_ModelService'false],
  28157.             'historyManager' => ['services''dc.history.manager''getDc_History_ManagerService'false],
  28158.             'vehicleService' => ['services''dc.vehicle.service''getDc_Vehicle_ServiceService'false],
  28159.         ], [
  28160.             'accessoryService' => '?',
  28161.             'creditModel' => '?',
  28162.             'historyManager' => '?',
  28163.             'vehicleService' => '?',
  28164.         ]);
  28165.     }
  28166.     /**
  28167.      * Gets the private '.service_locator.7hrPXEc' shared service.
  28168.      *
  28169.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28170.      */
  28171.     protected function get_ServiceLocator_7hrPXEcService()
  28172.     {
  28173.         return $this->privates['.service_locator.7hrPXEc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28174.             'authService' => ['privates''MyBundle\\Service\\AuthService''getAuthServiceService'false],
  28175.             'factory' => ['services''security.encoder_factory''getSecurity_EncoderFactoryService'false],
  28176.         ], [
  28177.             'authService' => 'MyBundle\\Service\\AuthService',
  28178.             'factory' => '?',
  28179.         ]);
  28180.     }
  28181.     /**
  28182.      * Gets the private '.service_locator.81dTbfA' shared service.
  28183.      *
  28184.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28185.      */
  28186.     protected function get_ServiceLocator_81dTbfAService()
  28187.     {
  28188.         return $this->privates['.service_locator.81dTbfA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28189.             'apiServer1C' => ['services''core.api.1c_online_service''getCore_Api_1cOnlineServiceService'false],
  28190.             'infobipSmsSender' => ['services''my.sms.infobip.sender''getMy_Sms_Infobip_SenderService'false],
  28191.             'nightBookingService' => ['privates''MyBundle\\Service\\NightBookingService''getNightBookingServiceService'false],
  28192.             'translator' => ['services''translator''getTranslatorService'false],
  28193.         ], [
  28194.             'apiServer1C' => '?',
  28195.             'infobipSmsSender' => '?',
  28196.             'nightBookingService' => 'MyBundle\\Service\\NightBookingService',
  28197.             'translator' => '?',
  28198.         ]);
  28199.     }
  28200.     /**
  28201.      * Gets the private '.service_locator.8E7jDKW' shared service.
  28202.      *
  28203.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28204.      */
  28205.     protected function get_ServiceLocator_8E7jDKWService()
  28206.     {
  28207.         return $this->privates['.service_locator.8E7jDKW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28208.             'actionsService' => ['services''DcSiteBundle\\Services\\ActionsService''getActionsServiceService'false],
  28209.             'catalogService' => ['services''DcSiteBundle\\Services\\CatalogService''getCatalogService2Service'false],
  28210.             'newsService' => ['services''DcSiteBundle\\Services\\NewsService''getNewsServiceService'false],
  28211.         ], [
  28212.             'actionsService' => 'DcSiteBundle\\Services\\ActionsService',
  28213.             'catalogService' => 'DcSiteBundle\\Services\\CatalogService',
  28214.             'newsService' => 'DcSiteBundle\\Services\\NewsService',
  28215.         ]);
  28216.     }
  28217.     /**
  28218.      * Gets the private '.service_locator.91o1U0S' shared service.
  28219.      *
  28220.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28221.      */
  28222.     protected function get_ServiceLocator_91o1U0SService()
  28223.     {
  28224.         return $this->privates['.service_locator.91o1U0S'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28225.             'diiaService' => ['privates''IntegrationBundle\\Service\\Diia\\Actions\\ServiceRequestsManager''getServiceRequestsManagerService'false],
  28226.             'offerManager' => ['privates''IntegrationBundle\\Service\\Diia\\Actions\\OfferManager''getOfferManagerService'false],
  28227.         ], [
  28228.             'diiaService' => 'IntegrationBundle\\Service\\Diia\\Actions\\ServiceRequestsManager',
  28229.             'offerManager' => 'IntegrationBundle\\Service\\Diia\\Actions\\OfferManager',
  28230.         ]);
  28231.     }
  28232.     /**
  28233.      * Gets the private '.service_locator.92uEq.T' shared service.
  28234.      *
  28235.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28236.      */
  28237.     protected function get_ServiceLocator_92uEq_TService()
  28238.     {
  28239.         return $this->privates['.service_locator.92uEq.T'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28240.             'inStockRepositoryModel' => ['services''core.model.vehicles.in-stock-repository''getCore_Model_Vehicles_InstockrepositoryService'false],
  28241.             'pagesService' => ['services''DcSiteBundle\\Services\\ModelRange\\Pages\\PagesService''getPagesServiceService'false],
  28242.             'vehicleService' => ['services''dc.vehicle.service''getDc_Vehicle_ServiceService'false],
  28243.         ], [
  28244.             'inStockRepositoryModel' => '?',
  28245.             'pagesService' => 'DcSiteBundle\\Services\\ModelRange\\Pages\\PagesService',
  28246.             'vehicleService' => '?',
  28247.         ]);
  28248.     }
  28249.     /**
  28250.      * Gets the private '.service_locator.9AcM4s2' shared service.
  28251.      *
  28252.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28253.      */
  28254.     protected function get_ServiceLocator_9AcM4s2Service()
  28255.     {
  28256.         return $this->privates['.service_locator.9AcM4s2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28257.             'rentVehicleService' => ['services''DcSiteBundle\\Services\\RentVehicleService''getRentVehicleServiceService'false],
  28258.         ], [
  28259.             'rentVehicleService' => 'DcSiteBundle\\Services\\RentVehicleService',
  28260.         ]);
  28261.     }
  28262.     /**
  28263.      * Gets the private '.service_locator.9KsWGv.' shared service.
  28264.      *
  28265.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28266.      */
  28267.     protected function get_ServiceLocator_9KsWGv_Service()
  28268.     {
  28269.         return $this->privates['.service_locator.9KsWGv.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28270.             'autoRia' => ['services''core.autoria.api''getCore_Autoria_ApiService'false],
  28271.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  28272.         ], [
  28273.             'autoRia' => '?',
  28274.             'em' => '?',
  28275.         ]);
  28276.     }
  28277.     /**
  28278.      * Gets the private '.service_locator.9o_AN0R' shared service.
  28279.      *
  28280.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28281.      */
  28282.     protected function get_ServiceLocator_9oAN0RService()
  28283.     {
  28284.         return $this->privates['.service_locator.9o_AN0R'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28285.             'encoder' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  28286.         ], [
  28287.             'encoder' => '?',
  28288.         ]);
  28289.     }
  28290.     /**
  28291.      * Gets the private '.service_locator.A76tk_1' shared service.
  28292.      *
  28293.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28294.      */
  28295.     protected function get_ServiceLocator_A76tk1Service()
  28296.     {
  28297.         return $this->privates['.service_locator.A76tk_1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28298.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  28299.             'twigMedia' => ['services''sonata.media.twig.extension''getSonata_Media_Twig_ExtensionService'false],
  28300.         ], [
  28301.             'em' => '?',
  28302.             'twigMedia' => '?',
  28303.         ]);
  28304.     }
  28305.     /**
  28306.      * Gets the private '.service_locator.AMxwFHd' shared service.
  28307.      *
  28308.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28309.      */
  28310.     protected function get_ServiceLocator_AMxwFHdService()
  28311.     {
  28312.         return $this->privates['.service_locator.AMxwFHd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28313.             'carInStockService' => ['services''DcSiteBundle\\Services\\CarInStockService''getCarInStockServiceService'false],
  28314.             'catalogService' => ['services''DcSiteBundle\\Services\\CatalogService''getCatalogService2Service'false],
  28315.         ], [
  28316.             'carInStockService' => 'DcSiteBundle\\Services\\CarInStockService',
  28317.             'catalogService' => 'DcSiteBundle\\Services\\CatalogService',
  28318.         ]);
  28319.     }
  28320.     /**
  28321.      * Gets the private '.service_locator.APToX25' shared service.
  28322.      *
  28323.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28324.      */
  28325.     protected function get_ServiceLocator_APToX25Service()
  28326.     {
  28327.         return $this->privates['.service_locator.APToX25'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28328.             'tokenStorage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  28329.         ], [
  28330.             'tokenStorage' => '?',
  28331.         ]);
  28332.     }
  28333.     /**
  28334.      * Gets the private '.service_locator.C4FT5cG' shared service.
  28335.      *
  28336.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28337.      */
  28338.     protected function get_ServiceLocator_C4FT5cGService()
  28339.     {
  28340.         return $this->privates['.service_locator.C4FT5cG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28341.             'accessoryShopService' => ['services''dc.accessory.shop''getDc_Accessory_ShopService'false],
  28342.             'imageProviderVidi' => ['privates''.errored..service_locator.C4FT5cG.CoreBundle\\Services\\ImageProviderVidi'NULL'Cannot autowire service ".service_locator.C4FT5cG": it references class "CoreBundle\\Services\\ImageProviderVidi" but no such service exists. You should maybe alias this class to the existing "sonata.media.provider.image" service.'],
  28343.         ], [
  28344.             'accessoryShopService' => '?',
  28345.             'imageProviderVidi' => 'CoreBundle\\Services\\ImageProviderVidi',
  28346.         ]);
  28347.     }
  28348.     /**
  28349.      * Gets the private '.service_locator.C7xwr0F' shared service.
  28350.      *
  28351.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28352.      */
  28353.     protected function get_ServiceLocator_C7xwr0FService()
  28354.     {
  28355.         return $this->privates['.service_locator.C7xwr0F'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28356.             'tokenInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  28357.         ], [
  28358.             'tokenInterface' => '?',
  28359.         ]);
  28360.     }
  28361.     /**
  28362.      * Gets the private '.service_locator.C9.oLVm' shared service.
  28363.      *
  28364.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28365.      */
  28366.     protected function get_ServiceLocator_C9_OLVmService()
  28367.     {
  28368.         return $this->privates['.service_locator.C9.oLVm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28369.             'inStockVehicleFactory' => ['services''core.factory.in-stock-vehicle''getCore_Factory_InstockvehicleService'false],
  28370.         ], [
  28371.             'inStockVehicleFactory' => '?',
  28372.         ]);
  28373.     }
  28374.     /**
  28375.      * Gets the private '.service_locator.CPkLYKu' shared service.
  28376.      *
  28377.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28378.      */
  28379.     protected function get_ServiceLocator_CPkLYKuService()
  28380.     {
  28381.         return $this->privates['.service_locator.CPkLYKu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28382.             'apiServer1C' => ['services''core.api.1c_online_service''getCore_Api_1cOnlineServiceService'false],
  28383.             'router' => ['services''router''getRouterService'false],
  28384.             'vehicleRepository' => ['services''CoreBundle\\Model\\Vehicles\\Repository''getRepositoryService'false],
  28385.         ], [
  28386.             'apiServer1C' => '?',
  28387.             'router' => '?',
  28388.             'vehicleRepository' => 'CoreBundle\\Model\\Vehicles\\Repository',
  28389.         ]);
  28390.     }
  28391.     /**
  28392.      * Gets the private '.service_locator.C_Dux9p' shared service.
  28393.      *
  28394.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28395.      */
  28396.     protected function get_ServiceLocator_CDux9pService()
  28397.     {
  28398.         return $this->privates['.service_locator.C_Dux9p'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28399.             'filesystem' => ['services''.container.private.filesystem''get_Container_Private_FilesystemService'false],
  28400.             'service' => ['privates''MyBundle\\Service\\ProfileCalculatorEmployeeService''getProfileCalculatorEmployeeServiceService'false],
  28401.         ], [
  28402.             'filesystem' => '?',
  28403.             'service' => 'MyBundle\\Service\\ProfileCalculatorEmployeeService',
  28404.         ]);
  28405.     }
  28406.     /**
  28407.      * Gets the private '.service_locator.D0DNt66' shared service.
  28408.      *
  28409.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28410.      */
  28411.     protected function get_ServiceLocator_D0DNt66Service()
  28412.     {
  28413.         return $this->privates['.service_locator.D0DNt66'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28414.             'infobipSmsSenderb' => ['services''my.sms.infobip.sender''getMy_Sms_Infobip_SenderService'false],
  28415.             'otpCodeGenerator' => ['services''my.factory.otp.code.generator''getMy_Factory_Otp_Code_GeneratorService'false],
  28416.             'translator' => ['services''translator''getTranslatorService'false],
  28417.         ], [
  28418.             'infobipSmsSenderb' => '?',
  28419.             'otpCodeGenerator' => '?',
  28420.             'translator' => '?',
  28421.         ]);
  28422.     }
  28423.     /**
  28424.      * Gets the private '.service_locator.DMePMAD' shared service.
  28425.      *
  28426.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28427.      */
  28428.     protected function get_ServiceLocator_DMePMADService()
  28429.     {
  28430.         return $this->privates['.service_locator.DMePMAD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28431.             'comparisonService' => ['services''portal.comparison.service''getPortal_Comparison_ServiceService'false],
  28432.         ], [
  28433.             'comparisonService' => '?',
  28434.         ]);
  28435.     }
  28436.     /**
  28437.      * Gets the private '.service_locator.E8i.8M4' shared service.
  28438.      *
  28439.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28440.      */
  28441.     protected function get_ServiceLocator_E8i_8M4Service()
  28442.     {
  28443.         return $this->privates['.service_locator.E8i.8M4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28444.             'vehicleService' => ['services''dc.vehicle.service''getDc_Vehicle_ServiceService'false],
  28445.         ], [
  28446.             'vehicleService' => '?',
  28447.         ]);
  28448.     }
  28449.     /**
  28450.      * Gets the private '.service_locator.ExZJAjw' shared service.
  28451.      *
  28452.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28453.      */
  28454.     protected function get_ServiceLocator_ExZJAjwService()
  28455.     {
  28456.         return $this->privates['.service_locator.ExZJAjw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28457.             'onlineEstimateModel' => ['services''core.online.estimate''getCore_Online_EstimateService'false],
  28458.         ], [
  28459.             'onlineEstimateModel' => '?',
  28460.         ]);
  28461.     }
  28462.     /**
  28463.      * Gets the private '.service_locator.EyFxcoi' shared service.
  28464.      *
  28465.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28466.      */
  28467.     protected function get_ServiceLocator_EyFxcoiService()
  28468.     {
  28469.         return $this->privates['.service_locator.EyFxcoi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28470.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  28471.             'mediaManager' => ['privates''sonata.media.manager.media''getSonata_Media_Manager_MediaService'false],
  28472.             'poolMedia' => ['services''sonata.media.pool''getSonata_Media_PoolService'false],
  28473.         ], [
  28474.             'em' => '?',
  28475.             'mediaManager' => '?',
  28476.             'poolMedia' => '?',
  28477.         ]);
  28478.     }
  28479.     /**
  28480.      * Gets the private '.service_locator.F2io1FS' shared service.
  28481.      *
  28482.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28483.      */
  28484.     protected function get_ServiceLocator_F2io1FSService()
  28485.     {
  28486.         return $this->privates['.service_locator.F2io1FS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28487.             'attemptLoginService' => ['privates''IntegrationBundle\\Service\\AttemptLoginService''getAttemptLoginServiceService'false],
  28488.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  28489.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  28490.             'tokenStorage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  28491.             'validator' => ['privates''MyBundle\\Service\\AuthDataValidator''getAuthDataValidatorService'false],
  28492.         ], [
  28493.             'attemptLoginService' => 'IntegrationBundle\\Service\\AttemptLoginService',
  28494.             'eventDispatcher' => '?',
  28495.             'logger' => '?',
  28496.             'tokenStorage' => '?',
  28497.             'validator' => 'MyBundle\\Service\\AuthDataValidator',
  28498.         ]);
  28499.     }
  28500.     /**
  28501.      * Gets the private '.service_locator.FLhE9ff' shared service.
  28502.      *
  28503.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28504.      */
  28505.     protected function get_ServiceLocator_FLhE9ffService()
  28506.     {
  28507.         return $this->privates['.service_locator.FLhE9ff'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28508.             'accessoryService' => ['services''dc.accessory.service''getDc_Accessory_ServiceService'false],
  28509.         ], [
  28510.             'accessoryService' => '?',
  28511.         ]);
  28512.     }
  28513.     /**
  28514.      * Gets the private '.service_locator.FQrtvFq' shared service.
  28515.      *
  28516.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28517.      */
  28518.     protected function get_ServiceLocator_FQrtvFqService()
  28519.     {
  28520.         return $this->privates['.service_locator.FQrtvFq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28521.             'translator' => ['services''translator''getTranslatorService'false],
  28522.             'twigDcExtension' => ['privates''.errored..service_locator.FQrtvFq.DcSiteBundle\\Twig\\TwigDcExtension'NULL'Cannot autowire service ".service_locator.FQrtvFq": it references class "DcSiteBundle\\Twig\\TwigDcExtension" but no such service exists. You should maybe alias this class to the existing "dc_site.twig.extension" service.'],
  28523.         ], [
  28524.             'translator' => '?',
  28525.             'twigDcExtension' => 'DcSiteBundle\\Twig\\TwigDcExtension',
  28526.         ]);
  28527.     }
  28528.     /**
  28529.      * Gets the private '.service_locator.GDFtzSn' shared service.
  28530.      *
  28531.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28532.      */
  28533.     protected function get_ServiceLocator_GDFtzSnService()
  28534.     {
  28535.         return $this->privates['.service_locator.GDFtzSn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28536.             'vehicleViewService' => ['services''DcSiteBundle\\Services\\VehicleViewService''getVehicleViewServiceService'false],
  28537.         ], [
  28538.             'vehicleViewService' => 'DcSiteBundle\\Services\\VehicleViewService',
  28539.         ]);
  28540.     }
  28541.     /**
  28542.      * Gets the private '.service_locator.GG6qmx.' shared service.
  28543.      *
  28544.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28545.      */
  28546.     protected function get_ServiceLocator_GG6qmx_Service()
  28547.     {
  28548.         return $this->privates['.service_locator.GG6qmx.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28549.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  28550.             'formManager' => ['services''core.form.manager''getCore_Form_ManagerService'false],
  28551.         ], [
  28552.             'em' => '?',
  28553.             'formManager' => '?',
  28554.         ]);
  28555.     }
  28556.     /**
  28557.      * Gets the private '.service_locator.GfJKm4k' shared service.
  28558.      *
  28559.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28560.      */
  28561.     protected function get_ServiceLocator_GfJKm4kService()
  28562.     {
  28563.         return $this->privates['.service_locator.GfJKm4k'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28564.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  28565.             'vehicleFactory' => ['services''CoreBundle\\Factory\\Vehicle''getVehicleService'false],
  28566.         ], [
  28567.             'em' => '?',
  28568.             'vehicleFactory' => 'CoreBundle\\Factory\\Vehicle',
  28569.         ]);
  28570.     }
  28571.     /**
  28572.      * Gets the private '.service_locator.HZnMw.5' shared service.
  28573.      *
  28574.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28575.      */
  28576.     protected function get_ServiceLocator_HZnMw_5Service()
  28577.     {
  28578.         return $this->privates['.service_locator.HZnMw.5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28579.             'servicePageService' => ['services''dc.service_page_service''getDc_ServicePageServiceService'false],
  28580.         ], [
  28581.             'servicePageService' => '?',
  28582.         ]);
  28583.     }
  28584.     /**
  28585.      * Gets the private '.service_locator.H_5dZOt' shared service.
  28586.      *
  28587.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28588.      */
  28589.     protected function get_ServiceLocator_H5dZOtService()
  28590.     {
  28591.         return $this->privates['.service_locator.H_5dZOt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28592.             'container' => ['services''service_container''getServiceContainerService'false],
  28593.         ], [
  28594.             'container' => '?',
  28595.         ]);
  28596.     }
  28597.     /**
  28598.      * Gets the private '.service_locator.HauFJLA' shared service.
  28599.      *
  28600.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28601.      */
  28602.     protected function get_ServiceLocator_HauFJLAService()
  28603.     {
  28604.         return $this->privates['.service_locator.HauFJLA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28605.             'codeGenerator' => ['services''my.factory.otp.code.generator''getMy_Factory_Otp_Code_GeneratorService'false],
  28606.             'encoder' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  28607.             'infobipSmsSender' => ['services''my.sms.infobip.sender''getMy_Sms_Infobip_SenderService'false],
  28608.             'stringGenerator' => ['privates''MyBundle\\Factory\\StringGenerator''getStringGeneratorService'false],
  28609.             'translator' => ['services''translator''getTranslatorService'false],
  28610.         ], [
  28611.             'codeGenerator' => '?',
  28612.             'encoder' => '?',
  28613.             'infobipSmsSender' => '?',
  28614.             'stringGenerator' => 'MyBundle\\Factory\\StringGenerator',
  28615.             'translator' => '?',
  28616.         ]);
  28617.     }
  28618.     /**
  28619.      * Gets the private '.service_locator.Ho4x8aE' shared service.
  28620.      *
  28621.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28622.      */
  28623.     protected function get_ServiceLocator_Ho4x8aEService()
  28624.     {
  28625.         return $this->privates['.service_locator.Ho4x8aE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28626.             'vehicleFilterService' => ['services''PortalBundle\\Services\\VehicleFilterService''getVehicleFilterServiceService'false],
  28627.         ], [
  28628.             'vehicleFilterService' => 'PortalBundle\\Services\\VehicleFilterService',
  28629.         ]);
  28630.     }
  28631.     /**
  28632.      * Gets the private '.service_locator.IOngJ0P' shared service.
  28633.      *
  28634.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28635.      */
  28636.     protected function get_ServiceLocator_IOngJ0PService()
  28637.     {
  28638.         return $this->privates['.service_locator.IOngJ0P'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28639.             'eventInterface' => ['services''event_dispatcher''getEventDispatcherService'false],
  28640.             'tokenStorage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  28641.             'translator' => ['services''translator''getTranslatorService'false],
  28642.         ], [
  28643.             'eventInterface' => '?',
  28644.             'tokenStorage' => '?',
  28645.             'translator' => '?',
  28646.         ]);
  28647.     }
  28648.     /**
  28649.      * Gets the private '.service_locator.IPkmJgf' shared service.
  28650.      *
  28651.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28652.      */
  28653.     protected function get_ServiceLocator_IPkmJgfService()
  28654.     {
  28655.         return $this->privates['.service_locator.IPkmJgf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28656.             'programModel' => ['services''insurance.program.model''getInsurance_Program_ModelService'false],
  28657.         ], [
  28658.             'programModel' => '?',
  28659.         ]);
  28660.     }
  28661.     /**
  28662.      * Gets the private '.service_locator.IRj1lZ9' shared service.
  28663.      *
  28664.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28665.      */
  28666.     protected function get_ServiceLocator_IRj1lZ9Service()
  28667.     {
  28668.         return $this->privates['.service_locator.IRj1lZ9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28669.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  28670.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  28671.         ], [
  28672.             'event_dispatcher' => '?',
  28673.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  28674.         ]);
  28675.     }
  28676.     /**
  28677.      * Gets the private '.service_locator.J78piqZ' shared service.
  28678.      *
  28679.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28680.      */
  28681.     protected function get_ServiceLocator_J78piqZService()
  28682.     {
  28683.         return $this->privates['.service_locator.J78piqZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28684.             'winnerRate' => ['services''core.winner_rate.model''getCore_WinnerRate_ModelService'false],
  28685.         ], [
  28686.             'winnerRate' => '?',
  28687.         ]);
  28688.     }
  28689.     /**
  28690.      * Gets the private '.service_locator.JOgWIgG' shared service.
  28691.      *
  28692.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28693.      */
  28694.     protected function get_ServiceLocator_JOgWIgGService()
  28695.     {
  28696.         return $this->privates['.service_locator.JOgWIgG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28697.             'poolMedia' => ['services''sonata.media.pool''getSonata_Media_PoolService'false],
  28698.             'vehicleFactory' => ['services''CoreBundle\\Factory\\Vehicle''getVehicleService'false],
  28699.         ], [
  28700.             'poolMedia' => '?',
  28701.             'vehicleFactory' => 'CoreBundle\\Factory\\Vehicle',
  28702.         ]);
  28703.     }
  28704.     /**
  28705.      * Gets the private '.service_locator.JaBorXs' shared service.
  28706.      *
  28707.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28708.      */
  28709.     protected function get_ServiceLocator_JaBorXsService()
  28710.     {
  28711.         return $this->privates['.service_locator.JaBorXs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28712.             'apiServer1C' => ['services''core.api.1c_online_service''getCore_Api_1cOnlineServiceService'false],
  28713.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  28714.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  28715.         ], [
  28716.             'apiServer1C' => '?',
  28717.             'em' => '?',
  28718.             'mailer' => '?',
  28719.         ]);
  28720.     }
  28721.     /**
  28722.      * Gets the private '.service_locator.K3nEOYJ' shared service.
  28723.      *
  28724.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28725.      */
  28726.     protected function get_ServiceLocator_K3nEOYJService()
  28727.     {
  28728.         return $this->privates['.service_locator.K3nEOYJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28729.             'infobipSmsSender' => ['services''my.sms.infobip.sender''getMy_Sms_Infobip_SenderService'false],
  28730.         ], [
  28731.             'infobipSmsSender' => '?',
  28732.         ]);
  28733.     }
  28734.     /**
  28735.      * Gets the private '.service_locator.KKfGJZB' shared service.
  28736.      *
  28737.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28738.      */
  28739.     protected function get_ServiceLocator_KKfGJZBService()
  28740.     {
  28741.         return $this->privates['.service_locator.KKfGJZB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28742.             'infobipSmsSender' => ['services''my.sms.infobip.sender''getMy_Sms_Infobip_SenderService'false],
  28743.             'otpEntityFactory' => ['privates''MyBundle\\Factory\\OtpEntityFactory''getOtpEntityFactoryService'false],
  28744.             'translator' => ['services''translator''getTranslatorService'false],
  28745.         ], [
  28746.             'infobipSmsSender' => '?',
  28747.             'otpEntityFactory' => 'MyBundle\\Factory\\OtpEntityFactory',
  28748.             'translator' => '?',
  28749.         ]);
  28750.     }
  28751.     /**
  28752.      * Gets the private '.service_locator.KcCLkt4' shared service.
  28753.      *
  28754.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28755.      */
  28756.     protected function get_ServiceLocator_KcCLkt4Service()
  28757.     {
  28758.         return $this->privates['.service_locator.KcCLkt4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28759.             'query' => ['privates''.errored..service_locator.KcCLkt4.Sonata\\AdminBundle\\Datagrid\\ProxyQueryInterface'NULL'Cannot autowire service ".service_locator.KcCLkt4": it references interface "Sonata\\AdminBundle\\Datagrid\\ProxyQueryInterface" but no such service exists. Did you create a class that implements this interface?'],
  28760.         ], [
  28761.             'query' => 'Sonata\\AdminBundle\\Datagrid\\ProxyQueryInterface',
  28762.         ]);
  28763.     }
  28764.     /**
  28765.      * Gets the private '.service_locator.L6UsUDo' shared service.
  28766.      *
  28767.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28768.      */
  28769.     protected function get_ServiceLocator_L6UsUDoService()
  28770.     {
  28771.         return $this->privates['.service_locator.L6UsUDo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28772.             'creditModel' => ['services''dcsite.credit.model''getDcsite_Credit_ModelService'false],
  28773.             'historyManager' => ['services''dc.history.manager''getDc_History_ManagerService'false],
  28774.             'vehicleService' => ['services''dc.vehicle.service''getDc_Vehicle_ServiceService'false],
  28775.         ], [
  28776.             'creditModel' => '?',
  28777.             'historyManager' => '?',
  28778.             'vehicleService' => '?',
  28779.         ]);
  28780.     }
  28781.     /**
  28782.      * Gets the private '.service_locator.MXQW7EO' shared service.
  28783.      *
  28784.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28785.      */
  28786.     protected function get_ServiceLocator_MXQW7EOService()
  28787.     {
  28788.         return $this->privates['.service_locator.MXQW7EO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28789.             'authService' => ['privates''MyBundle\\Service\\AuthService''getAuthServiceService'false],
  28790.             'translator' => ['services''translator''getTranslatorService'false],
  28791.             'userDTOFactory' => ['privates''MyBundle\\Factory\\RegUserDTOFactory''getRegUserDTOFactoryService'false],
  28792.             'userEntityFactory' => ['privates''MyBundle\\Factory\\UserEntityFactory''getUserEntityFactoryService'false],
  28793.         ], [
  28794.             'authService' => 'MyBundle\\Service\\AuthService',
  28795.             'translator' => '?',
  28796.             'userDTOFactory' => 'MyBundle\\Factory\\RegUserDTOFactory',
  28797.             'userEntityFactory' => 'MyBundle\\Factory\\UserEntityFactory',
  28798.         ]);
  28799.     }
  28800.     /**
  28801.      * Gets the private '.service_locator.MhxGffW' shared service.
  28802.      *
  28803.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28804.      */
  28805.     protected function get_ServiceLocator_MhxGffWService()
  28806.     {
  28807.         return $this->privates['.service_locator.MhxGffW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28808.             'ODataManager' => ['services''core.crm.odatamanager''getCore_Crm_OdatamanagerService'false],
  28809.         ], [
  28810.             'ODataManager' => '?',
  28811.         ]);
  28812.     }
  28813.     /**
  28814.      * Gets the private '.service_locator.MxvdFzA' shared service.
  28815.      *
  28816.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28817.      */
  28818.     protected function get_ServiceLocator_MxvdFzAService()
  28819.     {
  28820.         return $this->privates['.service_locator.MxvdFzA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28821.             'infobipSmsSender' => ['services''my.sms.infobip.sender''getMy_Sms_Infobip_SenderService'false],
  28822.             'translator' => ['services''translator''getTranslatorService'false],
  28823.         ], [
  28824.             'infobipSmsSender' => '?',
  28825.             'translator' => '?',
  28826.         ]);
  28827.     }
  28828.     /**
  28829.      * Gets the private '.service_locator.MyplFh5' shared service.
  28830.      *
  28831.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28832.      */
  28833.     protected function get_ServiceLocator_MyplFh5Service()
  28834.     {
  28835.         return $this->privates['.service_locator.MyplFh5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28836.             'inStockVehicle' => ['services''core.factory.in-stock-vehicle''getCore_Factory_InstockvehicleService'false],
  28837.         ], [
  28838.             'inStockVehicle' => '?',
  28839.         ]);
  28840.     }
  28841.     /**
  28842.      * Gets the private '.service_locator.Mz5nXIh' shared service.
  28843.      *
  28844.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28845.      */
  28846.     protected function get_ServiceLocator_Mz5nXIhService()
  28847.     {
  28848.         return $this->privates['.service_locator.Mz5nXIh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28849.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  28850.             'otpEntityFactory' => ['privates''MyBundle\\Factory\\OtpEntityFactory''getOtpEntityFactoryService'false],
  28851.             'translator' => ['services''translator''getTranslatorService'false],
  28852.         ], [
  28853.             'mailer' => '?',
  28854.             'otpEntityFactory' => 'MyBundle\\Factory\\OtpEntityFactory',
  28855.             'translator' => '?',
  28856.         ]);
  28857.     }
  28858.     /**
  28859.      * Gets the private '.service_locator.NDWf2XC' shared service.
  28860.      *
  28861.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28862.      */
  28863.     protected function get_ServiceLocator_NDWf2XCService()
  28864.     {
  28865.         return $this->privates['.service_locator.NDWf2XC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28866.             'servicePageService' => ['services''dc.service_page_service''getDc_ServicePageServiceService'false],
  28867.             'viDiWorkerModel' => ['services''core.module.worker''getCore_Module_WorkerService'false],
  28868.         ], [
  28869.             'servicePageService' => '?',
  28870.             'viDiWorkerModel' => '?',
  28871.         ]);
  28872.     }
  28873.     /**
  28874.      * Gets the private '.service_locator.NktUVst' shared service.
  28875.      *
  28876.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28877.      */
  28878.     protected function get_ServiceLocator_NktUVstService()
  28879.     {
  28880.         return $this->privates['.service_locator.NktUVst'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28881.             'estimateCaptcha' => ['services''estimate.captcha''getEstimate_CaptchaService'false],
  28882.             'infobipSmsSender' => ['services''my.sms.infobip.sender''getMy_Sms_Infobip_SenderService'false],
  28883.             'onlineEstimateModel' => ['services''core.online.estimate''getCore_Online_EstimateService'false],
  28884.             'translator' => ['services''translator''getTranslatorService'false],
  28885.         ], [
  28886.             'estimateCaptcha' => '?',
  28887.             'infobipSmsSender' => '?',
  28888.             'onlineEstimateModel' => '?',
  28889.             'translator' => '?',
  28890.         ]);
  28891.     }
  28892.     /**
  28893.      * Gets the private '.service_locator.Nn0S.cW' shared service.
  28894.      *
  28895.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28896.      */
  28897.     protected function get_ServiceLocator_Nn0S_CWService()
  28898.     {
  28899.         return $this->privates['.service_locator.Nn0S.cW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28900.             'actionsService' => ['services''DcSiteBundle\\Services\\ActionsService''getActionsServiceService'false],
  28901.             'newsService' => ['services''DcSiteBundle\\Services\\NewsService''getNewsServiceService'false],
  28902.         ], [
  28903.             'actionsService' => 'DcSiteBundle\\Services\\ActionsService',
  28904.             'newsService' => 'DcSiteBundle\\Services\\NewsService',
  28905.         ]);
  28906.     }
  28907.     /**
  28908.      * Gets the private '.service_locator.O7YH.66' shared service.
  28909.      *
  28910.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28911.      */
  28912.     protected function get_ServiceLocator_O7YH_66Service()
  28913.     {
  28914.         return $this->privates['.service_locator.O7YH.66'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28915.             'accessoryShopService' => ['services''dc.accessory.shop''getDc_Accessory_ShopService'false],
  28916.         ], [
  28917.             'accessoryShopService' => '?',
  28918.         ]);
  28919.     }
  28920.     /**
  28921.      * Gets the private '.service_locator.PFG8HWU' shared service.
  28922.      *
  28923.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28924.      */
  28925.     protected function get_ServiceLocator_PFG8HWUService()
  28926.     {
  28927.         return $this->privates['.service_locator.PFG8HWU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28928.             'model' => ['services''core.module.worker''getCore_Module_WorkerService'false],
  28929.         ], [
  28930.             'model' => '?',
  28931.         ]);
  28932.     }
  28933.     /**
  28934.      * Gets the private '.service_locator.PyYDuxD' shared service.
  28935.      *
  28936.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28937.      */
  28938.     protected function get_ServiceLocator_PyYDuxDService()
  28939.     {
  28940.         return $this->privates['.service_locator.PyYDuxD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28941.             'filesystem' => ['services''.container.private.filesystem''get_Container_Private_FilesystemService'false],
  28942.         ], [
  28943.             'filesystem' => '?',
  28944.         ]);
  28945.     }
  28946.     /**
  28947.      * Gets the private '.service_locator.QC.2sSi' shared service.
  28948.      *
  28949.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28950.      */
  28951.     protected function get_ServiceLocator_QC_2sSiService()
  28952.     {
  28953.         return $this->privates['.service_locator.QC.2sSi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28954.             'apiServer1C' => ['services''core.api.1c_online_service''getCore_Api_1cOnlineServiceService'false],
  28955.         ], [
  28956.             'apiServer1C' => '?',
  28957.         ]);
  28958.     }
  28959.     /**
  28960.      * Gets the private '.service_locator.RT2v_Ms' shared service.
  28961.      *
  28962.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28963.      */
  28964.     protected function get_ServiceLocator_RT2vMsService()
  28965.     {
  28966.         return $this->privates['.service_locator.RT2v_Ms'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28967.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  28968.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  28969.             'router' => ['services''router''getRouterService'false],
  28970.             'tokenStorage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  28971.             'translator' => ['services''translator''getTranslatorService'false],
  28972.         ], [
  28973.             'entityManager' => '?',
  28974.             'eventDispatcher' => '?',
  28975.             'router' => '?',
  28976.             'tokenStorage' => '?',
  28977.             'translator' => '?',
  28978.         ]);
  28979.     }
  28980.     /**
  28981.      * Gets the private '.service_locator.RYZO4a3' shared service.
  28982.      *
  28983.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28984.      */
  28985.     protected function get_ServiceLocator_RYZO4a3Service()
  28986.     {
  28987.         return $this->privates['.service_locator.RYZO4a3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28988.             'bmpSender' => ['services''bmp_api.seder''getBmpApi_SederService'false],
  28989.             'translator' => ['services''translator''getTranslatorService'false],
  28990.         ], [
  28991.             'bmpSender' => '?',
  28992.             'translator' => '?',
  28993.         ]);
  28994.     }
  28995.     /**
  28996.      * Gets the private '.service_locator.RZhMk0u' shared service.
  28997.      *
  28998.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  28999.      */
  29000.     protected function get_ServiceLocator_RZhMk0uService()
  29001.     {
  29002.         return $this->privates['.service_locator.RZhMk0u'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  29003.             'inStockRepositoryModel' => ['services''core.model.vehicles.in-stock-repository''getCore_Model_Vehicles_InstockrepositoryService'false],
  29004.             'inStockVehicleFactory' => ['services''core.factory.in-stock-vehicle''getCore_Factory_InstockvehicleService'false],
  29005.         ], [
  29006.             'inStockRepositoryModel' => '?',
  29007.             'inStockVehicleFactory' => '?',
  29008.         ]);
  29009.     }
  29010.     /**
  29011.      * Gets the private '.service_locator.S.GP1m3' shared service.
  29012.      *
  29013.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  29014.      */
  29015.     protected function get_ServiceLocator_S_GP1m3Service()
  29016.     {
  29017.         return $this->privates['.service_locator.S.GP1m3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  29018.             'apiServer1C' => ['services''core.api.1c_online_service''getCore_Api_1cOnlineServiceService'false],
  29019.             'inStockVehicle' => ['services''core.factory.in-stock-vehicle''getCore_Factory_InstockvehicleService'false],
  29020.         ], [
  29021.             'apiServer1C' => '?',
  29022.             'inStockVehicle' => '?',
  29023.         ]);
  29024.     }
  29025.     /**
  29026.      * Gets the private '.service_locator.SNuJ2mc' shared service.
  29027.      *
  29028.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  29029.      */
  29030.     protected function get_ServiceLocator_SNuJ2mcService()
  29031.     {
  29032.         return $this->privates['.service_locator.SNuJ2mc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  29033.             'apiServer1C' => ['services''core.api.1c_online_service''getCore_Api_1cOnlineServiceService'false],
  29034.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  29035.         ], [
  29036.             'apiServer1C' => '?',
  29037.             'em' => '?',
  29038.         ]);
  29039.     }
  29040.     /**
  29041.      * Gets the private '.service_locator.SQbSDtn' shared service.
  29042.      *
  29043.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  29044.      */
  29045.     protected function get_ServiceLocator_SQbSDtnService()
  29046.     {
  29047.         return $this->privates['.service_locator.SQbSDtn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  29048.             'inStockVehicle' => ['services''core.factory.in-stock-vehicle''getCore_Factory_InstockvehicleService'false],
  29049.             'vehicleService' => ['privates''DcSiteBundle\\Services\\Subaru\\VehicleService''getVehicleService2Service'false],
  29050.         ], [
  29051.             'inStockVehicle' => '?',
  29052.             'vehicleService' => 'DcSiteBundle\\Services\\Subaru\\VehicleService',
  29053.         ]);
  29054.     }
  29055.     /**
  29056.      * Gets the private '.service_locator.T1LbLJ8' shared service.
  29057.      *
  29058.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  29059.      */
  29060.     protected function get_ServiceLocator_T1LbLJ8Service()
  29061.     {
  29062.         return $this->privates['.service_locator.T1LbLJ8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  29063.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  29064.             'filesystem' => ['services''.container.private.filesystem''get_Container_Private_FilesystemService'false],
  29065.             'mediaExtensionVidi' => ['services''sonata.media.twig.extension''getSonata_Media_Twig_ExtensionService'false],
  29066.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  29067.         ], [
  29068.             'em' => '?',
  29069.             'filesystem' => '?',
  29070.             'mediaExtensionVidi' => '?',
  29071.             'twig' => '?',
  29072.         ]);
  29073.     }
  29074.     /**
  29075.      * Gets the private '.service_locator.T8tbY2p' shared service.
  29076.      *
  29077.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  29078.      */
  29079.     protected function get_ServiceLocator_T8tbY2pService()
  29080.     {
  29081.         return $this->privates['.service_locator.T8tbY2p'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  29082.             'yearAmountService' => ['services''insurance.year.amount''getInsurance_Year_AmountService'false],
  29083.         ], [
  29084.             'yearAmountService' => '?',
  29085.         ]);
  29086.     }
  29087.     /**
  29088.      * Gets the private '.service_locator.TLRF7BM' shared service.
  29089.      *
  29090.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  29091.      */
  29092.     protected function get_ServiceLocator_TLRF7BMService()
  29093.     {
  29094.         return $this->privates['.service_locator.TLRF7BM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  29095.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  29096.         ], [
  29097.             'security.firewall.map.context.main' => '?',
  29098.         ]);
  29099.     }
  29100.     /**
  29101.      * Gets the private '.service_locator.TW4GLNh' shared service.
  29102.      *
  29103.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  29104.      */
  29105.     protected function get_ServiceLocator_TW4GLNhService()
  29106.     {
  29107.         return $this->privates['.service_locator.TW4GLNh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  29108.             'AdminBundle\\Controller\\AjaxController::add' => ['privates''.service_locator.IPkmJgf''get_ServiceLocator_IPkmJgfService'false],
  29109.             'AdminBundle\\Controller\\AjaxController::data' => ['privates''.service_locator.t9SfgZM''get_ServiceLocator_T9SfgZMService'false],
  29110.             'AdminBundle\\Controller\\AjaxController::deleteRateSave' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  29111.             'AdminBundle\\Controller\\AjaxController::editOption' => ['privates''.service_locator.IPkmJgf''get_ServiceLocator_IPkmJgfService'false],
  29112.             'AdminBundle\\Controller\\AjaxController::getDealers' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  29113.             'AdminBundle\\Controller\\AjaxController::getModels' => ['privates''.service_locator.zgqOhio''get_ServiceLocator_ZgqOhioService'false],
  29114.             'AdminBundle\\Controller\\AjaxController::setUserDealer' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  29115.             'AdminBundle\\Controller\\AjaxController::state' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  29116.             'AdminBundle\\Controller\\BaseCRUDController::batchActionDelete' => ['privates''.service_locator.KcCLkt4''get_ServiceLocator_KcCLkt4Service'false],
  29117.             'AdminBundle\\Controller\\CRUDInsController::batchActionDelete' => ['privates''.service_locator.KcCLkt4''get_ServiceLocator_KcCLkt4Service'false],
  29118.             'AdminBundle\\Controller\\LogsController::batchActionDelete' => ['privates''.service_locator.KcCLkt4''get_ServiceLocator_KcCLkt4Service'false],
  29119.             'AdminBundle\\Controller\\MiniLinkController::createLink' => ['privates''.service_locator.71i0gGT''get_ServiceLocator_71i0gGTService'false],
  29120.             'AdminBundle\\Controller\\ModelRangeController::batchActionDelete' => ['privates''.service_locator.KcCLkt4''get_ServiceLocator_KcCLkt4Service'false],
  29121.             'AdminBundle\\Controller\\References\\ModelController::addMediaModel' => ['privates''.service_locator.qEHWGcv''get_ServiceLocator_QEHWGcvService'false],
  29122.             'AdminBundle\\Controller\\References\\ModelController::createModel' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  29123.             'AdminBundle\\Controller\\References\\ModelController::getCitiesByRegionUrl' => ['privates''.service_locator.zgqOhio''get_ServiceLocator_ZgqOhioService'false],
  29124.             'AdminBundle\\Controller\\References\\ModelController::getModelByBrand' => ['privates''.service_locator.9KsWGv.''get_ServiceLocator_9KsWGv_Service'false],
  29125.             'AdminBundle\\Controller\\References\\ModelController::removeMediaModel' => ['privates''.service_locator.EyFxcoi''get_ServiceLocator_EyFxcoiService'false],
  29126.             'AdminBundle\\Controller\\References\\ModelController::updateModel' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  29127.             'AdminBundle\\Controller\\SecurityController::loginCheckAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  29128.             'AdminBundle\\Controller\\SeoMetaTagController::batchActionDelete' => ['privates''.service_locator.KcCLkt4''get_ServiceLocator_KcCLkt4Service'false],
  29129.             'AdminBundle\\Controller\\TicketController::addComment' => ['privates''.service_locator.ugKwJNG''get_ServiceLocator_UgKwJNGService'false],
  29130.             'AdminBundle\\Controller\\TicketController::uploadFiles' => ['privates''.service_locator.0IqyCFq''get_ServiceLocator_0IqyCFqService'false],
  29131.             'AdminBundle\\Controller\\VehicleEstimateOddsController::batchActionDelete' => ['privates''.service_locator.KcCLkt4''get_ServiceLocator_KcCLkt4Service'false],
  29132.             'AdminBundle\\Controller\\Vehicles\\CRUDController::batchActionDelete' => ['privates''.service_locator.KcCLkt4''get_ServiceLocator_KcCLkt4Service'false],
  29133.             'AdminBundle\\Controller\\Vehicles\\CRUDController::cloneEquipmentAction' => ['privates''.service_locator.igK9bGO''get_ServiceLocator_IgK9bGOService'false],
  29134.             'AdminBundle\\Controller\\Vehicles\\CRUDController::cloneVariationAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  29135.             'AdminBundle\\Controller\\Vehicles\\CRUDController::exportEmptyTTXAction' => ['privates''.service_locator.3ervdLO''get_ServiceLocator_3ervdLOService'false],
  29136.             'AdminBundle\\Controller\\Vehicles\\CRUDController::setDeleteAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  29137.             'AdminBundle\\Controller\\Vehicles\\CRUDController::setFilledAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  29138.             'AdminBundle\\Controller\\Vehicles\\ConfiguratorController::addColor' => ['privates''.service_locator.pkfskCr''get_ServiceLocator_PkfskCrService'false],
  29139.             'AdminBundle\\Controller\\Vehicles\\ConfiguratorController::addInColor' => ['privates''.service_locator.pkfskCr''get_ServiceLocator_PkfskCrService'false],
  29140.             'AdminBundle\\Controller\\Vehicles\\ConfiguratorController::initConfigurator' => ['privates''.service_locator.pkfskCr''get_ServiceLocator_PkfskCrService'false],
  29141.             'AdminBundle\\Controller\\Vehicles\\MediaController::savePreview' => ['privates''.service_locator.dDA.gPN''get_ServiceLocator_DDA_GPNService'false],
  29142.             'AdminBundle\\Controller\\Vehicles\\UsedCRUDController::batchActionDelete' => ['privates''.service_locator.KcCLkt4''get_ServiceLocator_KcCLkt4Service'false],
  29143.             'AdminBundle\\Controller\\Vehicles\\UsedCRUDController::cloneEquipmentAction' => ['privates''.service_locator.igK9bGO''get_ServiceLocator_IgK9bGOService'false],
  29144.             'AdminBundle\\Controller\\Vehicles\\UsedCRUDController::cloneVariationAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  29145.             'AdminBundle\\Controller\\Vehicles\\UsedCRUDController::exportEmptyTTXAction' => ['privates''.service_locator.3ervdLO''get_ServiceLocator_3ervdLOService'false],
  29146.             'AdminBundle\\Controller\\Vehicles\\UsedCRUDController::exportUsedSpecificationAction' => ['privates''.service_locator.1E27ojO''get_ServiceLocator_1E27ojOService'false],
  29147.             'AdminBundle\\Controller\\Vehicles\\UsedCRUDController::exportUsedVehiclesAction' => ['privates''.service_locator.3ervdLO''get_ServiceLocator_3ervdLOService'false],
  29148.             'AdminBundle\\Controller\\Vehicles\\UsedCRUDController::setDeleteAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  29149.             'AdminBundle\\Controller\\Vehicles\\UsedCRUDController::setFilledAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  29150.             'AutomarketBundle\\Controller\\AboutController::aboutAutomarket' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  29151.             'AutomarketBundle\\Controller\\AboutController::staff' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  29152.             'AutomarketBundle\\Controller\\AboutController::vacancy' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  29153.             'AutomarketBundle\\Controller\\AboutController::vacancyId' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  29154.             'AutomarketBundle\\Controller\\AjaxController::initInterest' => ['privates''.service_locator.VotP57c''get_ServiceLocator_VotP57cService'false],
  29155.             'AutomarketBundle\\Controller\\CarController::car' => ['privates''.service_locator.nU0f5Ib''get_ServiceLocator_NU0f5IbService'false],
  29156.             'AutomarketBundle\\Controller\\CarController::getComparison' => ['privates''.service_locator..MI7WAw''get_ServiceLocator__MI7WAwService'false],
  29157.             'AutomarketBundle\\Controller\\ComparisonController::featured' => ['privates''.service_locator.FLhE9ff''get_ServiceLocator_FLhE9ffService'false],
  29158.             'AutomarketBundle\\Controller\\ComparisonController::getComparisonByItems' => ['privates''.service_locator.DMePMAD''get_ServiceLocator_DMePMADService'false],
  29159.             'AutomarketBundle\\Controller\\ComparisonController::init' => ['privates''.service_locator.DMePMAD''get_ServiceLocator_DMePMADService'false],
  29160.             'AutomarketBundle\\Controller\\FormController::buyForm' => ['privates''.service_locator.4gvyiy4''get_ServiceLocator_4gvyiy4Service'false],
  29161.             'AutomarketBundle\\Controller\\FormController::feedbackForm' => ['privates''.service_locator.4gvyiy4''get_ServiceLocator_4gvyiy4Service'false],
  29162.             'AutomarketBundle\\Controller\\FormController::preorderForm' => ['privates''.service_locator.pDuO8G2''get_ServiceLocator_PDuO8G2Service'false],
  29163.             'AutomarketBundle\\Controller\\RSSController::show' => ['privates''.service_locator.WxudIxS''get_ServiceLocator_WxudIxSService'false],
  29164.             'AutomarketBundle\\Controller\\SaleController::widget' => ['privates''.service_locator.d_rtZkJ''get_ServiceLocator_DRtZkJService'false],
  29165.             'AutomarketBundle\\Controller\\SiteMapController::siteMap' => ['privates''.service_locator.x1vb0sC''get_ServiceLocator_X1vb0sCService'false],
  29166.             'CoreBundle\\Controller\\CrossDomainAuthController::authByToken' => ['privates''.service_locator.iAV17HX''get_ServiceLocator_IAV17HXService'false],
  29167.             'DcSiteBundle\\Controller\\AccessoriesController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29168.             'DcSiteBundle\\Controller\\AccessoriesController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29169.             'DcSiteBundle\\Controller\\AccessoriesController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29170.             'DcSiteBundle\\Controller\\AccessoriesController::init' => ['privates''.service_locator.FLhE9ff''get_ServiceLocator_FLhE9ffService'false],
  29171.             'DcSiteBundle\\Controller\\AccessoriesController::initByDealer' => ['privates''.service_locator.FLhE9ff''get_ServiceLocator_FLhE9ffService'false],
  29172.             'DcSiteBundle\\Controller\\AccessoriesController::newFindAccessories' => ['privates''.service_locator.FLhE9ff''get_ServiceLocator_FLhE9ffService'false],
  29173.             'DcSiteBundle\\Controller\\AccessoriesController::newFindCategories' => ['privates''.service_locator.FLhE9ff''get_ServiceLocator_FLhE9ffService'false],
  29174.             'DcSiteBundle\\Controller\\AccessoriesController::newFindCategory' => ['privates''.service_locator.FLhE9ff''get_ServiceLocator_FLhE9ffService'false],
  29175.             'DcSiteBundle\\Controller\\AccessoriesFilterController::buildUrl' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29176.             'DcSiteBundle\\Controller\\AccessoriesFilterController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29177.             'DcSiteBundle\\Controller\\AccessoriesFilterController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29178.             'DcSiteBundle\\Controller\\AccessoriesFilterController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29179.             'DcSiteBundle\\Controller\\AccessoriesFilterController::initFilter' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29180.             'DcSiteBundle\\Controller\\AccessoriesFilterController::initRedirectVariationQr' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29181.             'DcSiteBundle\\Controller\\AjaxEntityController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29182.             'DcSiteBundle\\Controller\\AjaxEntityController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29183.             'DcSiteBundle\\Controller\\AjaxEntityController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29184.             'DcSiteBundle\\Controller\\BaseDcController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29185.             'DcSiteBundle\\Controller\\BaseDcController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29186.             'DcSiteBundle\\Controller\\BaseDcController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29187.             'DcSiteBundle\\Controller\\CallbackController::createRequest' => ['privates''.service_locator.onopnFE''get_ServiceLocator_OnopnFEService'false],
  29188.             'DcSiteBundle\\Controller\\CallbackController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29189.             'DcSiteBundle\\Controller\\CallbackController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29190.             'DcSiteBundle\\Controller\\CallbackController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29191.             'DcSiteBundle\\Controller\\CallbackController::getState' => ['privates''.service_locator.onopnFE''get_ServiceLocator_OnopnFEService'false],
  29192.             'DcSiteBundle\\Controller\\CarController::createOrder' => ['privates''.service_locator.aH4IuZJ''get_ServiceLocator_AH4IuZJService'false],
  29193.             'DcSiteBundle\\Controller\\CarController::findModels' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  29194.             'DcSiteBundle\\Controller\\CarController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29195.             'DcSiteBundle\\Controller\\CarController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29196.             'DcSiteBundle\\Controller\\CarController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29197.             'DcSiteBundle\\Controller\\CarController::getModelInfo' => ['privates''.service_locator.FQrtvFq''get_ServiceLocator_FQrtvFqService'false],
  29198.             'DcSiteBundle\\Controller\\CarController::loadCarGallery' => ['privates''.service_locator.piu06Jk''get_ServiceLocator_Piu06JkService'false],
  29199.             'DcSiteBundle\\Controller\\CarController::pricesLoad' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  29200.             'DcSiteBundle\\Controller\\CarController::techLoad' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  29201.             'DcSiteBundle\\Controller\\CarController::updateOrder' => ['privates''.service_locator.S.GP1m3''get_ServiceLocator_S_GP1m3Service'false],
  29202.             'DcSiteBundle\\Controller\\CarInStockModuleController::byVehicle' => ['privates''.service_locator.RZhMk0u''get_ServiceLocator_RZhMk0uService'false],
  29203.             'DcSiteBundle\\Controller\\CarInStockModuleController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29204.             'DcSiteBundle\\Controller\\CarInStockModuleController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29205.             'DcSiteBundle\\Controller\\CarInStockModuleController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29206.             'DcSiteBundle\\Controller\\Citroen\\AboutController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29207.             'DcSiteBundle\\Controller\\Citroen\\AboutController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29208.             'DcSiteBundle\\Controller\\Citroen\\AboutController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29209.             'DcSiteBundle\\Controller\\Citroen\\AboutController::newsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  29210.             'DcSiteBundle\\Controller\\Citroen\\AboutController::staff' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  29211.             'DcSiteBundle\\Controller\\Citroen\\AccessoriesController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29212.             'DcSiteBundle\\Controller\\Citroen\\AccessoriesController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29213.             'DcSiteBundle\\Controller\\Citroen\\AccessoriesController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29214.             'DcSiteBundle\\Controller\\Citroen\\AccessoriesController::redirectToShop' => ['privates''.service_locator.H_5dZOt''get_ServiceLocator_H5dZOtService'false],
  29215.             'DcSiteBundle\\Controller\\Citroen\\BaseController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29216.             'DcSiteBundle\\Controller\\Citroen\\BaseController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29217.             'DcSiteBundle\\Controller\\Citroen\\BaseController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29218.             'DcSiteBundle\\Controller\\Citroen\\BasketController::checkoutOrder' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  29219.             'DcSiteBundle\\Controller\\Citroen\\BasketController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29220.             'DcSiteBundle\\Controller\\Citroen\\BasketController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29221.             'DcSiteBundle\\Controller\\Citroen\\BasketController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29222.             'DcSiteBundle\\Controller\\Citroen\\BasketController::order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  29223.             'DcSiteBundle\\Controller\\Citroen\\CarController::car' => ['privates''.service_locator.p7C0i3n''get_ServiceLocator_P7C0i3nService'false],
  29224.             'DcSiteBundle\\Controller\\Citroen\\CarController::carCardStock' => ['privates''.service_locator.MyplFh5''get_ServiceLocator_MyplFh5Service'false],
  29225.             'DcSiteBundle\\Controller\\Citroen\\CarController::carConfiguraion' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  29226.             'DcSiteBundle\\Controller\\Citroen\\CarController::category' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  29227.             'DcSiteBundle\\Controller\\Citroen\\CarController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29228.             'DcSiteBundle\\Controller\\Citroen\\CarController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29229.             'DcSiteBundle\\Controller\\Citroen\\CarController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29230.             'DcSiteBundle\\Controller\\Citroen\\CarController::list' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  29231.             'DcSiteBundle\\Controller\\Citroen\\CarController::listPage' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  29232.             'DcSiteBundle\\Controller\\Citroen\\CarController::secondhandSingle' => ['privates''.service_locator.Vl6pzII''get_ServiceLocator_Vl6pzIIService'false],
  29233.             'DcSiteBundle\\Controller\\Citroen\\FinanceController::credit' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  29234.             'DcSiteBundle\\Controller\\Citroen\\FinanceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29235.             'DcSiteBundle\\Controller\\Citroen\\FinanceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29236.             'DcSiteBundle\\Controller\\Citroen\\FinanceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29237.             'DcSiteBundle\\Controller\\Citroen\\MainController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29238.             'DcSiteBundle\\Controller\\Citroen\\MainController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29239.             'DcSiteBundle\\Controller\\Citroen\\MainController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29240.             'DcSiteBundle\\Controller\\Citroen\\MainController::index' => ['privates''.service_locator.i5u19D9''get_ServiceLocator_I5u19D9Service'false],
  29241.             'DcSiteBundle\\Controller\\Citroen\\MainController::initMenu' => ['privates''.service_locator.0ZY6ZQQ''get_ServiceLocator_0ZY6ZQQService'false],
  29242.             'DcSiteBundle\\Controller\\Citroen\\MainController::loadModels' => ['privates''.service_locator.bq4EbkH''get_ServiceLocator_Bq4EbkHService'false],
  29243.             'DcSiteBundle\\Controller\\Citroen\\MainController::seveTempForm' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  29244.             'DcSiteBundle\\Controller\\Citroen\\ServiceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29245.             'DcSiteBundle\\Controller\\Citroen\\ServiceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29246.             'DcSiteBundle\\Controller\\Citroen\\ServiceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29247.             'DcSiteBundle\\Controller\\Citroen\\ServiceController::regulationsTo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  29248.             'DcSiteBundle\\Controller\\Citroen\\StocksController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29249.             'DcSiteBundle\\Controller\\Citroen\\StocksController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29250.             'DcSiteBundle\\Controller\\Citroen\\StocksController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29251.             'DcSiteBundle\\Controller\\Citroen\\StocksController::stocksSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  29252.             'DcSiteBundle\\Controller\\ConfiguratorController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29253.             'DcSiteBundle\\Controller\\ConfiguratorController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29254.             'DcSiteBundle\\Controller\\ConfiguratorController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29255.             'DcSiteBundle\\Controller\\ConfiguratorController::init' => ['privates''.service_locator.vlbRuUo''get_ServiceLocator_VlbRuUoService'false],
  29256.             'DcSiteBundle\\Controller\\ConfiguratorController::initByHash' => ['privates''.service_locator.vlbRuUo''get_ServiceLocator_VlbRuUoService'false],
  29257.             'DcSiteBundle\\Controller\\ConfiguratorController::initCreditCalculator' => ['privates''.service_locator.crpZdJI''get_ServiceLocator_CrpZdJIService'false],
  29258.             'DcSiteBundle\\Controller\\ConfiguratorController::saveOffer' => ['privates''.service_locator.kFMW2Ni''get_ServiceLocator_KFMW2NiService'false],
  29259.             'DcSiteBundle\\Controller\\CreditController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29260.             'DcSiteBundle\\Controller\\CreditController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29261.             'DcSiteBundle\\Controller\\CreditController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29262.             'DcSiteBundle\\Controller\\CreditController::getCreditListDocument' => ['privates''.service_locator.PyYDuxD''get_ServiceLocator_PyYDuxDService'false],
  29263.             'DcSiteBundle\\Controller\\CreditController::getScheduleListDocument' => ['privates''.service_locator.PyYDuxD''get_ServiceLocator_PyYDuxDService'false],
  29264.             'DcSiteBundle\\Controller\\CreditController::getScheduleListDocumentTest' => ['privates''.service_locator.PyYDuxD''get_ServiceLocator_PyYDuxDService'false],
  29265.             'DcSiteBundle\\Controller\\CreditController::getVehicleByVehicleItem' => ['privates''.service_locator.AMxwFHd''get_ServiceLocator_AMxwFHdService'false],
  29266.             'DcSiteBundle\\Controller\\CreditController::programs' => ['privates''.service_locator.crpZdJI''get_ServiceLocator_CrpZdJIService'false],
  29267.             'DcSiteBundle\\Controller\\CreditController::saveForm' => ['privates''.service_locator.APToX25''get_ServiceLocator_APToX25Service'false],
  29268.             'DcSiteBundle\\Controller\\CsvAccessoriesController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29269.             'DcSiteBundle\\Controller\\CsvAccessoriesController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29270.             'DcSiteBundle\\Controller\\CsvAccessoriesController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29271.             'DcSiteBundle\\Controller\\FinanceController::business' => ['privates''.service_locator.nnWs9tQ''get_ServiceLocator_NnWs9tQService'false],
  29272.             'DcSiteBundle\\Controller\\FinanceController::creditInit' => ['privates''.service_locator.crpZdJI''get_ServiceLocator_CrpZdJIService'false],
  29273.             'DcSiteBundle\\Controller\\FinanceController::creditProgramByFirstPayment' => ['privates''.service_locator.nPQASVN''get_ServiceLocator_NPQASVNService'false],
  29274.             'DcSiteBundle\\Controller\\FinanceController::creditProgramVehicleWithMinMaxPrice' => ['privates''.service_locator.nPQASVN''get_ServiceLocator_NPQASVNService'false],
  29275.             'DcSiteBundle\\Controller\\FinanceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29276.             'DcSiteBundle\\Controller\\FinanceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29277.             'DcSiteBundle\\Controller\\FinanceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29278.             'DcSiteBundle\\Controller\\FinanceController::getCrmDataByUUID' => ['privates''.service_locator.nPQASVN''get_ServiceLocator_NPQASVNService'false],
  29279.             'DcSiteBundle\\Controller\\FinanceController::insurance' => ['privates''.service_locator.Z4T8XFt''get_ServiceLocator_Z4T8XFtService'false],
  29280.             'DcSiteBundle\\Controller\\FinanceController::saveCreditCalculationUserData' => ['privates''.service_locator.nPQASVN''get_ServiceLocator_NPQASVNService'false],
  29281.             'DcSiteBundle\\Controller\\FinanceController::saveCreditPageReview' => ['privates''.service_locator.nPQASVN''get_ServiceLocator_NPQASVNService'false],
  29282.             'DcSiteBundle\\Controller\\Ford\\AboutUsController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29283.             'DcSiteBundle\\Controller\\Ford\\AboutUsController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29284.             'DcSiteBundle\\Controller\\Ford\\AboutUsController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29285.             'DcSiteBundle\\Controller\\Ford\\AboutUsController::staff' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  29286.             'DcSiteBundle\\Controller\\Ford\\AccessoriesController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29287.             'DcSiteBundle\\Controller\\Ford\\AccessoriesController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29288.             'DcSiteBundle\\Controller\\Ford\\AccessoriesController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29289.             'DcSiteBundle\\Controller\\Ford\\AjaxController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29290.             'DcSiteBundle\\Controller\\Ford\\AjaxController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29291.             'DcSiteBundle\\Controller\\Ford\\AjaxController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29292.             'DcSiteBundle\\Controller\\Ford\\ApprovedController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29293.             'DcSiteBundle\\Controller\\Ford\\ApprovedController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29294.             'DcSiteBundle\\Controller\\Ford\\ApprovedController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29295.             'DcSiteBundle\\Controller\\Ford\\BaseController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29296.             'DcSiteBundle\\Controller\\Ford\\BaseController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29297.             'DcSiteBundle\\Controller\\Ford\\BaseController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29298.             'DcSiteBundle\\Controller\\Ford\\BasketController::basket' => ['privates''.service_locator._LVtX3s''get_ServiceLocator_LVtX3sService'false],
  29299.             'DcSiteBundle\\Controller\\Ford\\BasketController::checkoutOrder' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  29300.             'DcSiteBundle\\Controller\\Ford\\BasketController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29301.             'DcSiteBundle\\Controller\\Ford\\BasketController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29302.             'DcSiteBundle\\Controller\\Ford\\BasketController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29303.             'DcSiteBundle\\Controller\\Ford\\BasketController::order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  29304.             'DcSiteBundle\\Controller\\Ford\\CarController::car' => ['privates''.service_locator.p7C0i3n''get_ServiceLocator_P7C0i3nService'false],
  29305.             'DcSiteBundle\\Controller\\Ford\\CarController::carCardStock' => ['privates''.service_locator.MyplFh5''get_ServiceLocator_MyplFh5Service'false],
  29306.             'DcSiteBundle\\Controller\\Ford\\CarController::carConfiguraion' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  29307.             'DcSiteBundle\\Controller\\Ford\\CarController::category' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  29308.             'DcSiteBundle\\Controller\\Ford\\CarController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29309.             'DcSiteBundle\\Controller\\Ford\\CarController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29310.             'DcSiteBundle\\Controller\\Ford\\CarController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29311.             'DcSiteBundle\\Controller\\Ford\\CarController::list' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  29312.             'DcSiteBundle\\Controller\\Ford\\CarController::listPage' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  29313.             'DcSiteBundle\\Controller\\Ford\\CarController::secondhandSingle' => ['privates''.service_locator.Vl6pzII''get_ServiceLocator_Vl6pzIIService'false],
  29314.             'DcSiteBundle\\Controller\\Ford\\FinanceController::credit' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  29315.             'DcSiteBundle\\Controller\\Ford\\FinanceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29316.             'DcSiteBundle\\Controller\\Ford\\FinanceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29317.             'DcSiteBundle\\Controller\\Ford\\FinanceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29318.             'DcSiteBundle\\Controller\\Ford\\MainController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29319.             'DcSiteBundle\\Controller\\Ford\\MainController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29320.             'DcSiteBundle\\Controller\\Ford\\MainController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29321.             'DcSiteBundle\\Controller\\Ford\\PostController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29322.             'DcSiteBundle\\Controller\\Ford\\PostController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29323.             'DcSiteBundle\\Controller\\Ford\\PostController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29324.             'DcSiteBundle\\Controller\\Ford\\PostController::post' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  29325.             'DcSiteBundle\\Controller\\Ford\\ServiceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29326.             'DcSiteBundle\\Controller\\Ford\\ServiceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29327.             'DcSiteBundle\\Controller\\Ford\\ServiceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29328.             'DcSiteBundle\\Controller\\Ford\\ServiceController::regulationsTo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  29329.             'DcSiteBundle\\Controller\\FormController::EventForm' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  29330.             'DcSiteBundle\\Controller\\FormController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29331.             'DcSiteBundle\\Controller\\FormController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29332.             'DcSiteBundle\\Controller\\FormController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29333.             'DcSiteBundle\\Controller\\Haval\\AboutController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29334.             'DcSiteBundle\\Controller\\Haval\\AboutController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29335.             'DcSiteBundle\\Controller\\Haval\\AboutController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29336.             'DcSiteBundle\\Controller\\Haval\\AboutController::newsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  29337.             'DcSiteBundle\\Controller\\Haval\\AboutController::team' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  29338.             'DcSiteBundle\\Controller\\Haval\\BaseController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29339.             'DcSiteBundle\\Controller\\Haval\\BaseController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29340.             'DcSiteBundle\\Controller\\Haval\\BaseController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29341.             'DcSiteBundle\\Controller\\Haval\\CarController::car' => ['privates''.service_locator.XGmp1Lg''get_ServiceLocator_XGmp1LgService'false],
  29342.             'DcSiteBundle\\Controller\\Haval\\CarController::carConfiguraion' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  29343.             'DcSiteBundle\\Controller\\Haval\\CarController::carInStockSingle' => ['privates''.service_locator.MyplFh5''get_ServiceLocator_MyplFh5Service'false],
  29344.             'DcSiteBundle\\Controller\\Haval\\CarController::category' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  29345.             'DcSiteBundle\\Controller\\Haval\\CarController::configurator' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  29346.             'DcSiteBundle\\Controller\\Haval\\CarController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29347.             'DcSiteBundle\\Controller\\Haval\\CarController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29348.             'DcSiteBundle\\Controller\\Haval\\CarController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29349.             'DcSiteBundle\\Controller\\Haval\\CarController::list' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  29350.             'DcSiteBundle\\Controller\\Haval\\CarController::listPage' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  29351.             'DcSiteBundle\\Controller\\Haval\\CarController::secondhandSingle' => ['privates''.service_locator.Vl6pzII''get_ServiceLocator_Vl6pzIIService'false],
  29352.             'DcSiteBundle\\Controller\\Haval\\FinanceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29353.             'DcSiteBundle\\Controller\\Haval\\FinanceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29354.             'DcSiteBundle\\Controller\\Haval\\FinanceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29355.             'DcSiteBundle\\Controller\\Haval\\MainController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29356.             'DcSiteBundle\\Controller\\Haval\\MainController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29357.             'DcSiteBundle\\Controller\\Haval\\MainController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29358.             'DcSiteBundle\\Controller\\Haval\\MainController::index' => ['privates''.service_locator.Nn0S.cW''get_ServiceLocator_Nn0S_CWService'false],
  29359.             'DcSiteBundle\\Controller\\Haval\\ServiceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29360.             'DcSiteBundle\\Controller\\Haval\\ServiceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29361.             'DcSiteBundle\\Controller\\Haval\\ServiceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29362.             'DcSiteBundle\\Controller\\Haval\\ServiceController::regulationsTo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  29363.             'DcSiteBundle\\Controller\\Haval\\StocksController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29364.             'DcSiteBundle\\Controller\\Haval\\StocksController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29365.             'DcSiteBundle\\Controller\\Haval\\StocksController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29366.             'DcSiteBundle\\Controller\\Haval\\StocksController::stocksSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  29367.             'DcSiteBundle\\Controller\\Honda\\AboutController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29368.             'DcSiteBundle\\Controller\\Honda\\AboutController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29369.             'DcSiteBundle\\Controller\\Honda\\AboutController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29370.             'DcSiteBundle\\Controller\\Honda\\AboutController::newsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  29371.             'DcSiteBundle\\Controller\\Honda\\AboutController::staff' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  29372.             'DcSiteBundle\\Controller\\Honda\\AccessoriesController::accessoriesCatalog' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29373.             'DcSiteBundle\\Controller\\Honda\\AccessoriesController::accessoriesCategory' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29374.             'DcSiteBundle\\Controller\\Honda\\AccessoriesController::accessoriesModel' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29375.             'DcSiteBundle\\Controller\\Honda\\AccessoriesController::accessoriesModelVariation' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29376.             'DcSiteBundle\\Controller\\Honda\\AccessoriesController::accessoriesPage' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29377.             'DcSiteBundle\\Controller\\Honda\\AccessoriesController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29378.             'DcSiteBundle\\Controller\\Honda\\AccessoriesController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29379.             'DcSiteBundle\\Controller\\Honda\\AccessoriesController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29380.             'DcSiteBundle\\Controller\\Honda\\AcuraServiceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29381.             'DcSiteBundle\\Controller\\Honda\\AcuraServiceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29382.             'DcSiteBundle\\Controller\\Honda\\AcuraServiceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29383.             'DcSiteBundle\\Controller\\Honda\\AcuraServiceController::regulationsTo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  29384.             'DcSiteBundle\\Controller\\Honda\\BaseController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29385.             'DcSiteBundle\\Controller\\Honda\\BaseController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29386.             'DcSiteBundle\\Controller\\Honda\\BaseController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29387.             'DcSiteBundle\\Controller\\Honda\\BasketController::checkoutOrder' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  29388.             'DcSiteBundle\\Controller\\Honda\\BasketController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29389.             'DcSiteBundle\\Controller\\Honda\\BasketController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29390.             'DcSiteBundle\\Controller\\Honda\\BasketController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29391.             'DcSiteBundle\\Controller\\Honda\\BasketController::order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  29392.             'DcSiteBundle\\Controller\\Honda\\CarController::car' => ['privates''.service_locator.p7C0i3n''get_ServiceLocator_P7C0i3nService'false],
  29393.             'DcSiteBundle\\Controller\\Honda\\CarController::carCardStock' => ['privates''.service_locator.MyplFh5''get_ServiceLocator_MyplFh5Service'false],
  29394.             'DcSiteBundle\\Controller\\Honda\\CarController::carConfiguraion' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  29395.             'DcSiteBundle\\Controller\\Honda\\CarController::category' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  29396.             'DcSiteBundle\\Controller\\Honda\\CarController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29397.             'DcSiteBundle\\Controller\\Honda\\CarController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29398.             'DcSiteBundle\\Controller\\Honda\\CarController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29399.             'DcSiteBundle\\Controller\\Honda\\CarController::list' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  29400.             'DcSiteBundle\\Controller\\Honda\\CarController::listPage' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  29401.             'DcSiteBundle\\Controller\\Honda\\CarController::secondhandSingle' => ['privates''.service_locator.Vl6pzII''get_ServiceLocator_Vl6pzIIService'false],
  29402.             'DcSiteBundle\\Controller\\Honda\\FinanceController::credit' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  29403.             'DcSiteBundle\\Controller\\Honda\\FinanceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29404.             'DcSiteBundle\\Controller\\Honda\\FinanceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29405.             'DcSiteBundle\\Controller\\Honda\\FinanceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29406.             'DcSiteBundle\\Controller\\Honda\\HondaServiceController::accessories' => ['privates''.service_locator.H_5dZOt''get_ServiceLocator_H5dZOtService'false],
  29407.             'DcSiteBundle\\Controller\\Honda\\HondaServiceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29408.             'DcSiteBundle\\Controller\\Honda\\HondaServiceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29409.             'DcSiteBundle\\Controller\\Honda\\HondaServiceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29410.             'DcSiteBundle\\Controller\\Honda\\HondaServiceController::regulationsTo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  29411.             'DcSiteBundle\\Controller\\Honda\\MainController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29412.             'DcSiteBundle\\Controller\\Honda\\MainController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29413.             'DcSiteBundle\\Controller\\Honda\\MainController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29414.             'DcSiteBundle\\Controller\\Honda\\MainController::index' => ['privates''.service_locator.afpyXRq''get_ServiceLocator_AfpyXRqService'false],
  29415.             'DcSiteBundle\\Controller\\Honda\\MainController::menuInit' => ['privates''.service_locator.0ZY6ZQQ''get_ServiceLocator_0ZY6ZQQService'false],
  29416.             'DcSiteBundle\\Controller\\Honda\\MainController::stocksSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  29417.             'DcSiteBundle\\Controller\\Infiniti\\AboutUsController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29418.             'DcSiteBundle\\Controller\\Infiniti\\AboutUsController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29419.             'DcSiteBundle\\Controller\\Infiniti\\AboutUsController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29420.             'DcSiteBundle\\Controller\\Infiniti\\AboutUsController::newsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  29421.             'DcSiteBundle\\Controller\\Infiniti\\AboutUsController::staff' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  29422.             'DcSiteBundle\\Controller\\Infiniti\\AccessoriesController::accessoriesCatalog' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29423.             'DcSiteBundle\\Controller\\Infiniti\\AccessoriesController::accessoriesCategory' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29424.             'DcSiteBundle\\Controller\\Infiniti\\AccessoriesController::accessoriesModel' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29425.             'DcSiteBundle\\Controller\\Infiniti\\AccessoriesController::accessoriesModelVariation' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29426.             'DcSiteBundle\\Controller\\Infiniti\\AccessoriesController::accessoriesPage' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29427.             'DcSiteBundle\\Controller\\Infiniti\\AccessoriesController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29428.             'DcSiteBundle\\Controller\\Infiniti\\AccessoriesController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29429.             'DcSiteBundle\\Controller\\Infiniti\\AccessoriesController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29430.             'DcSiteBundle\\Controller\\Infiniti\\AjaxController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29431.             'DcSiteBundle\\Controller\\Infiniti\\AjaxController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29432.             'DcSiteBundle\\Controller\\Infiniti\\AjaxController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29433.             'DcSiteBundle\\Controller\\Infiniti\\AjaxController::index' => ['privates''.service_locator.0ZY6ZQQ''get_ServiceLocator_0ZY6ZQQService'false],
  29434.             'DcSiteBundle\\Controller\\Infiniti\\AjaxController::transfer' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  29435.             'DcSiteBundle\\Controller\\Infiniti\\BaseController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29436.             'DcSiteBundle\\Controller\\Infiniti\\BaseController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29437.             'DcSiteBundle\\Controller\\Infiniti\\BaseController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29438.             'DcSiteBundle\\Controller\\Infiniti\\BasketController::checkoutOrder' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  29439.             'DcSiteBundle\\Controller\\Infiniti\\BasketController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29440.             'DcSiteBundle\\Controller\\Infiniti\\BasketController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29441.             'DcSiteBundle\\Controller\\Infiniti\\BasketController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29442.             'DcSiteBundle\\Controller\\Infiniti\\BasketController::order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  29443.             'DcSiteBundle\\Controller\\Infiniti\\CarController::car' => ['privates''.service_locator.dJhgIo0''get_ServiceLocator_DJhgIo0Service'false],
  29444.             'DcSiteBundle\\Controller\\Infiniti\\CarController::carCardStock' => ['privates''.service_locator.C9.oLVm''get_ServiceLocator_C9_OLVmService'false],
  29445.             'DcSiteBundle\\Controller\\Infiniti\\CarController::carConfiguraion' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  29446.             'DcSiteBundle\\Controller\\Infiniti\\CarController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29447.             'DcSiteBundle\\Controller\\Infiniti\\CarController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29448.             'DcSiteBundle\\Controller\\Infiniti\\CarController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29449.             'DcSiteBundle\\Controller\\Infiniti\\CarController::lineUp' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  29450.             'DcSiteBundle\\Controller\\Infiniti\\CarController::lineUpPage' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  29451.             'DcSiteBundle\\Controller\\Infiniti\\CarController::secondhandSingle' => ['privates''.service_locator.Vl6pzII''get_ServiceLocator_Vl6pzIIService'false],
  29452.             'DcSiteBundle\\Controller\\Infiniti\\ContactsController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29453.             'DcSiteBundle\\Controller\\Infiniti\\ContactsController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29454.             'DcSiteBundle\\Controller\\Infiniti\\ContactsController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29455.             'DcSiteBundle\\Controller\\Infiniti\\ContactsController::index' => ['privates''.service_locator.afpyXRq''get_ServiceLocator_AfpyXRqService'false],
  29456.             'DcSiteBundle\\Controller\\Infiniti\\FinanceController::credit' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  29457.             'DcSiteBundle\\Controller\\Infiniti\\FinanceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29458.             'DcSiteBundle\\Controller\\Infiniti\\FinanceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29459.             'DcSiteBundle\\Controller\\Infiniti\\FinanceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29460.             'DcSiteBundle\\Controller\\Infiniti\\FinanceController::index' => ['privates''.service_locator.afpyXRq''get_ServiceLocator_AfpyXRqService'false],
  29461.             'DcSiteBundle\\Controller\\Infiniti\\MainController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29462.             'DcSiteBundle\\Controller\\Infiniti\\MainController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29463.             'DcSiteBundle\\Controller\\Infiniti\\MainController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29464.             'DcSiteBundle\\Controller\\Infiniti\\MainController::index' => ['privates''.service_locator.afpyXRq''get_ServiceLocator_AfpyXRqService'false],
  29465.             'DcSiteBundle\\Controller\\Infiniti\\OffersController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29466.             'DcSiteBundle\\Controller\\Infiniti\\OffersController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29467.             'DcSiteBundle\\Controller\\Infiniti\\OffersController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29468.             'DcSiteBundle\\Controller\\Infiniti\\OffersController::index' => ['privates''.service_locator.afpyXRq''get_ServiceLocator_AfpyXRqService'false],
  29469.             'DcSiteBundle\\Controller\\Infiniti\\OffersController::offersSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  29470.             'DcSiteBundle\\Controller\\Infiniti\\ServiceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29471.             'DcSiteBundle\\Controller\\Infiniti\\ServiceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29472.             'DcSiteBundle\\Controller\\Infiniti\\ServiceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29473.             'DcSiteBundle\\Controller\\Infiniti\\ServiceController::index' => ['privates''.service_locator.afpyXRq''get_ServiceLocator_AfpyXRqService'false],
  29474.             'DcSiteBundle\\Controller\\Infiniti\\ServiceController::regulationsTo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  29475.             'DcSiteBundle\\Controller\\InsuranceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29476.             'DcSiteBundle\\Controller\\InsuranceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29477.             'DcSiteBundle\\Controller\\InsuranceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29478.             'DcSiteBundle\\Controller\\InsuranceController::loadOptions' => ['privates''.service_locator.IPkmJgf''get_ServiceLocator_IPkmJgfService'false],
  29479.             'DcSiteBundle\\Controller\\InsuranceController::saveForm' => ['privates''.service_locator.APToX25''get_ServiceLocator_APToX25Service'false],
  29480.             'DcSiteBundle\\Controller\\Jaguar\\AboutController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29481.             'DcSiteBundle\\Controller\\Jaguar\\AboutController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29482.             'DcSiteBundle\\Controller\\Jaguar\\AboutController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29483.             'DcSiteBundle\\Controller\\Jaguar\\AboutController::newsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  29484.             'DcSiteBundle\\Controller\\Jaguar\\AboutController::staff' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  29485.             'DcSiteBundle\\Controller\\Jaguar\\AccessoriesController::accessoriesCatalog' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29486.             'DcSiteBundle\\Controller\\Jaguar\\AccessoriesController::accessoriesCategory' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29487.             'DcSiteBundle\\Controller\\Jaguar\\AccessoriesController::accessoriesModel' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29488.             'DcSiteBundle\\Controller\\Jaguar\\AccessoriesController::accessoriesModelVariation' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29489.             'DcSiteBundle\\Controller\\Jaguar\\AccessoriesController::accessoriesPage' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29490.             'DcSiteBundle\\Controller\\Jaguar\\AccessoriesController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29491.             'DcSiteBundle\\Controller\\Jaguar\\AccessoriesController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29492.             'DcSiteBundle\\Controller\\Jaguar\\AccessoriesController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29493.             'DcSiteBundle\\Controller\\Jaguar\\BaseController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29494.             'DcSiteBundle\\Controller\\Jaguar\\BaseController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29495.             'DcSiteBundle\\Controller\\Jaguar\\BaseController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29496.             'DcSiteBundle\\Controller\\Jaguar\\BasketController::checkoutOrder' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  29497.             'DcSiteBundle\\Controller\\Jaguar\\BasketController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29498.             'DcSiteBundle\\Controller\\Jaguar\\BasketController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29499.             'DcSiteBundle\\Controller\\Jaguar\\BasketController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29500.             'DcSiteBundle\\Controller\\Jaguar\\BasketController::order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  29501.             'DcSiteBundle\\Controller\\Jaguar\\CarController::car' => ['privates''.service_locator.XGmp1Lg''get_ServiceLocator_XGmp1LgService'false],
  29502.             'DcSiteBundle\\Controller\\Jaguar\\CarController::carConfiguraion' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  29503.             'DcSiteBundle\\Controller\\Jaguar\\CarController::carInStock' => ['privates''.service_locator.MyplFh5''get_ServiceLocator_MyplFh5Service'false],
  29504.             'DcSiteBundle\\Controller\\Jaguar\\CarController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29505.             'DcSiteBundle\\Controller\\Jaguar\\CarController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29506.             'DcSiteBundle\\Controller\\Jaguar\\CarController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29507.             'DcSiteBundle\\Controller\\Jaguar\\CarController::usedCard' => ['privates''.service_locator.J78piqZ''get_ServiceLocator_J78piqZService'false],
  29508.             'DcSiteBundle\\Controller\\Jaguar\\FinanceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29509.             'DcSiteBundle\\Controller\\Jaguar\\FinanceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29510.             'DcSiteBundle\\Controller\\Jaguar\\FinanceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29511.             'DcSiteBundle\\Controller\\Jaguar\\MainController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29512.             'DcSiteBundle\\Controller\\Jaguar\\MainController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29513.             'DcSiteBundle\\Controller\\Jaguar\\MainController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29514.             'DcSiteBundle\\Controller\\Jaguar\\MainController::menuInit' => ['privates''.service_locator.J78piqZ''get_ServiceLocator_J78piqZService'false],
  29515.             'DcSiteBundle\\Controller\\Jaguar\\MainController::specialOffersSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  29516.             'DcSiteBundle\\Controller\\Jaguar\\ServiceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29517.             'DcSiteBundle\\Controller\\Jaguar\\ServiceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29518.             'DcSiteBundle\\Controller\\Jaguar\\ServiceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29519.             'DcSiteBundle\\Controller\\Jaguar\\ServiceController::regulationsTo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  29520.             'DcSiteBundle\\Controller\\Jeep\\AboutController::actionsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  29521.             'DcSiteBundle\\Controller\\Jeep\\AboutController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29522.             'DcSiteBundle\\Controller\\Jeep\\AboutController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29523.             'DcSiteBundle\\Controller\\Jeep\\AboutController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29524.             'DcSiteBundle\\Controller\\Jeep\\AboutController::newsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  29525.             'DcSiteBundle\\Controller\\Jeep\\AboutController::team' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  29526.             'DcSiteBundle\\Controller\\Jeep\\AccessoriesController::accessoriesCatalog' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29527.             'DcSiteBundle\\Controller\\Jeep\\AccessoriesController::accessoriesCategory' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29528.             'DcSiteBundle\\Controller\\Jeep\\AccessoriesController::accessoriesModel' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29529.             'DcSiteBundle\\Controller\\Jeep\\AccessoriesController::accessoriesModelVariation' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29530.             'DcSiteBundle\\Controller\\Jeep\\AccessoriesController::accessoriesPage' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29531.             'DcSiteBundle\\Controller\\Jeep\\AccessoriesController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29532.             'DcSiteBundle\\Controller\\Jeep\\AccessoriesController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29533.             'DcSiteBundle\\Controller\\Jeep\\AccessoriesController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29534.             'DcSiteBundle\\Controller\\Jeep\\BaseController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29535.             'DcSiteBundle\\Controller\\Jeep\\BaseController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29536.             'DcSiteBundle\\Controller\\Jeep\\BaseController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29537.             'DcSiteBundle\\Controller\\Jeep\\BasketController::checkoutOrder' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  29538.             'DcSiteBundle\\Controller\\Jeep\\BasketController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29539.             'DcSiteBundle\\Controller\\Jeep\\BasketController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29540.             'DcSiteBundle\\Controller\\Jeep\\BasketController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29541.             'DcSiteBundle\\Controller\\Jeep\\BasketController::order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  29542.             'DcSiteBundle\\Controller\\Jeep\\CarController::car' => ['privates''.service_locator.dJhgIo0''get_ServiceLocator_DJhgIo0Service'false],
  29543.             'DcSiteBundle\\Controller\\Jeep\\CarController::carInStockSingle' => ['privates''.service_locator.x1zHfKd''get_ServiceLocator_X1zHfKdService'false],
  29544.             'DcSiteBundle\\Controller\\Jeep\\CarController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29545.             'DcSiteBundle\\Controller\\Jeep\\CarController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29546.             'DcSiteBundle\\Controller\\Jeep\\CarController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29547.             'DcSiteBundle\\Controller\\Jeep\\CarController::list' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  29548.             'DcSiteBundle\\Controller\\Jeep\\CarController::listPage' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  29549.             'DcSiteBundle\\Controller\\Jeep\\CarController::technicalCharacteristics' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  29550.             'DcSiteBundle\\Controller\\Jeep\\CarController::usedCarSingle' => ['privates''.service_locator.crpZdJI''get_ServiceLocator_CrpZdJIService'false],
  29551.             'DcSiteBundle\\Controller\\Jeep\\FinanceController::credit' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  29552.             'DcSiteBundle\\Controller\\Jeep\\FinanceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29553.             'DcSiteBundle\\Controller\\Jeep\\FinanceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29554.             'DcSiteBundle\\Controller\\Jeep\\FinanceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29555.             'DcSiteBundle\\Controller\\Jeep\\MainController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29556.             'DcSiteBundle\\Controller\\Jeep\\MainController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29557.             'DcSiteBundle\\Controller\\Jeep\\MainController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29558.             'DcSiteBundle\\Controller\\Jeep\\ServiceController::accessory' => ['privates''.service_locator.FLhE9ff''get_ServiceLocator_FLhE9ffService'false],
  29559.             'DcSiteBundle\\Controller\\Jeep\\ServiceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29560.             'DcSiteBundle\\Controller\\Jeep\\ServiceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29561.             'DcSiteBundle\\Controller\\Jeep\\ServiceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29562.             'DcSiteBundle\\Controller\\Jeep\\ServiceController::regulationsTo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  29563.             'DcSiteBundle\\Controller\\LandRover\\AboutController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29564.             'DcSiteBundle\\Controller\\LandRover\\AboutController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29565.             'DcSiteBundle\\Controller\\LandRover\\AboutController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29566.             'DcSiteBundle\\Controller\\LandRover\\AboutController::newsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  29567.             'DcSiteBundle\\Controller\\LandRover\\AboutController::staff' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  29568.             'DcSiteBundle\\Controller\\LandRover\\AccessoriesController::accessoriesCatalog' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29569.             'DcSiteBundle\\Controller\\LandRover\\AccessoriesController::accessoriesCategory' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29570.             'DcSiteBundle\\Controller\\LandRover\\AccessoriesController::accessoriesModel' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29571.             'DcSiteBundle\\Controller\\LandRover\\AccessoriesController::accessoriesModelVariation' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29572.             'DcSiteBundle\\Controller\\LandRover\\AccessoriesController::accessoriesPage' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29573.             'DcSiteBundle\\Controller\\LandRover\\AccessoriesController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29574.             'DcSiteBundle\\Controller\\LandRover\\AccessoriesController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29575.             'DcSiteBundle\\Controller\\LandRover\\AccessoriesController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29576.             'DcSiteBundle\\Controller\\LandRover\\BaseController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29577.             'DcSiteBundle\\Controller\\LandRover\\BaseController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29578.             'DcSiteBundle\\Controller\\LandRover\\BaseController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29579.             'DcSiteBundle\\Controller\\LandRover\\BasketController::checkoutOrder' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  29580.             'DcSiteBundle\\Controller\\LandRover\\BasketController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29581.             'DcSiteBundle\\Controller\\LandRover\\BasketController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29582.             'DcSiteBundle\\Controller\\LandRover\\BasketController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29583.             'DcSiteBundle\\Controller\\LandRover\\BasketController::order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  29584.             'DcSiteBundle\\Controller\\LandRover\\CarController::car' => ['privates''.service_locator.wPMW2co''get_ServiceLocator_WPMW2coService'false],
  29585.             'DcSiteBundle\\Controller\\LandRover\\CarController::carConfiguraion' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  29586.             'DcSiteBundle\\Controller\\LandRover\\CarController::carInStock' => ['privates''.service_locator.MyplFh5''get_ServiceLocator_MyplFh5Service'false],
  29587.             'DcSiteBundle\\Controller\\LandRover\\CarController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29588.             'DcSiteBundle\\Controller\\LandRover\\CarController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29589.             'DcSiteBundle\\Controller\\LandRover\\CarController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29590.             'DcSiteBundle\\Controller\\LandRover\\CarController::usedCard' => ['privates''.service_locator.J78piqZ''get_ServiceLocator_J78piqZService'false],
  29591.             'DcSiteBundle\\Controller\\LandRover\\FinanceController::credit' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  29592.             'DcSiteBundle\\Controller\\LandRover\\FinanceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29593.             'DcSiteBundle\\Controller\\LandRover\\FinanceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29594.             'DcSiteBundle\\Controller\\LandRover\\FinanceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29595.             'DcSiteBundle\\Controller\\LandRover\\MainController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29596.             'DcSiteBundle\\Controller\\LandRover\\MainController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29597.             'DcSiteBundle\\Controller\\LandRover\\MainController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29598.             'DcSiteBundle\\Controller\\LandRover\\MainController::menuInit' => ['privates''.service_locator.J78piqZ''get_ServiceLocator_J78piqZService'false],
  29599.             'DcSiteBundle\\Controller\\LandRover\\MainController::modelLineup' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  29600.             'DcSiteBundle\\Controller\\LandRover\\MainController::modelLineupPage' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  29601.             'DcSiteBundle\\Controller\\LandRover\\MainController::specialOffersSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  29602.             'DcSiteBundle\\Controller\\LandRover\\ServiceController::accessories' => ['privates''.service_locator.H_5dZOt''get_ServiceLocator_H5dZOtService'false],
  29603.             'DcSiteBundle\\Controller\\LandRover\\ServiceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29604.             'DcSiteBundle\\Controller\\LandRover\\ServiceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29605.             'DcSiteBundle\\Controller\\LandRover\\ServiceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29606.             'DcSiteBundle\\Controller\\LandRover\\ServiceController::regulationsTo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  29607.             'DcSiteBundle\\Controller\\LeasingController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29608.             'DcSiteBundle\\Controller\\LeasingController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29609.             'DcSiteBundle\\Controller\\LeasingController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29610.             'DcSiteBundle\\Controller\\LeasingController::initByDealer' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  29611.             'DcSiteBundle\\Controller\\LeasingController::initByDealerAndVehicleType' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  29612.             'DcSiteBundle\\Controller\\Lexus\\AboutController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29613.             'DcSiteBundle\\Controller\\Lexus\\AboutController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29614.             'DcSiteBundle\\Controller\\Lexus\\AboutController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29615.             'DcSiteBundle\\Controller\\Lexus\\AboutController::newsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  29616.             'DcSiteBundle\\Controller\\Lexus\\AboutController::staff' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  29617.             'DcSiteBundle\\Controller\\Lexus\\AccessoriesController::accessoriesCatalog' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29618.             'DcSiteBundle\\Controller\\Lexus\\AccessoriesController::accessoriesCategory' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29619.             'DcSiteBundle\\Controller\\Lexus\\AccessoriesController::accessoriesModel' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29620.             'DcSiteBundle\\Controller\\Lexus\\AccessoriesController::accessoriesModelVariation' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29621.             'DcSiteBundle\\Controller\\Lexus\\AccessoriesController::accessoriesPage' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29622.             'DcSiteBundle\\Controller\\Lexus\\AccessoriesController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29623.             'DcSiteBundle\\Controller\\Lexus\\AccessoriesController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29624.             'DcSiteBundle\\Controller\\Lexus\\AccessoriesController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29625.             'DcSiteBundle\\Controller\\Lexus\\BaseController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29626.             'DcSiteBundle\\Controller\\Lexus\\BaseController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29627.             'DcSiteBundle\\Controller\\Lexus\\BaseController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29628.             'DcSiteBundle\\Controller\\Lexus\\BasketController::basket' => ['privates''.service_locator.5_6ROBk''get_ServiceLocator_56ROBkService'false],
  29629.             'DcSiteBundle\\Controller\\Lexus\\BasketController::checkoutOrder' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  29630.             'DcSiteBundle\\Controller\\Lexus\\BasketController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29631.             'DcSiteBundle\\Controller\\Lexus\\BasketController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29632.             'DcSiteBundle\\Controller\\Lexus\\BasketController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29633.             'DcSiteBundle\\Controller\\Lexus\\BasketController::order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  29634.             'DcSiteBundle\\Controller\\Lexus\\CarController::car' => ['privates''.service_locator.XGmp1Lg''get_ServiceLocator_XGmp1LgService'false],
  29635.             'DcSiteBundle\\Controller\\Lexus\\CarController::carCatalog' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  29636.             'DcSiteBundle\\Controller\\Lexus\\CarController::carCatalogPages' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  29637.             'DcSiteBundle\\Controller\\Lexus\\CarController::carConfiguraion' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  29638.             'DcSiteBundle\\Controller\\Lexus\\CarController::carStockSingle' => ['privates''.service_locator.MyplFh5''get_ServiceLocator_MyplFh5Service'false],
  29639.             'DcSiteBundle\\Controller\\Lexus\\CarController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29640.             'DcSiteBundle\\Controller\\Lexus\\CarController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29641.             'DcSiteBundle\\Controller\\Lexus\\CarController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29642.             'DcSiteBundle\\Controller\\Lexus\\CarController::secondhandSingle' => ['privates''.service_locator.GDFtzSn''get_ServiceLocator_GDFtzSnService'false],
  29643.             'DcSiteBundle\\Controller\\Lexus\\FinanceController::credit' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  29644.             'DcSiteBundle\\Controller\\Lexus\\FinanceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29645.             'DcSiteBundle\\Controller\\Lexus\\FinanceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29646.             'DcSiteBundle\\Controller\\Lexus\\FinanceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29647.             'DcSiteBundle\\Controller\\Lexus\\HybridController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29648.             'DcSiteBundle\\Controller\\Lexus\\HybridController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29649.             'DcSiteBundle\\Controller\\Lexus\\HybridController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29650.             'DcSiteBundle\\Controller\\Lexus\\MainController::carCatalog' => ['privates''.service_locator.bq4EbkH''get_ServiceLocator_Bq4EbkHService'false],
  29651.             'DcSiteBundle\\Controller\\Lexus\\MainController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29652.             'DcSiteBundle\\Controller\\Lexus\\MainController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29653.             'DcSiteBundle\\Controller\\Lexus\\MainController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29654.             'DcSiteBundle\\Controller\\Lexus\\MainController::index' => ['privates''.service_locator.l3w0AMl''get_ServiceLocator_L3w0AMlService'false],
  29655.             'DcSiteBundle\\Controller\\Lexus\\ServiceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29656.             'DcSiteBundle\\Controller\\Lexus\\ServiceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29657.             'DcSiteBundle\\Controller\\Lexus\\ServiceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29658.             'DcSiteBundle\\Controller\\Lexus\\ServiceController::priceForCar' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  29659.             'DcSiteBundle\\Controller\\Lexus\\StocksController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29660.             'DcSiteBundle\\Controller\\Lexus\\StocksController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29661.             'DcSiteBundle\\Controller\\Lexus\\StocksController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29662.             'DcSiteBundle\\Controller\\Lexus\\StocksController::stocksSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  29663.             'DcSiteBundle\\Controller\\MainSliderController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29664.             'DcSiteBundle\\Controller\\MainSliderController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29665.             'DcSiteBundle\\Controller\\MainSliderController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29666.             'DcSiteBundle\\Controller\\MainSliderController::getSlides' => ['privates''.service_locator.l3w0AMl''get_ServiceLocator_L3w0AMlService'false],
  29667.             'DcSiteBundle\\Controller\\Marine\\AboutController::about' => ['privates''.service_locator.XXxu50j''get_ServiceLocator_XXxu50jService'false],
  29668.             'DcSiteBundle\\Controller\\Marine\\AboutController::catalogVehicle' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  29669.             'DcSiteBundle\\Controller\\Marine\\AboutController::contacts' => ['privates''.service_locator.XXxu50j''get_ServiceLocator_XXxu50jService'false],
  29670.             'DcSiteBundle\\Controller\\Marine\\AboutController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29671.             'DcSiteBundle\\Controller\\Marine\\AboutController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29672.             'DcSiteBundle\\Controller\\Marine\\AboutController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29673.             'DcSiteBundle\\Controller\\Marine\\AboutController::getCatalogAccessory' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  29674.             'DcSiteBundle\\Controller\\Marine\\AboutController::getPagination' => ['privates''.service_locator.5OvAUP5''get_ServiceLocator_5OvAUP5Service'false],
  29675.             'DcSiteBundle\\Controller\\Marine\\BaseController::catalogVehicle' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  29676.             'DcSiteBundle\\Controller\\Marine\\BaseController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29677.             'DcSiteBundle\\Controller\\Marine\\BaseController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29678.             'DcSiteBundle\\Controller\\Marine\\BaseController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29679.             'DcSiteBundle\\Controller\\Marine\\BaseController::getCatalogAccessory' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  29680.             'DcSiteBundle\\Controller\\Marine\\BaseController::getPagination' => ['privates''.service_locator.5OvAUP5''get_ServiceLocator_5OvAUP5Service'false],
  29681.             'DcSiteBundle\\Controller\\Marine\\BasketController::catalogVehicle' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  29682.             'DcSiteBundle\\Controller\\Marine\\BasketController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29683.             'DcSiteBundle\\Controller\\Marine\\BasketController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29684.             'DcSiteBundle\\Controller\\Marine\\BasketController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29685.             'DcSiteBundle\\Controller\\Marine\\BasketController::getCatalogAccessory' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  29686.             'DcSiteBundle\\Controller\\Marine\\BasketController::getPagination' => ['privates''.service_locator.5OvAUP5''get_ServiceLocator_5OvAUP5Service'false],
  29687.             'DcSiteBundle\\Controller\\Marine\\CatalogController::accessoriesCatalog' => ['privates''.service_locator.vPdojDK''get_ServiceLocator_VPdojDKService'false],
  29688.             'DcSiteBundle\\Controller\\Marine\\CatalogController::accessoriesSingleCatalog' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  29689.             'DcSiteBundle\\Controller\\Marine\\CatalogController::boatsCatalog' => ['privates''.service_locator.vPdojDK''get_ServiceLocator_VPdojDKService'false],
  29690.             'DcSiteBundle\\Controller\\Marine\\CatalogController::boatsSingleCatalog' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  29691.             'DcSiteBundle\\Controller\\Marine\\CatalogController::brandsCatalog' => ['privates''.service_locator.vPdojDK''get_ServiceLocator_VPdojDKService'false],
  29692.             'DcSiteBundle\\Controller\\Marine\\CatalogController::brandsSingleCatalog' => ['privates''.service_locator.vPdojDK''get_ServiceLocator_VPdojDKService'false],
  29693.             'DcSiteBundle\\Controller\\Marine\\CatalogController::catalogVehicle' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  29694.             'DcSiteBundle\\Controller\\Marine\\CatalogController::equipmentsCatalog' => ['privates''.service_locator.vPdojDK''get_ServiceLocator_VPdojDKService'false],
  29695.             'DcSiteBundle\\Controller\\Marine\\CatalogController::equipmentsSingleCatalog' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  29696.             'DcSiteBundle\\Controller\\Marine\\CatalogController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29697.             'DcSiteBundle\\Controller\\Marine\\CatalogController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29698.             'DcSiteBundle\\Controller\\Marine\\CatalogController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29699.             'DcSiteBundle\\Controller\\Marine\\CatalogController::getCatalogAccessory' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  29700.             'DcSiteBundle\\Controller\\Marine\\CatalogController::getPagination' => ['privates''.service_locator.5OvAUP5''get_ServiceLocator_5OvAUP5Service'false],
  29701.             'DcSiteBundle\\Controller\\Marine\\CatalogController::jetskisCatalog' => ['privates''.service_locator.vPdojDK''get_ServiceLocator_VPdojDKService'false],
  29702.             'DcSiteBundle\\Controller\\Marine\\CatalogController::jetskisSingleCatalog' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  29703.             'DcSiteBundle\\Controller\\Marine\\CatalogController::motorsCatalog' => ['privates''.service_locator.vPdojDK''get_ServiceLocator_VPdojDKService'false],
  29704.             'DcSiteBundle\\Controller\\Marine\\CatalogController::motorsSingleCatalog' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  29705.             'DcSiteBundle\\Controller\\Marine\\CatalogController::trailersCatalog' => ['privates''.service_locator.vPdojDK''get_ServiceLocator_VPdojDKService'false],
  29706.             'DcSiteBundle\\Controller\\Marine\\CatalogController::trailersSingleCatalog' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  29707.             'DcSiteBundle\\Controller\\Marine\\MainController::catalogVehicle' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  29708.             'DcSiteBundle\\Controller\\Marine\\MainController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29709.             'DcSiteBundle\\Controller\\Marine\\MainController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29710.             'DcSiteBundle\\Controller\\Marine\\MainController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29711.             'DcSiteBundle\\Controller\\Marine\\MainController::getCatalogAccessory' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  29712.             'DcSiteBundle\\Controller\\Marine\\MainController::getPagination' => ['privates''.service_locator.5OvAUP5''get_ServiceLocator_5OvAUP5Service'false],
  29713.             'DcSiteBundle\\Controller\\Marine\\MainController::index' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  29714.             'DcSiteBundle\\Controller\\Marine\\PostController::catalogVehicle' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  29715.             'DcSiteBundle\\Controller\\Marine\\PostController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29716.             'DcSiteBundle\\Controller\\Marine\\PostController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29717.             'DcSiteBundle\\Controller\\Marine\\PostController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29718.             'DcSiteBundle\\Controller\\Marine\\PostController::getCatalogAccessory' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  29719.             'DcSiteBundle\\Controller\\Marine\\PostController::getPagination' => ['privates''.service_locator.5OvAUP5''get_ServiceLocator_5OvAUP5Service'false],
  29720.             'DcSiteBundle\\Controller\\Marine\\PostController::newsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  29721.             'DcSiteBundle\\Controller\\Marine\\ServiceController::catalogVehicle' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  29722.             'DcSiteBundle\\Controller\\Marine\\ServiceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29723.             'DcSiteBundle\\Controller\\Marine\\ServiceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29724.             'DcSiteBundle\\Controller\\Marine\\ServiceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29725.             'DcSiteBundle\\Controller\\Marine\\ServiceController::getCatalogAccessory' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  29726.             'DcSiteBundle\\Controller\\Marine\\ServiceController::getPagination' => ['privates''.service_locator.5OvAUP5''get_ServiceLocator_5OvAUP5Service'false],
  29727.             'DcSiteBundle\\Controller\\Mazda\\AboutController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29728.             'DcSiteBundle\\Controller\\Mazda\\AboutController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29729.             'DcSiteBundle\\Controller\\Mazda\\AboutController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29730.             'DcSiteBundle\\Controller\\Mazda\\AboutController::newsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  29731.             'DcSiteBundle\\Controller\\Mazda\\AboutController::staff' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  29732.             'DcSiteBundle\\Controller\\Mazda\\AccessoriesController::accessoriesCatalog' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29733.             'DcSiteBundle\\Controller\\Mazda\\AccessoriesController::accessoriesCategory' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29734.             'DcSiteBundle\\Controller\\Mazda\\AccessoriesController::accessoriesModel' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29735.             'DcSiteBundle\\Controller\\Mazda\\AccessoriesController::accessoriesModelVariation' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29736.             'DcSiteBundle\\Controller\\Mazda\\AccessoriesController::accessoriesPage' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29737.             'DcSiteBundle\\Controller\\Mazda\\AccessoriesController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29738.             'DcSiteBundle\\Controller\\Mazda\\AccessoriesController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29739.             'DcSiteBundle\\Controller\\Mazda\\AccessoriesController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29740.             'DcSiteBundle\\Controller\\Mazda\\BaseController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29741.             'DcSiteBundle\\Controller\\Mazda\\BaseController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29742.             'DcSiteBundle\\Controller\\Mazda\\BaseController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29743.             'DcSiteBundle\\Controller\\Mazda\\BasketController::basket' => ['privates''.service_locator.5_6ROBk''get_ServiceLocator_56ROBkService'false],
  29744.             'DcSiteBundle\\Controller\\Mazda\\BasketController::checkoutOrder' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  29745.             'DcSiteBundle\\Controller\\Mazda\\BasketController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29746.             'DcSiteBundle\\Controller\\Mazda\\BasketController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29747.             'DcSiteBundle\\Controller\\Mazda\\BasketController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29748.             'DcSiteBundle\\Controller\\Mazda\\BasketController::order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  29749.             'DcSiteBundle\\Controller\\Mazda\\CarController::car' => ['privates''.service_locator.p7C0i3n''get_ServiceLocator_P7C0i3nService'false],
  29750.             'DcSiteBundle\\Controller\\Mazda\\CarController::carConfiguraion' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  29751.             'DcSiteBundle\\Controller\\Mazda\\CarController::carInStockSingle' => ['privates''.service_locator.MyplFh5''get_ServiceLocator_MyplFh5Service'false],
  29752.             'DcSiteBundle\\Controller\\Mazda\\CarController::category' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  29753.             'DcSiteBundle\\Controller\\Mazda\\CarController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29754.             'DcSiteBundle\\Controller\\Mazda\\CarController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29755.             'DcSiteBundle\\Controller\\Mazda\\CarController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29756.             'DcSiteBundle\\Controller\\Mazda\\CarController::list' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  29757.             'DcSiteBundle\\Controller\\Mazda\\CarController::listPage' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  29758.             'DcSiteBundle\\Controller\\Mazda\\CarController::secondhandSingle' => ['privates''.service_locator.Vl6pzII''get_ServiceLocator_Vl6pzIIService'false],
  29759.             'DcSiteBundle\\Controller\\Mazda\\FinanceController::credit' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  29760.             'DcSiteBundle\\Controller\\Mazda\\FinanceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29761.             'DcSiteBundle\\Controller\\Mazda\\FinanceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29762.             'DcSiteBundle\\Controller\\Mazda\\FinanceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29763.             'DcSiteBundle\\Controller\\Mazda\\MainController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29764.             'DcSiteBundle\\Controller\\Mazda\\MainController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29765.             'DcSiteBundle\\Controller\\Mazda\\MainController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29766.             'DcSiteBundle\\Controller\\Mazda\\MainController::loadModels' => ['privates''.service_locator.bq4EbkH''get_ServiceLocator_Bq4EbkHService'false],
  29767.             'DcSiteBundle\\Controller\\Mazda\\ServiceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29768.             'DcSiteBundle\\Controller\\Mazda\\ServiceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29769.             'DcSiteBundle\\Controller\\Mazda\\ServiceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29770.             'DcSiteBundle\\Controller\\Mazda\\ServiceController::regulationsTo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  29771.             'DcSiteBundle\\Controller\\Mazda\\ServiceController::souvenirById' => ['privates''.service_locator.aY._gF8''get_ServiceLocator_AY_GF8Service'false],
  29772.             'DcSiteBundle\\Controller\\Mazda\\ServiceController::souvenirs' => ['privates''.service_locator.aY._gF8''get_ServiceLocator_AY_GF8Service'false],
  29773.             'DcSiteBundle\\Controller\\Mazda\\StocksController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29774.             'DcSiteBundle\\Controller\\Mazda\\StocksController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29775.             'DcSiteBundle\\Controller\\Mazda\\StocksController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29776.             'DcSiteBundle\\Controller\\Mazda\\StocksController::stocksSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  29777.             'DcSiteBundle\\Controller\\MerchantApiController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29778.             'DcSiteBundle\\Controller\\MerchantApiController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29779.             'DcSiteBundle\\Controller\\MerchantApiController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29780.             'DcSiteBundle\\Controller\\Morris_Garage\\AboutController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29781.             'DcSiteBundle\\Controller\\Morris_Garage\\AboutController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29782.             'DcSiteBundle\\Controller\\Morris_Garage\\AboutController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29783.             'DcSiteBundle\\Controller\\Morris_Garage\\AboutController::newsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  29784.             'DcSiteBundle\\Controller\\Morris_Garage\\AboutController::staff' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  29785.             'DcSiteBundle\\Controller\\Morris_Garage\\AccessoriesController::accessoriesCatalog' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29786.             'DcSiteBundle\\Controller\\Morris_Garage\\AccessoriesController::accessoriesCategory' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29787.             'DcSiteBundle\\Controller\\Morris_Garage\\AccessoriesController::accessoriesModel' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29788.             'DcSiteBundle\\Controller\\Morris_Garage\\AccessoriesController::accessoriesModelVariation' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29789.             'DcSiteBundle\\Controller\\Morris_Garage\\AccessoriesController::accessoriesPage' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29790.             'DcSiteBundle\\Controller\\Morris_Garage\\AccessoriesController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29791.             'DcSiteBundle\\Controller\\Morris_Garage\\AccessoriesController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29792.             'DcSiteBundle\\Controller\\Morris_Garage\\AccessoriesController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29793.             'DcSiteBundle\\Controller\\Morris_Garage\\BaseController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29794.             'DcSiteBundle\\Controller\\Morris_Garage\\BaseController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29795.             'DcSiteBundle\\Controller\\Morris_Garage\\BaseController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29796.             'DcSiteBundle\\Controller\\Morris_Garage\\BasketController::basket' => ['privates''.service_locator._LVtX3s''get_ServiceLocator_LVtX3sService'false],
  29797.             'DcSiteBundle\\Controller\\Morris_Garage\\BasketController::checkoutOrder' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  29798.             'DcSiteBundle\\Controller\\Morris_Garage\\BasketController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29799.             'DcSiteBundle\\Controller\\Morris_Garage\\BasketController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29800.             'DcSiteBundle\\Controller\\Morris_Garage\\BasketController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29801.             'DcSiteBundle\\Controller\\Morris_Garage\\BasketController::order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  29802.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController::car' => ['privates''.service_locator.p7C0i3n''get_ServiceLocator_P7C0i3nService'false],
  29803.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController::carConfiguraion' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  29804.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController::carInStockSingle' => ['privates''.service_locator.MyplFh5''get_ServiceLocator_MyplFh5Service'false],
  29805.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController::category' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  29806.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29807.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29808.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29809.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController::list' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  29810.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController::listPage' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  29811.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController::secondhandSingle' => ['privates''.service_locator.Vl6pzII''get_ServiceLocator_Vl6pzIIService'false],
  29812.             'DcSiteBundle\\Controller\\Morris_Garage\\FinanceController::credit' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  29813.             'DcSiteBundle\\Controller\\Morris_Garage\\FinanceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29814.             'DcSiteBundle\\Controller\\Morris_Garage\\FinanceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29815.             'DcSiteBundle\\Controller\\Morris_Garage\\FinanceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29816.             'DcSiteBundle\\Controller\\Morris_Garage\\MainController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29817.             'DcSiteBundle\\Controller\\Morris_Garage\\MainController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29818.             'DcSiteBundle\\Controller\\Morris_Garage\\MainController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29819.             'DcSiteBundle\\Controller\\Morris_Garage\\MainController::loadModels' => ['privates''.service_locator.bq4EbkH''get_ServiceLocator_Bq4EbkHService'false],
  29820.             'DcSiteBundle\\Controller\\Morris_Garage\\ServiceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29821.             'DcSiteBundle\\Controller\\Morris_Garage\\ServiceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29822.             'DcSiteBundle\\Controller\\Morris_Garage\\ServiceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29823.             'DcSiteBundle\\Controller\\Morris_Garage\\ServiceController::regulationsTo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  29824.             'DcSiteBundle\\Controller\\Morris_Garage\\StocksController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29825.             'DcSiteBundle\\Controller\\Morris_Garage\\StocksController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29826.             'DcSiteBundle\\Controller\\Morris_Garage\\StocksController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29827.             'DcSiteBundle\\Controller\\Morris_Garage\\StocksController::stocksSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  29828.             'DcSiteBundle\\Controller\\NissanArmada\\AboutUsController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29829.             'DcSiteBundle\\Controller\\NissanArmada\\AboutUsController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29830.             'DcSiteBundle\\Controller\\NissanArmada\\AboutUsController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29831.             'DcSiteBundle\\Controller\\NissanArmada\\AboutUsController::newsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  29832.             'DcSiteBundle\\Controller\\NissanArmada\\AboutUsController::staff' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  29833.             'DcSiteBundle\\Controller\\NissanArmada\\AccessoriesController::accessoriesCatalog' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29834.             'DcSiteBundle\\Controller\\NissanArmada\\AccessoriesController::accessoriesCategory' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29835.             'DcSiteBundle\\Controller\\NissanArmada\\AccessoriesController::accessoriesModel' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29836.             'DcSiteBundle\\Controller\\NissanArmada\\AccessoriesController::accessoriesModelVariation' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29837.             'DcSiteBundle\\Controller\\NissanArmada\\AccessoriesController::accessoriesPage' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29838.             'DcSiteBundle\\Controller\\NissanArmada\\AccessoriesController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29839.             'DcSiteBundle\\Controller\\NissanArmada\\AccessoriesController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29840.             'DcSiteBundle\\Controller\\NissanArmada\\AccessoriesController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29841.             'DcSiteBundle\\Controller\\NissanArmada\\BaseController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29842.             'DcSiteBundle\\Controller\\NissanArmada\\BaseController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29843.             'DcSiteBundle\\Controller\\NissanArmada\\BaseController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29844.             'DcSiteBundle\\Controller\\NissanArmada\\BasketController::checkoutOrder' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  29845.             'DcSiteBundle\\Controller\\NissanArmada\\BasketController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29846.             'DcSiteBundle\\Controller\\NissanArmada\\BasketController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29847.             'DcSiteBundle\\Controller\\NissanArmada\\BasketController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29848.             'DcSiteBundle\\Controller\\NissanArmada\\BasketController::order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  29849.             'DcSiteBundle\\Controller\\NissanArmada\\CarController::car' => ['privates''.service_locator.XGmp1Lg''get_ServiceLocator_XGmp1LgService'false],
  29850.             'DcSiteBundle\\Controller\\NissanArmada\\CarController::carConfiguraion' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  29851.             'DcSiteBundle\\Controller\\NissanArmada\\CarController::catalog' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  29852.             'DcSiteBundle\\Controller\\NissanArmada\\CarController::catalogPage' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  29853.             'DcSiteBundle\\Controller\\NissanArmada\\CarController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29854.             'DcSiteBundle\\Controller\\NissanArmada\\CarController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29855.             'DcSiteBundle\\Controller\\NissanArmada\\CarController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29856.             'DcSiteBundle\\Controller\\NissanArmada\\CarController::secondhandSingle' => ['privates''.service_locator.Vl6pzII''get_ServiceLocator_Vl6pzIIService'false],
  29857.             'DcSiteBundle\\Controller\\NissanArmada\\CarInStockController::car' => ['privates''.service_locator.C9.oLVm''get_ServiceLocator_C9_OLVmService'false],
  29858.             'DcSiteBundle\\Controller\\NissanArmada\\CarInStockController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29859.             'DcSiteBundle\\Controller\\NissanArmada\\CarInStockController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29860.             'DcSiteBundle\\Controller\\NissanArmada\\CarInStockController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29861.             'DcSiteBundle\\Controller\\NissanArmada\\FinanceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29862.             'DcSiteBundle\\Controller\\NissanArmada\\FinanceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29863.             'DcSiteBundle\\Controller\\NissanArmada\\FinanceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29864.             'DcSiteBundle\\Controller\\NissanArmada\\FinanceController::kredit' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  29865.             'DcSiteBundle\\Controller\\NissanArmada\\MainController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29866.             'DcSiteBundle\\Controller\\NissanArmada\\MainController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29867.             'DcSiteBundle\\Controller\\NissanArmada\\MainController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29868.             'DcSiteBundle\\Controller\\NissanArmada\\MainController::index' => ['privates''.service_locator.kIspYz7''get_ServiceLocator_KIspYz7Service'false],
  29869.             'DcSiteBundle\\Controller\\NissanArmada\\ServiceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29870.             'DcSiteBundle\\Controller\\NissanArmada\\ServiceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29871.             'DcSiteBundle\\Controller\\NissanArmada\\ServiceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29872.             'DcSiteBundle\\Controller\\NissanArmada\\ServiceController::regulationsTo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  29873.             'DcSiteBundle\\Controller\\NissanArmada\\StocksController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29874.             'DcSiteBundle\\Controller\\NissanArmada\\StocksController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29875.             'DcSiteBundle\\Controller\\NissanArmada\\StocksController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29876.             'DcSiteBundle\\Controller\\NissanArmada\\StocksController::stocksSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  29877.             'DcSiteBundle\\Controller\\Nissan\\AboutUsController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29878.             'DcSiteBundle\\Controller\\Nissan\\AboutUsController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29879.             'DcSiteBundle\\Controller\\Nissan\\AboutUsController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29880.             'DcSiteBundle\\Controller\\Nissan\\AboutUsController::newsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  29881.             'DcSiteBundle\\Controller\\Nissan\\AboutUsController::staff' => ['privates''.service_locator.PFG8HWU''get_ServiceLocator_PFG8HWUService'false],
  29882.             'DcSiteBundle\\Controller\\Nissan\\AccessoriesController::accessoriesCatalog' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29883.             'DcSiteBundle\\Controller\\Nissan\\AccessoriesController::accessoriesCategory' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29884.             'DcSiteBundle\\Controller\\Nissan\\AccessoriesController::accessoriesModel' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29885.             'DcSiteBundle\\Controller\\Nissan\\AccessoriesController::accessoriesModelVariation' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29886.             'DcSiteBundle\\Controller\\Nissan\\AccessoriesController::accessoriesPage' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29887.             'DcSiteBundle\\Controller\\Nissan\\AccessoriesController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29888.             'DcSiteBundle\\Controller\\Nissan\\AccessoriesController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29889.             'DcSiteBundle\\Controller\\Nissan\\AccessoriesController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29890.             'DcSiteBundle\\Controller\\Nissan\\BaseController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29891.             'DcSiteBundle\\Controller\\Nissan\\BaseController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29892.             'DcSiteBundle\\Controller\\Nissan\\BaseController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29893.             'DcSiteBundle\\Controller\\Nissan\\BasketController::checkoutOrder' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  29894.             'DcSiteBundle\\Controller\\Nissan\\BasketController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29895.             'DcSiteBundle\\Controller\\Nissan\\BasketController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29896.             'DcSiteBundle\\Controller\\Nissan\\BasketController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29897.             'DcSiteBundle\\Controller\\Nissan\\BasketController::order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  29898.             'DcSiteBundle\\Controller\\Nissan\\CarController::car' => ['privates''.service_locator.XGmp1Lg''get_ServiceLocator_XGmp1LgService'false],
  29899.             'DcSiteBundle\\Controller\\Nissan\\CarController::carConfiguraion' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  29900.             'DcSiteBundle\\Controller\\Nissan\\CarController::catalog' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  29901.             'DcSiteBundle\\Controller\\Nissan\\CarController::catalogPage' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  29902.             'DcSiteBundle\\Controller\\Nissan\\CarController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29903.             'DcSiteBundle\\Controller\\Nissan\\CarController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29904.             'DcSiteBundle\\Controller\\Nissan\\CarController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29905.             'DcSiteBundle\\Controller\\Nissan\\CarController::secondhandSingle' => ['privates''.service_locator.Vl6pzII''get_ServiceLocator_Vl6pzIIService'false],
  29906.             'DcSiteBundle\\Controller\\Nissan\\CarInStockController::car' => ['privates''.service_locator.MyplFh5''get_ServiceLocator_MyplFh5Service'false],
  29907.             'DcSiteBundle\\Controller\\Nissan\\CarInStockController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29908.             'DcSiteBundle\\Controller\\Nissan\\CarInStockController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29909.             'DcSiteBundle\\Controller\\Nissan\\CarInStockController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29910.             'DcSiteBundle\\Controller\\Nissan\\FinanceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29911.             'DcSiteBundle\\Controller\\Nissan\\FinanceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29912.             'DcSiteBundle\\Controller\\Nissan\\FinanceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29913.             'DcSiteBundle\\Controller\\Nissan\\FinanceController::kredit' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  29914.             'DcSiteBundle\\Controller\\Nissan\\MainController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29915.             'DcSiteBundle\\Controller\\Nissan\\MainController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29916.             'DcSiteBundle\\Controller\\Nissan\\MainController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29917.             'DcSiteBundle\\Controller\\Nissan\\MainController::index' => ['privates''.service_locator.RZhMk0u''get_ServiceLocator_RZhMk0uService'false],
  29918.             'DcSiteBundle\\Controller\\Nissan\\ServiceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29919.             'DcSiteBundle\\Controller\\Nissan\\ServiceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29920.             'DcSiteBundle\\Controller\\Nissan\\ServiceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29921.             'DcSiteBundle\\Controller\\Nissan\\ServiceController::regulationsTo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  29922.             'DcSiteBundle\\Controller\\Nissan\\StocksController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29923.             'DcSiteBundle\\Controller\\Nissan\\StocksController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29924.             'DcSiteBundle\\Controller\\Nissan\\StocksController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29925.             'DcSiteBundle\\Controller\\Nissan\\StocksController::stocksSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  29926.             'DcSiteBundle\\Controller\\OilTOController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29927.             'DcSiteBundle\\Controller\\OilTOController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29928.             'DcSiteBundle\\Controller\\OilTOController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29929.             'DcSiteBundle\\Controller\\OnlineConsultController::checkCarsDate' => ['privates''.service_locator.ztSuKR2''get_ServiceLocator_ZtSuKR2Service'false],
  29930.             'DcSiteBundle\\Controller\\OnlineConsultController::findConsultants' => ['privates''.service_locator.ztSuKR2''get_ServiceLocator_ZtSuKR2Service'false],
  29931.             'DcSiteBundle\\Controller\\OnlineConsultController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29932.             'DcSiteBundle\\Controller\\OnlineConsultController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29933.             'DcSiteBundle\\Controller\\OnlineConsultController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29934.             'DcSiteBundle\\Controller\\OnlineConsultController::init' => ['privates''.service_locator.7H3OCuW''get_ServiceLocator_7H3OCuWService'false],
  29935.             'DcSiteBundle\\Controller\\OnlineConsultController::initByDealer' => ['privates''.service_locator.bq4EbkH''get_ServiceLocator_Bq4EbkHService'false],
  29936.             'DcSiteBundle\\Controller\\OnlineConsultController::saveForm' => ['privates''.service_locator.C7xwr0F''get_ServiceLocator_C7xwr0FService'false],
  29937.             'DcSiteBundle\\Controller\\OnlineServiceController::booking' => ['privates''.service_locator.D0DNt66''get_ServiceLocator_D0DNt66Service'false],
  29938.             'DcSiteBundle\\Controller\\OnlineServiceController::bookingConfirm' => ['privates''.service_locator.81dTbfA''get_ServiceLocator_81dTbfAService'false],
  29939.             'DcSiteBundle\\Controller\\OnlineServiceController::find' => ['privates''.service_locator.u4PE1en''get_ServiceLocator_U4PE1enService'false],
  29940.             'DcSiteBundle\\Controller\\OnlineServiceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29941.             'DcSiteBundle\\Controller\\OnlineServiceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29942.             'DcSiteBundle\\Controller\\OnlineServiceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29943.             'DcSiteBundle\\Controller\\OnlineServiceController::getTime' => ['privates''.service_locator.72v2VwC''get_ServiceLocator_72v2VwCService'false],
  29944.             'DcSiteBundle\\Controller\\Opel\\AboutController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29945.             'DcSiteBundle\\Controller\\Opel\\AboutController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29946.             'DcSiteBundle\\Controller\\Opel\\AboutController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29947.             'DcSiteBundle\\Controller\\Opel\\AboutController::newsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  29948.             'DcSiteBundle\\Controller\\Opel\\AboutController::team' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  29949.             'DcSiteBundle\\Controller\\Opel\\AccessoriesController::accessoriesCatalog' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29950.             'DcSiteBundle\\Controller\\Opel\\AccessoriesController::accessoriesCategory' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29951.             'DcSiteBundle\\Controller\\Opel\\AccessoriesController::accessoriesModel' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29952.             'DcSiteBundle\\Controller\\Opel\\AccessoriesController::accessoriesModelVariation' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29953.             'DcSiteBundle\\Controller\\Opel\\AccessoriesController::accessoriesPage' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29954.             'DcSiteBundle\\Controller\\Opel\\AccessoriesController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29955.             'DcSiteBundle\\Controller\\Opel\\AccessoriesController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29956.             'DcSiteBundle\\Controller\\Opel\\AccessoriesController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29957.             'DcSiteBundle\\Controller\\Opel\\BaseController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29958.             'DcSiteBundle\\Controller\\Opel\\BaseController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29959.             'DcSiteBundle\\Controller\\Opel\\BaseController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29960.             'DcSiteBundle\\Controller\\Opel\\BasketController::checkoutOrder' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  29961.             'DcSiteBundle\\Controller\\Opel\\BasketController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29962.             'DcSiteBundle\\Controller\\Opel\\BasketController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29963.             'DcSiteBundle\\Controller\\Opel\\BasketController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29964.             'DcSiteBundle\\Controller\\Opel\\BasketController::order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  29965.             'DcSiteBundle\\Controller\\Opel\\CarController::car' => ['privates''.service_locator.XGmp1Lg''get_ServiceLocator_XGmp1LgService'false],
  29966.             'DcSiteBundle\\Controller\\Opel\\CarController::carConfiguraion' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  29967.             'DcSiteBundle\\Controller\\Opel\\CarController::carInStockSingle' => ['privates''.service_locator.C9.oLVm''get_ServiceLocator_C9_OLVmService'false],
  29968.             'DcSiteBundle\\Controller\\Opel\\CarController::category' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  29969.             'DcSiteBundle\\Controller\\Opel\\CarController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29970.             'DcSiteBundle\\Controller\\Opel\\CarController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29971.             'DcSiteBundle\\Controller\\Opel\\CarController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29972.             'DcSiteBundle\\Controller\\Opel\\CarController::list' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  29973.             'DcSiteBundle\\Controller\\Opel\\CarController::listPage' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  29974.             'DcSiteBundle\\Controller\\Opel\\CarController::secondhandSingle' => ['privates''.service_locator.Vl6pzII''get_ServiceLocator_Vl6pzIIService'false],
  29975.             'DcSiteBundle\\Controller\\Opel\\FinanceController::credit' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  29976.             'DcSiteBundle\\Controller\\Opel\\FinanceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29977.             'DcSiteBundle\\Controller\\Opel\\FinanceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29978.             'DcSiteBundle\\Controller\\Opel\\FinanceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29979.             'DcSiteBundle\\Controller\\Opel\\MainController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29980.             'DcSiteBundle\\Controller\\Opel\\MainController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29981.             'DcSiteBundle\\Controller\\Opel\\MainController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29982.             'DcSiteBundle\\Controller\\Opel\\MainController::index' => ['privates''.service_locator.8E7jDKW''get_ServiceLocator_8E7jDKWService'false],
  29983.             'DcSiteBundle\\Controller\\Opel\\MainController::loadModels' => ['privates''.service_locator.bq4EbkH''get_ServiceLocator_Bq4EbkHService'false],
  29984.             'DcSiteBundle\\Controller\\Opel\\ServiceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29985.             'DcSiteBundle\\Controller\\Opel\\ServiceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29986.             'DcSiteBundle\\Controller\\Opel\\ServiceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29987.             'DcSiteBundle\\Controller\\Opel\\ServiceController::regulationsTo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  29988.             'DcSiteBundle\\Controller\\Opel\\StocksController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29989.             'DcSiteBundle\\Controller\\Opel\\StocksController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29990.             'DcSiteBundle\\Controller\\Opel\\StocksController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29991.             'DcSiteBundle\\Controller\\Opel\\StocksController::stocksSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  29992.             'DcSiteBundle\\Controller\\Peugeot\\AboutController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  29993.             'DcSiteBundle\\Controller\\Peugeot\\AboutController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  29994.             'DcSiteBundle\\Controller\\Peugeot\\AboutController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  29995.             'DcSiteBundle\\Controller\\Peugeot\\AboutController::newsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  29996.             'DcSiteBundle\\Controller\\Peugeot\\AboutController::staff' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  29997.             'DcSiteBundle\\Controller\\Peugeot\\AccessoriesController::accessoriesCatalog' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29998.             'DcSiteBundle\\Controller\\Peugeot\\AccessoriesController::accessoriesCategory' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  29999.             'DcSiteBundle\\Controller\\Peugeot\\AccessoriesController::accessoriesModel' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  30000.             'DcSiteBundle\\Controller\\Peugeot\\AccessoriesController::accessoriesModelVariation' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  30001.             'DcSiteBundle\\Controller\\Peugeot\\AccessoriesController::accessoriesPage' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  30002.             'DcSiteBundle\\Controller\\Peugeot\\AccessoriesController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30003.             'DcSiteBundle\\Controller\\Peugeot\\AccessoriesController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30004.             'DcSiteBundle\\Controller\\Peugeot\\AccessoriesController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30005.             'DcSiteBundle\\Controller\\Peugeot\\BaseController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30006.             'DcSiteBundle\\Controller\\Peugeot\\BaseController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30007.             'DcSiteBundle\\Controller\\Peugeot\\BaseController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30008.             'DcSiteBundle\\Controller\\Peugeot\\BasketController::checkoutOrder' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  30009.             'DcSiteBundle\\Controller\\Peugeot\\BasketController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30010.             'DcSiteBundle\\Controller\\Peugeot\\BasketController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30011.             'DcSiteBundle\\Controller\\Peugeot\\BasketController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30012.             'DcSiteBundle\\Controller\\Peugeot\\BasketController::order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  30013.             'DcSiteBundle\\Controller\\Peugeot\\CarController::car' => ['privates''.service_locator.L6UsUDo''get_ServiceLocator_L6UsUDoService'false],
  30014.             'DcSiteBundle\\Controller\\Peugeot\\CarController::carCardStock' => ['privates''.service_locator.C9.oLVm''get_ServiceLocator_C9_OLVmService'false],
  30015.             'DcSiteBundle\\Controller\\Peugeot\\CarController::carConfiguraion' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  30016.             'DcSiteBundle\\Controller\\Peugeot\\CarController::category' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  30017.             'DcSiteBundle\\Controller\\Peugeot\\CarController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30018.             'DcSiteBundle\\Controller\\Peugeot\\CarController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30019.             'DcSiteBundle\\Controller\\Peugeot\\CarController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30020.             'DcSiteBundle\\Controller\\Peugeot\\CarController::list' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  30021.             'DcSiteBundle\\Controller\\Peugeot\\CarController::listPage' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  30022.             'DcSiteBundle\\Controller\\Peugeot\\CarController::secondhandSingle' => ['privates''.service_locator.Vl6pzII''get_ServiceLocator_Vl6pzIIService'false],
  30023.             'DcSiteBundle\\Controller\\Peugeot\\FinanceController::credit' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  30024.             'DcSiteBundle\\Controller\\Peugeot\\FinanceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30025.             'DcSiteBundle\\Controller\\Peugeot\\FinanceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30026.             'DcSiteBundle\\Controller\\Peugeot\\FinanceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30027.             'DcSiteBundle\\Controller\\Peugeot\\MainController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30028.             'DcSiteBundle\\Controller\\Peugeot\\MainController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30029.             'DcSiteBundle\\Controller\\Peugeot\\MainController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30030.             'DcSiteBundle\\Controller\\Peugeot\\MainController::index' => ['privates''.service_locator.0agYNHk''get_ServiceLocator_0agYNHkService'false],
  30031.             'DcSiteBundle\\Controller\\Peugeot\\MainController::initMenu' => ['privates''.service_locator.0ZY6ZQQ''get_ServiceLocator_0ZY6ZQQService'false],
  30032.             'DcSiteBundle\\Controller\\Peugeot\\ServiceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30033.             'DcSiteBundle\\Controller\\Peugeot\\ServiceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30034.             'DcSiteBundle\\Controller\\Peugeot\\ServiceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30035.             'DcSiteBundle\\Controller\\Peugeot\\ServiceController::regulationsTo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  30036.             'DcSiteBundle\\Controller\\Peugeot\\StocksController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30037.             'DcSiteBundle\\Controller\\Peugeot\\StocksController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30038.             'DcSiteBundle\\Controller\\Peugeot\\StocksController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30039.             'DcSiteBundle\\Controller\\Peugeot\\StocksController::stocksSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  30040.             'DcSiteBundle\\Controller\\PostController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30041.             'DcSiteBundle\\Controller\\PostController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30042.             'DcSiteBundle\\Controller\\PostController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30043.             'DcSiteBundle\\Controller\\RSSController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30044.             'DcSiteBundle\\Controller\\RSSController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30045.             'DcSiteBundle\\Controller\\RSSController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30046.             'DcSiteBundle\\Controller\\RegistrationCostController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30047.             'DcSiteBundle\\Controller\\RegistrationCostController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30048.             'DcSiteBundle\\Controller\\RegistrationCostController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30049.             'DcSiteBundle\\Controller\\RegulationToController::download' => ['privates''.service_locator.PyYDuxD''get_ServiceLocator_PyYDuxDService'false],
  30050.             'DcSiteBundle\\Controller\\RegulationToController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30051.             'DcSiteBundle\\Controller\\RegulationToController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30052.             'DcSiteBundle\\Controller\\RegulationToController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30053.             'DcSiteBundle\\Controller\\RegulationToController::getRegulationData' => ['privates''.service_locator.4wrOGY0''get_ServiceLocator_4wrOGY0Service'false],
  30054.             'DcSiteBundle\\Controller\\ReviewController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30055.             'DcSiteBundle\\Controller\\ReviewController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30056.             'DcSiteBundle\\Controller\\ReviewController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30057.             'DcSiteBundle\\Controller\\RobotsController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30058.             'DcSiteBundle\\Controller\\RobotsController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30059.             'DcSiteBundle\\Controller\\RobotsController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30060.             'DcSiteBundle\\Controller\\SecondhandController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30061.             'DcSiteBundle\\Controller\\SecondhandController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30062.             'DcSiteBundle\\Controller\\SecondhandController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30063.             'DcSiteBundle\\Controller\\SiteMapController::citroen' => ['privates''.service_locator.ytkxHFW''get_ServiceLocator_YtkxHFWService'false],
  30064.             'DcSiteBundle\\Controller\\SiteMapController::ford' => ['privates''.service_locator.ytkxHFW''get_ServiceLocator_YtkxHFWService'false],
  30065.             'DcSiteBundle\\Controller\\SiteMapController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30066.             'DcSiteBundle\\Controller\\SiteMapController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30067.             'DcSiteBundle\\Controller\\SiteMapController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30068.             'DcSiteBundle\\Controller\\SiteMapController::haval' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  30069.             'DcSiteBundle\\Controller\\SiteMapController::honda' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  30070.             'DcSiteBundle\\Controller\\SiteMapController::infiniti' => ['privates''.service_locator.ytkxHFW''get_ServiceLocator_YtkxHFWService'false],
  30071.             'DcSiteBundle\\Controller\\SiteMapController::jaguar' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  30072.             'DcSiteBundle\\Controller\\SiteMapController::jeep' => ['privates''.service_locator.6s_FNxa''get_ServiceLocator_6sFNxaService'false],
  30073.             'DcSiteBundle\\Controller\\SiteMapController::landrover' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  30074.             'DcSiteBundle\\Controller\\SiteMapController::lexus' => ['privates''.service_locator.92uEq.T''get_ServiceLocator_92uEq_TService'false],
  30075.             'DcSiteBundle\\Controller\\SiteMapController::marine' => ['privates''.service_locator.ggz.bjD''get_ServiceLocator_Ggz_BjDService'false],
  30076.             'DcSiteBundle\\Controller\\SiteMapController::mazda' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  30077.             'DcSiteBundle\\Controller\\SiteMapController::mg' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  30078.             'DcSiteBundle\\Controller\\SiteMapController::nissan' => ['privates''.service_locator.ytkxHFW''get_ServiceLocator_YtkxHFWService'false],
  30079.             'DcSiteBundle\\Controller\\SiteMapController::nissanArmada' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  30080.             'DcSiteBundle\\Controller\\SiteMapController::opel' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  30081.             'DcSiteBundle\\Controller\\SiteMapController::palmira' => ['privates''.service_locator.ytkxHFW''get_ServiceLocator_YtkxHFWService'false],
  30082.             'DcSiteBundle\\Controller\\SiteMapController::peugeot' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  30083.             'DcSiteBundle\\Controller\\SiteMapController::shopImagesSiteMap' => ['privates''.service_locator.C4FT5cG''get_ServiceLocator_C4FT5cGService'false],
  30084.             'DcSiteBundle\\Controller\\SiteMapController::subaru' => ['privates''.service_locator.so2VbTC''get_ServiceLocator_So2VbTCService'false],
  30085.             'DcSiteBundle\\Controller\\SiteMapController::suzuki' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  30086.             'DcSiteBundle\\Controller\\SiteMapController::toyota' => ['privates''.service_locator.r6ap4us''get_ServiceLocator_R6ap4usService'false],
  30087.             'DcSiteBundle\\Controller\\SiteMapController::toyotaBorispol' => ['privates''.service_locator.HZnMw.5''get_ServiceLocator_HZnMw_5Service'false],
  30088.             'DcSiteBundle\\Controller\\SiteMapController::volvo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  30089.             'DcSiteBundle\\Controller\\SmsLandingController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30090.             'DcSiteBundle\\Controller\\SmsLandingController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30091.             'DcSiteBundle\\Controller\\SmsLandingController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30092.             'DcSiteBundle\\Controller\\SparePartsController::catalogVehicle' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  30093.             'DcSiteBundle\\Controller\\SparePartsController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30094.             'DcSiteBundle\\Controller\\SparePartsController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30095.             'DcSiteBundle\\Controller\\SparePartsController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30096.             'DcSiteBundle\\Controller\\SparePartsController::getCatalogAccessory' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  30097.             'DcSiteBundle\\Controller\\SparePartsController::getPagination' => ['privates''.service_locator.5OvAUP5''get_ServiceLocator_5OvAUP5Service'false],
  30098.             'DcSiteBundle\\Controller\\Subaru\\AboutController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30099.             'DcSiteBundle\\Controller\\Subaru\\AboutController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30100.             'DcSiteBundle\\Controller\\Subaru\\AboutController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30101.             'DcSiteBundle\\Controller\\Subaru\\AboutController::index' => ['privates''.service_locator.UQw9vS_''get_ServiceLocator_UQw9vSService'false],
  30102.             'DcSiteBundle\\Controller\\Subaru\\AboutController::newsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  30103.             'DcSiteBundle\\Controller\\Subaru\\AboutController::staff' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  30104.             'DcSiteBundle\\Controller\\Subaru\\AccessoriesController::accessoriesCatalog' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  30105.             'DcSiteBundle\\Controller\\Subaru\\AccessoriesController::accessoriesCategory' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  30106.             'DcSiteBundle\\Controller\\Subaru\\AccessoriesController::accessoriesModel' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  30107.             'DcSiteBundle\\Controller\\Subaru\\AccessoriesController::accessoriesModelVariation' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  30108.             'DcSiteBundle\\Controller\\Subaru\\AccessoriesController::accessoriesPage' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  30109.             'DcSiteBundle\\Controller\\Subaru\\AccessoriesController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30110.             'DcSiteBundle\\Controller\\Subaru\\AccessoriesController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30111.             'DcSiteBundle\\Controller\\Subaru\\AccessoriesController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30112.             'DcSiteBundle\\Controller\\Subaru\\BaseController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30113.             'DcSiteBundle\\Controller\\Subaru\\BaseController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30114.             'DcSiteBundle\\Controller\\Subaru\\BaseController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30115.             'DcSiteBundle\\Controller\\Subaru\\BasketController::basket' => ['privates''.service_locator.5_6ROBk''get_ServiceLocator_56ROBkService'false],
  30116.             'DcSiteBundle\\Controller\\Subaru\\BasketController::checkoutOrder' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  30117.             'DcSiteBundle\\Controller\\Subaru\\BasketController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30118.             'DcSiteBundle\\Controller\\Subaru\\BasketController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30119.             'DcSiteBundle\\Controller\\Subaru\\BasketController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30120.             'DcSiteBundle\\Controller\\Subaru\\BasketController::order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  30121.             'DcSiteBundle\\Controller\\Subaru\\CarController::car' => ['privates''.service_locator.XbWzu0X''get_ServiceLocator_XbWzu0XService'false],
  30122.             'DcSiteBundle\\Controller\\Subaru\\CarController::carConfiguraion' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  30123.             'DcSiteBundle\\Controller\\Subaru\\CarController::configurator' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  30124.             'DcSiteBundle\\Controller\\Subaru\\CarController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30125.             'DcSiteBundle\\Controller\\Subaru\\CarController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30126.             'DcSiteBundle\\Controller\\Subaru\\CarController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30127.             'DcSiteBundle\\Controller\\Subaru\\CarController::inStockSingle' => ['privates''.service_locator.SQbSDtn''get_ServiceLocator_SQbSDtnService'false],
  30128.             'DcSiteBundle\\Controller\\Subaru\\CarController::index' => ['privates''.service_locator.UQw9vS_''get_ServiceLocator_UQw9vSService'false],
  30129.             'DcSiteBundle\\Controller\\Subaru\\CarController::listPage' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  30130.             'DcSiteBundle\\Controller\\Subaru\\CarController::modelLineup' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  30131.             'DcSiteBundle\\Controller\\Subaru\\CarController::secondhandSingle' => ['privates''.service_locator.Vl6pzII''get_ServiceLocator_Vl6pzIIService'false],
  30132.             'DcSiteBundle\\Controller\\Subaru\\FinanceController::credit' => ['privates''.service_locator.gIHXUau''get_ServiceLocator_GIHXUauService'false],
  30133.             'DcSiteBundle\\Controller\\Subaru\\FinanceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30134.             'DcSiteBundle\\Controller\\Subaru\\FinanceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30135.             'DcSiteBundle\\Controller\\Subaru\\FinanceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30136.             'DcSiteBundle\\Controller\\Subaru\\FinanceController::index' => ['privates''.service_locator.UQw9vS_''get_ServiceLocator_UQw9vSService'false],
  30137.             'DcSiteBundle\\Controller\\Subaru\\MainController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30138.             'DcSiteBundle\\Controller\\Subaru\\MainController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30139.             'DcSiteBundle\\Controller\\Subaru\\MainController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30140.             'DcSiteBundle\\Controller\\Subaru\\MainController::index' => ['privates''.service_locator.UQw9vS_''get_ServiceLocator_UQw9vSService'false],
  30141.             'DcSiteBundle\\Controller\\Subaru\\ServiceController::checkVin' => ['privates''.service_locator.unyn53X''get_ServiceLocator_Unyn53XService'false],
  30142.             'DcSiteBundle\\Controller\\Subaru\\ServiceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30143.             'DcSiteBundle\\Controller\\Subaru\\ServiceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30144.             'DcSiteBundle\\Controller\\Subaru\\ServiceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30145.             'DcSiteBundle\\Controller\\Subaru\\ServiceController::index' => ['privates''.service_locator.UQw9vS_''get_ServiceLocator_UQw9vSService'false],
  30146.             'DcSiteBundle\\Controller\\Subaru\\ServiceController::regulationsTo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  30147.             'DcSiteBundle\\Controller\\Subaru\\StocksController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30148.             'DcSiteBundle\\Controller\\Subaru\\StocksController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30149.             'DcSiteBundle\\Controller\\Subaru\\StocksController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30150.             'DcSiteBundle\\Controller\\Subaru\\StocksController::stocksSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  30151.             'DcSiteBundle\\Controller\\Suzuki\\AboutController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30152.             'DcSiteBundle\\Controller\\Suzuki\\AboutController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30153.             'DcSiteBundle\\Controller\\Suzuki\\AboutController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30154.             'DcSiteBundle\\Controller\\Suzuki\\AboutController::newsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  30155.             'DcSiteBundle\\Controller\\Suzuki\\AboutController::staff' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  30156.             'DcSiteBundle\\Controller\\Suzuki\\AccessoriesController::accessoriesCatalog' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  30157.             'DcSiteBundle\\Controller\\Suzuki\\AccessoriesController::accessoriesCategory' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  30158.             'DcSiteBundle\\Controller\\Suzuki\\AccessoriesController::accessoriesModel' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  30159.             'DcSiteBundle\\Controller\\Suzuki\\AccessoriesController::accessoriesModelVariation' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  30160.             'DcSiteBundle\\Controller\\Suzuki\\AccessoriesController::accessoriesPage' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  30161.             'DcSiteBundle\\Controller\\Suzuki\\AccessoriesController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30162.             'DcSiteBundle\\Controller\\Suzuki\\AccessoriesController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30163.             'DcSiteBundle\\Controller\\Suzuki\\AccessoriesController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30164.             'DcSiteBundle\\Controller\\Suzuki\\BaseController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30165.             'DcSiteBundle\\Controller\\Suzuki\\BaseController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30166.             'DcSiteBundle\\Controller\\Suzuki\\BaseController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30167.             'DcSiteBundle\\Controller\\Suzuki\\BasketController::checkoutOrder' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  30168.             'DcSiteBundle\\Controller\\Suzuki\\BasketController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30169.             'DcSiteBundle\\Controller\\Suzuki\\BasketController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30170.             'DcSiteBundle\\Controller\\Suzuki\\BasketController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30171.             'DcSiteBundle\\Controller\\Suzuki\\BasketController::order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  30172.             'DcSiteBundle\\Controller\\Suzuki\\CarController::car' => ['privates''.service_locator.p7C0i3n''get_ServiceLocator_P7C0i3nService'false],
  30173.             'DcSiteBundle\\Controller\\Suzuki\\CarController::carConfiguraion' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  30174.             'DcSiteBundle\\Controller\\Suzuki\\CarController::carInStockSingle' => ['privates''.service_locator.C9.oLVm''get_ServiceLocator_C9_OLVmService'false],
  30175.             'DcSiteBundle\\Controller\\Suzuki\\CarController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30176.             'DcSiteBundle\\Controller\\Suzuki\\CarController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30177.             'DcSiteBundle\\Controller\\Suzuki\\CarController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30178.             'DcSiteBundle\\Controller\\Suzuki\\CarController::lineUpCar' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  30179.             'DcSiteBundle\\Controller\\Suzuki\\CarController::lineUpCarPage' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  30180.             'DcSiteBundle\\Controller\\Suzuki\\CarController::moto' => ['privates''.service_locator.XGmp1Lg''get_ServiceLocator_XGmp1LgService'false],
  30181.             'DcSiteBundle\\Controller\\Suzuki\\CarController::secondhandSingle' => ['privates''.service_locator.Vl6pzII''get_ServiceLocator_Vl6pzIIService'false],
  30182.             'DcSiteBundle\\Controller\\Suzuki\\FinanceController::credit' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  30183.             'DcSiteBundle\\Controller\\Suzuki\\FinanceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30184.             'DcSiteBundle\\Controller\\Suzuki\\FinanceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30185.             'DcSiteBundle\\Controller\\Suzuki\\FinanceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30186.             'DcSiteBundle\\Controller\\Suzuki\\MainController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30187.             'DcSiteBundle\\Controller\\Suzuki\\MainController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30188.             'DcSiteBundle\\Controller\\Suzuki\\MainController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30189.             'DcSiteBundle\\Controller\\Suzuki\\MainController::index' => ['privates''.service_locator.Nn0S.cW''get_ServiceLocator_Nn0S_CWService'false],
  30190.             'DcSiteBundle\\Controller\\Suzuki\\ServiceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30191.             'DcSiteBundle\\Controller\\Suzuki\\ServiceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30192.             'DcSiteBundle\\Controller\\Suzuki\\ServiceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30193.             'DcSiteBundle\\Controller\\Suzuki\\ServiceController::regulationsTo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  30194.             'DcSiteBundle\\Controller\\Suzuki\\StocksController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30195.             'DcSiteBundle\\Controller\\Suzuki\\StocksController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30196.             'DcSiteBundle\\Controller\\Suzuki\\StocksController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30197.             'DcSiteBundle\\Controller\\Suzuki\\StocksController::stocksSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  30198.             'DcSiteBundle\\Controller\\TestDriveController::checkDate' => ['privates''.service_locator.ztSuKR2''get_ServiceLocator_ZtSuKR2Service'false],
  30199.             'DcSiteBundle\\Controller\\TestDriveController::checkSign' => ['privates''.service_locator.K3nEOYJ''get_ServiceLocator_K3nEOYJService'false],
  30200.             'DcSiteBundle\\Controller\\TestDriveController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30201.             'DcSiteBundle\\Controller\\TestDriveController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30202.             'DcSiteBundle\\Controller\\TestDriveController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30203.             'DcSiteBundle\\Controller\\TestDriveController::getTime' => ['privates''.service_locator.RYZO4a3''get_ServiceLocator_RYZO4a3Service'false],
  30204.             'DcSiteBundle\\Controller\\TestDriveController::initByDealerOld' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  30205.             'DcSiteBundle\\Controller\\TestDriveController::resend' => ['privates''.service_locator.deiQyQr''get_ServiceLocator_DeiQyQrService'false],
  30206.             'DcSiteBundle\\Controller\\TestDriveController::sign' => ['privates''.service_locator.XFuUi12''get_ServiceLocator_XFuUi12Service'false],
  30207.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AboutController::actionsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  30208.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AboutController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30209.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AboutController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30210.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AboutController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30211.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AboutController::newsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  30212.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AboutController::team' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  30213.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AccessoriesController::accessoriesCatalog' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  30214.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AccessoriesController::accessoriesCategory' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  30215.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AccessoriesController::accessoriesModel' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  30216.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AccessoriesController::accessoriesModelVariation' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  30217.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AccessoriesController::accessoriesPage' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  30218.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AccessoriesController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30219.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AccessoriesController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30220.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AccessoriesController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30221.             'DcSiteBundle\\Controller\\ToyotaBorispol\\BaseController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30222.             'DcSiteBundle\\Controller\\ToyotaBorispol\\BaseController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30223.             'DcSiteBundle\\Controller\\ToyotaBorispol\\BaseController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30224.             'DcSiteBundle\\Controller\\ToyotaBorispol\\BasketController::basket' => ['privates''.service_locator._LVtX3s''get_ServiceLocator_LVtX3sService'false],
  30225.             'DcSiteBundle\\Controller\\ToyotaBorispol\\BasketController::checkoutOrder' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  30226.             'DcSiteBundle\\Controller\\ToyotaBorispol\\BasketController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30227.             'DcSiteBundle\\Controller\\ToyotaBorispol\\BasketController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30228.             'DcSiteBundle\\Controller\\ToyotaBorispol\\BasketController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30229.             'DcSiteBundle\\Controller\\ToyotaBorispol\\BasketController::order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  30230.             'DcSiteBundle\\Controller\\ToyotaBorispol\\CarController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30231.             'DcSiteBundle\\Controller\\ToyotaBorispol\\CarController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30232.             'DcSiteBundle\\Controller\\ToyotaBorispol\\CarController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30233.             'DcSiteBundle\\Controller\\ToyotaBorispol\\FinanceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30234.             'DcSiteBundle\\Controller\\ToyotaBorispol\\FinanceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30235.             'DcSiteBundle\\Controller\\ToyotaBorispol\\FinanceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30236.             'DcSiteBundle\\Controller\\ToyotaBorispol\\MainController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30237.             'DcSiteBundle\\Controller\\ToyotaBorispol\\MainController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30238.             'DcSiteBundle\\Controller\\ToyotaBorispol\\MainController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30239.             'DcSiteBundle\\Controller\\ToyotaBorispol\\MainController::index' => ['privates''.service_locator.l3w0AMl''get_ServiceLocator_L3w0AMlService'false],
  30240.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController::creditCalc' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  30241.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController::getAvailableRentCar' => ['privates''.service_locator.9AcM4s2''get_ServiceLocator_9AcM4s2Service'false],
  30242.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30243.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30244.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30245.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController::orderForRentCar' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  30246.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController::regulationsTo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  30247.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController::saveReplacementCarForm' => ['privates''.service_locator.9AcM4s2''get_ServiceLocator_9AcM4s2Service'false],
  30248.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController::servicePage' => ['privates''.service_locator.NDWf2XC''get_ServiceLocator_NDWf2XCService'false],
  30249.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController::to' => ['privates''.service_locator.HZnMw.5''get_ServiceLocator_HZnMw_5Service'false],
  30250.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AboutController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30251.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AboutController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30252.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AboutController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30253.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AboutController::singleNews' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  30254.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AboutController::staff' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  30255.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AccessoriesController::accessoriesCatalog' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  30256.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AccessoriesController::accessoriesCategory' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  30257.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AccessoriesController::accessoriesModel' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  30258.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AccessoriesController::accessoriesModelVariation' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  30259.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AccessoriesController::accessoriesPage' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  30260.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AccessoriesController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30261.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AccessoriesController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30262.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AccessoriesController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30263.             'DcSiteBundle\\Controller\\ToyotaOdessa\\BaseController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30264.             'DcSiteBundle\\Controller\\ToyotaOdessa\\BaseController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30265.             'DcSiteBundle\\Controller\\ToyotaOdessa\\BaseController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30266.             'DcSiteBundle\\Controller\\ToyotaOdessa\\BasketController::basket' => ['privates''.service_locator.5_6ROBk''get_ServiceLocator_56ROBkService'false],
  30267.             'DcSiteBundle\\Controller\\ToyotaOdessa\\BasketController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30268.             'DcSiteBundle\\Controller\\ToyotaOdessa\\BasketController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30269.             'DcSiteBundle\\Controller\\ToyotaOdessa\\BasketController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30270.             'DcSiteBundle\\Controller\\ToyotaOdessa\\BasketController::order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  30271.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarController::car' => ['privates''.service_locator.XGmp1Lg''get_ServiceLocator_XGmp1LgService'false],
  30272.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarController::carConfiguraion' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  30273.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarController::category' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  30274.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30275.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30276.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30277.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarController::list' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  30278.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarController::listPage' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  30279.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarInStockController::buyOnlineResult' => ['privates''.service_locator.C9.oLVm''get_ServiceLocator_C9_OLVmService'false],
  30280.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarInStockController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30281.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarInStockController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30282.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarInStockController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30283.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarInStockController::inStockList' => ['privates''.service_locator.RZhMk0u''get_ServiceLocator_RZhMk0uService'false],
  30284.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarInStockController::inStockSingle' => ['privates''.service_locator.MyplFh5''get_ServiceLocator_MyplFh5Service'false],
  30285.             'DcSiteBundle\\Controller\\ToyotaOdessa\\MainController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30286.             'DcSiteBundle\\Controller\\ToyotaOdessa\\MainController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30287.             'DcSiteBundle\\Controller\\ToyotaOdessa\\MainController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30288.             'DcSiteBundle\\Controller\\ToyotaOdessa\\PostController::actionSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  30289.             'DcSiteBundle\\Controller\\ToyotaOdessa\\PostController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30290.             'DcSiteBundle\\Controller\\ToyotaOdessa\\PostController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30291.             'DcSiteBundle\\Controller\\ToyotaOdessa\\PostController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30292.             'DcSiteBundle\\Controller\\ToyotaOdessa\\ServiceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30293.             'DcSiteBundle\\Controller\\ToyotaOdessa\\ServiceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30294.             'DcSiteBundle\\Controller\\ToyotaOdessa\\ServiceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30295.             'DcSiteBundle\\Controller\\ToyotaOdessa\\ServiceController::regulationsTo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  30296.             'DcSiteBundle\\Controller\\ToyotaOdessa\\ServicesController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30297.             'DcSiteBundle\\Controller\\ToyotaOdessa\\ServicesController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30298.             'DcSiteBundle\\Controller\\ToyotaOdessa\\ServicesController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30299.             'DcSiteBundle\\Controller\\Toyota\\AboutController::dealerCenter' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  30300.             'DcSiteBundle\\Controller\\Toyota\\AboutController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30301.             'DcSiteBundle\\Controller\\Toyota\\AboutController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30302.             'DcSiteBundle\\Controller\\Toyota\\AboutController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30303.             'DcSiteBundle\\Controller\\Toyota\\AboutController::news' => ['privates''.service_locator.0agYNHk''get_ServiceLocator_0agYNHkService'false],
  30304.             'DcSiteBundle\\Controller\\Toyota\\AboutController::singleNews' => ['privates''.service_locator.nhhyVEO''get_ServiceLocator_NhhyVEOService'false],
  30305.             'DcSiteBundle\\Controller\\Toyota\\AboutController::staff' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  30306.             'DcSiteBundle\\Controller\\Toyota\\AccessoriesController::accessoriesCatalog' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  30307.             'DcSiteBundle\\Controller\\Toyota\\AccessoriesController::accessoriesCategory' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  30308.             'DcSiteBundle\\Controller\\Toyota\\AccessoriesController::accessoriesModel' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  30309.             'DcSiteBundle\\Controller\\Toyota\\AccessoriesController::accessoriesModelVariation' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  30310.             'DcSiteBundle\\Controller\\Toyota\\AccessoriesController::accessoriesPage' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  30311.             'DcSiteBundle\\Controller\\Toyota\\AccessoriesController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30312.             'DcSiteBundle\\Controller\\Toyota\\AccessoriesController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30313.             'DcSiteBundle\\Controller\\Toyota\\AccessoriesController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30314.             'DcSiteBundle\\Controller\\Toyota\\BaseController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30315.             'DcSiteBundle\\Controller\\Toyota\\BaseController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30316.             'DcSiteBundle\\Controller\\Toyota\\BaseController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30317.             'DcSiteBundle\\Controller\\Toyota\\BasketController::checkoutOrder' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  30318.             'DcSiteBundle\\Controller\\Toyota\\BasketController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30319.             'DcSiteBundle\\Controller\\Toyota\\BasketController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30320.             'DcSiteBundle\\Controller\\Toyota\\BasketController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30321.             'DcSiteBundle\\Controller\\Toyota\\BasketController::order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  30322.             'DcSiteBundle\\Controller\\Toyota\\CarController::car' => ['privates''.service_locator.0u2t7AC''get_ServiceLocator_0u2t7ACService'false],
  30323.             'DcSiteBundle\\Controller\\Toyota\\CarController::carConfiguraion' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  30324.             'DcSiteBundle\\Controller\\Toyota\\CarController::category' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  30325.             'DcSiteBundle\\Controller\\Toyota\\CarController::comparison' => ['privates''.service_locator.DMePMAD''get_ServiceLocator_DMePMADService'false],
  30326.             'DcSiteBundle\\Controller\\Toyota\\CarController::configurator' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  30327.             'DcSiteBundle\\Controller\\Toyota\\CarController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30328.             'DcSiteBundle\\Controller\\Toyota\\CarController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30329.             'DcSiteBundle\\Controller\\Toyota\\CarController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30330.             'DcSiteBundle\\Controller\\Toyota\\CarController::inStockSingle' => ['privates''.service_locator.C9.oLVm''get_ServiceLocator_C9_OLVmService'false],
  30331.             'DcSiteBundle\\Controller\\Toyota\\CarController::list' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  30332.             'DcSiteBundle\\Controller\\Toyota\\CarController::listPage' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  30333.             'DcSiteBundle\\Controller\\Toyota\\MainController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30334.             'DcSiteBundle\\Controller\\Toyota\\MainController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30335.             'DcSiteBundle\\Controller\\Toyota\\MainController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30336.             'DcSiteBundle\\Controller\\Toyota\\MainController::index' => ['privates''.service_locator.y5JThy2''get_ServiceLocator_Y5JThy2Service'false],
  30337.             'DcSiteBundle\\Controller\\Toyota\\MainController::loadModels' => ['privates''.service_locator.sp3FnFY''get_ServiceLocator_Sp3FnFYService'false],
  30338.             'DcSiteBundle\\Controller\\Toyota\\PostController::actionSingle' => ['privates''.service_locator.nhhyVEO''get_ServiceLocator_NhhyVEOService'false],
  30339.             'DcSiteBundle\\Controller\\Toyota\\PostController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30340.             'DcSiteBundle\\Controller\\Toyota\\PostController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30341.             'DcSiteBundle\\Controller\\Toyota\\PostController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30342.             'DcSiteBundle\\Controller\\Toyota\\ServiceController::getAvailableRentCar' => ['privates''.service_locator.9AcM4s2''get_ServiceLocator_9AcM4s2Service'false],
  30343.             'DcSiteBundle\\Controller\\Toyota\\ServiceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30344.             'DcSiteBundle\\Controller\\Toyota\\ServiceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30345.             'DcSiteBundle\\Controller\\Toyota\\ServiceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30346.             'DcSiteBundle\\Controller\\Toyota\\ServiceController::orderForRentCar' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  30347.             'DcSiteBundle\\Controller\\Toyota\\ServiceController::regulations' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  30348.             'DcSiteBundle\\Controller\\Toyota\\ServiceController::saveReplacementCarForm' => ['privates''.service_locator.9AcM4s2''get_ServiceLocator_9AcM4s2Service'false],
  30349.             'DcSiteBundle\\Controller\\Toyota\\ServiceController::servicePage' => ['privates''.service_locator.NDWf2XC''get_ServiceLocator_NDWf2XCService'false],
  30350.             'DcSiteBundle\\Controller\\Toyota\\ServiceController::signIn' => ['privates''.service_locator.HZnMw.5''get_ServiceLocator_HZnMw_5Service'false],
  30351.             'DcSiteBundle\\Controller\\Toyota\\ServicesController::corpSales' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  30352.             'DcSiteBundle\\Controller\\Toyota\\ServicesController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30353.             'DcSiteBundle\\Controller\\Toyota\\ServicesController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30354.             'DcSiteBundle\\Controller\\Toyota\\ServicesController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30355.             'DcSiteBundle\\Controller\\Toyota\\ServicesController::loan' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  30356.             'DcSiteBundle\\Controller\\TradeInController::estimate' => ['privates''.service_locator.NktUVst''get_ServiceLocator_NktUVstService'false],
  30357.             'DcSiteBundle\\Controller\\TradeInController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30358.             'DcSiteBundle\\Controller\\TradeInController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30359.             'DcSiteBundle\\Controller\\TradeInController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30360.             'DcSiteBundle\\Controller\\TradeInController::getEstimate' => ['privates''.service_locator.ExZJAjw''get_ServiceLocator_ExZJAjwService'false],
  30361.             'DcSiteBundle\\Controller\\TradeInController::init' => ['privates''.service_locator.Z4T8XFt''get_ServiceLocator_Z4T8XFtService'false],
  30362.             'DcSiteBundle\\Controller\\TradeInController::search' => ['privates''.service_locator.ifG2hg0''get_ServiceLocator_IfG2hg0Service'false],
  30363.             'DcSiteBundle\\Controller\\Unicommerce\\AboutController::about' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  30364.             'DcSiteBundle\\Controller\\Unicommerce\\AboutController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30365.             'DcSiteBundle\\Controller\\Unicommerce\\AboutController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30366.             'DcSiteBundle\\Controller\\Unicommerce\\AboutController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30367.             'DcSiteBundle\\Controller\\Unicommerce\\BaseController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30368.             'DcSiteBundle\\Controller\\Unicommerce\\BaseController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30369.             'DcSiteBundle\\Controller\\Unicommerce\\BaseController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30370.             'DcSiteBundle\\Controller\\Unicommerce\\CarController::carSingle' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  30371.             'DcSiteBundle\\Controller\\Unicommerce\\CarController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30372.             'DcSiteBundle\\Controller\\Unicommerce\\CarController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30373.             'DcSiteBundle\\Controller\\Unicommerce\\CarController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30374.             'DcSiteBundle\\Controller\\Unicommerce\\FinanceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30375.             'DcSiteBundle\\Controller\\Unicommerce\\FinanceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30376.             'DcSiteBundle\\Controller\\Unicommerce\\FinanceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30377.             'DcSiteBundle\\Controller\\Unicommerce\\MainController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30378.             'DcSiteBundle\\Controller\\Unicommerce\\MainController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30379.             'DcSiteBundle\\Controller\\Unicommerce\\MainController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30380.             'DcSiteBundle\\Controller\\Unicommerce\\MainController::index' => ['privates''.service_locator.l3w0AMl''get_ServiceLocator_L3w0AMlService'false],
  30381.             'DcSiteBundle\\Controller\\UsedCarModuleController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30382.             'DcSiteBundle\\Controller\\UsedCarModuleController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30383.             'DcSiteBundle\\Controller\\UsedCarModuleController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30384.             'DcSiteBundle\\Controller\\UsedCarModuleController::usedCatalog' => ['privates''.service_locator.X5QFwji''get_ServiceLocator_X5QFwjiService'false],
  30385.             'DcSiteBundle\\Controller\\UsedCarPdfController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30386.             'DcSiteBundle\\Controller\\UsedCarPdfController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30387.             'DcSiteBundle\\Controller\\UsedCarPdfController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30388.             'DcSiteBundle\\Controller\\Volvo\\AboutController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30389.             'DcSiteBundle\\Controller\\Volvo\\AboutController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30390.             'DcSiteBundle\\Controller\\Volvo\\AboutController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30391.             'DcSiteBundle\\Controller\\Volvo\\AboutController::newsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  30392.             'DcSiteBundle\\Controller\\Volvo\\AboutController::staff' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  30393.             'DcSiteBundle\\Controller\\Volvo\\AccessoriesController::accessoriesCatalog' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  30394.             'DcSiteBundle\\Controller\\Volvo\\AccessoriesController::accessoriesCategory' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  30395.             'DcSiteBundle\\Controller\\Volvo\\AccessoriesController::accessoriesModel' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  30396.             'DcSiteBundle\\Controller\\Volvo\\AccessoriesController::accessoriesModelVariation' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  30397.             'DcSiteBundle\\Controller\\Volvo\\AccessoriesController::accessoriesPage' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  30398.             'DcSiteBundle\\Controller\\Volvo\\AccessoriesController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30399.             'DcSiteBundle\\Controller\\Volvo\\AccessoriesController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30400.             'DcSiteBundle\\Controller\\Volvo\\AccessoriesController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30401.             'DcSiteBundle\\Controller\\Volvo\\BaseController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30402.             'DcSiteBundle\\Controller\\Volvo\\BaseController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30403.             'DcSiteBundle\\Controller\\Volvo\\BaseController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30404.             'DcSiteBundle\\Controller\\Volvo\\BasketController::basket' => ['privates''.service_locator.5_6ROBk''get_ServiceLocator_56ROBkService'false],
  30405.             'DcSiteBundle\\Controller\\Volvo\\BasketController::checkoutOrder' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  30406.             'DcSiteBundle\\Controller\\Volvo\\BasketController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30407.             'DcSiteBundle\\Controller\\Volvo\\BasketController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30408.             'DcSiteBundle\\Controller\\Volvo\\BasketController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30409.             'DcSiteBundle\\Controller\\Volvo\\BasketController::order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  30410.             'DcSiteBundle\\Controller\\Volvo\\CarController::carConfiguraion' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  30411.             'DcSiteBundle\\Controller\\Volvo\\CarController::carStocksCard' => ['privates''.service_locator.C9.oLVm''get_ServiceLocator_C9_OLVmService'false],
  30412.             'DcSiteBundle\\Controller\\Volvo\\CarController::cardCar' => ['privates''.service_locator.7Yjue.D''get_ServiceLocator_7Yjue_DService'false],
  30413.             'DcSiteBundle\\Controller\\Volvo\\CarController::category' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  30414.             'DcSiteBundle\\Controller\\Volvo\\CarController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30415.             'DcSiteBundle\\Controller\\Volvo\\CarController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30416.             'DcSiteBundle\\Controller\\Volvo\\CarController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30417.             'DcSiteBundle\\Controller\\Volvo\\CarController::list' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  30418.             'DcSiteBundle\\Controller\\Volvo\\CarController::listPage' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  30419.             'DcSiteBundle\\Controller\\Volvo\\CarController::secondhandSingle' => ['privates''.service_locator.Vl6pzII''get_ServiceLocator_Vl6pzIIService'false],
  30420.             'DcSiteBundle\\Controller\\Volvo\\FinanceController::credit' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  30421.             'DcSiteBundle\\Controller\\Volvo\\FinanceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30422.             'DcSiteBundle\\Controller\\Volvo\\FinanceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30423.             'DcSiteBundle\\Controller\\Volvo\\FinanceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30424.             'DcSiteBundle\\Controller\\Volvo\\MainController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30425.             'DcSiteBundle\\Controller\\Volvo\\MainController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30426.             'DcSiteBundle\\Controller\\Volvo\\MainController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30427.             'DcSiteBundle\\Controller\\Volvo\\MainController::index' => ['privates''.service_locator.afpyXRq''get_ServiceLocator_AfpyXRqService'false],
  30428.             'DcSiteBundle\\Controller\\Volvo\\MainController::menuInit' => ['privates''.service_locator.0ZY6ZQQ''get_ServiceLocator_0ZY6ZQQService'false],
  30429.             'DcSiteBundle\\Controller\\Volvo\\MainController::seveTempForm' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  30430.             'DcSiteBundle\\Controller\\Volvo\\MainController::specialOffersSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  30431.             'DcSiteBundle\\Controller\\Volvo\\MainController::volvoTour17Save' => ['privates''.service_locator.mMCqrqu''get_ServiceLocator_MMCqrquService'false],
  30432.             'DcSiteBundle\\Controller\\Volvo\\MainController::volvoTourSave' => ['privates''.service_locator.mMCqrqu''get_ServiceLocator_MMCqrquService'false],
  30433.             'DcSiteBundle\\Controller\\Volvo\\ServiceController::calculationValuation' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  30434.             'DcSiteBundle\\Controller\\Volvo\\ServiceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30435.             'DcSiteBundle\\Controller\\Volvo\\ServiceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30436.             'DcSiteBundle\\Controller\\Volvo\\ServiceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30437.             'DcSiteBundle\\Controller\\WaterController::buildFilterUrl' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  30438.             'DcSiteBundle\\Controller\\WaterController::catalogVehicle' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  30439.             'DcSiteBundle\\Controller\\WaterController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30440.             'DcSiteBundle\\Controller\\WaterController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30441.             'DcSiteBundle\\Controller\\WaterController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30442.             'DcSiteBundle\\Controller\\WaterController::getCatalogAccessory' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  30443.             'DcSiteBundle\\Controller\\WaterController::getPagination' => ['privates''.service_locator.5OvAUP5''get_ServiceLocator_5OvAUP5Service'false],
  30444.             'DcSiteBundle\\Controller\\WaterController::getWater' => ['privates''.service_locator.vPdojDK''get_ServiceLocator_VPdojDKService'false],
  30445.             'DcSiteBundle\\Controller\\WaterController::getWaterAccessories' => ['privates''.service_locator.vPdojDK''get_ServiceLocator_VPdojDKService'false],
  30446.             'DcSiteBundle\\Controller\\Yamaha\\AboutController::aboutNewsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  30447.             'DcSiteBundle\\Controller\\Yamaha\\AboutController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30448.             'DcSiteBundle\\Controller\\Yamaha\\AboutController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30449.             'DcSiteBundle\\Controller\\Yamaha\\AboutController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30450.             'DcSiteBundle\\Controller\\Yamaha\\AccessoriesController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30451.             'DcSiteBundle\\Controller\\Yamaha\\AccessoriesController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30452.             'DcSiteBundle\\Controller\\Yamaha\\AccessoriesController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30453.             'DcSiteBundle\\Controller\\Yamaha\\AjaxController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30454.             'DcSiteBundle\\Controller\\Yamaha\\AjaxController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30455.             'DcSiteBundle\\Controller\\Yamaha\\AjaxController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30456.             'DcSiteBundle\\Controller\\Yamaha\\AjaxController::leasingCSave' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  30457.             'DcSiteBundle\\Controller\\Yamaha\\BaseController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30458.             'DcSiteBundle\\Controller\\Yamaha\\BaseController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30459.             'DcSiteBundle\\Controller\\Yamaha\\BaseController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30460.             'DcSiteBundle\\Controller\\Yamaha\\BoatController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30461.             'DcSiteBundle\\Controller\\Yamaha\\BoatController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30462.             'DcSiteBundle\\Controller\\Yamaha\\BoatController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30463.             'DcSiteBundle\\Controller\\Yamaha\\BoatEngineController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30464.             'DcSiteBundle\\Controller\\Yamaha\\BoatEngineController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30465.             'DcSiteBundle\\Controller\\Yamaha\\BoatEngineController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30466.             'DcSiteBundle\\Controller\\Yamaha\\CatalogController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30467.             'DcSiteBundle\\Controller\\Yamaha\\CatalogController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30468.             'DcSiteBundle\\Controller\\Yamaha\\CatalogController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30469.             'DcSiteBundle\\Controller\\Yamaha\\CatalogController::modelCard' => ['privates''.service_locator.3zKUpnl''get_ServiceLocator_3zKUpnlService'false],
  30470.             'DcSiteBundle\\Controller\\Yamaha\\GeneratorController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30471.             'DcSiteBundle\\Controller\\Yamaha\\GeneratorController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30472.             'DcSiteBundle\\Controller\\Yamaha\\GeneratorController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30473.             'DcSiteBundle\\Controller\\Yamaha\\MainController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30474.             'DcSiteBundle\\Controller\\Yamaha\\MainController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30475.             'DcSiteBundle\\Controller\\Yamaha\\MainController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30476.             'DcSiteBundle\\Controller\\Yamaha\\NonMotorizedBoatController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30477.             'DcSiteBundle\\Controller\\Yamaha\\NonMotorizedBoatController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30478.             'DcSiteBundle\\Controller\\Yamaha\\NonMotorizedBoatController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30479.             'DcSiteBundle\\Controller\\Yamaha\\ServiceController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30480.             'DcSiteBundle\\Controller\\Yamaha\\ServiceController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30481.             'DcSiteBundle\\Controller\\Yamaha\\ServiceController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30482.             'DcSiteBundle\\Controller\\Yamaha\\ServicesController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30483.             'DcSiteBundle\\Controller\\Yamaha\\ServicesController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30484.             'DcSiteBundle\\Controller\\Yamaha\\ServicesController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30485.             'DcSiteBundle\\Controller\\Yamaha\\ServicesController::leasing' => ['privates''.service_locator.n31No4C''get_ServiceLocator_N31No4CService'false],
  30486.             'DcSiteBundle\\Controller\\Yamaha\\ServicesController::winterStorageHydrocycles' => ['privates''.service_locator.n31No4C''get_ServiceLocator_N31No4CService'false],
  30487.             'DcSiteBundle\\Controller\\Yamaha\\StocksController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30488.             'DcSiteBundle\\Controller\\Yamaha\\StocksController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30489.             'DcSiteBundle\\Controller\\Yamaha\\StocksController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30490.             'DcSiteBundle\\Controller\\Yamaha\\StocksController::stocksSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  30491.             'FoundersBundle\\Controller\\BusinessController::business' => ['privates''.service_locator.cPysmXF''get_ServiceLocator_CPysmXFService'false],
  30492.             'FoundersBundle\\Controller\\BusinessController::businessAvtomobilniy' => ['privates''.service_locator.led6AQo''get_ServiceLocator_Led6AQoService'false],
  30493.             'FoundersBundle\\Controller\\FamilyController::loadMorePosts' => ['privates''.service_locator.XDzSyfH''get_ServiceLocator_XDzSyfHService'false],
  30494.             'FoundersBundle\\Controller\\InvestmentController::investmentCategory' => ['privates''.service_locator.cPysmXF''get_ServiceLocator_CPysmXFService'false],
  30495.             'FoundersBundle\\Controller\\InvestmentController::socialInvestmentSingle' => ['privates''.service_locator.cPysmXF''get_ServiceLocator_CPysmXFService'false],
  30496.             'FoundersBundle\\Controller\\MainController::index' => ['privates''.service_locator.cPysmXF''get_ServiceLocator_CPysmXFService'false],
  30497.             'FoundersBundle\\Controller\\MediaController::postNews' => ['privates''.service_locator.cPysmXF''get_ServiceLocator_CPysmXFService'false],
  30498.             'FoundersBundle\\Controller\\MediaController::postPublication' => ['privates''.service_locator.cPysmXF''get_ServiceLocator_CPysmXFService'false],
  30499.             'FoundersBundle\\Controller\\MediaController::postSingle' => ['privates''.service_locator.cPysmXF''get_ServiceLocator_CPysmXFService'false],
  30500.             'FoundersBundle\\Controller\\MediaController::postSolemnEvent' => ['privates''.service_locator.cPysmXF''get_ServiceLocator_CPysmXFService'false],
  30501.             'FoundersBundle\\Controller\\SiteMapController::siteMap' => ['privates''.service_locator.bYwR8h3''get_ServiceLocator_BYwR8h3Service'false],
  30502.             'InsuranceBundle\\Controller\\AboutController::complianceSave' => ['privates''.service_locator.fuUhxUY''get_ServiceLocator_FuUhxUYService'false],
  30503.             'InsuranceBundle\\Controller\\AboutController::getInsuranceCondition' => ['privates''.service_locator.uLECXDE''get_ServiceLocator_ULECXDEService'false],
  30504.             'InsuranceBundle\\Controller\\AboutController::getMediationService' => ['privates''.service_locator.uLECXDE''get_ServiceLocator_ULECXDEService'false],
  30505.             'InsuranceBundle\\Controller\\AboutController::vacansySingle' => ['privates''.service_locator.tk7n0XJ''get_ServiceLocator_Tk7n0XJService'false],
  30506.             'InsuranceBundle\\Controller\\AuthController::loginCheck' => ['privates''.service_locator.RT2v_Ms''get_ServiceLocator_RT2vMsService'false],
  30507.             'InsuranceBundle\\Controller\\BasketController::order' => ['privates''.service_locator.vh9QwCp''get_ServiceLocator_Vh9QwCpService'false],
  30508.             'InsuranceBundle\\Controller\\CabinetController::cabinet' => ['privates''.service_locator.gGjIPR4''get_ServiceLocator_GGjIPR4Service'false],
  30509.             'InsuranceBundle\\Controller\\CabinetController::changeCasco' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  30510.             'InsuranceBundle\\Controller\\CabinetController::fastAuthLogin' => ['privates''.service_locator.IOngJ0P''get_ServiceLocator_IOngJ0PService'false],
  30511.             'InsuranceBundle\\Controller\\CabinetController::prolongation' => ['privates''.service_locator.fbnZ.Xz''get_ServiceLocator_FbnZ_XzService'false],
  30512.             'InsuranceBundle\\Controller\\CabinetController::senFb' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  30513.             'InsuranceBundle\\Controller\\CabinetController::signContract' => ['privates''.service_locator.PyYDuxD''get_ServiceLocator_PyYDuxDService'false],
  30514.             'InsuranceBundle\\Controller\\FormController::advancedQuestion' => ['privates''.service_locator.4gvyiy4''get_ServiceLocator_4gvyiy4Service'false],
  30515.             'InsuranceBundle\\Controller\\FormController::callback' => ['privates''.service_locator.4gvyiy4''get_ServiceLocator_4gvyiy4Service'false],
  30516.             'InsuranceBundle\\Controller\\FormController::orderInsurance' => ['privates''.service_locator.4gvyiy4''get_ServiceLocator_4gvyiy4Service'false],
  30517.             'InsuranceBundle\\Controller\\ProgramsController::autofortressKasco' => ['privates''.service_locator.l3XDe0i''get_ServiceLocator_L3XDe0iService'false],
  30518.             'InsuranceBundle\\Controller\\ProgramsController::calc' => ['privates''.service_locator.Z4T8XFt''get_ServiceLocator_Z4T8XFtService'false],
  30519.             'InsuranceBundle\\Controller\\ProgramsController::cascoOptions' => ['privates''.service_locator.IPkmJgf''get_ServiceLocator_IPkmJgfService'false],
  30520.             'InsuranceBundle\\Controller\\ProgramsController::completeKasco' => ['privates''.service_locator.T8tbY2p''get_ServiceLocator_T8tbY2pService'false],
  30521.             'InsuranceBundle\\Controller\\ProgramsController::dgo' => ['privates''.service_locator.l3XDe0i''get_ServiceLocator_L3XDe0iService'false],
  30522.             'InsuranceBundle\\Controller\\ProgramsController::estimate' => ['privates''.service_locator.bQifdW0''get_ServiceLocator_BQifdW0Service'false],
  30523.             'InsuranceBundle\\Controller\\ProgramsController::extendedWarranty' => ['privates''.service_locator.VZ1K3DK''get_ServiceLocator_VZ1K3DKService'false],
  30524.             'InsuranceBundle\\Controller\\ProgramsController::fiftyKasco' => ['privates''.service_locator.l3XDe0i''get_ServiceLocator_L3XDe0iService'false],
  30525.             'InsuranceBundle\\Controller\\ProgramsController::getModels' => ['privates''.service_locator.zgqOhio''get_ServiceLocator_ZgqOhioService'false],
  30526.             'InsuranceBundle\\Controller\\ProgramsController::homeInsurance' => ['privates''.service_locator.epLYOaB''get_ServiceLocator_EpLYOaBService'false],
  30527.             'InsuranceBundle\\Controller\\ProgramsController::informDoc' => ['privates''.service_locator.T8tbY2p''get_ServiceLocator_T8tbY2pService'false],
  30528.             'InsuranceBundle\\Controller\\ProgramsController::informDocPage' => ['privates''.service_locator.T8tbY2p''get_ServiceLocator_T8tbY2pService'false],
  30529.             'InsuranceBundle\\Controller\\ProgramsController::initCalc' => ['privates''.service_locator.zgqOhio''get_ServiceLocator_ZgqOhioService'false],
  30530.             'InsuranceBundle\\Controller\\ProgramsController::kasco' => ['privates''.service_locator.T8tbY2p''get_ServiceLocator_T8tbY2pService'false],
  30531.             'InsuranceBundle\\Controller\\ProgramsController::lightKasco' => ['privates''.service_locator.l3XDe0i''get_ServiceLocator_L3XDe0iService'false],
  30532.             'InsuranceBundle\\Controller\\ProgramsController::miniKasco' => ['privates''.service_locator.l3XDe0i''get_ServiceLocator_L3XDe0iService'false],
  30533.             'InsuranceBundle\\Controller\\ProgramsController::ogo' => ['privates''.service_locator.l3XDe0i''get_ServiceLocator_L3XDe0iService'false],
  30534.             'InsuranceBundle\\Controller\\ProgramsController::topDriverAction' => ['privates''.service_locator.epLYOaB''get_ServiceLocator_EpLYOaBService'false],
  30535.             'InsuranceBundle\\Controller\\ServiceController::bankIdCallback' => ['privates''.service_locator.gGjIPR4''get_ServiceLocator_GGjIPR4Service'false],
  30536.             'InsuranceBundle\\Controller\\ServiceController::bankIdTest' => ['privates''.service_locator.fbnZ.Xz''get_ServiceLocator_FbnZ_XzService'false],
  30537.             'IntegrationBundle\\Controller\\Dealer\\MainController::branch' => ['privates''.service_locator.VrM5mf6''get_ServiceLocator_VrM5mf6Service'false],
  30538.             'IntegrationBundle\\Controller\\Dealer\\MainController::branchByDealerUid' => ['privates''.service_locator.VrM5mf6''get_ServiceLocator_VrM5mf6Service'false],
  30539.             'IntegrationBundle\\Controller\\Dealer\\MainController::checkSignature' => ['privates''.service_locator._RvxFvy''get_ServiceLocator_RvxFvyService'false],
  30540.             'IntegrationBundle\\Controller\\Dealer\\MainController::dealerIntegrationLogin' => ['privates''.service_locator.F2io1FS''get_ServiceLocator_F2io1FSService'false],
  30541.             'IntegrationBundle\\Controller\\Dealer\\MainController::getDocumentsQrByDealerUid' => ['privates''.service_locator._RvxFvy''get_ServiceLocator_RvxFvyService'false],
  30542.             'IntegrationBundle\\Controller\\Dealer\\MainController::getQr' => ['privates''.service_locator.91o1U0S''get_ServiceLocator_91o1U0SService'false],
  30543.             'IntegrationBundle\\Controller\\Dealer\\MainController::getQrByDealerUid' => ['privates''.service_locator.91o1U0S''get_ServiceLocator_91o1U0SService'false],
  30544.             'IntegrationBundle\\Controller\\Dealer\\MainController::info' => ['privates''.service_locator.Xq42A4p''get_ServiceLocator_Xq42A4pService'false],
  30545.             'IntegrationBundle\\Controller\\Diia\\MainController::callBackProcess' => ['privates''.service_locator.YtIWVqf''get_ServiceLocator_YtIWVqfService'false],
  30546.             'IntegrationBundle\\Controller\\Diia\\MainController::callBackSignatureProcess' => ['privates''.service_locator.YtIWVqf''get_ServiceLocator_YtIWVqfService'false],
  30547.             'LeasingBundle\\Controller\\AboutController::team' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  30548.             'LeasingBundle\\Controller\\MainController::getCraftedSlides' => ['privates''.service_locator.JOgWIgG''get_ServiceLocator_JOgWIgGService'false],
  30549.             'LeasingBundle\\Controller\\MainController::index' => ['privates''.service_locator.epyKIZO''get_ServiceLocator_EpyKIZOService'false],
  30550.             'LeasingBundle\\Controller\\SiteMapController::getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30551.             'LeasingBundle\\Controller\\SiteMapController::getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30552.             'LeasingBundle\\Controller\\SiteMapController::getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30553.             'MyBundle\\Controller\\AuthController::codeLogin' => ['privates''.service_locator.dbuQxiP''get_ServiceLocator_DbuQxiPService'false],
  30554.             'MyBundle\\Controller\\AuthController::codeLoginNewPhone' => ['privates''.service_locator.dbuQxiP''get_ServiceLocator_DbuQxiPService'false],
  30555.             'MyBundle\\Controller\\AuthController::confirmRegistration' => ['privates''.service_locator.MXQW7EO''get_ServiceLocator_MXQW7EOService'false],
  30556.             'MyBundle\\Controller\\AuthController::getCode' => ['privates''.service_locator.1PDsblh''get_ServiceLocator_1PDsblhService'false],
  30557.             'MyBundle\\Controller\\AuthController::getCodeChangePhone' => ['privates''.service_locator.Mz5nXIh''get_ServiceLocator_Mz5nXIhService'false],
  30558.             'MyBundle\\Controller\\AuthController::getCodeRecovery' => ['privates''.service_locator.MxvdFzA''get_ServiceLocator_MxvdFzAService'false],
  30559.             'MyBundle\\Controller\\AuthController::login' => ['privates''.service_locator.iPDy3TP''get_ServiceLocator_IPDy3TPService'false],
  30560.             'MyBundle\\Controller\\AuthController::loginCheck' => ['privates''.service_locator.7hrPXEc''get_ServiceLocator_7hrPXEcService'false],
  30561.             'MyBundle\\Controller\\AuthController::logout' => ['privates''.service_locator.w7N4v5d''get_ServiceLocator_W7N4v5dService'false],
  30562.             'MyBundle\\Controller\\AuthController::referralRegister' => ['privates''.service_locator.HauFJLA''get_ServiceLocator_HauFJLAService'false],
  30563.             'MyBundle\\Controller\\AuthController::referralRegisterConfirm' => ['privates''.service_locator.w7N4v5d''get_ServiceLocator_W7N4v5dService'false],
  30564.             'MyBundle\\Controller\\AuthController::register' => ['privates''.service_locator.pNUN3wT''get_ServiceLocator_PNUN3wTService'false],
  30565.             'MyBundle\\Controller\\AuthController::resendRegistrationCode' => ['privates''.service_locator.KKfGJZB''get_ServiceLocator_KKfGJZBService'false],
  30566.             'MyBundle\\Controller\\AuthController::sendRecoverEmail' => ['privates''.service_locator.bYwR8h3''get_ServiceLocator_BYwR8h3Service'false],
  30567.             'MyBundle\\Controller\\AuthController::setNewPhone' => ['privates''.service_locator.pDr_QHY''get_ServiceLocator_PDrQHYService'false],
  30568.             'MyBundle\\Controller\\AuthController::setPassword' => ['privates''.service_locator.cqzZA2M''get_ServiceLocator_CqzZA2MService'false],
  30569.             'MyBundle\\Controller\\AuthController::setRecoveryPassword' => ['privates''.service_locator.hRA9wft''get_ServiceLocator_HRA9wftService'false],
  30570.             'MyBundle\\Controller\\BasketController::addAccessory' => ['privates''.service_locator..x8B7mA''get_ServiceLocator__X8B7mAService'false],
  30571.             'MyBundle\\Controller\\BasketController::addCasco' => ['privates''.service_locator..x8B7mA''get_ServiceLocator__X8B7mAService'false],
  30572.             'MyBundle\\Controller\\BasketController::addItemsToBasket' => ['privates''.service_locator..x8B7mA''get_ServiceLocator__X8B7mAService'false],
  30573.             'MyBundle\\Controller\\BasketController::changeCount' => ['privates''.service_locator..x8B7mA''get_ServiceLocator__X8B7mAService'false],
  30574.             'MyBundle\\Controller\\BasketController::getBasketByType' => ['privates''.service_locator..x8B7mA''get_ServiceLocator__X8B7mAService'false],
  30575.             'MyBundle\\Controller\\BasketController::init' => ['privates''.service_locator..x8B7mA''get_ServiceLocator__X8B7mAService'false],
  30576.             'MyBundle\\Controller\\BasketController::order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  30577.             'MyBundle\\Controller\\BasketController::removeItem' => ['privates''.service_locator..x8B7mA''get_ServiceLocator__X8B7mAService'false],
  30578.             'MyBundle\\Controller\\BasketController::toggleInstall' => ['privates''.service_locator..x8B7mA''get_ServiceLocator__X8B7mAService'false],
  30579.             'MyBundle\\Controller\\BasketController::toggleInstallAccessory' => ['privates''.service_locator..x8B7mA''get_ServiceLocator__X8B7mAService'false],
  30580.             'MyBundle\\Controller\\GarageController::findDoc' => ['privates''.service_locator.ifG2hg0''get_ServiceLocator_IfG2hg0Service'false],
  30581.             'MyBundle\\Controller\\GarageController::findNumber' => ['privates''.service_locator.ifG2hg0''get_ServiceLocator_IfG2hg0Service'false],
  30582.             'MyBundle\\Controller\\GarageController::init' => ['privates''.service_locator.CPkLYKu''get_ServiceLocator_CPkLYKuService'false],
  30583.             'MyBundle\\Controller\\MainController::credentialsGetCode' => ['privates''.service_locator.eedAXXM''get_ServiceLocator_EedAXXMService'false],
  30584.             'MyBundle\\Controller\\MainController::credentialsSetData' => ['privates''.service_locator.9o_AN0R''get_ServiceLocator_9oAN0RService'false],
  30585.             'MyBundle\\Controller\\MainController::dataUsageRules' => ['privates''.service_locator.w7N4v5d''get_ServiceLocator_W7N4v5dService'false],
  30586.             'MyBundle\\Controller\\MainController::getSignCode' => ['privates''.service_locator.K3nEOYJ''get_ServiceLocator_K3nEOYJService'false],
  30587.             'MyBundle\\Controller\\MainController::index' => ['privates''.service_locator.bYwR8h3''get_ServiceLocator_BYwR8h3Service'false],
  30588.             'MyBundle\\Controller\\MainController::sign' => ['privates''.service_locator.PyYDuxD''get_ServiceLocator_PyYDuxDService'false],
  30589.             'MyBundle\\Controller\\OnlineActivityController::historyConf' => ['privates''.service_locator.zMchJmN''get_ServiceLocator_ZMchJmNService'false],
  30590.             'MyBundle\\Controller\\OnlineActivityController::historyCredit' => ['privates''.service_locator.pkfskCr''get_ServiceLocator_PkfskCrService'false],
  30591.             'MyBundle\\Controller\\OnlineActivityController::historyRewiev' => ['privates''.service_locator.zMchJmN''get_ServiceLocator_ZMchJmNService'false],
  30592.             'MyBundle\\Controller\\OnlineActivityController::init' => ['privates''.service_locator.zMchJmN''get_ServiceLocator_ZMchJmNService'false],
  30593.             'MyBundle\\Controller\\OrderController::getCities' => ['privates''.service_locator.hM6jGlz''get_ServiceLocator_HM6jGlzService'false],
  30594.             'MyBundle\\Controller\\OrderController::getStatusPay' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  30595.             'MyBundle\\Controller\\OrderController::getStreets' => ['privates''.service_locator.hM6jGlz''get_ServiceLocator_HM6jGlzService'false],
  30596.             'MyBundle\\Controller\\OrderController::getWarehouses' => ['privates''.service_locator.hM6jGlz''get_ServiceLocator_HM6jGlzService'false],
  30597.             'MyBundle\\Controller\\OrderController::init' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  30598.             'MyBundle\\Controller\\ProfileCalculatorEmployeeController::index' => ['privates''.service_locator.2Hp9BD6''get_ServiceLocator_2Hp9BD6Service'false],
  30599.             'MyBundle\\Controller\\ProfileCalculatorEmployeeController::programs' => ['privates''.service_locator.vWeVjJy''get_ServiceLocator_VWeVjJyService'false],
  30600.             'MyBundle\\Controller\\ProfileCalculatorEmployeeController::save' => ['privates''.service_locator.kQSCQ9p''get_ServiceLocator_KQSCQ9pService'false],
  30601.             'MyBundle\\Controller\\ProfileCalculatorEmployeeController::toPDF' => ['privates''.service_locator.PyYDuxD''get_ServiceLocator_PyYDuxDService'false],
  30602.             'MyBundle\\Controller\\ProfileCalculatorEmployeeController::toPDFAnnuity' => ['privates''.service_locator.PyYDuxD''get_ServiceLocator_PyYDuxDService'false],
  30603.             'MyBundle\\Controller\\ProfileCalculatorEmployeeController::toPDFStandard' => ['privates''.service_locator.PyYDuxD''get_ServiceLocator_PyYDuxDService'false],
  30604.             'MyBundle\\Controller\\ProfileCalculatorEmployeeController::toReport' => ['privates''.service_locator.C_Dux9p''get_ServiceLocator_CDux9pService'false],
  30605.             'MyBundle\\Controller\\ProfileController::carSingle' => ['privates''.service_locator.QC.2sSi''get_ServiceLocator_QC_2sSiService'false],
  30606.             'MyBundle\\Controller\\ProfileController::insCalc' => ['privates''.service_locator.Z4T8XFt''get_ServiceLocator_Z4T8XFtService'false],
  30607.             'MyBundle\\Controller\\ProfileController::insCalcByCar' => ['privates''.service_locator.Z4T8XFt''get_ServiceLocator_Z4T8XFtService'false],
  30608.             'MyBundle\\Controller\\ProfileController::orderService' => ['privates''.service_locator.tk7n0XJ''get_ServiceLocator_Tk7n0XJService'false],
  30609.             'MyBundle\\Controller\\ProfileController::orderServiceByParameters' => ['privates''.service_locator.tk7n0XJ''get_ServiceLocator_Tk7n0XJService'false],
  30610.             'MyBundle\\Controller\\ProfileController::orderTestDrive' => ['privates''.service_locator.tk7n0XJ''get_ServiceLocator_Tk7n0XJService'false],
  30611.             'MyBundle\\Controller\\ProfileController::orders' => ['privates''.service_locator.wsl3qL2''get_ServiceLocator_Wsl3qL2Service'false],
  30612.             'MyBundle\\Controller\\ProfileController::quality' => ['privates''.service_locator.QC.2sSi''get_ServiceLocator_QC_2sSiService'false],
  30613.             'MyBundle\\Controller\\ProfileController::referralSend' => ['privates''.service_locator.spC5qUi''get_ServiceLocator_SpC5qUiService'false],
  30614.             'MyBundle\\Controller\\ProfileController::sendCaseToEmail' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  30615.             'MyBundle\\Controller\\ProfileController::sendSmsCode' => ['privates''.service_locator.hBa4opA''get_ServiceLocator_HBa4opAService'false],
  30616.             'MyBundle\\Controller\\ProfileController::support' => ['privates''.service_locator.iYNY9GL''get_ServiceLocator_IYNY9GLService'false],
  30617.             'MyBundle\\Controller\\ProfileController::updateEmail' => ['privates''.service_locator.iFbj50x''get_ServiceLocator_IFbj50xService'false],
  30618.             'MyBundle\\Controller\\ProfileController::wishList' => ['privates''.service_locator.j7pJ6TX''get_ServiceLocator_J7pJ6TXService'false],
  30619.             'PortalBundle\\Controller\\AboutController::about' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  30620.             'PortalBundle\\Controller\\AboutController::blog' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30621.             'PortalBundle\\Controller\\AboutController::blogSingle' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30622.             'PortalBundle\\Controller\\AboutController::career' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  30623.             'PortalBundle\\Controller\\AboutController::contactsSingle' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  30624.             'PortalBundle\\Controller\\AboutController::singleVacancies' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  30625.             'PortalBundle\\Controller\\AboutController::vacancies' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  30626.             'PortalBundle\\Controller\\AjaxController::businessCSave' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  30627.             'PortalBundle\\Controller\\AjaxController::businessTSave' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  30628.             'PortalBundle\\Controller\\AjaxController::catalogData' => ['privates''.service_locator.zjL8auC''get_ServiceLocator_ZjL8auCService'false],
  30629.             'PortalBundle\\Controller\\AjaxController::catalogInit' => ['privates''.service_locator.2VuQkXs''get_ServiceLocator_2VuQkXsService'false],
  30630.             'PortalBundle\\Controller\\AjaxController::creditMerchant' => ['privates''.service_locator.u7zd_J6''get_ServiceLocator_U7zdJ6Service'false],
  30631.             'PortalBundle\\Controller\\AjaxController::dealerInit' => ['privates''.service_locator.A76tk_1''get_ServiceLocator_A76tk1Service'false],
  30632.             'PortalBundle\\Controller\\AjaxController::leasingCSave' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  30633.             'PortalBundle\\Controller\\AjaxController::leasingTSave' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  30634.             'PortalBundle\\Controller\\AjaxController::postData' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30635.             'PortalBundle\\Controller\\AjaxController::unicomerceConsultService' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  30636.             'PortalBundle\\Controller\\CarController::archive' => ['privates''.service_locator.pkfskCr''get_ServiceLocator_PkfskCrService'false],
  30637.             'PortalBundle\\Controller\\CarController::catalog' => ['privates''.service_locator.pkfskCr''get_ServiceLocator_PkfskCrService'false],
  30638.             'PortalBundle\\Controller\\CarController::inStockOne' => ['privates''.service_locator._i.u3hs''get_ServiceLocator_I_U3hsService'false],
  30639.             'PortalBundle\\Controller\\CarController::index' => ['privates''.service_locator.qNgubTn''get_ServiceLocator_QNgubTnService'false],
  30640.             'PortalBundle\\Controller\\CarController::usedCar' => ['privates''.service_locator.rVRfp.K''get_ServiceLocator_RVRfp_KService'false],
  30641.             'PortalBundle\\Controller\\CarController::vehicleInStock' => ['privates''.service_locator.6hoAnnd''get_ServiceLocator_6hoAnndService'false],
  30642.             'PortalBundle\\Controller\\CarController::vehicleUsed' => ['privates''.service_locator.YxbcU6p''get_ServiceLocator_YxbcU6pService'false],
  30643.             'PortalBundle\\Controller\\CatalogController::catalog' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30644.             'PortalBundle\\Controller\\CatalogController::catalogCategory' => ['privates''.service_locator.GfJKm4k''get_ServiceLocator_GfJKm4kService'false],
  30645.             'PortalBundle\\Controller\\CatalogController::catalogSearch' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30646.             'PortalBundle\\Controller\\CatalogController::catalogSearchApi' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30647.             'PortalBundle\\Controller\\CatalogController::getChangeFilter' => ['privates''.service_locator.Ho4x8aE''get_ServiceLocator_Ho4x8aEService'false],
  30648.             'PortalBundle\\Controller\\CatalogController::getDealersFromFilter' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30649.             'PortalBundle\\Controller\\CatalogController::getDealersFromSelectedFilter' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30650.             'PortalBundle\\Controller\\CatalogController::initVehicleFilterUrl' => ['privates''.service_locator.Ho4x8aE''get_ServiceLocator_Ho4x8aEService'false],
  30651.             'PortalBundle\\Controller\\CatalogController::saveCallback' => ['privates''.service_locator.GG6qmx.''get_ServiceLocator_GG6qmx_Service'false],
  30652.             'PortalBundle\\Controller\\ComparisonController::featured' => ['privates''.service_locator.FLhE9ff''get_ServiceLocator_FLhE9ffService'false],
  30653.             'PortalBundle\\Controller\\ComparisonController::getComparisonByItems' => ['privates''.service_locator.DMePMAD''get_ServiceLocator_DMePMADService'false],
  30654.             'PortalBundle\\Controller\\ComparisonController::init' => ['privates''.service_locator.DMePMAD''get_ServiceLocator_DMePMADService'false],
  30655.             'PortalBundle\\Controller\\ContactsController::contacts' => ['privates''.service_locator.g_WeAnl''get_ServiceLocator_GWeAnlService'false],
  30656.             'PortalBundle\\Controller\\ContactsController::supportSave' => ['privates''.service_locator.4gvyiy4''get_ServiceLocator_4gvyiy4Service'false],
  30657.             'PortalBundle\\Controller\\CrmActionController::resultsActivitiesAction' => ['privates''.service_locator.MhxGffW''get_ServiceLocator_MhxGffWService'false],
  30658.             'PortalBundle\\Controller\\CrmActionController::sendReportAction' => ['privates''.service_locator.MhxGffW''get_ServiceLocator_MhxGffWService'false],
  30659.             'PortalBundle\\Controller\\FeaturedController::addToFeatured' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30660.             'PortalBundle\\Controller\\FeaturedController::removeFromFav' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30661.             'PortalBundle\\Controller\\FinanceController::business' => ['privates''.service_locator.Vo3ehyT''get_ServiceLocator_Vo3ehyTService'false],
  30662.             'PortalBundle\\Controller\\FinanceController::creditInit' => ['privates''.service_locator.Y5YHy_.''get_ServiceLocator_Y5YHy_Service'false],
  30663.             'PortalBundle\\Controller\\FinanceController::creditProgramByFirstPayment' => ['privates''.service_locator.nPQASVN''get_ServiceLocator_NPQASVNService'false],
  30664.             'PortalBundle\\Controller\\FinanceController::creditProgramVehicleWithMinMaxPrice' => ['privates''.service_locator.nPQASVN''get_ServiceLocator_NPQASVNService'false],
  30665.             'PortalBundle\\Controller\\FinanceController::getCrmDataByUUID' => ['privates''.service_locator.nPQASVN''get_ServiceLocator_NPQASVNService'false],
  30666.             'PortalBundle\\Controller\\FinanceController::insurance' => ['privates''.service_locator.Z4T8XFt''get_ServiceLocator_Z4T8XFtService'false],
  30667.             'PortalBundle\\Controller\\FinanceController::saveCreditCalculationUserData' => ['privates''.service_locator.nPQASVN''get_ServiceLocator_NPQASVNService'false],
  30668.             'PortalBundle\\Controller\\FinanceController::saveCreditPageReview' => ['privates''.service_locator.nPQASVN''get_ServiceLocator_NPQASVNService'false],
  30669.             'PortalBundle\\Controller\\FoundersController::founders' => ['privates''.service_locator.g_WeAnl''get_ServiceLocator_GWeAnlService'false],
  30670.             'PortalBundle\\Controller\\FoundersController::foundersBiography' => ['privates''.service_locator.g_WeAnl''get_ServiceLocator_GWeAnlService'false],
  30671.             'PortalBundle\\Controller\\FoundersController::foundersBiographySingle' => ['privates''.service_locator.g_WeAnl''get_ServiceLocator_GWeAnlService'false],
  30672.             'PortalBundle\\Controller\\FoundersController::foundersNewsSingle' => ['privates''.service_locator.g_WeAnl''get_ServiceLocator_GWeAnlService'false],
  30673.             'PortalBundle\\Controller\\FoundersController::foundersPhoto' => ['privates''.service_locator.g_WeAnl''get_ServiceLocator_GWeAnlService'false],
  30674.             'PortalBundle\\Controller\\FoundersController::foundersPublicationsSingle' => ['privates''.service_locator.g_WeAnl''get_ServiceLocator_GWeAnlService'false],
  30675.             'PortalBundle\\Controller\\FoundersController::foundersVideo' => ['privates''.service_locator.g_WeAnl''get_ServiceLocator_GWeAnlService'false],
  30676.             'PortalBundle\\Controller\\LandingController::saveLandingForm' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30677.             'PortalBundle\\Controller\\LinkMinifyController::gotoLink' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30678.             'PortalBundle\\Controller\\MainController::addNewUnsubscribe' => ['privates''.service_locator.MhxGffW''get_ServiceLocator_MhxGffWService'false],
  30679.             'PortalBundle\\Controller\\MainController::qualitySave' => ['privates''.service_locator.JaBorXs''get_ServiceLocator_JaBorXsService'false],
  30680.             'PortalBundle\\Controller\\MainController::qualityService' => ['privates''.service_locator.SNuJ2mc''get_ServiceLocator_SNuJ2mcService'false],
  30681.             'PortalBundle\\Controller\\MainController::qualityServiceTech' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  30682.             'PortalBundle\\Controller\\MainController::questionnaireCRMSaveAction' => ['privates''.service_locator.MhxGffW''get_ServiceLocator_MhxGffWService'false],
  30683.             'PortalBundle\\Controller\\MainController::questionnaireCRMService' => ['privates''.service_locator.MhxGffW''get_ServiceLocator_MhxGffWService'false],
  30684.             'PortalBundle\\Controller\\MainController::questionnaireSave' => ['privates''.service_locator.p.QtEBL''get_ServiceLocator_P_QtEBLService'false],
  30685.             'PortalBundle\\Controller\\MainController::questionnaireService' => ['privates''.service_locator.SNuJ2mc''get_ServiceLocator_SNuJ2mcService'false],
  30686.             'PortalBundle\\Controller\\MainController::saveContest_10000' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30687.             'PortalBundle\\Controller\\MainController::subscriptionManagement' => ['privates''.service_locator.MhxGffW''get_ServiceLocator_MhxGffWService'false],
  30688.             'PortalBundle\\Controller\\PostController::actions' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30689.             'PortalBundle\\Controller\\PostController::actionsSingle' => ['privates''.service_locator.V9wc21a''get_ServiceLocator_V9wc21aService'false],
  30690.             'PortalBundle\\Controller\\PostController::news' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30691.             'PortalBundle\\Controller\\PostController::newsByDealer' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30692.             'PortalBundle\\Controller\\PostController::newsSingle' => ['privates''.service_locator.V9wc21a''get_ServiceLocator_V9wc21aService'false],
  30693.             'PortalBundle\\Controller\\ProgramsController::cascoOptions' => ['privates''.service_locator.IPkmJgf''get_ServiceLocator_IPkmJgfService'false],
  30694.             'PortalBundle\\Controller\\ProgramsController::estimate' => ['privates''.service_locator.XL4NeP9''get_ServiceLocator_XL4NeP9Service'false],
  30695.             'PortalBundle\\Controller\\ProgramsController::getModels' => ['privates''.service_locator.zgqOhio''get_ServiceLocator_ZgqOhioService'false],
  30696.             'PortalBundle\\Controller\\ProgramsController::initCalc' => ['privates''.service_locator.zgqOhio''get_ServiceLocator_ZgqOhioService'false],
  30697.             'PortalBundle\\Controller\\ProgramsController::sendForm' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30698.             'PortalBundle\\Controller\\ReviewsController::init' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30699.             'PortalBundle\\Controller\\ReviewsController::like' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30700.             'PortalBundle\\Controller\\ReviewsController::save' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30701.             'PortalBundle\\Controller\\SaleController::commission' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30702.             'PortalBundle\\Controller\\SaleController::feedbackForm' => ['privates''.service_locator.GG6qmx.''get_ServiceLocator_GG6qmx_Service'false],
  30703.             'PortalBundle\\Controller\\SearchController::search' => ['privates''.service_locator.GfJKm4k''get_ServiceLocator_GfJKm4kService'false],
  30704.             'PortalBundle\\Controller\\ServiceController::accessories' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30705.             'PortalBundle\\Controller\\ServiceController::bodyRepair' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30706.             'PortalBundle\\Controller\\ServiceController::bodyRepairCategory' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30707.             'PortalBundle\\Controller\\ServiceController::bodyRepairSubCategory' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30708.             'PortalBundle\\Controller\\ServiceController::byDealer' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30709.             'PortalBundle\\Controller\\ServiceController::byDealer2' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30710.             'PortalBundle\\Controller\\ServiceController::byDealer3' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30711.             'PortalBundle\\Controller\\ServiceController::byDealer4' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30712.             'PortalBundle\\Controller\\ServiceController::carRepair' => ['privates''.service_locator.VS1NuLa''get_ServiceLocator_VS1NuLaService'false],
  30713.             'PortalBundle\\Controller\\ServiceController::getBlogPostsAction' => ['privates''.service_locator.g_WeAnl''get_ServiceLocator_GWeAnlService'false],
  30714.             'PortalBundle\\Controller\\ServiceController::getBlogsCategoriesAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30715.             'PortalBundle\\Controller\\ServiceController::initRepairCalc' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  30716.             'PortalBundle\\Controller\\ServiceController::multiConsultationTestdriveForm' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30717.             'PortalBundle\\Controller\\ServiceController::nightServiceAgreement' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30718.             'PortalBundle\\Controller\\ServiceController::parts' => ['privates''.service_locator.mCi_Qr6''get_ServiceLocator_MCiQr6Service'false],
  30719.             'PortalBundle\\Controller\\ServiceController::prepareToSendBlogPosts' => ['privates''.service_locator.7H3OCuW''get_ServiceLocator_7H3OCuWService'false],
  30720.             'PortalBundle\\Controller\\ServiceController::saveLeadAccessory' => ['privates''.service_locator.GG6qmx.''get_ServiceLocator_GG6qmx_Service'false],
  30721.             'PortalBundle\\Controller\\ServiceController::savePopupFormBodyRepair' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30722.             'PortalBundle\\Controller\\ServiceController::service' => ['privates''.service_locator.VS1NuLa''get_ServiceLocator_VS1NuLaService'false],
  30723.             'PortalBundle\\Controller\\ServiceController::serviceFormSave' => ['privates''.service_locator.4gvyiy4''get_ServiceLocator_4gvyiy4Service'false],
  30724.             'PortalBundle\\Controller\\ServiceController::serviceInit' => ['privates''.service_locator.7H3OCuW''get_ServiceLocator_7H3OCuWService'false],
  30725.             'PortalBundle\\Controller\\ServiceController::servicePageContentDealer' => ['privates''.service_locator.wyS5Sdi''get_ServiceLocator_WyS5SdiService'false],
  30726.             'PortalBundle\\Controller\\ServiceController::servicePageSubWorkGroup' => ['privates''.service_locator.VS1NuLa''get_ServiceLocator_VS1NuLaService'false],
  30727.             'PortalBundle\\Controller\\ServiceController::servicePageWorkGroup' => ['privates''.service_locator.VS1NuLa''get_ServiceLocator_VS1NuLaService'false],
  30728.             'PortalBundle\\Controller\\ServiceController::servicePageWorkGroupBrand' => ['privates''.service_locator.hbE1jcB''get_ServiceLocator_HbE1jcBService'false],
  30729.             'PortalBundle\\Controller\\ServiceController::servicePageWorkGroupBrandCalc' => ['privates''.service_locator.VS1NuLa''get_ServiceLocator_VS1NuLaService'false],
  30730.             'PortalBundle\\Controller\\ServiceController::servicePageWorkGroupModel' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30731.             'PortalBundle\\Controller\\ServiceController::servicePageWorkGroupModelCalc' => ['privates''.service_locator.VS1NuLa''get_ServiceLocator_VS1NuLaService'false],
  30732.             'PortalBundle\\Controller\\ServiceController::tiresHotel' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30733.             'PortalBundle\\Controller\\ServiceController::to' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30734.             'PortalBundle\\Controller\\ServiceController::toBrand' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30735.             'PortalBundle\\Controller\\ServiceController::toModel' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30736.             'PortalBundle\\Controller\\ServiceWorkWidgetController::download' => ['privates''.service_locator.T1LbLJ8''get_ServiceLocator_T1LbLJ8Service'false],
  30737.             'PortalBundle\\Controller\\ServiceWorkWidgetController::getRegulationData' => ['privates''.service_locator.eT6lY71''get_ServiceLocator_ET6lY71Service'false],
  30738.             'PortalBundle\\Controller\\ServiceWorkWidgetController::init' => ['privates''.service_locator.g_WeAnl''get_ServiceLocator_GWeAnlService'false],
  30739.             'PortalBundle\\Controller\\ServiceWorkWidgetController::reg' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30740.             'PortalBundle\\Controller\\ServiceWorkWidgetController::regulationWidget' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30741.             'PortalBundle\\Controller\\ServiceWorkWidgetController::variations' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30742.             'PortalBundle\\Controller\\SiteMapController::portal' => ['privates''.service_locator.wjoaFkq''get_ServiceLocator_WjoaFkqService'false],
  30743.             'PortalBundle\\Controller\\StockController::catalogCategory' => ['privates''.service_locator.GfJKm4k''get_ServiceLocator_GfJKm4kService'false],
  30744.             'PortalBundle\\Controller\\StockController::getChangeFilter' => ['privates''.service_locator.Ho4x8aE''get_ServiceLocator_Ho4x8aEService'false],
  30745.             'PortalBundle\\Controller\\StockController::inStock' => ['privates''.service_locator.U9V0get''get_ServiceLocator_U9V0getService'false],
  30746.             'PortalBundle\\Controller\\StockController::inStockApi' => ['privates''.service_locator.eEFEjhf''get_ServiceLocator_EEFEjhfService'false],
  30747.             'PortalBundle\\Controller\\StockController::initVehicleFilterUrl' => ['privates''.service_locator.Ho4x8aE''get_ServiceLocator_Ho4x8aEService'false],
  30748.             'PortalBundle\\Controller\\UnicomersController::aboutUnicomers' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30749.             'PortalBundle\\Controller\\UnicomersController::unicomersProjects' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30750.             'PortalBundle\\Controller\\UnicomersController::unicomersSave' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  30751.             'kernel::loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  30752.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  30753.             'AdminBundle\\Controller\\AjaxController:add' => ['privates''.service_locator.IPkmJgf''get_ServiceLocator_IPkmJgfService'false],
  30754.             'AdminBundle\\Controller\\AjaxController:data' => ['privates''.service_locator.t9SfgZM''get_ServiceLocator_T9SfgZMService'false],
  30755.             'AdminBundle\\Controller\\AjaxController:deleteRateSave' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30756.             'AdminBundle\\Controller\\AjaxController:editOption' => ['privates''.service_locator.IPkmJgf''get_ServiceLocator_IPkmJgfService'false],
  30757.             'AdminBundle\\Controller\\AjaxController:getDealers' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30758.             'AdminBundle\\Controller\\AjaxController:getModels' => ['privates''.service_locator.zgqOhio''get_ServiceLocator_ZgqOhioService'false],
  30759.             'AdminBundle\\Controller\\AjaxController:setUserDealer' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30760.             'AdminBundle\\Controller\\AjaxController:state' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30761.             'AdminBundle\\Controller\\BaseCRUDController:batchActionDelete' => ['privates''.service_locator.KcCLkt4''get_ServiceLocator_KcCLkt4Service'false],
  30762.             'AdminBundle\\Controller\\CRUDInsController:batchActionDelete' => ['privates''.service_locator.KcCLkt4''get_ServiceLocator_KcCLkt4Service'false],
  30763.             'AdminBundle\\Controller\\LogsController:batchActionDelete' => ['privates''.service_locator.KcCLkt4''get_ServiceLocator_KcCLkt4Service'false],
  30764.             'AdminBundle\\Controller\\MiniLinkController:createLink' => ['privates''.service_locator.71i0gGT''get_ServiceLocator_71i0gGTService'false],
  30765.             'AdminBundle\\Controller\\ModelRangeController:batchActionDelete' => ['privates''.service_locator.KcCLkt4''get_ServiceLocator_KcCLkt4Service'false],
  30766.             'AdminBundle\\Controller\\References\\ModelController:addMediaModel' => ['privates''.service_locator.qEHWGcv''get_ServiceLocator_QEHWGcvService'false],
  30767.             'AdminBundle\\Controller\\References\\ModelController:createModel' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30768.             'AdminBundle\\Controller\\References\\ModelController:getCitiesByRegionUrl' => ['privates''.service_locator.zgqOhio''get_ServiceLocator_ZgqOhioService'false],
  30769.             'AdminBundle\\Controller\\References\\ModelController:getModelByBrand' => ['privates''.service_locator.9KsWGv.''get_ServiceLocator_9KsWGv_Service'false],
  30770.             'AdminBundle\\Controller\\References\\ModelController:removeMediaModel' => ['privates''.service_locator.EyFxcoi''get_ServiceLocator_EyFxcoiService'false],
  30771.             'AdminBundle\\Controller\\References\\ModelController:updateModel' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30772.             'AdminBundle\\Controller\\SecurityController:loginCheckAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30773.             'AdminBundle\\Controller\\SeoMetaTagController:batchActionDelete' => ['privates''.service_locator.KcCLkt4''get_ServiceLocator_KcCLkt4Service'false],
  30774.             'AdminBundle\\Controller\\TicketController:addComment' => ['privates''.service_locator.ugKwJNG''get_ServiceLocator_UgKwJNGService'false],
  30775.             'AdminBundle\\Controller\\TicketController:uploadFiles' => ['privates''.service_locator.0IqyCFq''get_ServiceLocator_0IqyCFqService'false],
  30776.             'AdminBundle\\Controller\\VehicleEstimateOddsController:batchActionDelete' => ['privates''.service_locator.KcCLkt4''get_ServiceLocator_KcCLkt4Service'false],
  30777.             'AdminBundle\\Controller\\Vehicles\\CRUDController:batchActionDelete' => ['privates''.service_locator.KcCLkt4''get_ServiceLocator_KcCLkt4Service'false],
  30778.             'AdminBundle\\Controller\\Vehicles\\CRUDController:cloneEquipmentAction' => ['privates''.service_locator.igK9bGO''get_ServiceLocator_IgK9bGOService'false],
  30779.             'AdminBundle\\Controller\\Vehicles\\CRUDController:cloneVariationAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30780.             'AdminBundle\\Controller\\Vehicles\\CRUDController:exportEmptyTTXAction' => ['privates''.service_locator.3ervdLO''get_ServiceLocator_3ervdLOService'false],
  30781.             'AdminBundle\\Controller\\Vehicles\\CRUDController:setDeleteAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30782.             'AdminBundle\\Controller\\Vehicles\\CRUDController:setFilledAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30783.             'AdminBundle\\Controller\\Vehicles\\ConfiguratorController:addColor' => ['privates''.service_locator.pkfskCr''get_ServiceLocator_PkfskCrService'false],
  30784.             'AdminBundle\\Controller\\Vehicles\\ConfiguratorController:addInColor' => ['privates''.service_locator.pkfskCr''get_ServiceLocator_PkfskCrService'false],
  30785.             'AdminBundle\\Controller\\Vehicles\\ConfiguratorController:initConfigurator' => ['privates''.service_locator.pkfskCr''get_ServiceLocator_PkfskCrService'false],
  30786.             'AdminBundle\\Controller\\Vehicles\\MediaController:savePreview' => ['privates''.service_locator.dDA.gPN''get_ServiceLocator_DDA_GPNService'false],
  30787.             'AdminBundle\\Controller\\Vehicles\\UsedCRUDController:batchActionDelete' => ['privates''.service_locator.KcCLkt4''get_ServiceLocator_KcCLkt4Service'false],
  30788.             'AdminBundle\\Controller\\Vehicles\\UsedCRUDController:cloneEquipmentAction' => ['privates''.service_locator.igK9bGO''get_ServiceLocator_IgK9bGOService'false],
  30789.             'AdminBundle\\Controller\\Vehicles\\UsedCRUDController:cloneVariationAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30790.             'AdminBundle\\Controller\\Vehicles\\UsedCRUDController:exportEmptyTTXAction' => ['privates''.service_locator.3ervdLO''get_ServiceLocator_3ervdLOService'false],
  30791.             'AdminBundle\\Controller\\Vehicles\\UsedCRUDController:exportUsedSpecificationAction' => ['privates''.service_locator.1E27ojO''get_ServiceLocator_1E27ojOService'false],
  30792.             'AdminBundle\\Controller\\Vehicles\\UsedCRUDController:exportUsedVehiclesAction' => ['privates''.service_locator.3ervdLO''get_ServiceLocator_3ervdLOService'false],
  30793.             'AdminBundle\\Controller\\Vehicles\\UsedCRUDController:setDeleteAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30794.             'AdminBundle\\Controller\\Vehicles\\UsedCRUDController:setFilledAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30795.             'AutomarketBundle\\Controller\\AboutController:aboutAutomarket' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  30796.             'AutomarketBundle\\Controller\\AboutController:staff' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  30797.             'AutomarketBundle\\Controller\\AboutController:vacancy' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30798.             'AutomarketBundle\\Controller\\AboutController:vacancyId' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  30799.             'AutomarketBundle\\Controller\\AjaxController:initInterest' => ['privates''.service_locator.VotP57c''get_ServiceLocator_VotP57cService'false],
  30800.             'AutomarketBundle\\Controller\\CarController:car' => ['privates''.service_locator.nU0f5Ib''get_ServiceLocator_NU0f5IbService'false],
  30801.             'AutomarketBundle\\Controller\\CarController:getComparison' => ['privates''.service_locator..MI7WAw''get_ServiceLocator__MI7WAwService'false],
  30802.             'AutomarketBundle\\Controller\\ComparisonController:featured' => ['privates''.service_locator.FLhE9ff''get_ServiceLocator_FLhE9ffService'false],
  30803.             'AutomarketBundle\\Controller\\ComparisonController:getComparisonByItems' => ['privates''.service_locator.DMePMAD''get_ServiceLocator_DMePMADService'false],
  30804.             'AutomarketBundle\\Controller\\ComparisonController:init' => ['privates''.service_locator.DMePMAD''get_ServiceLocator_DMePMADService'false],
  30805.             'AutomarketBundle\\Controller\\FormController:buyForm' => ['privates''.service_locator.4gvyiy4''get_ServiceLocator_4gvyiy4Service'false],
  30806.             'AutomarketBundle\\Controller\\FormController:feedbackForm' => ['privates''.service_locator.4gvyiy4''get_ServiceLocator_4gvyiy4Service'false],
  30807.             'AutomarketBundle\\Controller\\FormController:preorderForm' => ['privates''.service_locator.pDuO8G2''get_ServiceLocator_PDuO8G2Service'false],
  30808.             'AutomarketBundle\\Controller\\RSSController:show' => ['privates''.service_locator.WxudIxS''get_ServiceLocator_WxudIxSService'false],
  30809.             'AutomarketBundle\\Controller\\SaleController:widget' => ['privates''.service_locator.d_rtZkJ''get_ServiceLocator_DRtZkJService'false],
  30810.             'AutomarketBundle\\Controller\\SiteMapController:siteMap' => ['privates''.service_locator.x1vb0sC''get_ServiceLocator_X1vb0sCService'false],
  30811.             'CoreBundle\\Controller\\CrossDomainAuthController:authByToken' => ['privates''.service_locator.iAV17HX''get_ServiceLocator_IAV17HXService'false],
  30812.             'DcSiteBundle\\Controller\\AccessoriesController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30813.             'DcSiteBundle\\Controller\\AccessoriesController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30814.             'DcSiteBundle\\Controller\\AccessoriesController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30815.             'DcSiteBundle\\Controller\\AccessoriesController:init' => ['privates''.service_locator.FLhE9ff''get_ServiceLocator_FLhE9ffService'false],
  30816.             'DcSiteBundle\\Controller\\AccessoriesController:initByDealer' => ['privates''.service_locator.FLhE9ff''get_ServiceLocator_FLhE9ffService'false],
  30817.             'DcSiteBundle\\Controller\\AccessoriesController:newFindAccessories' => ['privates''.service_locator.FLhE9ff''get_ServiceLocator_FLhE9ffService'false],
  30818.             'DcSiteBundle\\Controller\\AccessoriesController:newFindCategories' => ['privates''.service_locator.FLhE9ff''get_ServiceLocator_FLhE9ffService'false],
  30819.             'DcSiteBundle\\Controller\\AccessoriesController:newFindCategory' => ['privates''.service_locator.FLhE9ff''get_ServiceLocator_FLhE9ffService'false],
  30820.             'DcSiteBundle\\Controller\\AccessoriesFilterController:buildUrl' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  30821.             'DcSiteBundle\\Controller\\AccessoriesFilterController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30822.             'DcSiteBundle\\Controller\\AccessoriesFilterController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30823.             'DcSiteBundle\\Controller\\AccessoriesFilterController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30824.             'DcSiteBundle\\Controller\\AccessoriesFilterController:initFilter' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  30825.             'DcSiteBundle\\Controller\\AccessoriesFilterController:initRedirectVariationQr' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  30826.             'DcSiteBundle\\Controller\\AjaxEntityController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30827.             'DcSiteBundle\\Controller\\AjaxEntityController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30828.             'DcSiteBundle\\Controller\\AjaxEntityController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30829.             'DcSiteBundle\\Controller\\BaseDcController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30830.             'DcSiteBundle\\Controller\\BaseDcController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30831.             'DcSiteBundle\\Controller\\BaseDcController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30832.             'DcSiteBundle\\Controller\\CallbackController:createRequest' => ['privates''.service_locator.onopnFE''get_ServiceLocator_OnopnFEService'false],
  30833.             'DcSiteBundle\\Controller\\CallbackController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30834.             'DcSiteBundle\\Controller\\CallbackController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30835.             'DcSiteBundle\\Controller\\CallbackController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30836.             'DcSiteBundle\\Controller\\CallbackController:getState' => ['privates''.service_locator.onopnFE''get_ServiceLocator_OnopnFEService'false],
  30837.             'DcSiteBundle\\Controller\\CarController:createOrder' => ['privates''.service_locator.aH4IuZJ''get_ServiceLocator_AH4IuZJService'false],
  30838.             'DcSiteBundle\\Controller\\CarController:findModels' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  30839.             'DcSiteBundle\\Controller\\CarController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30840.             'DcSiteBundle\\Controller\\CarController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30841.             'DcSiteBundle\\Controller\\CarController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30842.             'DcSiteBundle\\Controller\\CarController:getModelInfo' => ['privates''.service_locator.FQrtvFq''get_ServiceLocator_FQrtvFqService'false],
  30843.             'DcSiteBundle\\Controller\\CarController:loadCarGallery' => ['privates''.service_locator.piu06Jk''get_ServiceLocator_Piu06JkService'false],
  30844.             'DcSiteBundle\\Controller\\CarController:pricesLoad' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  30845.             'DcSiteBundle\\Controller\\CarController:techLoad' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  30846.             'DcSiteBundle\\Controller\\CarController:updateOrder' => ['privates''.service_locator.S.GP1m3''get_ServiceLocator_S_GP1m3Service'false],
  30847.             'DcSiteBundle\\Controller\\CarInStockModuleController:byVehicle' => ['privates''.service_locator.RZhMk0u''get_ServiceLocator_RZhMk0uService'false],
  30848.             'DcSiteBundle\\Controller\\CarInStockModuleController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30849.             'DcSiteBundle\\Controller\\CarInStockModuleController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30850.             'DcSiteBundle\\Controller\\CarInStockModuleController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30851.             'DcSiteBundle\\Controller\\Citroen\\AboutController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30852.             'DcSiteBundle\\Controller\\Citroen\\AboutController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30853.             'DcSiteBundle\\Controller\\Citroen\\AboutController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30854.             'DcSiteBundle\\Controller\\Citroen\\AboutController:newsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  30855.             'DcSiteBundle\\Controller\\Citroen\\AboutController:staff' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  30856.             'DcSiteBundle\\Controller\\Citroen\\AccessoriesController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30857.             'DcSiteBundle\\Controller\\Citroen\\AccessoriesController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30858.             'DcSiteBundle\\Controller\\Citroen\\AccessoriesController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30859.             'DcSiteBundle\\Controller\\Citroen\\AccessoriesController:redirectToShop' => ['privates''.service_locator.H_5dZOt''get_ServiceLocator_H5dZOtService'false],
  30860.             'DcSiteBundle\\Controller\\Citroen\\BaseController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30861.             'DcSiteBundle\\Controller\\Citroen\\BaseController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30862.             'DcSiteBundle\\Controller\\Citroen\\BaseController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30863.             'DcSiteBundle\\Controller\\Citroen\\BasketController:checkoutOrder' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  30864.             'DcSiteBundle\\Controller\\Citroen\\BasketController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30865.             'DcSiteBundle\\Controller\\Citroen\\BasketController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30866.             'DcSiteBundle\\Controller\\Citroen\\BasketController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30867.             'DcSiteBundle\\Controller\\Citroen\\BasketController:order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  30868.             'DcSiteBundle\\Controller\\Citroen\\CarController:car' => ['privates''.service_locator.p7C0i3n''get_ServiceLocator_P7C0i3nService'false],
  30869.             'DcSiteBundle\\Controller\\Citroen\\CarController:carCardStock' => ['privates''.service_locator.MyplFh5''get_ServiceLocator_MyplFh5Service'false],
  30870.             'DcSiteBundle\\Controller\\Citroen\\CarController:carConfiguraion' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  30871.             'DcSiteBundle\\Controller\\Citroen\\CarController:category' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  30872.             'DcSiteBundle\\Controller\\Citroen\\CarController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30873.             'DcSiteBundle\\Controller\\Citroen\\CarController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30874.             'DcSiteBundle\\Controller\\Citroen\\CarController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30875.             'DcSiteBundle\\Controller\\Citroen\\CarController:list' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  30876.             'DcSiteBundle\\Controller\\Citroen\\CarController:listPage' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  30877.             'DcSiteBundle\\Controller\\Citroen\\CarController:secondhandSingle' => ['privates''.service_locator.Vl6pzII''get_ServiceLocator_Vl6pzIIService'false],
  30878.             'DcSiteBundle\\Controller\\Citroen\\FinanceController:credit' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  30879.             'DcSiteBundle\\Controller\\Citroen\\FinanceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30880.             'DcSiteBundle\\Controller\\Citroen\\FinanceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30881.             'DcSiteBundle\\Controller\\Citroen\\FinanceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30882.             'DcSiteBundle\\Controller\\Citroen\\MainController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30883.             'DcSiteBundle\\Controller\\Citroen\\MainController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30884.             'DcSiteBundle\\Controller\\Citroen\\MainController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30885.             'DcSiteBundle\\Controller\\Citroen\\MainController:index' => ['privates''.service_locator.i5u19D9''get_ServiceLocator_I5u19D9Service'false],
  30886.             'DcSiteBundle\\Controller\\Citroen\\MainController:initMenu' => ['privates''.service_locator.0ZY6ZQQ''get_ServiceLocator_0ZY6ZQQService'false],
  30887.             'DcSiteBundle\\Controller\\Citroen\\MainController:loadModels' => ['privates''.service_locator.bq4EbkH''get_ServiceLocator_Bq4EbkHService'false],
  30888.             'DcSiteBundle\\Controller\\Citroen\\MainController:seveTempForm' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  30889.             'DcSiteBundle\\Controller\\Citroen\\ServiceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30890.             'DcSiteBundle\\Controller\\Citroen\\ServiceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30891.             'DcSiteBundle\\Controller\\Citroen\\ServiceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30892.             'DcSiteBundle\\Controller\\Citroen\\ServiceController:regulationsTo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  30893.             'DcSiteBundle\\Controller\\Citroen\\StocksController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30894.             'DcSiteBundle\\Controller\\Citroen\\StocksController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30895.             'DcSiteBundle\\Controller\\Citroen\\StocksController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30896.             'DcSiteBundle\\Controller\\Citroen\\StocksController:stocksSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  30897.             'DcSiteBundle\\Controller\\ConfiguratorController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30898.             'DcSiteBundle\\Controller\\ConfiguratorController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30899.             'DcSiteBundle\\Controller\\ConfiguratorController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30900.             'DcSiteBundle\\Controller\\ConfiguratorController:init' => ['privates''.service_locator.vlbRuUo''get_ServiceLocator_VlbRuUoService'false],
  30901.             'DcSiteBundle\\Controller\\ConfiguratorController:initByHash' => ['privates''.service_locator.vlbRuUo''get_ServiceLocator_VlbRuUoService'false],
  30902.             'DcSiteBundle\\Controller\\ConfiguratorController:initCreditCalculator' => ['privates''.service_locator.crpZdJI''get_ServiceLocator_CrpZdJIService'false],
  30903.             'DcSiteBundle\\Controller\\ConfiguratorController:saveOffer' => ['privates''.service_locator.kFMW2Ni''get_ServiceLocator_KFMW2NiService'false],
  30904.             'DcSiteBundle\\Controller\\CreditController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30905.             'DcSiteBundle\\Controller\\CreditController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30906.             'DcSiteBundle\\Controller\\CreditController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30907.             'DcSiteBundle\\Controller\\CreditController:getCreditListDocument' => ['privates''.service_locator.PyYDuxD''get_ServiceLocator_PyYDuxDService'false],
  30908.             'DcSiteBundle\\Controller\\CreditController:getScheduleListDocument' => ['privates''.service_locator.PyYDuxD''get_ServiceLocator_PyYDuxDService'false],
  30909.             'DcSiteBundle\\Controller\\CreditController:getScheduleListDocumentTest' => ['privates''.service_locator.PyYDuxD''get_ServiceLocator_PyYDuxDService'false],
  30910.             'DcSiteBundle\\Controller\\CreditController:getVehicleByVehicleItem' => ['privates''.service_locator.AMxwFHd''get_ServiceLocator_AMxwFHdService'false],
  30911.             'DcSiteBundle\\Controller\\CreditController:programs' => ['privates''.service_locator.crpZdJI''get_ServiceLocator_CrpZdJIService'false],
  30912.             'DcSiteBundle\\Controller\\CreditController:saveForm' => ['privates''.service_locator.APToX25''get_ServiceLocator_APToX25Service'false],
  30913.             'DcSiteBundle\\Controller\\CsvAccessoriesController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30914.             'DcSiteBundle\\Controller\\CsvAccessoriesController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30915.             'DcSiteBundle\\Controller\\CsvAccessoriesController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30916.             'DcSiteBundle\\Controller\\FinanceController:business' => ['privates''.service_locator.nnWs9tQ''get_ServiceLocator_NnWs9tQService'false],
  30917.             'DcSiteBundle\\Controller\\FinanceController:creditInit' => ['privates''.service_locator.crpZdJI''get_ServiceLocator_CrpZdJIService'false],
  30918.             'DcSiteBundle\\Controller\\FinanceController:creditProgramByFirstPayment' => ['privates''.service_locator.nPQASVN''get_ServiceLocator_NPQASVNService'false],
  30919.             'DcSiteBundle\\Controller\\FinanceController:creditProgramVehicleWithMinMaxPrice' => ['privates''.service_locator.nPQASVN''get_ServiceLocator_NPQASVNService'false],
  30920.             'DcSiteBundle\\Controller\\FinanceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30921.             'DcSiteBundle\\Controller\\FinanceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30922.             'DcSiteBundle\\Controller\\FinanceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30923.             'DcSiteBundle\\Controller\\FinanceController:getCrmDataByUUID' => ['privates''.service_locator.nPQASVN''get_ServiceLocator_NPQASVNService'false],
  30924.             'DcSiteBundle\\Controller\\FinanceController:insurance' => ['privates''.service_locator.Z4T8XFt''get_ServiceLocator_Z4T8XFtService'false],
  30925.             'DcSiteBundle\\Controller\\FinanceController:saveCreditCalculationUserData' => ['privates''.service_locator.nPQASVN''get_ServiceLocator_NPQASVNService'false],
  30926.             'DcSiteBundle\\Controller\\FinanceController:saveCreditPageReview' => ['privates''.service_locator.nPQASVN''get_ServiceLocator_NPQASVNService'false],
  30927.             'DcSiteBundle\\Controller\\Ford\\AboutUsController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30928.             'DcSiteBundle\\Controller\\Ford\\AboutUsController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30929.             'DcSiteBundle\\Controller\\Ford\\AboutUsController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30930.             'DcSiteBundle\\Controller\\Ford\\AboutUsController:staff' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  30931.             'DcSiteBundle\\Controller\\Ford\\AccessoriesController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30932.             'DcSiteBundle\\Controller\\Ford\\AccessoriesController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30933.             'DcSiteBundle\\Controller\\Ford\\AccessoriesController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30934.             'DcSiteBundle\\Controller\\Ford\\AjaxController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30935.             'DcSiteBundle\\Controller\\Ford\\AjaxController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30936.             'DcSiteBundle\\Controller\\Ford\\AjaxController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30937.             'DcSiteBundle\\Controller\\Ford\\ApprovedController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30938.             'DcSiteBundle\\Controller\\Ford\\ApprovedController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30939.             'DcSiteBundle\\Controller\\Ford\\ApprovedController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30940.             'DcSiteBundle\\Controller\\Ford\\BaseController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30941.             'DcSiteBundle\\Controller\\Ford\\BaseController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30942.             'DcSiteBundle\\Controller\\Ford\\BaseController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30943.             'DcSiteBundle\\Controller\\Ford\\BasketController:basket' => ['privates''.service_locator._LVtX3s''get_ServiceLocator_LVtX3sService'false],
  30944.             'DcSiteBundle\\Controller\\Ford\\BasketController:checkoutOrder' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  30945.             'DcSiteBundle\\Controller\\Ford\\BasketController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30946.             'DcSiteBundle\\Controller\\Ford\\BasketController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30947.             'DcSiteBundle\\Controller\\Ford\\BasketController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30948.             'DcSiteBundle\\Controller\\Ford\\BasketController:order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  30949.             'DcSiteBundle\\Controller\\Ford\\CarController:car' => ['privates''.service_locator.p7C0i3n''get_ServiceLocator_P7C0i3nService'false],
  30950.             'DcSiteBundle\\Controller\\Ford\\CarController:carCardStock' => ['privates''.service_locator.MyplFh5''get_ServiceLocator_MyplFh5Service'false],
  30951.             'DcSiteBundle\\Controller\\Ford\\CarController:carConfiguraion' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  30952.             'DcSiteBundle\\Controller\\Ford\\CarController:category' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  30953.             'DcSiteBundle\\Controller\\Ford\\CarController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30954.             'DcSiteBundle\\Controller\\Ford\\CarController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30955.             'DcSiteBundle\\Controller\\Ford\\CarController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30956.             'DcSiteBundle\\Controller\\Ford\\CarController:list' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  30957.             'DcSiteBundle\\Controller\\Ford\\CarController:listPage' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  30958.             'DcSiteBundle\\Controller\\Ford\\CarController:secondhandSingle' => ['privates''.service_locator.Vl6pzII''get_ServiceLocator_Vl6pzIIService'false],
  30959.             'DcSiteBundle\\Controller\\Ford\\FinanceController:credit' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  30960.             'DcSiteBundle\\Controller\\Ford\\FinanceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30961.             'DcSiteBundle\\Controller\\Ford\\FinanceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30962.             'DcSiteBundle\\Controller\\Ford\\FinanceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30963.             'DcSiteBundle\\Controller\\Ford\\MainController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30964.             'DcSiteBundle\\Controller\\Ford\\MainController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30965.             'DcSiteBundle\\Controller\\Ford\\MainController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30966.             'DcSiteBundle\\Controller\\Ford\\PostController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30967.             'DcSiteBundle\\Controller\\Ford\\PostController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30968.             'DcSiteBundle\\Controller\\Ford\\PostController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30969.             'DcSiteBundle\\Controller\\Ford\\PostController:post' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  30970.             'DcSiteBundle\\Controller\\Ford\\ServiceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30971.             'DcSiteBundle\\Controller\\Ford\\ServiceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30972.             'DcSiteBundle\\Controller\\Ford\\ServiceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30973.             'DcSiteBundle\\Controller\\Ford\\ServiceController:regulationsTo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  30974.             'DcSiteBundle\\Controller\\FormController:EventForm' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  30975.             'DcSiteBundle\\Controller\\FormController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30976.             'DcSiteBundle\\Controller\\FormController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30977.             'DcSiteBundle\\Controller\\FormController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30978.             'DcSiteBundle\\Controller\\Haval\\AboutController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30979.             'DcSiteBundle\\Controller\\Haval\\AboutController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30980.             'DcSiteBundle\\Controller\\Haval\\AboutController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30981.             'DcSiteBundle\\Controller\\Haval\\AboutController:newsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  30982.             'DcSiteBundle\\Controller\\Haval\\AboutController:team' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  30983.             'DcSiteBundle\\Controller\\Haval\\BaseController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30984.             'DcSiteBundle\\Controller\\Haval\\BaseController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30985.             'DcSiteBundle\\Controller\\Haval\\BaseController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30986.             'DcSiteBundle\\Controller\\Haval\\CarController:car' => ['privates''.service_locator.XGmp1Lg''get_ServiceLocator_XGmp1LgService'false],
  30987.             'DcSiteBundle\\Controller\\Haval\\CarController:carConfiguraion' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  30988.             'DcSiteBundle\\Controller\\Haval\\CarController:carInStockSingle' => ['privates''.service_locator.MyplFh5''get_ServiceLocator_MyplFh5Service'false],
  30989.             'DcSiteBundle\\Controller\\Haval\\CarController:category' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  30990.             'DcSiteBundle\\Controller\\Haval\\CarController:configurator' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  30991.             'DcSiteBundle\\Controller\\Haval\\CarController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30992.             'DcSiteBundle\\Controller\\Haval\\CarController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30993.             'DcSiteBundle\\Controller\\Haval\\CarController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  30994.             'DcSiteBundle\\Controller\\Haval\\CarController:list' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  30995.             'DcSiteBundle\\Controller\\Haval\\CarController:listPage' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  30996.             'DcSiteBundle\\Controller\\Haval\\CarController:secondhandSingle' => ['privates''.service_locator.Vl6pzII''get_ServiceLocator_Vl6pzIIService'false],
  30997.             'DcSiteBundle\\Controller\\Haval\\FinanceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  30998.             'DcSiteBundle\\Controller\\Haval\\FinanceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  30999.             'DcSiteBundle\\Controller\\Haval\\FinanceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31000.             'DcSiteBundle\\Controller\\Haval\\MainController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31001.             'DcSiteBundle\\Controller\\Haval\\MainController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31002.             'DcSiteBundle\\Controller\\Haval\\MainController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31003.             'DcSiteBundle\\Controller\\Haval\\MainController:index' => ['privates''.service_locator.Nn0S.cW''get_ServiceLocator_Nn0S_CWService'false],
  31004.             'DcSiteBundle\\Controller\\Haval\\ServiceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31005.             'DcSiteBundle\\Controller\\Haval\\ServiceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31006.             'DcSiteBundle\\Controller\\Haval\\ServiceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31007.             'DcSiteBundle\\Controller\\Haval\\ServiceController:regulationsTo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31008.             'DcSiteBundle\\Controller\\Haval\\StocksController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31009.             'DcSiteBundle\\Controller\\Haval\\StocksController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31010.             'DcSiteBundle\\Controller\\Haval\\StocksController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31011.             'DcSiteBundle\\Controller\\Haval\\StocksController:stocksSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  31012.             'DcSiteBundle\\Controller\\Honda\\AboutController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31013.             'DcSiteBundle\\Controller\\Honda\\AboutController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31014.             'DcSiteBundle\\Controller\\Honda\\AboutController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31015.             'DcSiteBundle\\Controller\\Honda\\AboutController:newsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  31016.             'DcSiteBundle\\Controller\\Honda\\AboutController:staff' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  31017.             'DcSiteBundle\\Controller\\Honda\\AccessoriesController:accessoriesCatalog' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31018.             'DcSiteBundle\\Controller\\Honda\\AccessoriesController:accessoriesCategory' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31019.             'DcSiteBundle\\Controller\\Honda\\AccessoriesController:accessoriesModel' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31020.             'DcSiteBundle\\Controller\\Honda\\AccessoriesController:accessoriesModelVariation' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31021.             'DcSiteBundle\\Controller\\Honda\\AccessoriesController:accessoriesPage' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31022.             'DcSiteBundle\\Controller\\Honda\\AccessoriesController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31023.             'DcSiteBundle\\Controller\\Honda\\AccessoriesController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31024.             'DcSiteBundle\\Controller\\Honda\\AccessoriesController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31025.             'DcSiteBundle\\Controller\\Honda\\AcuraServiceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31026.             'DcSiteBundle\\Controller\\Honda\\AcuraServiceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31027.             'DcSiteBundle\\Controller\\Honda\\AcuraServiceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31028.             'DcSiteBundle\\Controller\\Honda\\AcuraServiceController:regulationsTo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31029.             'DcSiteBundle\\Controller\\Honda\\BaseController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31030.             'DcSiteBundle\\Controller\\Honda\\BaseController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31031.             'DcSiteBundle\\Controller\\Honda\\BaseController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31032.             'DcSiteBundle\\Controller\\Honda\\BasketController:checkoutOrder' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  31033.             'DcSiteBundle\\Controller\\Honda\\BasketController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31034.             'DcSiteBundle\\Controller\\Honda\\BasketController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31035.             'DcSiteBundle\\Controller\\Honda\\BasketController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31036.             'DcSiteBundle\\Controller\\Honda\\BasketController:order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  31037.             'DcSiteBundle\\Controller\\Honda\\CarController:car' => ['privates''.service_locator.p7C0i3n''get_ServiceLocator_P7C0i3nService'false],
  31038.             'DcSiteBundle\\Controller\\Honda\\CarController:carCardStock' => ['privates''.service_locator.MyplFh5''get_ServiceLocator_MyplFh5Service'false],
  31039.             'DcSiteBundle\\Controller\\Honda\\CarController:carConfiguraion' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31040.             'DcSiteBundle\\Controller\\Honda\\CarController:category' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  31041.             'DcSiteBundle\\Controller\\Honda\\CarController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31042.             'DcSiteBundle\\Controller\\Honda\\CarController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31043.             'DcSiteBundle\\Controller\\Honda\\CarController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31044.             'DcSiteBundle\\Controller\\Honda\\CarController:list' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  31045.             'DcSiteBundle\\Controller\\Honda\\CarController:listPage' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  31046.             'DcSiteBundle\\Controller\\Honda\\CarController:secondhandSingle' => ['privates''.service_locator.Vl6pzII''get_ServiceLocator_Vl6pzIIService'false],
  31047.             'DcSiteBundle\\Controller\\Honda\\FinanceController:credit' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  31048.             'DcSiteBundle\\Controller\\Honda\\FinanceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31049.             'DcSiteBundle\\Controller\\Honda\\FinanceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31050.             'DcSiteBundle\\Controller\\Honda\\FinanceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31051.             'DcSiteBundle\\Controller\\Honda\\HondaServiceController:accessories' => ['privates''.service_locator.H_5dZOt''get_ServiceLocator_H5dZOtService'false],
  31052.             'DcSiteBundle\\Controller\\Honda\\HondaServiceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31053.             'DcSiteBundle\\Controller\\Honda\\HondaServiceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31054.             'DcSiteBundle\\Controller\\Honda\\HondaServiceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31055.             'DcSiteBundle\\Controller\\Honda\\HondaServiceController:regulationsTo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31056.             'DcSiteBundle\\Controller\\Honda\\MainController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31057.             'DcSiteBundle\\Controller\\Honda\\MainController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31058.             'DcSiteBundle\\Controller\\Honda\\MainController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31059.             'DcSiteBundle\\Controller\\Honda\\MainController:index' => ['privates''.service_locator.afpyXRq''get_ServiceLocator_AfpyXRqService'false],
  31060.             'DcSiteBundle\\Controller\\Honda\\MainController:menuInit' => ['privates''.service_locator.0ZY6ZQQ''get_ServiceLocator_0ZY6ZQQService'false],
  31061.             'DcSiteBundle\\Controller\\Honda\\MainController:stocksSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  31062.             'DcSiteBundle\\Controller\\Infiniti\\AboutUsController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31063.             'DcSiteBundle\\Controller\\Infiniti\\AboutUsController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31064.             'DcSiteBundle\\Controller\\Infiniti\\AboutUsController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31065.             'DcSiteBundle\\Controller\\Infiniti\\AboutUsController:newsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  31066.             'DcSiteBundle\\Controller\\Infiniti\\AboutUsController:staff' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  31067.             'DcSiteBundle\\Controller\\Infiniti\\AccessoriesController:accessoriesCatalog' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31068.             'DcSiteBundle\\Controller\\Infiniti\\AccessoriesController:accessoriesCategory' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31069.             'DcSiteBundle\\Controller\\Infiniti\\AccessoriesController:accessoriesModel' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31070.             'DcSiteBundle\\Controller\\Infiniti\\AccessoriesController:accessoriesModelVariation' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31071.             'DcSiteBundle\\Controller\\Infiniti\\AccessoriesController:accessoriesPage' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31072.             'DcSiteBundle\\Controller\\Infiniti\\AccessoriesController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31073.             'DcSiteBundle\\Controller\\Infiniti\\AccessoriesController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31074.             'DcSiteBundle\\Controller\\Infiniti\\AccessoriesController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31075.             'DcSiteBundle\\Controller\\Infiniti\\AjaxController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31076.             'DcSiteBundle\\Controller\\Infiniti\\AjaxController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31077.             'DcSiteBundle\\Controller\\Infiniti\\AjaxController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31078.             'DcSiteBundle\\Controller\\Infiniti\\AjaxController:index' => ['privates''.service_locator.0ZY6ZQQ''get_ServiceLocator_0ZY6ZQQService'false],
  31079.             'DcSiteBundle\\Controller\\Infiniti\\AjaxController:transfer' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  31080.             'DcSiteBundle\\Controller\\Infiniti\\BaseController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31081.             'DcSiteBundle\\Controller\\Infiniti\\BaseController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31082.             'DcSiteBundle\\Controller\\Infiniti\\BaseController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31083.             'DcSiteBundle\\Controller\\Infiniti\\BasketController:checkoutOrder' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  31084.             'DcSiteBundle\\Controller\\Infiniti\\BasketController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31085.             'DcSiteBundle\\Controller\\Infiniti\\BasketController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31086.             'DcSiteBundle\\Controller\\Infiniti\\BasketController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31087.             'DcSiteBundle\\Controller\\Infiniti\\BasketController:order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  31088.             'DcSiteBundle\\Controller\\Infiniti\\CarController:car' => ['privates''.service_locator.dJhgIo0''get_ServiceLocator_DJhgIo0Service'false],
  31089.             'DcSiteBundle\\Controller\\Infiniti\\CarController:carCardStock' => ['privates''.service_locator.C9.oLVm''get_ServiceLocator_C9_OLVmService'false],
  31090.             'DcSiteBundle\\Controller\\Infiniti\\CarController:carConfiguraion' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31091.             'DcSiteBundle\\Controller\\Infiniti\\CarController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31092.             'DcSiteBundle\\Controller\\Infiniti\\CarController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31093.             'DcSiteBundle\\Controller\\Infiniti\\CarController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31094.             'DcSiteBundle\\Controller\\Infiniti\\CarController:lineUp' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  31095.             'DcSiteBundle\\Controller\\Infiniti\\CarController:lineUpPage' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  31096.             'DcSiteBundle\\Controller\\Infiniti\\CarController:secondhandSingle' => ['privates''.service_locator.Vl6pzII''get_ServiceLocator_Vl6pzIIService'false],
  31097.             'DcSiteBundle\\Controller\\Infiniti\\ContactsController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31098.             'DcSiteBundle\\Controller\\Infiniti\\ContactsController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31099.             'DcSiteBundle\\Controller\\Infiniti\\ContactsController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31100.             'DcSiteBundle\\Controller\\Infiniti\\ContactsController:index' => ['privates''.service_locator.afpyXRq''get_ServiceLocator_AfpyXRqService'false],
  31101.             'DcSiteBundle\\Controller\\Infiniti\\FinanceController:credit' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  31102.             'DcSiteBundle\\Controller\\Infiniti\\FinanceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31103.             'DcSiteBundle\\Controller\\Infiniti\\FinanceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31104.             'DcSiteBundle\\Controller\\Infiniti\\FinanceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31105.             'DcSiteBundle\\Controller\\Infiniti\\FinanceController:index' => ['privates''.service_locator.afpyXRq''get_ServiceLocator_AfpyXRqService'false],
  31106.             'DcSiteBundle\\Controller\\Infiniti\\MainController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31107.             'DcSiteBundle\\Controller\\Infiniti\\MainController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31108.             'DcSiteBundle\\Controller\\Infiniti\\MainController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31109.             'DcSiteBundle\\Controller\\Infiniti\\MainController:index' => ['privates''.service_locator.afpyXRq''get_ServiceLocator_AfpyXRqService'false],
  31110.             'DcSiteBundle\\Controller\\Infiniti\\OffersController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31111.             'DcSiteBundle\\Controller\\Infiniti\\OffersController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31112.             'DcSiteBundle\\Controller\\Infiniti\\OffersController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31113.             'DcSiteBundle\\Controller\\Infiniti\\OffersController:index' => ['privates''.service_locator.afpyXRq''get_ServiceLocator_AfpyXRqService'false],
  31114.             'DcSiteBundle\\Controller\\Infiniti\\OffersController:offersSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  31115.             'DcSiteBundle\\Controller\\Infiniti\\ServiceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31116.             'DcSiteBundle\\Controller\\Infiniti\\ServiceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31117.             'DcSiteBundle\\Controller\\Infiniti\\ServiceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31118.             'DcSiteBundle\\Controller\\Infiniti\\ServiceController:index' => ['privates''.service_locator.afpyXRq''get_ServiceLocator_AfpyXRqService'false],
  31119.             'DcSiteBundle\\Controller\\Infiniti\\ServiceController:regulationsTo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31120.             'DcSiteBundle\\Controller\\InsuranceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31121.             'DcSiteBundle\\Controller\\InsuranceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31122.             'DcSiteBundle\\Controller\\InsuranceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31123.             'DcSiteBundle\\Controller\\InsuranceController:loadOptions' => ['privates''.service_locator.IPkmJgf''get_ServiceLocator_IPkmJgfService'false],
  31124.             'DcSiteBundle\\Controller\\InsuranceController:saveForm' => ['privates''.service_locator.APToX25''get_ServiceLocator_APToX25Service'false],
  31125.             'DcSiteBundle\\Controller\\Jaguar\\AboutController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31126.             'DcSiteBundle\\Controller\\Jaguar\\AboutController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31127.             'DcSiteBundle\\Controller\\Jaguar\\AboutController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31128.             'DcSiteBundle\\Controller\\Jaguar\\AboutController:newsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  31129.             'DcSiteBundle\\Controller\\Jaguar\\AboutController:staff' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  31130.             'DcSiteBundle\\Controller\\Jaguar\\AccessoriesController:accessoriesCatalog' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31131.             'DcSiteBundle\\Controller\\Jaguar\\AccessoriesController:accessoriesCategory' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31132.             'DcSiteBundle\\Controller\\Jaguar\\AccessoriesController:accessoriesModel' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31133.             'DcSiteBundle\\Controller\\Jaguar\\AccessoriesController:accessoriesModelVariation' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31134.             'DcSiteBundle\\Controller\\Jaguar\\AccessoriesController:accessoriesPage' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31135.             'DcSiteBundle\\Controller\\Jaguar\\AccessoriesController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31136.             'DcSiteBundle\\Controller\\Jaguar\\AccessoriesController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31137.             'DcSiteBundle\\Controller\\Jaguar\\AccessoriesController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31138.             'DcSiteBundle\\Controller\\Jaguar\\BaseController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31139.             'DcSiteBundle\\Controller\\Jaguar\\BaseController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31140.             'DcSiteBundle\\Controller\\Jaguar\\BaseController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31141.             'DcSiteBundle\\Controller\\Jaguar\\BasketController:checkoutOrder' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  31142.             'DcSiteBundle\\Controller\\Jaguar\\BasketController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31143.             'DcSiteBundle\\Controller\\Jaguar\\BasketController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31144.             'DcSiteBundle\\Controller\\Jaguar\\BasketController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31145.             'DcSiteBundle\\Controller\\Jaguar\\BasketController:order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  31146.             'DcSiteBundle\\Controller\\Jaguar\\CarController:car' => ['privates''.service_locator.XGmp1Lg''get_ServiceLocator_XGmp1LgService'false],
  31147.             'DcSiteBundle\\Controller\\Jaguar\\CarController:carConfiguraion' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31148.             'DcSiteBundle\\Controller\\Jaguar\\CarController:carInStock' => ['privates''.service_locator.MyplFh5''get_ServiceLocator_MyplFh5Service'false],
  31149.             'DcSiteBundle\\Controller\\Jaguar\\CarController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31150.             'DcSiteBundle\\Controller\\Jaguar\\CarController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31151.             'DcSiteBundle\\Controller\\Jaguar\\CarController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31152.             'DcSiteBundle\\Controller\\Jaguar\\CarController:usedCard' => ['privates''.service_locator.J78piqZ''get_ServiceLocator_J78piqZService'false],
  31153.             'DcSiteBundle\\Controller\\Jaguar\\FinanceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31154.             'DcSiteBundle\\Controller\\Jaguar\\FinanceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31155.             'DcSiteBundle\\Controller\\Jaguar\\FinanceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31156.             'DcSiteBundle\\Controller\\Jaguar\\MainController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31157.             'DcSiteBundle\\Controller\\Jaguar\\MainController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31158.             'DcSiteBundle\\Controller\\Jaguar\\MainController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31159.             'DcSiteBundle\\Controller\\Jaguar\\MainController:menuInit' => ['privates''.service_locator.J78piqZ''get_ServiceLocator_J78piqZService'false],
  31160.             'DcSiteBundle\\Controller\\Jaguar\\MainController:specialOffersSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  31161.             'DcSiteBundle\\Controller\\Jaguar\\ServiceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31162.             'DcSiteBundle\\Controller\\Jaguar\\ServiceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31163.             'DcSiteBundle\\Controller\\Jaguar\\ServiceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31164.             'DcSiteBundle\\Controller\\Jaguar\\ServiceController:regulationsTo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31165.             'DcSiteBundle\\Controller\\Jeep\\AboutController:actionsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  31166.             'DcSiteBundle\\Controller\\Jeep\\AboutController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31167.             'DcSiteBundle\\Controller\\Jeep\\AboutController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31168.             'DcSiteBundle\\Controller\\Jeep\\AboutController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31169.             'DcSiteBundle\\Controller\\Jeep\\AboutController:newsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  31170.             'DcSiteBundle\\Controller\\Jeep\\AboutController:team' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  31171.             'DcSiteBundle\\Controller\\Jeep\\AccessoriesController:accessoriesCatalog' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31172.             'DcSiteBundle\\Controller\\Jeep\\AccessoriesController:accessoriesCategory' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31173.             'DcSiteBundle\\Controller\\Jeep\\AccessoriesController:accessoriesModel' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31174.             'DcSiteBundle\\Controller\\Jeep\\AccessoriesController:accessoriesModelVariation' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31175.             'DcSiteBundle\\Controller\\Jeep\\AccessoriesController:accessoriesPage' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31176.             'DcSiteBundle\\Controller\\Jeep\\AccessoriesController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31177.             'DcSiteBundle\\Controller\\Jeep\\AccessoriesController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31178.             'DcSiteBundle\\Controller\\Jeep\\AccessoriesController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31179.             'DcSiteBundle\\Controller\\Jeep\\BaseController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31180.             'DcSiteBundle\\Controller\\Jeep\\BaseController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31181.             'DcSiteBundle\\Controller\\Jeep\\BaseController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31182.             'DcSiteBundle\\Controller\\Jeep\\BasketController:checkoutOrder' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  31183.             'DcSiteBundle\\Controller\\Jeep\\BasketController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31184.             'DcSiteBundle\\Controller\\Jeep\\BasketController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31185.             'DcSiteBundle\\Controller\\Jeep\\BasketController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31186.             'DcSiteBundle\\Controller\\Jeep\\BasketController:order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  31187.             'DcSiteBundle\\Controller\\Jeep\\CarController:car' => ['privates''.service_locator.dJhgIo0''get_ServiceLocator_DJhgIo0Service'false],
  31188.             'DcSiteBundle\\Controller\\Jeep\\CarController:carInStockSingle' => ['privates''.service_locator.x1zHfKd''get_ServiceLocator_X1zHfKdService'false],
  31189.             'DcSiteBundle\\Controller\\Jeep\\CarController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31190.             'DcSiteBundle\\Controller\\Jeep\\CarController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31191.             'DcSiteBundle\\Controller\\Jeep\\CarController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31192.             'DcSiteBundle\\Controller\\Jeep\\CarController:list' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  31193.             'DcSiteBundle\\Controller\\Jeep\\CarController:listPage' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  31194.             'DcSiteBundle\\Controller\\Jeep\\CarController:technicalCharacteristics' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31195.             'DcSiteBundle\\Controller\\Jeep\\CarController:usedCarSingle' => ['privates''.service_locator.crpZdJI''get_ServiceLocator_CrpZdJIService'false],
  31196.             'DcSiteBundle\\Controller\\Jeep\\FinanceController:credit' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  31197.             'DcSiteBundle\\Controller\\Jeep\\FinanceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31198.             'DcSiteBundle\\Controller\\Jeep\\FinanceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31199.             'DcSiteBundle\\Controller\\Jeep\\FinanceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31200.             'DcSiteBundle\\Controller\\Jeep\\MainController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31201.             'DcSiteBundle\\Controller\\Jeep\\MainController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31202.             'DcSiteBundle\\Controller\\Jeep\\MainController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31203.             'DcSiteBundle\\Controller\\Jeep\\ServiceController:accessory' => ['privates''.service_locator.FLhE9ff''get_ServiceLocator_FLhE9ffService'false],
  31204.             'DcSiteBundle\\Controller\\Jeep\\ServiceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31205.             'DcSiteBundle\\Controller\\Jeep\\ServiceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31206.             'DcSiteBundle\\Controller\\Jeep\\ServiceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31207.             'DcSiteBundle\\Controller\\Jeep\\ServiceController:regulationsTo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31208.             'DcSiteBundle\\Controller\\LandRover\\AboutController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31209.             'DcSiteBundle\\Controller\\LandRover\\AboutController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31210.             'DcSiteBundle\\Controller\\LandRover\\AboutController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31211.             'DcSiteBundle\\Controller\\LandRover\\AboutController:newsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  31212.             'DcSiteBundle\\Controller\\LandRover\\AboutController:staff' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  31213.             'DcSiteBundle\\Controller\\LandRover\\AccessoriesController:accessoriesCatalog' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31214.             'DcSiteBundle\\Controller\\LandRover\\AccessoriesController:accessoriesCategory' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31215.             'DcSiteBundle\\Controller\\LandRover\\AccessoriesController:accessoriesModel' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31216.             'DcSiteBundle\\Controller\\LandRover\\AccessoriesController:accessoriesModelVariation' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31217.             'DcSiteBundle\\Controller\\LandRover\\AccessoriesController:accessoriesPage' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31218.             'DcSiteBundle\\Controller\\LandRover\\AccessoriesController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31219.             'DcSiteBundle\\Controller\\LandRover\\AccessoriesController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31220.             'DcSiteBundle\\Controller\\LandRover\\AccessoriesController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31221.             'DcSiteBundle\\Controller\\LandRover\\BaseController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31222.             'DcSiteBundle\\Controller\\LandRover\\BaseController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31223.             'DcSiteBundle\\Controller\\LandRover\\BaseController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31224.             'DcSiteBundle\\Controller\\LandRover\\BasketController:checkoutOrder' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  31225.             'DcSiteBundle\\Controller\\LandRover\\BasketController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31226.             'DcSiteBundle\\Controller\\LandRover\\BasketController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31227.             'DcSiteBundle\\Controller\\LandRover\\BasketController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31228.             'DcSiteBundle\\Controller\\LandRover\\BasketController:order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  31229.             'DcSiteBundle\\Controller\\LandRover\\CarController:car' => ['privates''.service_locator.wPMW2co''get_ServiceLocator_WPMW2coService'false],
  31230.             'DcSiteBundle\\Controller\\LandRover\\CarController:carConfiguraion' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31231.             'DcSiteBundle\\Controller\\LandRover\\CarController:carInStock' => ['privates''.service_locator.MyplFh5''get_ServiceLocator_MyplFh5Service'false],
  31232.             'DcSiteBundle\\Controller\\LandRover\\CarController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31233.             'DcSiteBundle\\Controller\\LandRover\\CarController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31234.             'DcSiteBundle\\Controller\\LandRover\\CarController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31235.             'DcSiteBundle\\Controller\\LandRover\\CarController:usedCard' => ['privates''.service_locator.J78piqZ''get_ServiceLocator_J78piqZService'false],
  31236.             'DcSiteBundle\\Controller\\LandRover\\FinanceController:credit' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  31237.             'DcSiteBundle\\Controller\\LandRover\\FinanceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31238.             'DcSiteBundle\\Controller\\LandRover\\FinanceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31239.             'DcSiteBundle\\Controller\\LandRover\\FinanceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31240.             'DcSiteBundle\\Controller\\LandRover\\MainController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31241.             'DcSiteBundle\\Controller\\LandRover\\MainController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31242.             'DcSiteBundle\\Controller\\LandRover\\MainController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31243.             'DcSiteBundle\\Controller\\LandRover\\MainController:menuInit' => ['privates''.service_locator.J78piqZ''get_ServiceLocator_J78piqZService'false],
  31244.             'DcSiteBundle\\Controller\\LandRover\\MainController:modelLineup' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  31245.             'DcSiteBundle\\Controller\\LandRover\\MainController:modelLineupPage' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  31246.             'DcSiteBundle\\Controller\\LandRover\\MainController:specialOffersSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  31247.             'DcSiteBundle\\Controller\\LandRover\\ServiceController:accessories' => ['privates''.service_locator.H_5dZOt''get_ServiceLocator_H5dZOtService'false],
  31248.             'DcSiteBundle\\Controller\\LandRover\\ServiceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31249.             'DcSiteBundle\\Controller\\LandRover\\ServiceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31250.             'DcSiteBundle\\Controller\\LandRover\\ServiceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31251.             'DcSiteBundle\\Controller\\LandRover\\ServiceController:regulationsTo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31252.             'DcSiteBundle\\Controller\\LeasingController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31253.             'DcSiteBundle\\Controller\\LeasingController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31254.             'DcSiteBundle\\Controller\\LeasingController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31255.             'DcSiteBundle\\Controller\\LeasingController:initByDealer' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  31256.             'DcSiteBundle\\Controller\\LeasingController:initByDealerAndVehicleType' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  31257.             'DcSiteBundle\\Controller\\Lexus\\AboutController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31258.             'DcSiteBundle\\Controller\\Lexus\\AboutController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31259.             'DcSiteBundle\\Controller\\Lexus\\AboutController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31260.             'DcSiteBundle\\Controller\\Lexus\\AboutController:newsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  31261.             'DcSiteBundle\\Controller\\Lexus\\AboutController:staff' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  31262.             'DcSiteBundle\\Controller\\Lexus\\AccessoriesController:accessoriesCatalog' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31263.             'DcSiteBundle\\Controller\\Lexus\\AccessoriesController:accessoriesCategory' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31264.             'DcSiteBundle\\Controller\\Lexus\\AccessoriesController:accessoriesModel' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31265.             'DcSiteBundle\\Controller\\Lexus\\AccessoriesController:accessoriesModelVariation' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31266.             'DcSiteBundle\\Controller\\Lexus\\AccessoriesController:accessoriesPage' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31267.             'DcSiteBundle\\Controller\\Lexus\\AccessoriesController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31268.             'DcSiteBundle\\Controller\\Lexus\\AccessoriesController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31269.             'DcSiteBundle\\Controller\\Lexus\\AccessoriesController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31270.             'DcSiteBundle\\Controller\\Lexus\\BaseController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31271.             'DcSiteBundle\\Controller\\Lexus\\BaseController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31272.             'DcSiteBundle\\Controller\\Lexus\\BaseController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31273.             'DcSiteBundle\\Controller\\Lexus\\BasketController:basket' => ['privates''.service_locator.5_6ROBk''get_ServiceLocator_56ROBkService'false],
  31274.             'DcSiteBundle\\Controller\\Lexus\\BasketController:checkoutOrder' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  31275.             'DcSiteBundle\\Controller\\Lexus\\BasketController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31276.             'DcSiteBundle\\Controller\\Lexus\\BasketController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31277.             'DcSiteBundle\\Controller\\Lexus\\BasketController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31278.             'DcSiteBundle\\Controller\\Lexus\\BasketController:order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  31279.             'DcSiteBundle\\Controller\\Lexus\\CarController:car' => ['privates''.service_locator.XGmp1Lg''get_ServiceLocator_XGmp1LgService'false],
  31280.             'DcSiteBundle\\Controller\\Lexus\\CarController:carCatalog' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  31281.             'DcSiteBundle\\Controller\\Lexus\\CarController:carCatalogPages' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  31282.             'DcSiteBundle\\Controller\\Lexus\\CarController:carConfiguraion' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31283.             'DcSiteBundle\\Controller\\Lexus\\CarController:carStockSingle' => ['privates''.service_locator.MyplFh5''get_ServiceLocator_MyplFh5Service'false],
  31284.             'DcSiteBundle\\Controller\\Lexus\\CarController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31285.             'DcSiteBundle\\Controller\\Lexus\\CarController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31286.             'DcSiteBundle\\Controller\\Lexus\\CarController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31287.             'DcSiteBundle\\Controller\\Lexus\\CarController:secondhandSingle' => ['privates''.service_locator.GDFtzSn''get_ServiceLocator_GDFtzSnService'false],
  31288.             'DcSiteBundle\\Controller\\Lexus\\FinanceController:credit' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  31289.             'DcSiteBundle\\Controller\\Lexus\\FinanceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31290.             'DcSiteBundle\\Controller\\Lexus\\FinanceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31291.             'DcSiteBundle\\Controller\\Lexus\\FinanceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31292.             'DcSiteBundle\\Controller\\Lexus\\HybridController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31293.             'DcSiteBundle\\Controller\\Lexus\\HybridController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31294.             'DcSiteBundle\\Controller\\Lexus\\HybridController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31295.             'DcSiteBundle\\Controller\\Lexus\\MainController:carCatalog' => ['privates''.service_locator.bq4EbkH''get_ServiceLocator_Bq4EbkHService'false],
  31296.             'DcSiteBundle\\Controller\\Lexus\\MainController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31297.             'DcSiteBundle\\Controller\\Lexus\\MainController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31298.             'DcSiteBundle\\Controller\\Lexus\\MainController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31299.             'DcSiteBundle\\Controller\\Lexus\\MainController:index' => ['privates''.service_locator.l3w0AMl''get_ServiceLocator_L3w0AMlService'false],
  31300.             'DcSiteBundle\\Controller\\Lexus\\ServiceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31301.             'DcSiteBundle\\Controller\\Lexus\\ServiceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31302.             'DcSiteBundle\\Controller\\Lexus\\ServiceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31303.             'DcSiteBundle\\Controller\\Lexus\\ServiceController:priceForCar' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31304.             'DcSiteBundle\\Controller\\Lexus\\StocksController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31305.             'DcSiteBundle\\Controller\\Lexus\\StocksController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31306.             'DcSiteBundle\\Controller\\Lexus\\StocksController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31307.             'DcSiteBundle\\Controller\\Lexus\\StocksController:stocksSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  31308.             'DcSiteBundle\\Controller\\MainSliderController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31309.             'DcSiteBundle\\Controller\\MainSliderController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31310.             'DcSiteBundle\\Controller\\MainSliderController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31311.             'DcSiteBundle\\Controller\\MainSliderController:getSlides' => ['privates''.service_locator.l3w0AMl''get_ServiceLocator_L3w0AMlService'false],
  31312.             'DcSiteBundle\\Controller\\Marine\\AboutController:about' => ['privates''.service_locator.XXxu50j''get_ServiceLocator_XXxu50jService'false],
  31313.             'DcSiteBundle\\Controller\\Marine\\AboutController:catalogVehicle' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  31314.             'DcSiteBundle\\Controller\\Marine\\AboutController:contacts' => ['privates''.service_locator.XXxu50j''get_ServiceLocator_XXxu50jService'false],
  31315.             'DcSiteBundle\\Controller\\Marine\\AboutController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31316.             'DcSiteBundle\\Controller\\Marine\\AboutController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31317.             'DcSiteBundle\\Controller\\Marine\\AboutController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31318.             'DcSiteBundle\\Controller\\Marine\\AboutController:getCatalogAccessory' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  31319.             'DcSiteBundle\\Controller\\Marine\\AboutController:getPagination' => ['privates''.service_locator.5OvAUP5''get_ServiceLocator_5OvAUP5Service'false],
  31320.             'DcSiteBundle\\Controller\\Marine\\BaseController:catalogVehicle' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  31321.             'DcSiteBundle\\Controller\\Marine\\BaseController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31322.             'DcSiteBundle\\Controller\\Marine\\BaseController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31323.             'DcSiteBundle\\Controller\\Marine\\BaseController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31324.             'DcSiteBundle\\Controller\\Marine\\BaseController:getCatalogAccessory' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  31325.             'DcSiteBundle\\Controller\\Marine\\BaseController:getPagination' => ['privates''.service_locator.5OvAUP5''get_ServiceLocator_5OvAUP5Service'false],
  31326.             'DcSiteBundle\\Controller\\Marine\\BasketController:catalogVehicle' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  31327.             'DcSiteBundle\\Controller\\Marine\\BasketController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31328.             'DcSiteBundle\\Controller\\Marine\\BasketController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31329.             'DcSiteBundle\\Controller\\Marine\\BasketController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31330.             'DcSiteBundle\\Controller\\Marine\\BasketController:getCatalogAccessory' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  31331.             'DcSiteBundle\\Controller\\Marine\\BasketController:getPagination' => ['privates''.service_locator.5OvAUP5''get_ServiceLocator_5OvAUP5Service'false],
  31332.             'DcSiteBundle\\Controller\\Marine\\CatalogController:accessoriesCatalog' => ['privates''.service_locator.vPdojDK''get_ServiceLocator_VPdojDKService'false],
  31333.             'DcSiteBundle\\Controller\\Marine\\CatalogController:accessoriesSingleCatalog' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  31334.             'DcSiteBundle\\Controller\\Marine\\CatalogController:boatsCatalog' => ['privates''.service_locator.vPdojDK''get_ServiceLocator_VPdojDKService'false],
  31335.             'DcSiteBundle\\Controller\\Marine\\CatalogController:boatsSingleCatalog' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  31336.             'DcSiteBundle\\Controller\\Marine\\CatalogController:brandsCatalog' => ['privates''.service_locator.vPdojDK''get_ServiceLocator_VPdojDKService'false],
  31337.             'DcSiteBundle\\Controller\\Marine\\CatalogController:brandsSingleCatalog' => ['privates''.service_locator.vPdojDK''get_ServiceLocator_VPdojDKService'false],
  31338.             'DcSiteBundle\\Controller\\Marine\\CatalogController:catalogVehicle' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  31339.             'DcSiteBundle\\Controller\\Marine\\CatalogController:equipmentsCatalog' => ['privates''.service_locator.vPdojDK''get_ServiceLocator_VPdojDKService'false],
  31340.             'DcSiteBundle\\Controller\\Marine\\CatalogController:equipmentsSingleCatalog' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  31341.             'DcSiteBundle\\Controller\\Marine\\CatalogController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31342.             'DcSiteBundle\\Controller\\Marine\\CatalogController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31343.             'DcSiteBundle\\Controller\\Marine\\CatalogController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31344.             'DcSiteBundle\\Controller\\Marine\\CatalogController:getCatalogAccessory' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  31345.             'DcSiteBundle\\Controller\\Marine\\CatalogController:getPagination' => ['privates''.service_locator.5OvAUP5''get_ServiceLocator_5OvAUP5Service'false],
  31346.             'DcSiteBundle\\Controller\\Marine\\CatalogController:jetskisCatalog' => ['privates''.service_locator.vPdojDK''get_ServiceLocator_VPdojDKService'false],
  31347.             'DcSiteBundle\\Controller\\Marine\\CatalogController:jetskisSingleCatalog' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  31348.             'DcSiteBundle\\Controller\\Marine\\CatalogController:motorsCatalog' => ['privates''.service_locator.vPdojDK''get_ServiceLocator_VPdojDKService'false],
  31349.             'DcSiteBundle\\Controller\\Marine\\CatalogController:motorsSingleCatalog' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  31350.             'DcSiteBundle\\Controller\\Marine\\CatalogController:trailersCatalog' => ['privates''.service_locator.vPdojDK''get_ServiceLocator_VPdojDKService'false],
  31351.             'DcSiteBundle\\Controller\\Marine\\CatalogController:trailersSingleCatalog' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  31352.             'DcSiteBundle\\Controller\\Marine\\MainController:catalogVehicle' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  31353.             'DcSiteBundle\\Controller\\Marine\\MainController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31354.             'DcSiteBundle\\Controller\\Marine\\MainController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31355.             'DcSiteBundle\\Controller\\Marine\\MainController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31356.             'DcSiteBundle\\Controller\\Marine\\MainController:getCatalogAccessory' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  31357.             'DcSiteBundle\\Controller\\Marine\\MainController:getPagination' => ['privates''.service_locator.5OvAUP5''get_ServiceLocator_5OvAUP5Service'false],
  31358.             'DcSiteBundle\\Controller\\Marine\\MainController:index' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  31359.             'DcSiteBundle\\Controller\\Marine\\PostController:catalogVehicle' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  31360.             'DcSiteBundle\\Controller\\Marine\\PostController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31361.             'DcSiteBundle\\Controller\\Marine\\PostController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31362.             'DcSiteBundle\\Controller\\Marine\\PostController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31363.             'DcSiteBundle\\Controller\\Marine\\PostController:getCatalogAccessory' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  31364.             'DcSiteBundle\\Controller\\Marine\\PostController:getPagination' => ['privates''.service_locator.5OvAUP5''get_ServiceLocator_5OvAUP5Service'false],
  31365.             'DcSiteBundle\\Controller\\Marine\\PostController:newsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  31366.             'DcSiteBundle\\Controller\\Marine\\ServiceController:catalogVehicle' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  31367.             'DcSiteBundle\\Controller\\Marine\\ServiceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31368.             'DcSiteBundle\\Controller\\Marine\\ServiceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31369.             'DcSiteBundle\\Controller\\Marine\\ServiceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31370.             'DcSiteBundle\\Controller\\Marine\\ServiceController:getCatalogAccessory' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  31371.             'DcSiteBundle\\Controller\\Marine\\ServiceController:getPagination' => ['privates''.service_locator.5OvAUP5''get_ServiceLocator_5OvAUP5Service'false],
  31372.             'DcSiteBundle\\Controller\\Mazda\\AboutController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31373.             'DcSiteBundle\\Controller\\Mazda\\AboutController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31374.             'DcSiteBundle\\Controller\\Mazda\\AboutController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31375.             'DcSiteBundle\\Controller\\Mazda\\AboutController:newsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  31376.             'DcSiteBundle\\Controller\\Mazda\\AboutController:staff' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  31377.             'DcSiteBundle\\Controller\\Mazda\\AccessoriesController:accessoriesCatalog' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31378.             'DcSiteBundle\\Controller\\Mazda\\AccessoriesController:accessoriesCategory' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31379.             'DcSiteBundle\\Controller\\Mazda\\AccessoriesController:accessoriesModel' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31380.             'DcSiteBundle\\Controller\\Mazda\\AccessoriesController:accessoriesModelVariation' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31381.             'DcSiteBundle\\Controller\\Mazda\\AccessoriesController:accessoriesPage' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31382.             'DcSiteBundle\\Controller\\Mazda\\AccessoriesController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31383.             'DcSiteBundle\\Controller\\Mazda\\AccessoriesController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31384.             'DcSiteBundle\\Controller\\Mazda\\AccessoriesController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31385.             'DcSiteBundle\\Controller\\Mazda\\BaseController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31386.             'DcSiteBundle\\Controller\\Mazda\\BaseController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31387.             'DcSiteBundle\\Controller\\Mazda\\BaseController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31388.             'DcSiteBundle\\Controller\\Mazda\\BasketController:basket' => ['privates''.service_locator.5_6ROBk''get_ServiceLocator_56ROBkService'false],
  31389.             'DcSiteBundle\\Controller\\Mazda\\BasketController:checkoutOrder' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  31390.             'DcSiteBundle\\Controller\\Mazda\\BasketController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31391.             'DcSiteBundle\\Controller\\Mazda\\BasketController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31392.             'DcSiteBundle\\Controller\\Mazda\\BasketController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31393.             'DcSiteBundle\\Controller\\Mazda\\BasketController:order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  31394.             'DcSiteBundle\\Controller\\Mazda\\CarController:car' => ['privates''.service_locator.p7C0i3n''get_ServiceLocator_P7C0i3nService'false],
  31395.             'DcSiteBundle\\Controller\\Mazda\\CarController:carConfiguraion' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31396.             'DcSiteBundle\\Controller\\Mazda\\CarController:carInStockSingle' => ['privates''.service_locator.MyplFh5''get_ServiceLocator_MyplFh5Service'false],
  31397.             'DcSiteBundle\\Controller\\Mazda\\CarController:category' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  31398.             'DcSiteBundle\\Controller\\Mazda\\CarController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31399.             'DcSiteBundle\\Controller\\Mazda\\CarController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31400.             'DcSiteBundle\\Controller\\Mazda\\CarController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31401.             'DcSiteBundle\\Controller\\Mazda\\CarController:list' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  31402.             'DcSiteBundle\\Controller\\Mazda\\CarController:listPage' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  31403.             'DcSiteBundle\\Controller\\Mazda\\CarController:secondhandSingle' => ['privates''.service_locator.Vl6pzII''get_ServiceLocator_Vl6pzIIService'false],
  31404.             'DcSiteBundle\\Controller\\Mazda\\FinanceController:credit' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  31405.             'DcSiteBundle\\Controller\\Mazda\\FinanceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31406.             'DcSiteBundle\\Controller\\Mazda\\FinanceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31407.             'DcSiteBundle\\Controller\\Mazda\\FinanceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31408.             'DcSiteBundle\\Controller\\Mazda\\MainController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31409.             'DcSiteBundle\\Controller\\Mazda\\MainController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31410.             'DcSiteBundle\\Controller\\Mazda\\MainController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31411.             'DcSiteBundle\\Controller\\Mazda\\MainController:loadModels' => ['privates''.service_locator.bq4EbkH''get_ServiceLocator_Bq4EbkHService'false],
  31412.             'DcSiteBundle\\Controller\\Mazda\\ServiceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31413.             'DcSiteBundle\\Controller\\Mazda\\ServiceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31414.             'DcSiteBundle\\Controller\\Mazda\\ServiceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31415.             'DcSiteBundle\\Controller\\Mazda\\ServiceController:regulationsTo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31416.             'DcSiteBundle\\Controller\\Mazda\\ServiceController:souvenirById' => ['privates''.service_locator.aY._gF8''get_ServiceLocator_AY_GF8Service'false],
  31417.             'DcSiteBundle\\Controller\\Mazda\\ServiceController:souvenirs' => ['privates''.service_locator.aY._gF8''get_ServiceLocator_AY_GF8Service'false],
  31418.             'DcSiteBundle\\Controller\\Mazda\\StocksController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31419.             'DcSiteBundle\\Controller\\Mazda\\StocksController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31420.             'DcSiteBundle\\Controller\\Mazda\\StocksController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31421.             'DcSiteBundle\\Controller\\Mazda\\StocksController:stocksSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  31422.             'DcSiteBundle\\Controller\\MerchantApiController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31423.             'DcSiteBundle\\Controller\\MerchantApiController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31424.             'DcSiteBundle\\Controller\\MerchantApiController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31425.             'DcSiteBundle\\Controller\\Morris_Garage\\AboutController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31426.             'DcSiteBundle\\Controller\\Morris_Garage\\AboutController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31427.             'DcSiteBundle\\Controller\\Morris_Garage\\AboutController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31428.             'DcSiteBundle\\Controller\\Morris_Garage\\AboutController:newsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  31429.             'DcSiteBundle\\Controller\\Morris_Garage\\AboutController:staff' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  31430.             'DcSiteBundle\\Controller\\Morris_Garage\\AccessoriesController:accessoriesCatalog' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31431.             'DcSiteBundle\\Controller\\Morris_Garage\\AccessoriesController:accessoriesCategory' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31432.             'DcSiteBundle\\Controller\\Morris_Garage\\AccessoriesController:accessoriesModel' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31433.             'DcSiteBundle\\Controller\\Morris_Garage\\AccessoriesController:accessoriesModelVariation' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31434.             'DcSiteBundle\\Controller\\Morris_Garage\\AccessoriesController:accessoriesPage' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31435.             'DcSiteBundle\\Controller\\Morris_Garage\\AccessoriesController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31436.             'DcSiteBundle\\Controller\\Morris_Garage\\AccessoriesController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31437.             'DcSiteBundle\\Controller\\Morris_Garage\\AccessoriesController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31438.             'DcSiteBundle\\Controller\\Morris_Garage\\BaseController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31439.             'DcSiteBundle\\Controller\\Morris_Garage\\BaseController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31440.             'DcSiteBundle\\Controller\\Morris_Garage\\BaseController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31441.             'DcSiteBundle\\Controller\\Morris_Garage\\BasketController:basket' => ['privates''.service_locator._LVtX3s''get_ServiceLocator_LVtX3sService'false],
  31442.             'DcSiteBundle\\Controller\\Morris_Garage\\BasketController:checkoutOrder' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  31443.             'DcSiteBundle\\Controller\\Morris_Garage\\BasketController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31444.             'DcSiteBundle\\Controller\\Morris_Garage\\BasketController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31445.             'DcSiteBundle\\Controller\\Morris_Garage\\BasketController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31446.             'DcSiteBundle\\Controller\\Morris_Garage\\BasketController:order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  31447.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController:car' => ['privates''.service_locator.p7C0i3n''get_ServiceLocator_P7C0i3nService'false],
  31448.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController:carConfiguraion' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31449.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController:carInStockSingle' => ['privates''.service_locator.MyplFh5''get_ServiceLocator_MyplFh5Service'false],
  31450.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController:category' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  31451.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31452.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31453.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31454.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController:list' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  31455.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController:listPage' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  31456.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController:secondhandSingle' => ['privates''.service_locator.Vl6pzII''get_ServiceLocator_Vl6pzIIService'false],
  31457.             'DcSiteBundle\\Controller\\Morris_Garage\\FinanceController:credit' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  31458.             'DcSiteBundle\\Controller\\Morris_Garage\\FinanceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31459.             'DcSiteBundle\\Controller\\Morris_Garage\\FinanceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31460.             'DcSiteBundle\\Controller\\Morris_Garage\\FinanceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31461.             'DcSiteBundle\\Controller\\Morris_Garage\\MainController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31462.             'DcSiteBundle\\Controller\\Morris_Garage\\MainController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31463.             'DcSiteBundle\\Controller\\Morris_Garage\\MainController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31464.             'DcSiteBundle\\Controller\\Morris_Garage\\MainController:loadModels' => ['privates''.service_locator.bq4EbkH''get_ServiceLocator_Bq4EbkHService'false],
  31465.             'DcSiteBundle\\Controller\\Morris_Garage\\ServiceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31466.             'DcSiteBundle\\Controller\\Morris_Garage\\ServiceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31467.             'DcSiteBundle\\Controller\\Morris_Garage\\ServiceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31468.             'DcSiteBundle\\Controller\\Morris_Garage\\ServiceController:regulationsTo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31469.             'DcSiteBundle\\Controller\\Morris_Garage\\StocksController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31470.             'DcSiteBundle\\Controller\\Morris_Garage\\StocksController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31471.             'DcSiteBundle\\Controller\\Morris_Garage\\StocksController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31472.             'DcSiteBundle\\Controller\\Morris_Garage\\StocksController:stocksSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  31473.             'DcSiteBundle\\Controller\\NissanArmada\\AboutUsController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31474.             'DcSiteBundle\\Controller\\NissanArmada\\AboutUsController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31475.             'DcSiteBundle\\Controller\\NissanArmada\\AboutUsController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31476.             'DcSiteBundle\\Controller\\NissanArmada\\AboutUsController:newsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  31477.             'DcSiteBundle\\Controller\\NissanArmada\\AboutUsController:staff' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  31478.             'DcSiteBundle\\Controller\\NissanArmada\\AccessoriesController:accessoriesCatalog' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31479.             'DcSiteBundle\\Controller\\NissanArmada\\AccessoriesController:accessoriesCategory' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31480.             'DcSiteBundle\\Controller\\NissanArmada\\AccessoriesController:accessoriesModel' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31481.             'DcSiteBundle\\Controller\\NissanArmada\\AccessoriesController:accessoriesModelVariation' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31482.             'DcSiteBundle\\Controller\\NissanArmada\\AccessoriesController:accessoriesPage' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31483.             'DcSiteBundle\\Controller\\NissanArmada\\AccessoriesController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31484.             'DcSiteBundle\\Controller\\NissanArmada\\AccessoriesController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31485.             'DcSiteBundle\\Controller\\NissanArmada\\AccessoriesController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31486.             'DcSiteBundle\\Controller\\NissanArmada\\BaseController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31487.             'DcSiteBundle\\Controller\\NissanArmada\\BaseController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31488.             'DcSiteBundle\\Controller\\NissanArmada\\BaseController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31489.             'DcSiteBundle\\Controller\\NissanArmada\\BasketController:checkoutOrder' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  31490.             'DcSiteBundle\\Controller\\NissanArmada\\BasketController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31491.             'DcSiteBundle\\Controller\\NissanArmada\\BasketController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31492.             'DcSiteBundle\\Controller\\NissanArmada\\BasketController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31493.             'DcSiteBundle\\Controller\\NissanArmada\\BasketController:order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  31494.             'DcSiteBundle\\Controller\\NissanArmada\\CarController:car' => ['privates''.service_locator.XGmp1Lg''get_ServiceLocator_XGmp1LgService'false],
  31495.             'DcSiteBundle\\Controller\\NissanArmada\\CarController:carConfiguraion' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31496.             'DcSiteBundle\\Controller\\NissanArmada\\CarController:catalog' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  31497.             'DcSiteBundle\\Controller\\NissanArmada\\CarController:catalogPage' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  31498.             'DcSiteBundle\\Controller\\NissanArmada\\CarController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31499.             'DcSiteBundle\\Controller\\NissanArmada\\CarController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31500.             'DcSiteBundle\\Controller\\NissanArmada\\CarController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31501.             'DcSiteBundle\\Controller\\NissanArmada\\CarController:secondhandSingle' => ['privates''.service_locator.Vl6pzII''get_ServiceLocator_Vl6pzIIService'false],
  31502.             'DcSiteBundle\\Controller\\NissanArmada\\CarInStockController:car' => ['privates''.service_locator.C9.oLVm''get_ServiceLocator_C9_OLVmService'false],
  31503.             'DcSiteBundle\\Controller\\NissanArmada\\CarInStockController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31504.             'DcSiteBundle\\Controller\\NissanArmada\\CarInStockController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31505.             'DcSiteBundle\\Controller\\NissanArmada\\CarInStockController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31506.             'DcSiteBundle\\Controller\\NissanArmada\\FinanceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31507.             'DcSiteBundle\\Controller\\NissanArmada\\FinanceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31508.             'DcSiteBundle\\Controller\\NissanArmada\\FinanceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31509.             'DcSiteBundle\\Controller\\NissanArmada\\FinanceController:kredit' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  31510.             'DcSiteBundle\\Controller\\NissanArmada\\MainController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31511.             'DcSiteBundle\\Controller\\NissanArmada\\MainController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31512.             'DcSiteBundle\\Controller\\NissanArmada\\MainController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31513.             'DcSiteBundle\\Controller\\NissanArmada\\MainController:index' => ['privates''.service_locator.kIspYz7''get_ServiceLocator_KIspYz7Service'false],
  31514.             'DcSiteBundle\\Controller\\NissanArmada\\ServiceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31515.             'DcSiteBundle\\Controller\\NissanArmada\\ServiceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31516.             'DcSiteBundle\\Controller\\NissanArmada\\ServiceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31517.             'DcSiteBundle\\Controller\\NissanArmada\\ServiceController:regulationsTo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31518.             'DcSiteBundle\\Controller\\NissanArmada\\StocksController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31519.             'DcSiteBundle\\Controller\\NissanArmada\\StocksController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31520.             'DcSiteBundle\\Controller\\NissanArmada\\StocksController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31521.             'DcSiteBundle\\Controller\\NissanArmada\\StocksController:stocksSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  31522.             'DcSiteBundle\\Controller\\Nissan\\AboutUsController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31523.             'DcSiteBundle\\Controller\\Nissan\\AboutUsController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31524.             'DcSiteBundle\\Controller\\Nissan\\AboutUsController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31525.             'DcSiteBundle\\Controller\\Nissan\\AboutUsController:newsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  31526.             'DcSiteBundle\\Controller\\Nissan\\AboutUsController:staff' => ['privates''.service_locator.PFG8HWU''get_ServiceLocator_PFG8HWUService'false],
  31527.             'DcSiteBundle\\Controller\\Nissan\\AccessoriesController:accessoriesCatalog' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31528.             'DcSiteBundle\\Controller\\Nissan\\AccessoriesController:accessoriesCategory' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31529.             'DcSiteBundle\\Controller\\Nissan\\AccessoriesController:accessoriesModel' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31530.             'DcSiteBundle\\Controller\\Nissan\\AccessoriesController:accessoriesModelVariation' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31531.             'DcSiteBundle\\Controller\\Nissan\\AccessoriesController:accessoriesPage' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31532.             'DcSiteBundle\\Controller\\Nissan\\AccessoriesController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31533.             'DcSiteBundle\\Controller\\Nissan\\AccessoriesController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31534.             'DcSiteBundle\\Controller\\Nissan\\AccessoriesController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31535.             'DcSiteBundle\\Controller\\Nissan\\BaseController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31536.             'DcSiteBundle\\Controller\\Nissan\\BaseController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31537.             'DcSiteBundle\\Controller\\Nissan\\BaseController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31538.             'DcSiteBundle\\Controller\\Nissan\\BasketController:checkoutOrder' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  31539.             'DcSiteBundle\\Controller\\Nissan\\BasketController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31540.             'DcSiteBundle\\Controller\\Nissan\\BasketController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31541.             'DcSiteBundle\\Controller\\Nissan\\BasketController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31542.             'DcSiteBundle\\Controller\\Nissan\\BasketController:order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  31543.             'DcSiteBundle\\Controller\\Nissan\\CarController:car' => ['privates''.service_locator.XGmp1Lg''get_ServiceLocator_XGmp1LgService'false],
  31544.             'DcSiteBundle\\Controller\\Nissan\\CarController:carConfiguraion' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31545.             'DcSiteBundle\\Controller\\Nissan\\CarController:catalog' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  31546.             'DcSiteBundle\\Controller\\Nissan\\CarController:catalogPage' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  31547.             'DcSiteBundle\\Controller\\Nissan\\CarController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31548.             'DcSiteBundle\\Controller\\Nissan\\CarController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31549.             'DcSiteBundle\\Controller\\Nissan\\CarController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31550.             'DcSiteBundle\\Controller\\Nissan\\CarController:secondhandSingle' => ['privates''.service_locator.Vl6pzII''get_ServiceLocator_Vl6pzIIService'false],
  31551.             'DcSiteBundle\\Controller\\Nissan\\CarInStockController:car' => ['privates''.service_locator.MyplFh5''get_ServiceLocator_MyplFh5Service'false],
  31552.             'DcSiteBundle\\Controller\\Nissan\\CarInStockController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31553.             'DcSiteBundle\\Controller\\Nissan\\CarInStockController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31554.             'DcSiteBundle\\Controller\\Nissan\\CarInStockController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31555.             'DcSiteBundle\\Controller\\Nissan\\FinanceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31556.             'DcSiteBundle\\Controller\\Nissan\\FinanceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31557.             'DcSiteBundle\\Controller\\Nissan\\FinanceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31558.             'DcSiteBundle\\Controller\\Nissan\\FinanceController:kredit' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  31559.             'DcSiteBundle\\Controller\\Nissan\\MainController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31560.             'DcSiteBundle\\Controller\\Nissan\\MainController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31561.             'DcSiteBundle\\Controller\\Nissan\\MainController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31562.             'DcSiteBundle\\Controller\\Nissan\\MainController:index' => ['privates''.service_locator.RZhMk0u''get_ServiceLocator_RZhMk0uService'false],
  31563.             'DcSiteBundle\\Controller\\Nissan\\ServiceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31564.             'DcSiteBundle\\Controller\\Nissan\\ServiceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31565.             'DcSiteBundle\\Controller\\Nissan\\ServiceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31566.             'DcSiteBundle\\Controller\\Nissan\\ServiceController:regulationsTo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31567.             'DcSiteBundle\\Controller\\Nissan\\StocksController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31568.             'DcSiteBundle\\Controller\\Nissan\\StocksController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31569.             'DcSiteBundle\\Controller\\Nissan\\StocksController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31570.             'DcSiteBundle\\Controller\\Nissan\\StocksController:stocksSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  31571.             'DcSiteBundle\\Controller\\OilTOController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31572.             'DcSiteBundle\\Controller\\OilTOController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31573.             'DcSiteBundle\\Controller\\OilTOController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31574.             'DcSiteBundle\\Controller\\OnlineConsultController:checkCarsDate' => ['privates''.service_locator.ztSuKR2''get_ServiceLocator_ZtSuKR2Service'false],
  31575.             'DcSiteBundle\\Controller\\OnlineConsultController:findConsultants' => ['privates''.service_locator.ztSuKR2''get_ServiceLocator_ZtSuKR2Service'false],
  31576.             'DcSiteBundle\\Controller\\OnlineConsultController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31577.             'DcSiteBundle\\Controller\\OnlineConsultController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31578.             'DcSiteBundle\\Controller\\OnlineConsultController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31579.             'DcSiteBundle\\Controller\\OnlineConsultController:init' => ['privates''.service_locator.7H3OCuW''get_ServiceLocator_7H3OCuWService'false],
  31580.             'DcSiteBundle\\Controller\\OnlineConsultController:initByDealer' => ['privates''.service_locator.bq4EbkH''get_ServiceLocator_Bq4EbkHService'false],
  31581.             'DcSiteBundle\\Controller\\OnlineConsultController:saveForm' => ['privates''.service_locator.C7xwr0F''get_ServiceLocator_C7xwr0FService'false],
  31582.             'DcSiteBundle\\Controller\\OnlineServiceController:booking' => ['privates''.service_locator.D0DNt66''get_ServiceLocator_D0DNt66Service'false],
  31583.             'DcSiteBundle\\Controller\\OnlineServiceController:bookingConfirm' => ['privates''.service_locator.81dTbfA''get_ServiceLocator_81dTbfAService'false],
  31584.             'DcSiteBundle\\Controller\\OnlineServiceController:find' => ['privates''.service_locator.u4PE1en''get_ServiceLocator_U4PE1enService'false],
  31585.             'DcSiteBundle\\Controller\\OnlineServiceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31586.             'DcSiteBundle\\Controller\\OnlineServiceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31587.             'DcSiteBundle\\Controller\\OnlineServiceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31588.             'DcSiteBundle\\Controller\\OnlineServiceController:getTime' => ['privates''.service_locator.72v2VwC''get_ServiceLocator_72v2VwCService'false],
  31589.             'DcSiteBundle\\Controller\\Opel\\AboutController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31590.             'DcSiteBundle\\Controller\\Opel\\AboutController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31591.             'DcSiteBundle\\Controller\\Opel\\AboutController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31592.             'DcSiteBundle\\Controller\\Opel\\AboutController:newsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  31593.             'DcSiteBundle\\Controller\\Opel\\AboutController:team' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  31594.             'DcSiteBundle\\Controller\\Opel\\AccessoriesController:accessoriesCatalog' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31595.             'DcSiteBundle\\Controller\\Opel\\AccessoriesController:accessoriesCategory' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31596.             'DcSiteBundle\\Controller\\Opel\\AccessoriesController:accessoriesModel' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31597.             'DcSiteBundle\\Controller\\Opel\\AccessoriesController:accessoriesModelVariation' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31598.             'DcSiteBundle\\Controller\\Opel\\AccessoriesController:accessoriesPage' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31599.             'DcSiteBundle\\Controller\\Opel\\AccessoriesController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31600.             'DcSiteBundle\\Controller\\Opel\\AccessoriesController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31601.             'DcSiteBundle\\Controller\\Opel\\AccessoriesController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31602.             'DcSiteBundle\\Controller\\Opel\\BaseController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31603.             'DcSiteBundle\\Controller\\Opel\\BaseController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31604.             'DcSiteBundle\\Controller\\Opel\\BaseController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31605.             'DcSiteBundle\\Controller\\Opel\\BasketController:checkoutOrder' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  31606.             'DcSiteBundle\\Controller\\Opel\\BasketController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31607.             'DcSiteBundle\\Controller\\Opel\\BasketController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31608.             'DcSiteBundle\\Controller\\Opel\\BasketController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31609.             'DcSiteBundle\\Controller\\Opel\\BasketController:order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  31610.             'DcSiteBundle\\Controller\\Opel\\CarController:car' => ['privates''.service_locator.XGmp1Lg''get_ServiceLocator_XGmp1LgService'false],
  31611.             'DcSiteBundle\\Controller\\Opel\\CarController:carConfiguraion' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31612.             'DcSiteBundle\\Controller\\Opel\\CarController:carInStockSingle' => ['privates''.service_locator.C9.oLVm''get_ServiceLocator_C9_OLVmService'false],
  31613.             'DcSiteBundle\\Controller\\Opel\\CarController:category' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  31614.             'DcSiteBundle\\Controller\\Opel\\CarController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31615.             'DcSiteBundle\\Controller\\Opel\\CarController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31616.             'DcSiteBundle\\Controller\\Opel\\CarController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31617.             'DcSiteBundle\\Controller\\Opel\\CarController:list' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  31618.             'DcSiteBundle\\Controller\\Opel\\CarController:listPage' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  31619.             'DcSiteBundle\\Controller\\Opel\\CarController:secondhandSingle' => ['privates''.service_locator.Vl6pzII''get_ServiceLocator_Vl6pzIIService'false],
  31620.             'DcSiteBundle\\Controller\\Opel\\FinanceController:credit' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  31621.             'DcSiteBundle\\Controller\\Opel\\FinanceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31622.             'DcSiteBundle\\Controller\\Opel\\FinanceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31623.             'DcSiteBundle\\Controller\\Opel\\FinanceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31624.             'DcSiteBundle\\Controller\\Opel\\MainController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31625.             'DcSiteBundle\\Controller\\Opel\\MainController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31626.             'DcSiteBundle\\Controller\\Opel\\MainController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31627.             'DcSiteBundle\\Controller\\Opel\\MainController:index' => ['privates''.service_locator.8E7jDKW''get_ServiceLocator_8E7jDKWService'false],
  31628.             'DcSiteBundle\\Controller\\Opel\\MainController:loadModels' => ['privates''.service_locator.bq4EbkH''get_ServiceLocator_Bq4EbkHService'false],
  31629.             'DcSiteBundle\\Controller\\Opel\\ServiceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31630.             'DcSiteBundle\\Controller\\Opel\\ServiceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31631.             'DcSiteBundle\\Controller\\Opel\\ServiceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31632.             'DcSiteBundle\\Controller\\Opel\\ServiceController:regulationsTo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31633.             'DcSiteBundle\\Controller\\Opel\\StocksController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31634.             'DcSiteBundle\\Controller\\Opel\\StocksController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31635.             'DcSiteBundle\\Controller\\Opel\\StocksController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31636.             'DcSiteBundle\\Controller\\Opel\\StocksController:stocksSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  31637.             'DcSiteBundle\\Controller\\Peugeot\\AboutController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31638.             'DcSiteBundle\\Controller\\Peugeot\\AboutController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31639.             'DcSiteBundle\\Controller\\Peugeot\\AboutController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31640.             'DcSiteBundle\\Controller\\Peugeot\\AboutController:newsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  31641.             'DcSiteBundle\\Controller\\Peugeot\\AboutController:staff' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  31642.             'DcSiteBundle\\Controller\\Peugeot\\AccessoriesController:accessoriesCatalog' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31643.             'DcSiteBundle\\Controller\\Peugeot\\AccessoriesController:accessoriesCategory' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31644.             'DcSiteBundle\\Controller\\Peugeot\\AccessoriesController:accessoriesModel' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31645.             'DcSiteBundle\\Controller\\Peugeot\\AccessoriesController:accessoriesModelVariation' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31646.             'DcSiteBundle\\Controller\\Peugeot\\AccessoriesController:accessoriesPage' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31647.             'DcSiteBundle\\Controller\\Peugeot\\AccessoriesController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31648.             'DcSiteBundle\\Controller\\Peugeot\\AccessoriesController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31649.             'DcSiteBundle\\Controller\\Peugeot\\AccessoriesController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31650.             'DcSiteBundle\\Controller\\Peugeot\\BaseController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31651.             'DcSiteBundle\\Controller\\Peugeot\\BaseController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31652.             'DcSiteBundle\\Controller\\Peugeot\\BaseController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31653.             'DcSiteBundle\\Controller\\Peugeot\\BasketController:checkoutOrder' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  31654.             'DcSiteBundle\\Controller\\Peugeot\\BasketController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31655.             'DcSiteBundle\\Controller\\Peugeot\\BasketController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31656.             'DcSiteBundle\\Controller\\Peugeot\\BasketController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31657.             'DcSiteBundle\\Controller\\Peugeot\\BasketController:order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  31658.             'DcSiteBundle\\Controller\\Peugeot\\CarController:car' => ['privates''.service_locator.L6UsUDo''get_ServiceLocator_L6UsUDoService'false],
  31659.             'DcSiteBundle\\Controller\\Peugeot\\CarController:carCardStock' => ['privates''.service_locator.C9.oLVm''get_ServiceLocator_C9_OLVmService'false],
  31660.             'DcSiteBundle\\Controller\\Peugeot\\CarController:carConfiguraion' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31661.             'DcSiteBundle\\Controller\\Peugeot\\CarController:category' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  31662.             'DcSiteBundle\\Controller\\Peugeot\\CarController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31663.             'DcSiteBundle\\Controller\\Peugeot\\CarController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31664.             'DcSiteBundle\\Controller\\Peugeot\\CarController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31665.             'DcSiteBundle\\Controller\\Peugeot\\CarController:list' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  31666.             'DcSiteBundle\\Controller\\Peugeot\\CarController:listPage' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  31667.             'DcSiteBundle\\Controller\\Peugeot\\CarController:secondhandSingle' => ['privates''.service_locator.Vl6pzII''get_ServiceLocator_Vl6pzIIService'false],
  31668.             'DcSiteBundle\\Controller\\Peugeot\\FinanceController:credit' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  31669.             'DcSiteBundle\\Controller\\Peugeot\\FinanceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31670.             'DcSiteBundle\\Controller\\Peugeot\\FinanceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31671.             'DcSiteBundle\\Controller\\Peugeot\\FinanceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31672.             'DcSiteBundle\\Controller\\Peugeot\\MainController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31673.             'DcSiteBundle\\Controller\\Peugeot\\MainController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31674.             'DcSiteBundle\\Controller\\Peugeot\\MainController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31675.             'DcSiteBundle\\Controller\\Peugeot\\MainController:index' => ['privates''.service_locator.0agYNHk''get_ServiceLocator_0agYNHkService'false],
  31676.             'DcSiteBundle\\Controller\\Peugeot\\MainController:initMenu' => ['privates''.service_locator.0ZY6ZQQ''get_ServiceLocator_0ZY6ZQQService'false],
  31677.             'DcSiteBundle\\Controller\\Peugeot\\ServiceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31678.             'DcSiteBundle\\Controller\\Peugeot\\ServiceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31679.             'DcSiteBundle\\Controller\\Peugeot\\ServiceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31680.             'DcSiteBundle\\Controller\\Peugeot\\ServiceController:regulationsTo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31681.             'DcSiteBundle\\Controller\\Peugeot\\StocksController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31682.             'DcSiteBundle\\Controller\\Peugeot\\StocksController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31683.             'DcSiteBundle\\Controller\\Peugeot\\StocksController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31684.             'DcSiteBundle\\Controller\\Peugeot\\StocksController:stocksSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  31685.             'DcSiteBundle\\Controller\\PostController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31686.             'DcSiteBundle\\Controller\\PostController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31687.             'DcSiteBundle\\Controller\\PostController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31688.             'DcSiteBundle\\Controller\\RSSController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31689.             'DcSiteBundle\\Controller\\RSSController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31690.             'DcSiteBundle\\Controller\\RSSController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31691.             'DcSiteBundle\\Controller\\RegistrationCostController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31692.             'DcSiteBundle\\Controller\\RegistrationCostController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31693.             'DcSiteBundle\\Controller\\RegistrationCostController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31694.             'DcSiteBundle\\Controller\\RegulationToController:download' => ['privates''.service_locator.PyYDuxD''get_ServiceLocator_PyYDuxDService'false],
  31695.             'DcSiteBundle\\Controller\\RegulationToController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31696.             'DcSiteBundle\\Controller\\RegulationToController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31697.             'DcSiteBundle\\Controller\\RegulationToController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31698.             'DcSiteBundle\\Controller\\RegulationToController:getRegulationData' => ['privates''.service_locator.4wrOGY0''get_ServiceLocator_4wrOGY0Service'false],
  31699.             'DcSiteBundle\\Controller\\ReviewController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31700.             'DcSiteBundle\\Controller\\ReviewController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31701.             'DcSiteBundle\\Controller\\ReviewController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31702.             'DcSiteBundle\\Controller\\RobotsController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31703.             'DcSiteBundle\\Controller\\RobotsController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31704.             'DcSiteBundle\\Controller\\RobotsController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31705.             'DcSiteBundle\\Controller\\SecondhandController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31706.             'DcSiteBundle\\Controller\\SecondhandController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31707.             'DcSiteBundle\\Controller\\SecondhandController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31708.             'DcSiteBundle\\Controller\\SiteMapController:citroen' => ['privates''.service_locator.ytkxHFW''get_ServiceLocator_YtkxHFWService'false],
  31709.             'DcSiteBundle\\Controller\\SiteMapController:ford' => ['privates''.service_locator.ytkxHFW''get_ServiceLocator_YtkxHFWService'false],
  31710.             'DcSiteBundle\\Controller\\SiteMapController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31711.             'DcSiteBundle\\Controller\\SiteMapController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31712.             'DcSiteBundle\\Controller\\SiteMapController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31713.             'DcSiteBundle\\Controller\\SiteMapController:haval' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31714.             'DcSiteBundle\\Controller\\SiteMapController:honda' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31715.             'DcSiteBundle\\Controller\\SiteMapController:infiniti' => ['privates''.service_locator.ytkxHFW''get_ServiceLocator_YtkxHFWService'false],
  31716.             'DcSiteBundle\\Controller\\SiteMapController:jaguar' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31717.             'DcSiteBundle\\Controller\\SiteMapController:jeep' => ['privates''.service_locator.6s_FNxa''get_ServiceLocator_6sFNxaService'false],
  31718.             'DcSiteBundle\\Controller\\SiteMapController:landrover' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31719.             'DcSiteBundle\\Controller\\SiteMapController:lexus' => ['privates''.service_locator.92uEq.T''get_ServiceLocator_92uEq_TService'false],
  31720.             'DcSiteBundle\\Controller\\SiteMapController:marine' => ['privates''.service_locator.ggz.bjD''get_ServiceLocator_Ggz_BjDService'false],
  31721.             'DcSiteBundle\\Controller\\SiteMapController:mazda' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31722.             'DcSiteBundle\\Controller\\SiteMapController:mg' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31723.             'DcSiteBundle\\Controller\\SiteMapController:nissan' => ['privates''.service_locator.ytkxHFW''get_ServiceLocator_YtkxHFWService'false],
  31724.             'DcSiteBundle\\Controller\\SiteMapController:nissanArmada' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31725.             'DcSiteBundle\\Controller\\SiteMapController:opel' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31726.             'DcSiteBundle\\Controller\\SiteMapController:palmira' => ['privates''.service_locator.ytkxHFW''get_ServiceLocator_YtkxHFWService'false],
  31727.             'DcSiteBundle\\Controller\\SiteMapController:peugeot' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31728.             'DcSiteBundle\\Controller\\SiteMapController:shopImagesSiteMap' => ['privates''.service_locator.C4FT5cG''get_ServiceLocator_C4FT5cGService'false],
  31729.             'DcSiteBundle\\Controller\\SiteMapController:subaru' => ['privates''.service_locator.so2VbTC''get_ServiceLocator_So2VbTCService'false],
  31730.             'DcSiteBundle\\Controller\\SiteMapController:suzuki' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31731.             'DcSiteBundle\\Controller\\SiteMapController:toyota' => ['privates''.service_locator.r6ap4us''get_ServiceLocator_R6ap4usService'false],
  31732.             'DcSiteBundle\\Controller\\SiteMapController:toyotaBorispol' => ['privates''.service_locator.HZnMw.5''get_ServiceLocator_HZnMw_5Service'false],
  31733.             'DcSiteBundle\\Controller\\SiteMapController:volvo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31734.             'DcSiteBundle\\Controller\\SmsLandingController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31735.             'DcSiteBundle\\Controller\\SmsLandingController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31736.             'DcSiteBundle\\Controller\\SmsLandingController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31737.             'DcSiteBundle\\Controller\\SparePartsController:catalogVehicle' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  31738.             'DcSiteBundle\\Controller\\SparePartsController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31739.             'DcSiteBundle\\Controller\\SparePartsController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31740.             'DcSiteBundle\\Controller\\SparePartsController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31741.             'DcSiteBundle\\Controller\\SparePartsController:getCatalogAccessory' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  31742.             'DcSiteBundle\\Controller\\SparePartsController:getPagination' => ['privates''.service_locator.5OvAUP5''get_ServiceLocator_5OvAUP5Service'false],
  31743.             'DcSiteBundle\\Controller\\Subaru\\AboutController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31744.             'DcSiteBundle\\Controller\\Subaru\\AboutController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31745.             'DcSiteBundle\\Controller\\Subaru\\AboutController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31746.             'DcSiteBundle\\Controller\\Subaru\\AboutController:index' => ['privates''.service_locator.UQw9vS_''get_ServiceLocator_UQw9vSService'false],
  31747.             'DcSiteBundle\\Controller\\Subaru\\AboutController:newsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  31748.             'DcSiteBundle\\Controller\\Subaru\\AboutController:staff' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  31749.             'DcSiteBundle\\Controller\\Subaru\\AccessoriesController:accessoriesCatalog' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31750.             'DcSiteBundle\\Controller\\Subaru\\AccessoriesController:accessoriesCategory' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31751.             'DcSiteBundle\\Controller\\Subaru\\AccessoriesController:accessoriesModel' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31752.             'DcSiteBundle\\Controller\\Subaru\\AccessoriesController:accessoriesModelVariation' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31753.             'DcSiteBundle\\Controller\\Subaru\\AccessoriesController:accessoriesPage' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31754.             'DcSiteBundle\\Controller\\Subaru\\AccessoriesController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31755.             'DcSiteBundle\\Controller\\Subaru\\AccessoriesController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31756.             'DcSiteBundle\\Controller\\Subaru\\AccessoriesController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31757.             'DcSiteBundle\\Controller\\Subaru\\BaseController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31758.             'DcSiteBundle\\Controller\\Subaru\\BaseController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31759.             'DcSiteBundle\\Controller\\Subaru\\BaseController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31760.             'DcSiteBundle\\Controller\\Subaru\\BasketController:basket' => ['privates''.service_locator.5_6ROBk''get_ServiceLocator_56ROBkService'false],
  31761.             'DcSiteBundle\\Controller\\Subaru\\BasketController:checkoutOrder' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  31762.             'DcSiteBundle\\Controller\\Subaru\\BasketController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31763.             'DcSiteBundle\\Controller\\Subaru\\BasketController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31764.             'DcSiteBundle\\Controller\\Subaru\\BasketController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31765.             'DcSiteBundle\\Controller\\Subaru\\BasketController:order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  31766.             'DcSiteBundle\\Controller\\Subaru\\CarController:car' => ['privates''.service_locator.XbWzu0X''get_ServiceLocator_XbWzu0XService'false],
  31767.             'DcSiteBundle\\Controller\\Subaru\\CarController:carConfiguraion' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31768.             'DcSiteBundle\\Controller\\Subaru\\CarController:configurator' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  31769.             'DcSiteBundle\\Controller\\Subaru\\CarController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31770.             'DcSiteBundle\\Controller\\Subaru\\CarController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31771.             'DcSiteBundle\\Controller\\Subaru\\CarController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31772.             'DcSiteBundle\\Controller\\Subaru\\CarController:inStockSingle' => ['privates''.service_locator.SQbSDtn''get_ServiceLocator_SQbSDtnService'false],
  31773.             'DcSiteBundle\\Controller\\Subaru\\CarController:index' => ['privates''.service_locator.UQw9vS_''get_ServiceLocator_UQw9vSService'false],
  31774.             'DcSiteBundle\\Controller\\Subaru\\CarController:listPage' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  31775.             'DcSiteBundle\\Controller\\Subaru\\CarController:modelLineup' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  31776.             'DcSiteBundle\\Controller\\Subaru\\CarController:secondhandSingle' => ['privates''.service_locator.Vl6pzII''get_ServiceLocator_Vl6pzIIService'false],
  31777.             'DcSiteBundle\\Controller\\Subaru\\FinanceController:credit' => ['privates''.service_locator.gIHXUau''get_ServiceLocator_GIHXUauService'false],
  31778.             'DcSiteBundle\\Controller\\Subaru\\FinanceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31779.             'DcSiteBundle\\Controller\\Subaru\\FinanceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31780.             'DcSiteBundle\\Controller\\Subaru\\FinanceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31781.             'DcSiteBundle\\Controller\\Subaru\\FinanceController:index' => ['privates''.service_locator.UQw9vS_''get_ServiceLocator_UQw9vSService'false],
  31782.             'DcSiteBundle\\Controller\\Subaru\\MainController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31783.             'DcSiteBundle\\Controller\\Subaru\\MainController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31784.             'DcSiteBundle\\Controller\\Subaru\\MainController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31785.             'DcSiteBundle\\Controller\\Subaru\\MainController:index' => ['privates''.service_locator.UQw9vS_''get_ServiceLocator_UQw9vSService'false],
  31786.             'DcSiteBundle\\Controller\\Subaru\\ServiceController:checkVin' => ['privates''.service_locator.unyn53X''get_ServiceLocator_Unyn53XService'false],
  31787.             'DcSiteBundle\\Controller\\Subaru\\ServiceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31788.             'DcSiteBundle\\Controller\\Subaru\\ServiceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31789.             'DcSiteBundle\\Controller\\Subaru\\ServiceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31790.             'DcSiteBundle\\Controller\\Subaru\\ServiceController:index' => ['privates''.service_locator.UQw9vS_''get_ServiceLocator_UQw9vSService'false],
  31791.             'DcSiteBundle\\Controller\\Subaru\\ServiceController:regulationsTo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31792.             'DcSiteBundle\\Controller\\Subaru\\StocksController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31793.             'DcSiteBundle\\Controller\\Subaru\\StocksController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31794.             'DcSiteBundle\\Controller\\Subaru\\StocksController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31795.             'DcSiteBundle\\Controller\\Subaru\\StocksController:stocksSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  31796.             'DcSiteBundle\\Controller\\Suzuki\\AboutController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31797.             'DcSiteBundle\\Controller\\Suzuki\\AboutController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31798.             'DcSiteBundle\\Controller\\Suzuki\\AboutController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31799.             'DcSiteBundle\\Controller\\Suzuki\\AboutController:newsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  31800.             'DcSiteBundle\\Controller\\Suzuki\\AboutController:staff' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  31801.             'DcSiteBundle\\Controller\\Suzuki\\AccessoriesController:accessoriesCatalog' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31802.             'DcSiteBundle\\Controller\\Suzuki\\AccessoriesController:accessoriesCategory' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31803.             'DcSiteBundle\\Controller\\Suzuki\\AccessoriesController:accessoriesModel' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31804.             'DcSiteBundle\\Controller\\Suzuki\\AccessoriesController:accessoriesModelVariation' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31805.             'DcSiteBundle\\Controller\\Suzuki\\AccessoriesController:accessoriesPage' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31806.             'DcSiteBundle\\Controller\\Suzuki\\AccessoriesController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31807.             'DcSiteBundle\\Controller\\Suzuki\\AccessoriesController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31808.             'DcSiteBundle\\Controller\\Suzuki\\AccessoriesController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31809.             'DcSiteBundle\\Controller\\Suzuki\\BaseController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31810.             'DcSiteBundle\\Controller\\Suzuki\\BaseController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31811.             'DcSiteBundle\\Controller\\Suzuki\\BaseController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31812.             'DcSiteBundle\\Controller\\Suzuki\\BasketController:checkoutOrder' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  31813.             'DcSiteBundle\\Controller\\Suzuki\\BasketController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31814.             'DcSiteBundle\\Controller\\Suzuki\\BasketController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31815.             'DcSiteBundle\\Controller\\Suzuki\\BasketController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31816.             'DcSiteBundle\\Controller\\Suzuki\\BasketController:order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  31817.             'DcSiteBundle\\Controller\\Suzuki\\CarController:car' => ['privates''.service_locator.p7C0i3n''get_ServiceLocator_P7C0i3nService'false],
  31818.             'DcSiteBundle\\Controller\\Suzuki\\CarController:carConfiguraion' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31819.             'DcSiteBundle\\Controller\\Suzuki\\CarController:carInStockSingle' => ['privates''.service_locator.C9.oLVm''get_ServiceLocator_C9_OLVmService'false],
  31820.             'DcSiteBundle\\Controller\\Suzuki\\CarController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31821.             'DcSiteBundle\\Controller\\Suzuki\\CarController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31822.             'DcSiteBundle\\Controller\\Suzuki\\CarController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31823.             'DcSiteBundle\\Controller\\Suzuki\\CarController:lineUpCar' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  31824.             'DcSiteBundle\\Controller\\Suzuki\\CarController:lineUpCarPage' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  31825.             'DcSiteBundle\\Controller\\Suzuki\\CarController:moto' => ['privates''.service_locator.XGmp1Lg''get_ServiceLocator_XGmp1LgService'false],
  31826.             'DcSiteBundle\\Controller\\Suzuki\\CarController:secondhandSingle' => ['privates''.service_locator.Vl6pzII''get_ServiceLocator_Vl6pzIIService'false],
  31827.             'DcSiteBundle\\Controller\\Suzuki\\FinanceController:credit' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  31828.             'DcSiteBundle\\Controller\\Suzuki\\FinanceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31829.             'DcSiteBundle\\Controller\\Suzuki\\FinanceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31830.             'DcSiteBundle\\Controller\\Suzuki\\FinanceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31831.             'DcSiteBundle\\Controller\\Suzuki\\MainController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31832.             'DcSiteBundle\\Controller\\Suzuki\\MainController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31833.             'DcSiteBundle\\Controller\\Suzuki\\MainController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31834.             'DcSiteBundle\\Controller\\Suzuki\\MainController:index' => ['privates''.service_locator.Nn0S.cW''get_ServiceLocator_Nn0S_CWService'false],
  31835.             'DcSiteBundle\\Controller\\Suzuki\\ServiceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31836.             'DcSiteBundle\\Controller\\Suzuki\\ServiceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31837.             'DcSiteBundle\\Controller\\Suzuki\\ServiceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31838.             'DcSiteBundle\\Controller\\Suzuki\\ServiceController:regulationsTo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31839.             'DcSiteBundle\\Controller\\Suzuki\\StocksController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31840.             'DcSiteBundle\\Controller\\Suzuki\\StocksController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31841.             'DcSiteBundle\\Controller\\Suzuki\\StocksController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31842.             'DcSiteBundle\\Controller\\Suzuki\\StocksController:stocksSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  31843.             'DcSiteBundle\\Controller\\TestDriveController:checkDate' => ['privates''.service_locator.ztSuKR2''get_ServiceLocator_ZtSuKR2Service'false],
  31844.             'DcSiteBundle\\Controller\\TestDriveController:checkSign' => ['privates''.service_locator.K3nEOYJ''get_ServiceLocator_K3nEOYJService'false],
  31845.             'DcSiteBundle\\Controller\\TestDriveController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31846.             'DcSiteBundle\\Controller\\TestDriveController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31847.             'DcSiteBundle\\Controller\\TestDriveController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31848.             'DcSiteBundle\\Controller\\TestDriveController:getTime' => ['privates''.service_locator.RYZO4a3''get_ServiceLocator_RYZO4a3Service'false],
  31849.             'DcSiteBundle\\Controller\\TestDriveController:initByDealerOld' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  31850.             'DcSiteBundle\\Controller\\TestDriveController:resend' => ['privates''.service_locator.deiQyQr''get_ServiceLocator_DeiQyQrService'false],
  31851.             'DcSiteBundle\\Controller\\TestDriveController:sign' => ['privates''.service_locator.XFuUi12''get_ServiceLocator_XFuUi12Service'false],
  31852.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AboutController:actionsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  31853.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AboutController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31854.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AboutController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31855.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AboutController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31856.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AboutController:newsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  31857.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AboutController:team' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  31858.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AccessoriesController:accessoriesCatalog' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31859.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AccessoriesController:accessoriesCategory' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31860.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AccessoriesController:accessoriesModel' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31861.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AccessoriesController:accessoriesModelVariation' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31862.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AccessoriesController:accessoriesPage' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31863.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AccessoriesController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31864.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AccessoriesController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31865.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AccessoriesController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31866.             'DcSiteBundle\\Controller\\ToyotaBorispol\\BaseController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31867.             'DcSiteBundle\\Controller\\ToyotaBorispol\\BaseController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31868.             'DcSiteBundle\\Controller\\ToyotaBorispol\\BaseController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31869.             'DcSiteBundle\\Controller\\ToyotaBorispol\\BasketController:basket' => ['privates''.service_locator._LVtX3s''get_ServiceLocator_LVtX3sService'false],
  31870.             'DcSiteBundle\\Controller\\ToyotaBorispol\\BasketController:checkoutOrder' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  31871.             'DcSiteBundle\\Controller\\ToyotaBorispol\\BasketController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31872.             'DcSiteBundle\\Controller\\ToyotaBorispol\\BasketController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31873.             'DcSiteBundle\\Controller\\ToyotaBorispol\\BasketController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31874.             'DcSiteBundle\\Controller\\ToyotaBorispol\\BasketController:order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  31875.             'DcSiteBundle\\Controller\\ToyotaBorispol\\CarController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31876.             'DcSiteBundle\\Controller\\ToyotaBorispol\\CarController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31877.             'DcSiteBundle\\Controller\\ToyotaBorispol\\CarController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31878.             'DcSiteBundle\\Controller\\ToyotaBorispol\\FinanceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31879.             'DcSiteBundle\\Controller\\ToyotaBorispol\\FinanceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31880.             'DcSiteBundle\\Controller\\ToyotaBorispol\\FinanceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31881.             'DcSiteBundle\\Controller\\ToyotaBorispol\\MainController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31882.             'DcSiteBundle\\Controller\\ToyotaBorispol\\MainController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31883.             'DcSiteBundle\\Controller\\ToyotaBorispol\\MainController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31884.             'DcSiteBundle\\Controller\\ToyotaBorispol\\MainController:index' => ['privates''.service_locator.l3w0AMl''get_ServiceLocator_L3w0AMlService'false],
  31885.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController:creditCalc' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  31886.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController:getAvailableRentCar' => ['privates''.service_locator.9AcM4s2''get_ServiceLocator_9AcM4s2Service'false],
  31887.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31888.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31889.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31890.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController:orderForRentCar' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  31891.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController:regulationsTo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31892.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController:saveReplacementCarForm' => ['privates''.service_locator.9AcM4s2''get_ServiceLocator_9AcM4s2Service'false],
  31893.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController:servicePage' => ['privates''.service_locator.NDWf2XC''get_ServiceLocator_NDWf2XCService'false],
  31894.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController:to' => ['privates''.service_locator.HZnMw.5''get_ServiceLocator_HZnMw_5Service'false],
  31895.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AboutController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31896.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AboutController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31897.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AboutController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31898.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AboutController:singleNews' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  31899.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AboutController:staff' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  31900.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AccessoriesController:accessoriesCatalog' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31901.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AccessoriesController:accessoriesCategory' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31902.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AccessoriesController:accessoriesModel' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31903.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AccessoriesController:accessoriesModelVariation' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31904.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AccessoriesController:accessoriesPage' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31905.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AccessoriesController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31906.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AccessoriesController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31907.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AccessoriesController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31908.             'DcSiteBundle\\Controller\\ToyotaOdessa\\BaseController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31909.             'DcSiteBundle\\Controller\\ToyotaOdessa\\BaseController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31910.             'DcSiteBundle\\Controller\\ToyotaOdessa\\BaseController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31911.             'DcSiteBundle\\Controller\\ToyotaOdessa\\BasketController:basket' => ['privates''.service_locator.5_6ROBk''get_ServiceLocator_56ROBkService'false],
  31912.             'DcSiteBundle\\Controller\\ToyotaOdessa\\BasketController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31913.             'DcSiteBundle\\Controller\\ToyotaOdessa\\BasketController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31914.             'DcSiteBundle\\Controller\\ToyotaOdessa\\BasketController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31915.             'DcSiteBundle\\Controller\\ToyotaOdessa\\BasketController:order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  31916.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarController:car' => ['privates''.service_locator.XGmp1Lg''get_ServiceLocator_XGmp1LgService'false],
  31917.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarController:carConfiguraion' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31918.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarController:category' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  31919.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31920.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31921.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31922.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarController:list' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  31923.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarController:listPage' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  31924.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarInStockController:buyOnlineResult' => ['privates''.service_locator.C9.oLVm''get_ServiceLocator_C9_OLVmService'false],
  31925.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarInStockController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31926.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarInStockController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31927.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarInStockController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31928.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarInStockController:inStockList' => ['privates''.service_locator.RZhMk0u''get_ServiceLocator_RZhMk0uService'false],
  31929.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarInStockController:inStockSingle' => ['privates''.service_locator.MyplFh5''get_ServiceLocator_MyplFh5Service'false],
  31930.             'DcSiteBundle\\Controller\\ToyotaOdessa\\MainController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31931.             'DcSiteBundle\\Controller\\ToyotaOdessa\\MainController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31932.             'DcSiteBundle\\Controller\\ToyotaOdessa\\MainController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31933.             'DcSiteBundle\\Controller\\ToyotaOdessa\\PostController:actionSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  31934.             'DcSiteBundle\\Controller\\ToyotaOdessa\\PostController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31935.             'DcSiteBundle\\Controller\\ToyotaOdessa\\PostController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31936.             'DcSiteBundle\\Controller\\ToyotaOdessa\\PostController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31937.             'DcSiteBundle\\Controller\\ToyotaOdessa\\ServiceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31938.             'DcSiteBundle\\Controller\\ToyotaOdessa\\ServiceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31939.             'DcSiteBundle\\Controller\\ToyotaOdessa\\ServiceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31940.             'DcSiteBundle\\Controller\\ToyotaOdessa\\ServiceController:regulationsTo' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31941.             'DcSiteBundle\\Controller\\ToyotaOdessa\\ServicesController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31942.             'DcSiteBundle\\Controller\\ToyotaOdessa\\ServicesController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31943.             'DcSiteBundle\\Controller\\ToyotaOdessa\\ServicesController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31944.             'DcSiteBundle\\Controller\\Toyota\\AboutController:dealerCenter' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  31945.             'DcSiteBundle\\Controller\\Toyota\\AboutController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31946.             'DcSiteBundle\\Controller\\Toyota\\AboutController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31947.             'DcSiteBundle\\Controller\\Toyota\\AboutController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31948.             'DcSiteBundle\\Controller\\Toyota\\AboutController:news' => ['privates''.service_locator.0agYNHk''get_ServiceLocator_0agYNHkService'false],
  31949.             'DcSiteBundle\\Controller\\Toyota\\AboutController:singleNews' => ['privates''.service_locator.nhhyVEO''get_ServiceLocator_NhhyVEOService'false],
  31950.             'DcSiteBundle\\Controller\\Toyota\\AboutController:staff' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  31951.             'DcSiteBundle\\Controller\\Toyota\\AccessoriesController:accessoriesCatalog' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31952.             'DcSiteBundle\\Controller\\Toyota\\AccessoriesController:accessoriesCategory' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31953.             'DcSiteBundle\\Controller\\Toyota\\AccessoriesController:accessoriesModel' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31954.             'DcSiteBundle\\Controller\\Toyota\\AccessoriesController:accessoriesModelVariation' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31955.             'DcSiteBundle\\Controller\\Toyota\\AccessoriesController:accessoriesPage' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  31956.             'DcSiteBundle\\Controller\\Toyota\\AccessoriesController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31957.             'DcSiteBundle\\Controller\\Toyota\\AccessoriesController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31958.             'DcSiteBundle\\Controller\\Toyota\\AccessoriesController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31959.             'DcSiteBundle\\Controller\\Toyota\\BaseController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31960.             'DcSiteBundle\\Controller\\Toyota\\BaseController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31961.             'DcSiteBundle\\Controller\\Toyota\\BaseController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31962.             'DcSiteBundle\\Controller\\Toyota\\BasketController:checkoutOrder' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  31963.             'DcSiteBundle\\Controller\\Toyota\\BasketController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31964.             'DcSiteBundle\\Controller\\Toyota\\BasketController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31965.             'DcSiteBundle\\Controller\\Toyota\\BasketController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31966.             'DcSiteBundle\\Controller\\Toyota\\BasketController:order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  31967.             'DcSiteBundle\\Controller\\Toyota\\CarController:car' => ['privates''.service_locator.0u2t7AC''get_ServiceLocator_0u2t7ACService'false],
  31968.             'DcSiteBundle\\Controller\\Toyota\\CarController:carConfiguraion' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31969.             'DcSiteBundle\\Controller\\Toyota\\CarController:category' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  31970.             'DcSiteBundle\\Controller\\Toyota\\CarController:comparison' => ['privates''.service_locator.DMePMAD''get_ServiceLocator_DMePMADService'false],
  31971.             'DcSiteBundle\\Controller\\Toyota\\CarController:configurator' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  31972.             'DcSiteBundle\\Controller\\Toyota\\CarController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31973.             'DcSiteBundle\\Controller\\Toyota\\CarController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31974.             'DcSiteBundle\\Controller\\Toyota\\CarController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31975.             'DcSiteBundle\\Controller\\Toyota\\CarController:inStockSingle' => ['privates''.service_locator.C9.oLVm''get_ServiceLocator_C9_OLVmService'false],
  31976.             'DcSiteBundle\\Controller\\Toyota\\CarController:list' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  31977.             'DcSiteBundle\\Controller\\Toyota\\CarController:listPage' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  31978.             'DcSiteBundle\\Controller\\Toyota\\MainController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31979.             'DcSiteBundle\\Controller\\Toyota\\MainController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31980.             'DcSiteBundle\\Controller\\Toyota\\MainController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31981.             'DcSiteBundle\\Controller\\Toyota\\MainController:index' => ['privates''.service_locator.y5JThy2''get_ServiceLocator_Y5JThy2Service'false],
  31982.             'DcSiteBundle\\Controller\\Toyota\\MainController:loadModels' => ['privates''.service_locator.sp3FnFY''get_ServiceLocator_Sp3FnFYService'false],
  31983.             'DcSiteBundle\\Controller\\Toyota\\PostController:actionSingle' => ['privates''.service_locator.nhhyVEO''get_ServiceLocator_NhhyVEOService'false],
  31984.             'DcSiteBundle\\Controller\\Toyota\\PostController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31985.             'DcSiteBundle\\Controller\\Toyota\\PostController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31986.             'DcSiteBundle\\Controller\\Toyota\\PostController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31987.             'DcSiteBundle\\Controller\\Toyota\\ServiceController:getAvailableRentCar' => ['privates''.service_locator.9AcM4s2''get_ServiceLocator_9AcM4s2Service'false],
  31988.             'DcSiteBundle\\Controller\\Toyota\\ServiceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31989.             'DcSiteBundle\\Controller\\Toyota\\ServiceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31990.             'DcSiteBundle\\Controller\\Toyota\\ServiceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  31991.             'DcSiteBundle\\Controller\\Toyota\\ServiceController:orderForRentCar' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  31992.             'DcSiteBundle\\Controller\\Toyota\\ServiceController:regulations' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  31993.             'DcSiteBundle\\Controller\\Toyota\\ServiceController:saveReplacementCarForm' => ['privates''.service_locator.9AcM4s2''get_ServiceLocator_9AcM4s2Service'false],
  31994.             'DcSiteBundle\\Controller\\Toyota\\ServiceController:servicePage' => ['privates''.service_locator.NDWf2XC''get_ServiceLocator_NDWf2XCService'false],
  31995.             'DcSiteBundle\\Controller\\Toyota\\ServiceController:signIn' => ['privates''.service_locator.HZnMw.5''get_ServiceLocator_HZnMw_5Service'false],
  31996.             'DcSiteBundle\\Controller\\Toyota\\ServicesController:corpSales' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  31997.             'DcSiteBundle\\Controller\\Toyota\\ServicesController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  31998.             'DcSiteBundle\\Controller\\Toyota\\ServicesController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  31999.             'DcSiteBundle\\Controller\\Toyota\\ServicesController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  32000.             'DcSiteBundle\\Controller\\Toyota\\ServicesController:loan' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  32001.             'DcSiteBundle\\Controller\\TradeInController:estimate' => ['privates''.service_locator.NktUVst''get_ServiceLocator_NktUVstService'false],
  32002.             'DcSiteBundle\\Controller\\TradeInController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  32003.             'DcSiteBundle\\Controller\\TradeInController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  32004.             'DcSiteBundle\\Controller\\TradeInController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  32005.             'DcSiteBundle\\Controller\\TradeInController:getEstimate' => ['privates''.service_locator.ExZJAjw''get_ServiceLocator_ExZJAjwService'false],
  32006.             'DcSiteBundle\\Controller\\TradeInController:init' => ['privates''.service_locator.Z4T8XFt''get_ServiceLocator_Z4T8XFtService'false],
  32007.             'DcSiteBundle\\Controller\\TradeInController:search' => ['privates''.service_locator.ifG2hg0''get_ServiceLocator_IfG2hg0Service'false],
  32008.             'DcSiteBundle\\Controller\\Unicommerce\\AboutController:about' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  32009.             'DcSiteBundle\\Controller\\Unicommerce\\AboutController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  32010.             'DcSiteBundle\\Controller\\Unicommerce\\AboutController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  32011.             'DcSiteBundle\\Controller\\Unicommerce\\AboutController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  32012.             'DcSiteBundle\\Controller\\Unicommerce\\BaseController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  32013.             'DcSiteBundle\\Controller\\Unicommerce\\BaseController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  32014.             'DcSiteBundle\\Controller\\Unicommerce\\BaseController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  32015.             'DcSiteBundle\\Controller\\Unicommerce\\CarController:carSingle' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  32016.             'DcSiteBundle\\Controller\\Unicommerce\\CarController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  32017.             'DcSiteBundle\\Controller\\Unicommerce\\CarController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  32018.             'DcSiteBundle\\Controller\\Unicommerce\\CarController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  32019.             'DcSiteBundle\\Controller\\Unicommerce\\FinanceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  32020.             'DcSiteBundle\\Controller\\Unicommerce\\FinanceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  32021.             'DcSiteBundle\\Controller\\Unicommerce\\FinanceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  32022.             'DcSiteBundle\\Controller\\Unicommerce\\MainController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  32023.             'DcSiteBundle\\Controller\\Unicommerce\\MainController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  32024.             'DcSiteBundle\\Controller\\Unicommerce\\MainController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  32025.             'DcSiteBundle\\Controller\\Unicommerce\\MainController:index' => ['privates''.service_locator.l3w0AMl''get_ServiceLocator_L3w0AMlService'false],
  32026.             'DcSiteBundle\\Controller\\UsedCarModuleController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  32027.             'DcSiteBundle\\Controller\\UsedCarModuleController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  32028.             'DcSiteBundle\\Controller\\UsedCarModuleController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  32029.             'DcSiteBundle\\Controller\\UsedCarModuleController:usedCatalog' => ['privates''.service_locator.X5QFwji''get_ServiceLocator_X5QFwjiService'false],
  32030.             'DcSiteBundle\\Controller\\UsedCarPdfController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  32031.             'DcSiteBundle\\Controller\\UsedCarPdfController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  32032.             'DcSiteBundle\\Controller\\UsedCarPdfController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  32033.             'DcSiteBundle\\Controller\\Volvo\\AboutController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  32034.             'DcSiteBundle\\Controller\\Volvo\\AboutController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  32035.             'DcSiteBundle\\Controller\\Volvo\\AboutController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  32036.             'DcSiteBundle\\Controller\\Volvo\\AboutController:newsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  32037.             'DcSiteBundle\\Controller\\Volvo\\AboutController:staff' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  32038.             'DcSiteBundle\\Controller\\Volvo\\AccessoriesController:accessoriesCatalog' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  32039.             'DcSiteBundle\\Controller\\Volvo\\AccessoriesController:accessoriesCategory' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  32040.             'DcSiteBundle\\Controller\\Volvo\\AccessoriesController:accessoriesModel' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  32041.             'DcSiteBundle\\Controller\\Volvo\\AccessoriesController:accessoriesModelVariation' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  32042.             'DcSiteBundle\\Controller\\Volvo\\AccessoriesController:accessoriesPage' => ['privates''.service_locator.O7YH.66''get_ServiceLocator_O7YH_66Service'false],
  32043.             'DcSiteBundle\\Controller\\Volvo\\AccessoriesController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  32044.             'DcSiteBundle\\Controller\\Volvo\\AccessoriesController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  32045.             'DcSiteBundle\\Controller\\Volvo\\AccessoriesController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  32046.             'DcSiteBundle\\Controller\\Volvo\\BaseController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  32047.             'DcSiteBundle\\Controller\\Volvo\\BaseController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  32048.             'DcSiteBundle\\Controller\\Volvo\\BaseController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  32049.             'DcSiteBundle\\Controller\\Volvo\\BasketController:basket' => ['privates''.service_locator.5_6ROBk''get_ServiceLocator_56ROBkService'false],
  32050.             'DcSiteBundle\\Controller\\Volvo\\BasketController:checkoutOrder' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  32051.             'DcSiteBundle\\Controller\\Volvo\\BasketController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  32052.             'DcSiteBundle\\Controller\\Volvo\\BasketController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  32053.             'DcSiteBundle\\Controller\\Volvo\\BasketController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  32054.             'DcSiteBundle\\Controller\\Volvo\\BasketController:order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  32055.             'DcSiteBundle\\Controller\\Volvo\\CarController:carConfiguraion' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  32056.             'DcSiteBundle\\Controller\\Volvo\\CarController:carStocksCard' => ['privates''.service_locator.C9.oLVm''get_ServiceLocator_C9_OLVmService'false],
  32057.             'DcSiteBundle\\Controller\\Volvo\\CarController:cardCar' => ['privates''.service_locator.7Yjue.D''get_ServiceLocator_7Yjue_DService'false],
  32058.             'DcSiteBundle\\Controller\\Volvo\\CarController:category' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  32059.             'DcSiteBundle\\Controller\\Volvo\\CarController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  32060.             'DcSiteBundle\\Controller\\Volvo\\CarController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  32061.             'DcSiteBundle\\Controller\\Volvo\\CarController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  32062.             'DcSiteBundle\\Controller\\Volvo\\CarController:list' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  32063.             'DcSiteBundle\\Controller\\Volvo\\CarController:listPage' => ['privates''.service_locator.VSyfYDS''get_ServiceLocator_VSyfYDSService'false],
  32064.             'DcSiteBundle\\Controller\\Volvo\\CarController:secondhandSingle' => ['privates''.service_locator.Vl6pzII''get_ServiceLocator_Vl6pzIIService'false],
  32065.             'DcSiteBundle\\Controller\\Volvo\\FinanceController:credit' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  32066.             'DcSiteBundle\\Controller\\Volvo\\FinanceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  32067.             'DcSiteBundle\\Controller\\Volvo\\FinanceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  32068.             'DcSiteBundle\\Controller\\Volvo\\FinanceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  32069.             'DcSiteBundle\\Controller\\Volvo\\MainController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  32070.             'DcSiteBundle\\Controller\\Volvo\\MainController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  32071.             'DcSiteBundle\\Controller\\Volvo\\MainController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  32072.             'DcSiteBundle\\Controller\\Volvo\\MainController:index' => ['privates''.service_locator.afpyXRq''get_ServiceLocator_AfpyXRqService'false],
  32073.             'DcSiteBundle\\Controller\\Volvo\\MainController:menuInit' => ['privates''.service_locator.0ZY6ZQQ''get_ServiceLocator_0ZY6ZQQService'false],
  32074.             'DcSiteBundle\\Controller\\Volvo\\MainController:seveTempForm' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  32075.             'DcSiteBundle\\Controller\\Volvo\\MainController:specialOffersSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  32076.             'DcSiteBundle\\Controller\\Volvo\\MainController:volvoTour17Save' => ['privates''.service_locator.mMCqrqu''get_ServiceLocator_MMCqrquService'false],
  32077.             'DcSiteBundle\\Controller\\Volvo\\MainController:volvoTourSave' => ['privates''.service_locator.mMCqrqu''get_ServiceLocator_MMCqrquService'false],
  32078.             'DcSiteBundle\\Controller\\Volvo\\ServiceController:calculationValuation' => ['privates''.service_locator.E8i.8M4''get_ServiceLocator_E8i_8M4Service'false],
  32079.             'DcSiteBundle\\Controller\\Volvo\\ServiceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  32080.             'DcSiteBundle\\Controller\\Volvo\\ServiceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  32081.             'DcSiteBundle\\Controller\\Volvo\\ServiceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  32082.             'DcSiteBundle\\Controller\\WaterController:buildFilterUrl' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  32083.             'DcSiteBundle\\Controller\\WaterController:catalogVehicle' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  32084.             'DcSiteBundle\\Controller\\WaterController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  32085.             'DcSiteBundle\\Controller\\WaterController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  32086.             'DcSiteBundle\\Controller\\WaterController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  32087.             'DcSiteBundle\\Controller\\WaterController:getCatalogAccessory' => ['privates''.service_locator.hCzWLRq''get_ServiceLocator_HCzWLRqService'false],
  32088.             'DcSiteBundle\\Controller\\WaterController:getPagination' => ['privates''.service_locator.5OvAUP5''get_ServiceLocator_5OvAUP5Service'false],
  32089.             'DcSiteBundle\\Controller\\WaterController:getWater' => ['privates''.service_locator.vPdojDK''get_ServiceLocator_VPdojDKService'false],
  32090.             'DcSiteBundle\\Controller\\WaterController:getWaterAccessories' => ['privates''.service_locator.vPdojDK''get_ServiceLocator_VPdojDKService'false],
  32091.             'DcSiteBundle\\Controller\\Yamaha\\AboutController:aboutNewsSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  32092.             'DcSiteBundle\\Controller\\Yamaha\\AboutController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  32093.             'DcSiteBundle\\Controller\\Yamaha\\AboutController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  32094.             'DcSiteBundle\\Controller\\Yamaha\\AboutController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  32095.             'DcSiteBundle\\Controller\\Yamaha\\AccessoriesController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  32096.             'DcSiteBundle\\Controller\\Yamaha\\AccessoriesController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  32097.             'DcSiteBundle\\Controller\\Yamaha\\AccessoriesController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  32098.             'DcSiteBundle\\Controller\\Yamaha\\AjaxController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  32099.             'DcSiteBundle\\Controller\\Yamaha\\AjaxController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  32100.             'DcSiteBundle\\Controller\\Yamaha\\AjaxController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  32101.             'DcSiteBundle\\Controller\\Yamaha\\AjaxController:leasingCSave' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  32102.             'DcSiteBundle\\Controller\\Yamaha\\BaseController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  32103.             'DcSiteBundle\\Controller\\Yamaha\\BaseController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  32104.             'DcSiteBundle\\Controller\\Yamaha\\BaseController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  32105.             'DcSiteBundle\\Controller\\Yamaha\\BoatController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  32106.             'DcSiteBundle\\Controller\\Yamaha\\BoatController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  32107.             'DcSiteBundle\\Controller\\Yamaha\\BoatController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  32108.             'DcSiteBundle\\Controller\\Yamaha\\BoatEngineController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  32109.             'DcSiteBundle\\Controller\\Yamaha\\BoatEngineController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  32110.             'DcSiteBundle\\Controller\\Yamaha\\BoatEngineController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  32111.             'DcSiteBundle\\Controller\\Yamaha\\CatalogController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  32112.             'DcSiteBundle\\Controller\\Yamaha\\CatalogController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  32113.             'DcSiteBundle\\Controller\\Yamaha\\CatalogController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  32114.             'DcSiteBundle\\Controller\\Yamaha\\CatalogController:modelCard' => ['privates''.service_locator.3zKUpnl''get_ServiceLocator_3zKUpnlService'false],
  32115.             'DcSiteBundle\\Controller\\Yamaha\\GeneratorController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  32116.             'DcSiteBundle\\Controller\\Yamaha\\GeneratorController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  32117.             'DcSiteBundle\\Controller\\Yamaha\\GeneratorController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  32118.             'DcSiteBundle\\Controller\\Yamaha\\MainController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  32119.             'DcSiteBundle\\Controller\\Yamaha\\MainController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  32120.             'DcSiteBundle\\Controller\\Yamaha\\MainController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  32121.             'DcSiteBundle\\Controller\\Yamaha\\NonMotorizedBoatController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  32122.             'DcSiteBundle\\Controller\\Yamaha\\NonMotorizedBoatController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  32123.             'DcSiteBundle\\Controller\\Yamaha\\NonMotorizedBoatController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  32124.             'DcSiteBundle\\Controller\\Yamaha\\ServiceController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  32125.             'DcSiteBundle\\Controller\\Yamaha\\ServiceController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  32126.             'DcSiteBundle\\Controller\\Yamaha\\ServiceController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  32127.             'DcSiteBundle\\Controller\\Yamaha\\ServicesController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  32128.             'DcSiteBundle\\Controller\\Yamaha\\ServicesController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  32129.             'DcSiteBundle\\Controller\\Yamaha\\ServicesController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  32130.             'DcSiteBundle\\Controller\\Yamaha\\ServicesController:leasing' => ['privates''.service_locator.n31No4C''get_ServiceLocator_N31No4CService'false],
  32131.             'DcSiteBundle\\Controller\\Yamaha\\ServicesController:winterStorageHydrocycles' => ['privates''.service_locator.n31No4C''get_ServiceLocator_N31No4CService'false],
  32132.             'DcSiteBundle\\Controller\\Yamaha\\StocksController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  32133.             'DcSiteBundle\\Controller\\Yamaha\\StocksController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  32134.             'DcSiteBundle\\Controller\\Yamaha\\StocksController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  32135.             'DcSiteBundle\\Controller\\Yamaha\\StocksController:stocksSingle' => ['privates''.service_locator.cvlNQ_Q''get_ServiceLocator_CvlNQQService'false],
  32136.             'FoundersBundle\\Controller\\BusinessController:business' => ['privates''.service_locator.cPysmXF''get_ServiceLocator_CPysmXFService'false],
  32137.             'FoundersBundle\\Controller\\BusinessController:businessAvtomobilniy' => ['privates''.service_locator.led6AQo''get_ServiceLocator_Led6AQoService'false],
  32138.             'FoundersBundle\\Controller\\FamilyController:loadMorePosts' => ['privates''.service_locator.XDzSyfH''get_ServiceLocator_XDzSyfHService'false],
  32139.             'FoundersBundle\\Controller\\InvestmentController:investmentCategory' => ['privates''.service_locator.cPysmXF''get_ServiceLocator_CPysmXFService'false],
  32140.             'FoundersBundle\\Controller\\InvestmentController:socialInvestmentSingle' => ['privates''.service_locator.cPysmXF''get_ServiceLocator_CPysmXFService'false],
  32141.             'FoundersBundle\\Controller\\MainController:index' => ['privates''.service_locator.cPysmXF''get_ServiceLocator_CPysmXFService'false],
  32142.             'FoundersBundle\\Controller\\MediaController:postNews' => ['privates''.service_locator.cPysmXF''get_ServiceLocator_CPysmXFService'false],
  32143.             'FoundersBundle\\Controller\\MediaController:postPublication' => ['privates''.service_locator.cPysmXF''get_ServiceLocator_CPysmXFService'false],
  32144.             'FoundersBundle\\Controller\\MediaController:postSingle' => ['privates''.service_locator.cPysmXF''get_ServiceLocator_CPysmXFService'false],
  32145.             'FoundersBundle\\Controller\\MediaController:postSolemnEvent' => ['privates''.service_locator.cPysmXF''get_ServiceLocator_CPysmXFService'false],
  32146.             'FoundersBundle\\Controller\\SiteMapController:siteMap' => ['privates''.service_locator.bYwR8h3''get_ServiceLocator_BYwR8h3Service'false],
  32147.             'InsuranceBundle\\Controller\\AboutController:complianceSave' => ['privates''.service_locator.fuUhxUY''get_ServiceLocator_FuUhxUYService'false],
  32148.             'InsuranceBundle\\Controller\\AboutController:getInsuranceCondition' => ['privates''.service_locator.uLECXDE''get_ServiceLocator_ULECXDEService'false],
  32149.             'InsuranceBundle\\Controller\\AboutController:getMediationService' => ['privates''.service_locator.uLECXDE''get_ServiceLocator_ULECXDEService'false],
  32150.             'InsuranceBundle\\Controller\\AboutController:vacansySingle' => ['privates''.service_locator.tk7n0XJ''get_ServiceLocator_Tk7n0XJService'false],
  32151.             'InsuranceBundle\\Controller\\AuthController:loginCheck' => ['privates''.service_locator.RT2v_Ms''get_ServiceLocator_RT2vMsService'false],
  32152.             'InsuranceBundle\\Controller\\BasketController:order' => ['privates''.service_locator.vh9QwCp''get_ServiceLocator_Vh9QwCpService'false],
  32153.             'InsuranceBundle\\Controller\\CabinetController:cabinet' => ['privates''.service_locator.gGjIPR4''get_ServiceLocator_GGjIPR4Service'false],
  32154.             'InsuranceBundle\\Controller\\CabinetController:changeCasco' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  32155.             'InsuranceBundle\\Controller\\CabinetController:fastAuthLogin' => ['privates''.service_locator.IOngJ0P''get_ServiceLocator_IOngJ0PService'false],
  32156.             'InsuranceBundle\\Controller\\CabinetController:prolongation' => ['privates''.service_locator.fbnZ.Xz''get_ServiceLocator_FbnZ_XzService'false],
  32157.             'InsuranceBundle\\Controller\\CabinetController:senFb' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  32158.             'InsuranceBundle\\Controller\\CabinetController:signContract' => ['privates''.service_locator.PyYDuxD''get_ServiceLocator_PyYDuxDService'false],
  32159.             'InsuranceBundle\\Controller\\FormController:advancedQuestion' => ['privates''.service_locator.4gvyiy4''get_ServiceLocator_4gvyiy4Service'false],
  32160.             'InsuranceBundle\\Controller\\FormController:callback' => ['privates''.service_locator.4gvyiy4''get_ServiceLocator_4gvyiy4Service'false],
  32161.             'InsuranceBundle\\Controller\\FormController:orderInsurance' => ['privates''.service_locator.4gvyiy4''get_ServiceLocator_4gvyiy4Service'false],
  32162.             'InsuranceBundle\\Controller\\ProgramsController:autofortressKasco' => ['privates''.service_locator.l3XDe0i''get_ServiceLocator_L3XDe0iService'false],
  32163.             'InsuranceBundle\\Controller\\ProgramsController:calc' => ['privates''.service_locator.Z4T8XFt''get_ServiceLocator_Z4T8XFtService'false],
  32164.             'InsuranceBundle\\Controller\\ProgramsController:cascoOptions' => ['privates''.service_locator.IPkmJgf''get_ServiceLocator_IPkmJgfService'false],
  32165.             'InsuranceBundle\\Controller\\ProgramsController:completeKasco' => ['privates''.service_locator.T8tbY2p''get_ServiceLocator_T8tbY2pService'false],
  32166.             'InsuranceBundle\\Controller\\ProgramsController:dgo' => ['privates''.service_locator.l3XDe0i''get_ServiceLocator_L3XDe0iService'false],
  32167.             'InsuranceBundle\\Controller\\ProgramsController:estimate' => ['privates''.service_locator.bQifdW0''get_ServiceLocator_BQifdW0Service'false],
  32168.             'InsuranceBundle\\Controller\\ProgramsController:extendedWarranty' => ['privates''.service_locator.VZ1K3DK''get_ServiceLocator_VZ1K3DKService'false],
  32169.             'InsuranceBundle\\Controller\\ProgramsController:fiftyKasco' => ['privates''.service_locator.l3XDe0i''get_ServiceLocator_L3XDe0iService'false],
  32170.             'InsuranceBundle\\Controller\\ProgramsController:getModels' => ['privates''.service_locator.zgqOhio''get_ServiceLocator_ZgqOhioService'false],
  32171.             'InsuranceBundle\\Controller\\ProgramsController:homeInsurance' => ['privates''.service_locator.epLYOaB''get_ServiceLocator_EpLYOaBService'false],
  32172.             'InsuranceBundle\\Controller\\ProgramsController:informDoc' => ['privates''.service_locator.T8tbY2p''get_ServiceLocator_T8tbY2pService'false],
  32173.             'InsuranceBundle\\Controller\\ProgramsController:informDocPage' => ['privates''.service_locator.T8tbY2p''get_ServiceLocator_T8tbY2pService'false],
  32174.             'InsuranceBundle\\Controller\\ProgramsController:initCalc' => ['privates''.service_locator.zgqOhio''get_ServiceLocator_ZgqOhioService'false],
  32175.             'InsuranceBundle\\Controller\\ProgramsController:kasco' => ['privates''.service_locator.T8tbY2p''get_ServiceLocator_T8tbY2pService'false],
  32176.             'InsuranceBundle\\Controller\\ProgramsController:lightKasco' => ['privates''.service_locator.l3XDe0i''get_ServiceLocator_L3XDe0iService'false],
  32177.             'InsuranceBundle\\Controller\\ProgramsController:miniKasco' => ['privates''.service_locator.l3XDe0i''get_ServiceLocator_L3XDe0iService'false],
  32178.             'InsuranceBundle\\Controller\\ProgramsController:ogo' => ['privates''.service_locator.l3XDe0i''get_ServiceLocator_L3XDe0iService'false],
  32179.             'InsuranceBundle\\Controller\\ProgramsController:topDriverAction' => ['privates''.service_locator.epLYOaB''get_ServiceLocator_EpLYOaBService'false],
  32180.             'InsuranceBundle\\Controller\\ServiceController:bankIdCallback' => ['privates''.service_locator.gGjIPR4''get_ServiceLocator_GGjIPR4Service'false],
  32181.             'InsuranceBundle\\Controller\\ServiceController:bankIdTest' => ['privates''.service_locator.fbnZ.Xz''get_ServiceLocator_FbnZ_XzService'false],
  32182.             'IntegrationBundle\\Controller\\Dealer\\MainController:branch' => ['privates''.service_locator.VrM5mf6''get_ServiceLocator_VrM5mf6Service'false],
  32183.             'IntegrationBundle\\Controller\\Dealer\\MainController:branchByDealerUid' => ['privates''.service_locator.VrM5mf6''get_ServiceLocator_VrM5mf6Service'false],
  32184.             'IntegrationBundle\\Controller\\Dealer\\MainController:checkSignature' => ['privates''.service_locator._RvxFvy''get_ServiceLocator_RvxFvyService'false],
  32185.             'IntegrationBundle\\Controller\\Dealer\\MainController:dealerIntegrationLogin' => ['privates''.service_locator.F2io1FS''get_ServiceLocator_F2io1FSService'false],
  32186.             'IntegrationBundle\\Controller\\Dealer\\MainController:getDocumentsQrByDealerUid' => ['privates''.service_locator._RvxFvy''get_ServiceLocator_RvxFvyService'false],
  32187.             'IntegrationBundle\\Controller\\Dealer\\MainController:getQr' => ['privates''.service_locator.91o1U0S''get_ServiceLocator_91o1U0SService'false],
  32188.             'IntegrationBundle\\Controller\\Dealer\\MainController:getQrByDealerUid' => ['privates''.service_locator.91o1U0S''get_ServiceLocator_91o1U0SService'false],
  32189.             'IntegrationBundle\\Controller\\Dealer\\MainController:info' => ['privates''.service_locator.Xq42A4p''get_ServiceLocator_Xq42A4pService'false],
  32190.             'IntegrationBundle\\Controller\\Diia\\MainController:callBackProcess' => ['privates''.service_locator.YtIWVqf''get_ServiceLocator_YtIWVqfService'false],
  32191.             'IntegrationBundle\\Controller\\Diia\\MainController:callBackSignatureProcess' => ['privates''.service_locator.YtIWVqf''get_ServiceLocator_YtIWVqfService'false],
  32192.             'LeasingBundle\\Controller\\AboutController:team' => ['privates''.service_locator.0Yt1pEf''get_ServiceLocator_0Yt1pEfService'false],
  32193.             'LeasingBundle\\Controller\\MainController:getCraftedSlides' => ['privates''.service_locator.JOgWIgG''get_ServiceLocator_JOgWIgGService'false],
  32194.             'LeasingBundle\\Controller\\MainController:index' => ['privates''.service_locator.epyKIZO''get_ServiceLocator_EpyKIZOService'false],
  32195.             'LeasingBundle\\Controller\\SiteMapController:getCarPageStructuredData' => ['privates''.service_locator.VlvxJ48''get_ServiceLocator_VlvxJ48Service'false],
  32196.             'LeasingBundle\\Controller\\SiteMapController:getCarStructuredDataCarInStock' => ['privates''.service_locator.z_208jt''get_ServiceLocator_Z208jtService'false],
  32197.             'LeasingBundle\\Controller\\SiteMapController:getCarStructuredDataCarUsed' => ['privates''.service_locator.4.UpWzH''get_ServiceLocator_4_UpWzHService'false],
  32198.             'MyBundle\\Controller\\AuthController:codeLogin' => ['privates''.service_locator.dbuQxiP''get_ServiceLocator_DbuQxiPService'false],
  32199.             'MyBundle\\Controller\\AuthController:codeLoginNewPhone' => ['privates''.service_locator.dbuQxiP''get_ServiceLocator_DbuQxiPService'false],
  32200.             'MyBundle\\Controller\\AuthController:confirmRegistration' => ['privates''.service_locator.MXQW7EO''get_ServiceLocator_MXQW7EOService'false],
  32201.             'MyBundle\\Controller\\AuthController:getCode' => ['privates''.service_locator.1PDsblh''get_ServiceLocator_1PDsblhService'false],
  32202.             'MyBundle\\Controller\\AuthController:getCodeChangePhone' => ['privates''.service_locator.Mz5nXIh''get_ServiceLocator_Mz5nXIhService'false],
  32203.             'MyBundle\\Controller\\AuthController:getCodeRecovery' => ['privates''.service_locator.MxvdFzA''get_ServiceLocator_MxvdFzAService'false],
  32204.             'MyBundle\\Controller\\AuthController:login' => ['privates''.service_locator.iPDy3TP''get_ServiceLocator_IPDy3TPService'false],
  32205.             'MyBundle\\Controller\\AuthController:loginCheck' => ['privates''.service_locator.7hrPXEc''get_ServiceLocator_7hrPXEcService'false],
  32206.             'MyBundle\\Controller\\AuthController:logout' => ['privates''.service_locator.w7N4v5d''get_ServiceLocator_W7N4v5dService'false],
  32207.             'MyBundle\\Controller\\AuthController:referralRegister' => ['privates''.service_locator.HauFJLA''get_ServiceLocator_HauFJLAService'false],
  32208.             'MyBundle\\Controller\\AuthController:referralRegisterConfirm' => ['privates''.service_locator.w7N4v5d''get_ServiceLocator_W7N4v5dService'false],
  32209.             'MyBundle\\Controller\\AuthController:register' => ['privates''.service_locator.pNUN3wT''get_ServiceLocator_PNUN3wTService'false],
  32210.             'MyBundle\\Controller\\AuthController:resendRegistrationCode' => ['privates''.service_locator.KKfGJZB''get_ServiceLocator_KKfGJZBService'false],
  32211.             'MyBundle\\Controller\\AuthController:sendRecoverEmail' => ['privates''.service_locator.bYwR8h3''get_ServiceLocator_BYwR8h3Service'false],
  32212.             'MyBundle\\Controller\\AuthController:setNewPhone' => ['privates''.service_locator.pDr_QHY''get_ServiceLocator_PDrQHYService'false],
  32213.             'MyBundle\\Controller\\AuthController:setPassword' => ['privates''.service_locator.cqzZA2M''get_ServiceLocator_CqzZA2MService'false],
  32214.             'MyBundle\\Controller\\AuthController:setRecoveryPassword' => ['privates''.service_locator.hRA9wft''get_ServiceLocator_HRA9wftService'false],
  32215.             'MyBundle\\Controller\\BasketController:addAccessory' => ['privates''.service_locator..x8B7mA''get_ServiceLocator__X8B7mAService'false],
  32216.             'MyBundle\\Controller\\BasketController:addCasco' => ['privates''.service_locator..x8B7mA''get_ServiceLocator__X8B7mAService'false],
  32217.             'MyBundle\\Controller\\BasketController:addItemsToBasket' => ['privates''.service_locator..x8B7mA''get_ServiceLocator__X8B7mAService'false],
  32218.             'MyBundle\\Controller\\BasketController:changeCount' => ['privates''.service_locator..x8B7mA''get_ServiceLocator__X8B7mAService'false],
  32219.             'MyBundle\\Controller\\BasketController:getBasketByType' => ['privates''.service_locator..x8B7mA''get_ServiceLocator__X8B7mAService'false],
  32220.             'MyBundle\\Controller\\BasketController:init' => ['privates''.service_locator..x8B7mA''get_ServiceLocator__X8B7mAService'false],
  32221.             'MyBundle\\Controller\\BasketController:order' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  32222.             'MyBundle\\Controller\\BasketController:removeItem' => ['privates''.service_locator..x8B7mA''get_ServiceLocator__X8B7mAService'false],
  32223.             'MyBundle\\Controller\\BasketController:toggleInstall' => ['privates''.service_locator..x8B7mA''get_ServiceLocator__X8B7mAService'false],
  32224.             'MyBundle\\Controller\\BasketController:toggleInstallAccessory' => ['privates''.service_locator..x8B7mA''get_ServiceLocator__X8B7mAService'false],
  32225.             'MyBundle\\Controller\\GarageController:findDoc' => ['privates''.service_locator.ifG2hg0''get_ServiceLocator_IfG2hg0Service'false],
  32226.             'MyBundle\\Controller\\GarageController:findNumber' => ['privates''.service_locator.ifG2hg0''get_ServiceLocator_IfG2hg0Service'false],
  32227.             'MyBundle\\Controller\\GarageController:init' => ['privates''.service_locator.CPkLYKu''get_ServiceLocator_CPkLYKuService'false],
  32228.             'MyBundle\\Controller\\MainController:credentialsGetCode' => ['privates''.service_locator.eedAXXM''get_ServiceLocator_EedAXXMService'false],
  32229.             'MyBundle\\Controller\\MainController:credentialsSetData' => ['privates''.service_locator.9o_AN0R''get_ServiceLocator_9oAN0RService'false],
  32230.             'MyBundle\\Controller\\MainController:dataUsageRules' => ['privates''.service_locator.w7N4v5d''get_ServiceLocator_W7N4v5dService'false],
  32231.             'MyBundle\\Controller\\MainController:getSignCode' => ['privates''.service_locator.K3nEOYJ''get_ServiceLocator_K3nEOYJService'false],
  32232.             'MyBundle\\Controller\\MainController:index' => ['privates''.service_locator.bYwR8h3''get_ServiceLocator_BYwR8h3Service'false],
  32233.             'MyBundle\\Controller\\MainController:sign' => ['privates''.service_locator.PyYDuxD''get_ServiceLocator_PyYDuxDService'false],
  32234.             'MyBundle\\Controller\\OnlineActivityController:historyConf' => ['privates''.service_locator.zMchJmN''get_ServiceLocator_ZMchJmNService'false],
  32235.             'MyBundle\\Controller\\OnlineActivityController:historyCredit' => ['privates''.service_locator.pkfskCr''get_ServiceLocator_PkfskCrService'false],
  32236.             'MyBundle\\Controller\\OnlineActivityController:historyRewiev' => ['privates''.service_locator.zMchJmN''get_ServiceLocator_ZMchJmNService'false],
  32237.             'MyBundle\\Controller\\OnlineActivityController:init' => ['privates''.service_locator.zMchJmN''get_ServiceLocator_ZMchJmNService'false],
  32238.             'MyBundle\\Controller\\OrderController:getCities' => ['privates''.service_locator.hM6jGlz''get_ServiceLocator_HM6jGlzService'false],
  32239.             'MyBundle\\Controller\\OrderController:getStatusPay' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  32240.             'MyBundle\\Controller\\OrderController:getStreets' => ['privates''.service_locator.hM6jGlz''get_ServiceLocator_HM6jGlzService'false],
  32241.             'MyBundle\\Controller\\OrderController:getWarehouses' => ['privates''.service_locator.hM6jGlz''get_ServiceLocator_HM6jGlzService'false],
  32242.             'MyBundle\\Controller\\OrderController:init' => ['privates''.service_locator.4.RH3iV''get_ServiceLocator_4_RH3iVService'false],
  32243.             'MyBundle\\Controller\\ProfileCalculatorEmployeeController:index' => ['privates''.service_locator.2Hp9BD6''get_ServiceLocator_2Hp9BD6Service'false],
  32244.             'MyBundle\\Controller\\ProfileCalculatorEmployeeController:programs' => ['privates''.service_locator.vWeVjJy''get_ServiceLocator_VWeVjJyService'false],
  32245.             'MyBundle\\Controller\\ProfileCalculatorEmployeeController:save' => ['privates''.service_locator.kQSCQ9p''get_ServiceLocator_KQSCQ9pService'false],
  32246.             'MyBundle\\Controller\\ProfileCalculatorEmployeeController:toPDF' => ['privates''.service_locator.PyYDuxD''get_ServiceLocator_PyYDuxDService'false],
  32247.             'MyBundle\\Controller\\ProfileCalculatorEmployeeController:toPDFAnnuity' => ['privates''.service_locator.PyYDuxD''get_ServiceLocator_PyYDuxDService'false],
  32248.             'MyBundle\\Controller\\ProfileCalculatorEmployeeController:toPDFStandard' => ['privates''.service_locator.PyYDuxD''get_ServiceLocator_PyYDuxDService'false],
  32249.             'MyBundle\\Controller\\ProfileCalculatorEmployeeController:toReport' => ['privates''.service_locator.C_Dux9p''get_ServiceLocator_CDux9pService'false],
  32250.             'MyBundle\\Controller\\ProfileController:carSingle' => ['privates''.service_locator.QC.2sSi''get_ServiceLocator_QC_2sSiService'false],
  32251.             'MyBundle\\Controller\\ProfileController:insCalc' => ['privates''.service_locator.Z4T8XFt''get_ServiceLocator_Z4T8XFtService'false],
  32252.             'MyBundle\\Controller\\ProfileController:insCalcByCar' => ['privates''.service_locator.Z4T8XFt''get_ServiceLocator_Z4T8XFtService'false],
  32253.             'MyBundle\\Controller\\ProfileController:orderService' => ['privates''.service_locator.tk7n0XJ''get_ServiceLocator_Tk7n0XJService'false],
  32254.             'MyBundle\\Controller\\ProfileController:orderServiceByParameters' => ['privates''.service_locator.tk7n0XJ''get_ServiceLocator_Tk7n0XJService'false],
  32255.             'MyBundle\\Controller\\ProfileController:orderTestDrive' => ['privates''.service_locator.tk7n0XJ''get_ServiceLocator_Tk7n0XJService'false],
  32256.             'MyBundle\\Controller\\ProfileController:orders' => ['privates''.service_locator.wsl3qL2''get_ServiceLocator_Wsl3qL2Service'false],
  32257.             'MyBundle\\Controller\\ProfileController:quality' => ['privates''.service_locator.QC.2sSi''get_ServiceLocator_QC_2sSiService'false],
  32258.             'MyBundle\\Controller\\ProfileController:referralSend' => ['privates''.service_locator.spC5qUi''get_ServiceLocator_SpC5qUiService'false],
  32259.             'MyBundle\\Controller\\ProfileController:sendCaseToEmail' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  32260.             'MyBundle\\Controller\\ProfileController:sendSmsCode' => ['privates''.service_locator.hBa4opA''get_ServiceLocator_HBa4opAService'false],
  32261.             'MyBundle\\Controller\\ProfileController:support' => ['privates''.service_locator.iYNY9GL''get_ServiceLocator_IYNY9GLService'false],
  32262.             'MyBundle\\Controller\\ProfileController:updateEmail' => ['privates''.service_locator.iFbj50x''get_ServiceLocator_IFbj50xService'false],
  32263.             'MyBundle\\Controller\\ProfileController:wishList' => ['privates''.service_locator.j7pJ6TX''get_ServiceLocator_J7pJ6TXService'false],
  32264.             'PortalBundle\\Controller\\AboutController:about' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  32265.             'PortalBundle\\Controller\\AboutController:blog' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32266.             'PortalBundle\\Controller\\AboutController:blogSingle' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32267.             'PortalBundle\\Controller\\AboutController:career' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  32268.             'PortalBundle\\Controller\\AboutController:contactsSingle' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  32269.             'PortalBundle\\Controller\\AboutController:singleVacancies' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  32270.             'PortalBundle\\Controller\\AboutController:vacancies' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  32271.             'PortalBundle\\Controller\\AjaxController:businessCSave' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  32272.             'PortalBundle\\Controller\\AjaxController:businessTSave' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  32273.             'PortalBundle\\Controller\\AjaxController:catalogData' => ['privates''.service_locator.zjL8auC''get_ServiceLocator_ZjL8auCService'false],
  32274.             'PortalBundle\\Controller\\AjaxController:catalogInit' => ['privates''.service_locator.2VuQkXs''get_ServiceLocator_2VuQkXsService'false],
  32275.             'PortalBundle\\Controller\\AjaxController:creditMerchant' => ['privates''.service_locator.u7zd_J6''get_ServiceLocator_U7zdJ6Service'false],
  32276.             'PortalBundle\\Controller\\AjaxController:dealerInit' => ['privates''.service_locator.A76tk_1''get_ServiceLocator_A76tk1Service'false],
  32277.             'PortalBundle\\Controller\\AjaxController:leasingCSave' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  32278.             'PortalBundle\\Controller\\AjaxController:leasingTSave' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  32279.             'PortalBundle\\Controller\\AjaxController:postData' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32280.             'PortalBundle\\Controller\\AjaxController:unicomerceConsultService' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  32281.             'PortalBundle\\Controller\\CarController:archive' => ['privates''.service_locator.pkfskCr''get_ServiceLocator_PkfskCrService'false],
  32282.             'PortalBundle\\Controller\\CarController:catalog' => ['privates''.service_locator.pkfskCr''get_ServiceLocator_PkfskCrService'false],
  32283.             'PortalBundle\\Controller\\CarController:inStockOne' => ['privates''.service_locator._i.u3hs''get_ServiceLocator_I_U3hsService'false],
  32284.             'PortalBundle\\Controller\\CarController:index' => ['privates''.service_locator.qNgubTn''get_ServiceLocator_QNgubTnService'false],
  32285.             'PortalBundle\\Controller\\CarController:usedCar' => ['privates''.service_locator.rVRfp.K''get_ServiceLocator_RVRfp_KService'false],
  32286.             'PortalBundle\\Controller\\CarController:vehicleInStock' => ['privates''.service_locator.6hoAnnd''get_ServiceLocator_6hoAnndService'false],
  32287.             'PortalBundle\\Controller\\CarController:vehicleUsed' => ['privates''.service_locator.YxbcU6p''get_ServiceLocator_YxbcU6pService'false],
  32288.             'PortalBundle\\Controller\\CatalogController:catalog' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32289.             'PortalBundle\\Controller\\CatalogController:catalogCategory' => ['privates''.service_locator.GfJKm4k''get_ServiceLocator_GfJKm4kService'false],
  32290.             'PortalBundle\\Controller\\CatalogController:catalogSearch' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32291.             'PortalBundle\\Controller\\CatalogController:catalogSearchApi' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32292.             'PortalBundle\\Controller\\CatalogController:getChangeFilter' => ['privates''.service_locator.Ho4x8aE''get_ServiceLocator_Ho4x8aEService'false],
  32293.             'PortalBundle\\Controller\\CatalogController:getDealersFromFilter' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32294.             'PortalBundle\\Controller\\CatalogController:getDealersFromSelectedFilter' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32295.             'PortalBundle\\Controller\\CatalogController:initVehicleFilterUrl' => ['privates''.service_locator.Ho4x8aE''get_ServiceLocator_Ho4x8aEService'false],
  32296.             'PortalBundle\\Controller\\CatalogController:saveCallback' => ['privates''.service_locator.GG6qmx.''get_ServiceLocator_GG6qmx_Service'false],
  32297.             'PortalBundle\\Controller\\ComparisonController:featured' => ['privates''.service_locator.FLhE9ff''get_ServiceLocator_FLhE9ffService'false],
  32298.             'PortalBundle\\Controller\\ComparisonController:getComparisonByItems' => ['privates''.service_locator.DMePMAD''get_ServiceLocator_DMePMADService'false],
  32299.             'PortalBundle\\Controller\\ComparisonController:init' => ['privates''.service_locator.DMePMAD''get_ServiceLocator_DMePMADService'false],
  32300.             'PortalBundle\\Controller\\ContactsController:contacts' => ['privates''.service_locator.g_WeAnl''get_ServiceLocator_GWeAnlService'false],
  32301.             'PortalBundle\\Controller\\ContactsController:supportSave' => ['privates''.service_locator.4gvyiy4''get_ServiceLocator_4gvyiy4Service'false],
  32302.             'PortalBundle\\Controller\\CrmActionController:resultsActivitiesAction' => ['privates''.service_locator.MhxGffW''get_ServiceLocator_MhxGffWService'false],
  32303.             'PortalBundle\\Controller\\CrmActionController:sendReportAction' => ['privates''.service_locator.MhxGffW''get_ServiceLocator_MhxGffWService'false],
  32304.             'PortalBundle\\Controller\\FeaturedController:addToFeatured' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32305.             'PortalBundle\\Controller\\FeaturedController:removeFromFav' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32306.             'PortalBundle\\Controller\\FinanceController:business' => ['privates''.service_locator.Vo3ehyT''get_ServiceLocator_Vo3ehyTService'false],
  32307.             'PortalBundle\\Controller\\FinanceController:creditInit' => ['privates''.service_locator.Y5YHy_.''get_ServiceLocator_Y5YHy_Service'false],
  32308.             'PortalBundle\\Controller\\FinanceController:creditProgramByFirstPayment' => ['privates''.service_locator.nPQASVN''get_ServiceLocator_NPQASVNService'false],
  32309.             'PortalBundle\\Controller\\FinanceController:creditProgramVehicleWithMinMaxPrice' => ['privates''.service_locator.nPQASVN''get_ServiceLocator_NPQASVNService'false],
  32310.             'PortalBundle\\Controller\\FinanceController:getCrmDataByUUID' => ['privates''.service_locator.nPQASVN''get_ServiceLocator_NPQASVNService'false],
  32311.             'PortalBundle\\Controller\\FinanceController:insurance' => ['privates''.service_locator.Z4T8XFt''get_ServiceLocator_Z4T8XFtService'false],
  32312.             'PortalBundle\\Controller\\FinanceController:saveCreditCalculationUserData' => ['privates''.service_locator.nPQASVN''get_ServiceLocator_NPQASVNService'false],
  32313.             'PortalBundle\\Controller\\FinanceController:saveCreditPageReview' => ['privates''.service_locator.nPQASVN''get_ServiceLocator_NPQASVNService'false],
  32314.             'PortalBundle\\Controller\\FoundersController:founders' => ['privates''.service_locator.g_WeAnl''get_ServiceLocator_GWeAnlService'false],
  32315.             'PortalBundle\\Controller\\FoundersController:foundersBiography' => ['privates''.service_locator.g_WeAnl''get_ServiceLocator_GWeAnlService'false],
  32316.             'PortalBundle\\Controller\\FoundersController:foundersBiographySingle' => ['privates''.service_locator.g_WeAnl''get_ServiceLocator_GWeAnlService'false],
  32317.             'PortalBundle\\Controller\\FoundersController:foundersNewsSingle' => ['privates''.service_locator.g_WeAnl''get_ServiceLocator_GWeAnlService'false],
  32318.             'PortalBundle\\Controller\\FoundersController:foundersPhoto' => ['privates''.service_locator.g_WeAnl''get_ServiceLocator_GWeAnlService'false],
  32319.             'PortalBundle\\Controller\\FoundersController:foundersPublicationsSingle' => ['privates''.service_locator.g_WeAnl''get_ServiceLocator_GWeAnlService'false],
  32320.             'PortalBundle\\Controller\\FoundersController:foundersVideo' => ['privates''.service_locator.g_WeAnl''get_ServiceLocator_GWeAnlService'false],
  32321.             'PortalBundle\\Controller\\LandingController:saveLandingForm' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32322.             'PortalBundle\\Controller\\LinkMinifyController:gotoLink' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32323.             'PortalBundle\\Controller\\MainController:addNewUnsubscribe' => ['privates''.service_locator.MhxGffW''get_ServiceLocator_MhxGffWService'false],
  32324.             'PortalBundle\\Controller\\MainController:qualitySave' => ['privates''.service_locator.JaBorXs''get_ServiceLocator_JaBorXsService'false],
  32325.             'PortalBundle\\Controller\\MainController:qualityService' => ['privates''.service_locator.SNuJ2mc''get_ServiceLocator_SNuJ2mcService'false],
  32326.             'PortalBundle\\Controller\\MainController:qualityServiceTech' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  32327.             'PortalBundle\\Controller\\MainController:questionnaireCRMSaveAction' => ['privates''.service_locator.MhxGffW''get_ServiceLocator_MhxGffWService'false],
  32328.             'PortalBundle\\Controller\\MainController:questionnaireCRMService' => ['privates''.service_locator.MhxGffW''get_ServiceLocator_MhxGffWService'false],
  32329.             'PortalBundle\\Controller\\MainController:questionnaireSave' => ['privates''.service_locator.p.QtEBL''get_ServiceLocator_P_QtEBLService'false],
  32330.             'PortalBundle\\Controller\\MainController:questionnaireService' => ['privates''.service_locator.SNuJ2mc''get_ServiceLocator_SNuJ2mcService'false],
  32331.             'PortalBundle\\Controller\\MainController:saveContest_10000' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32332.             'PortalBundle\\Controller\\MainController:subscriptionManagement' => ['privates''.service_locator.MhxGffW''get_ServiceLocator_MhxGffWService'false],
  32333.             'PortalBundle\\Controller\\PostController:actions' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32334.             'PortalBundle\\Controller\\PostController:actionsSingle' => ['privates''.service_locator.V9wc21a''get_ServiceLocator_V9wc21aService'false],
  32335.             'PortalBundle\\Controller\\PostController:news' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32336.             'PortalBundle\\Controller\\PostController:newsByDealer' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32337.             'PortalBundle\\Controller\\PostController:newsSingle' => ['privates''.service_locator.V9wc21a''get_ServiceLocator_V9wc21aService'false],
  32338.             'PortalBundle\\Controller\\ProgramsController:cascoOptions' => ['privates''.service_locator.IPkmJgf''get_ServiceLocator_IPkmJgfService'false],
  32339.             'PortalBundle\\Controller\\ProgramsController:estimate' => ['privates''.service_locator.XL4NeP9''get_ServiceLocator_XL4NeP9Service'false],
  32340.             'PortalBundle\\Controller\\ProgramsController:getModels' => ['privates''.service_locator.zgqOhio''get_ServiceLocator_ZgqOhioService'false],
  32341.             'PortalBundle\\Controller\\ProgramsController:initCalc' => ['privates''.service_locator.zgqOhio''get_ServiceLocator_ZgqOhioService'false],
  32342.             'PortalBundle\\Controller\\ProgramsController:sendForm' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32343.             'PortalBundle\\Controller\\ReviewsController:init' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32344.             'PortalBundle\\Controller\\ReviewsController:like' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32345.             'PortalBundle\\Controller\\ReviewsController:save' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32346.             'PortalBundle\\Controller\\SaleController:commission' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32347.             'PortalBundle\\Controller\\SaleController:feedbackForm' => ['privates''.service_locator.GG6qmx.''get_ServiceLocator_GG6qmx_Service'false],
  32348.             'PortalBundle\\Controller\\SearchController:search' => ['privates''.service_locator.GfJKm4k''get_ServiceLocator_GfJKm4kService'false],
  32349.             'PortalBundle\\Controller\\ServiceController:accessories' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32350.             'PortalBundle\\Controller\\ServiceController:bodyRepair' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32351.             'PortalBundle\\Controller\\ServiceController:bodyRepairCategory' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32352.             'PortalBundle\\Controller\\ServiceController:bodyRepairSubCategory' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32353.             'PortalBundle\\Controller\\ServiceController:byDealer' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32354.             'PortalBundle\\Controller\\ServiceController:byDealer2' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32355.             'PortalBundle\\Controller\\ServiceController:byDealer3' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32356.             'PortalBundle\\Controller\\ServiceController:byDealer4' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32357.             'PortalBundle\\Controller\\ServiceController:carRepair' => ['privates''.service_locator.VS1NuLa''get_ServiceLocator_VS1NuLaService'false],
  32358.             'PortalBundle\\Controller\\ServiceController:getBlogPostsAction' => ['privates''.service_locator.g_WeAnl''get_ServiceLocator_GWeAnlService'false],
  32359.             'PortalBundle\\Controller\\ServiceController:getBlogsCategoriesAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32360.             'PortalBundle\\Controller\\ServiceController:initRepairCalc' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  32361.             'PortalBundle\\Controller\\ServiceController:multiConsultationTestdriveForm' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32362.             'PortalBundle\\Controller\\ServiceController:nightServiceAgreement' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32363.             'PortalBundle\\Controller\\ServiceController:parts' => ['privates''.service_locator.mCi_Qr6''get_ServiceLocator_MCiQr6Service'false],
  32364.             'PortalBundle\\Controller\\ServiceController:prepareToSendBlogPosts' => ['privates''.service_locator.7H3OCuW''get_ServiceLocator_7H3OCuWService'false],
  32365.             'PortalBundle\\Controller\\ServiceController:saveLeadAccessory' => ['privates''.service_locator.GG6qmx.''get_ServiceLocator_GG6qmx_Service'false],
  32366.             'PortalBundle\\Controller\\ServiceController:savePopupFormBodyRepair' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32367.             'PortalBundle\\Controller\\ServiceController:service' => ['privates''.service_locator.VS1NuLa''get_ServiceLocator_VS1NuLaService'false],
  32368.             'PortalBundle\\Controller\\ServiceController:serviceFormSave' => ['privates''.service_locator.4gvyiy4''get_ServiceLocator_4gvyiy4Service'false],
  32369.             'PortalBundle\\Controller\\ServiceController:serviceInit' => ['privates''.service_locator.7H3OCuW''get_ServiceLocator_7H3OCuWService'false],
  32370.             'PortalBundle\\Controller\\ServiceController:servicePageContentDealer' => ['privates''.service_locator.wyS5Sdi''get_ServiceLocator_WyS5SdiService'false],
  32371.             'PortalBundle\\Controller\\ServiceController:servicePageSubWorkGroup' => ['privates''.service_locator.VS1NuLa''get_ServiceLocator_VS1NuLaService'false],
  32372.             'PortalBundle\\Controller\\ServiceController:servicePageWorkGroup' => ['privates''.service_locator.VS1NuLa''get_ServiceLocator_VS1NuLaService'false],
  32373.             'PortalBundle\\Controller\\ServiceController:servicePageWorkGroupBrand' => ['privates''.service_locator.hbE1jcB''get_ServiceLocator_HbE1jcBService'false],
  32374.             'PortalBundle\\Controller\\ServiceController:servicePageWorkGroupBrandCalc' => ['privates''.service_locator.VS1NuLa''get_ServiceLocator_VS1NuLaService'false],
  32375.             'PortalBundle\\Controller\\ServiceController:servicePageWorkGroupModel' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32376.             'PortalBundle\\Controller\\ServiceController:servicePageWorkGroupModelCalc' => ['privates''.service_locator.VS1NuLa''get_ServiceLocator_VS1NuLaService'false],
  32377.             'PortalBundle\\Controller\\ServiceController:tiresHotel' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32378.             'PortalBundle\\Controller\\ServiceController:to' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32379.             'PortalBundle\\Controller\\ServiceController:toBrand' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32380.             'PortalBundle\\Controller\\ServiceController:toModel' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32381.             'PortalBundle\\Controller\\ServiceWorkWidgetController:download' => ['privates''.service_locator.T1LbLJ8''get_ServiceLocator_T1LbLJ8Service'false],
  32382.             'PortalBundle\\Controller\\ServiceWorkWidgetController:getRegulationData' => ['privates''.service_locator.eT6lY71''get_ServiceLocator_ET6lY71Service'false],
  32383.             'PortalBundle\\Controller\\ServiceWorkWidgetController:init' => ['privates''.service_locator.g_WeAnl''get_ServiceLocator_GWeAnlService'false],
  32384.             'PortalBundle\\Controller\\ServiceWorkWidgetController:reg' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32385.             'PortalBundle\\Controller\\ServiceWorkWidgetController:regulationWidget' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32386.             'PortalBundle\\Controller\\ServiceWorkWidgetController:variations' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32387.             'PortalBundle\\Controller\\SiteMapController:portal' => ['privates''.service_locator.wjoaFkq''get_ServiceLocator_WjoaFkqService'false],
  32388.             'PortalBundle\\Controller\\StockController:catalogCategory' => ['privates''.service_locator.GfJKm4k''get_ServiceLocator_GfJKm4kService'false],
  32389.             'PortalBundle\\Controller\\StockController:getChangeFilter' => ['privates''.service_locator.Ho4x8aE''get_ServiceLocator_Ho4x8aEService'false],
  32390.             'PortalBundle\\Controller\\StockController:inStock' => ['privates''.service_locator.U9V0get''get_ServiceLocator_U9V0getService'false],
  32391.             'PortalBundle\\Controller\\StockController:inStockApi' => ['privates''.service_locator.eEFEjhf''get_ServiceLocator_EEFEjhfService'false],
  32392.             'PortalBundle\\Controller\\StockController:initVehicleFilterUrl' => ['privates''.service_locator.Ho4x8aE''get_ServiceLocator_Ho4x8aEService'false],
  32393.             'PortalBundle\\Controller\\UnicomersController:aboutUnicomers' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32394.             'PortalBundle\\Controller\\UnicomersController:unicomersProjects' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  32395.             'PortalBundle\\Controller\\UnicomersController:unicomersSave' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  32396.             'kernel:loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  32397.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  32398.         ], [
  32399.             'AdminBundle\\Controller\\AjaxController::add' => '?',
  32400.             'AdminBundle\\Controller\\AjaxController::data' => '?',
  32401.             'AdminBundle\\Controller\\AjaxController::deleteRateSave' => '?',
  32402.             'AdminBundle\\Controller\\AjaxController::editOption' => '?',
  32403.             'AdminBundle\\Controller\\AjaxController::getDealers' => '?',
  32404.             'AdminBundle\\Controller\\AjaxController::getModels' => '?',
  32405.             'AdminBundle\\Controller\\AjaxController::setUserDealer' => '?',
  32406.             'AdminBundle\\Controller\\AjaxController::state' => '?',
  32407.             'AdminBundle\\Controller\\BaseCRUDController::batchActionDelete' => '?',
  32408.             'AdminBundle\\Controller\\CRUDInsController::batchActionDelete' => '?',
  32409.             'AdminBundle\\Controller\\LogsController::batchActionDelete' => '?',
  32410.             'AdminBundle\\Controller\\MiniLinkController::createLink' => '?',
  32411.             'AdminBundle\\Controller\\ModelRangeController::batchActionDelete' => '?',
  32412.             'AdminBundle\\Controller\\References\\ModelController::addMediaModel' => '?',
  32413.             'AdminBundle\\Controller\\References\\ModelController::createModel' => '?',
  32414.             'AdminBundle\\Controller\\References\\ModelController::getCitiesByRegionUrl' => '?',
  32415.             'AdminBundle\\Controller\\References\\ModelController::getModelByBrand' => '?',
  32416.             'AdminBundle\\Controller\\References\\ModelController::removeMediaModel' => '?',
  32417.             'AdminBundle\\Controller\\References\\ModelController::updateModel' => '?',
  32418.             'AdminBundle\\Controller\\SecurityController::loginCheckAction' => '?',
  32419.             'AdminBundle\\Controller\\SeoMetaTagController::batchActionDelete' => '?',
  32420.             'AdminBundle\\Controller\\TicketController::addComment' => '?',
  32421.             'AdminBundle\\Controller\\TicketController::uploadFiles' => '?',
  32422.             'AdminBundle\\Controller\\VehicleEstimateOddsController::batchActionDelete' => '?',
  32423.             'AdminBundle\\Controller\\Vehicles\\CRUDController::batchActionDelete' => '?',
  32424.             'AdminBundle\\Controller\\Vehicles\\CRUDController::cloneEquipmentAction' => '?',
  32425.             'AdminBundle\\Controller\\Vehicles\\CRUDController::cloneVariationAction' => '?',
  32426.             'AdminBundle\\Controller\\Vehicles\\CRUDController::exportEmptyTTXAction' => '?',
  32427.             'AdminBundle\\Controller\\Vehicles\\CRUDController::setDeleteAction' => '?',
  32428.             'AdminBundle\\Controller\\Vehicles\\CRUDController::setFilledAction' => '?',
  32429.             'AdminBundle\\Controller\\Vehicles\\ConfiguratorController::addColor' => '?',
  32430.             'AdminBundle\\Controller\\Vehicles\\ConfiguratorController::addInColor' => '?',
  32431.             'AdminBundle\\Controller\\Vehicles\\ConfiguratorController::initConfigurator' => '?',
  32432.             'AdminBundle\\Controller\\Vehicles\\MediaController::savePreview' => '?',
  32433.             'AdminBundle\\Controller\\Vehicles\\UsedCRUDController::batchActionDelete' => '?',
  32434.             'AdminBundle\\Controller\\Vehicles\\UsedCRUDController::cloneEquipmentAction' => '?',
  32435.             'AdminBundle\\Controller\\Vehicles\\UsedCRUDController::cloneVariationAction' => '?',
  32436.             'AdminBundle\\Controller\\Vehicles\\UsedCRUDController::exportEmptyTTXAction' => '?',
  32437.             'AdminBundle\\Controller\\Vehicles\\UsedCRUDController::exportUsedSpecificationAction' => '?',
  32438.             'AdminBundle\\Controller\\Vehicles\\UsedCRUDController::exportUsedVehiclesAction' => '?',
  32439.             'AdminBundle\\Controller\\Vehicles\\UsedCRUDController::setDeleteAction' => '?',
  32440.             'AdminBundle\\Controller\\Vehicles\\UsedCRUDController::setFilledAction' => '?',
  32441.             'AutomarketBundle\\Controller\\AboutController::aboutAutomarket' => '?',
  32442.             'AutomarketBundle\\Controller\\AboutController::staff' => '?',
  32443.             'AutomarketBundle\\Controller\\AboutController::vacancy' => '?',
  32444.             'AutomarketBundle\\Controller\\AboutController::vacancyId' => '?',
  32445.             'AutomarketBundle\\Controller\\AjaxController::initInterest' => '?',
  32446.             'AutomarketBundle\\Controller\\CarController::car' => '?',
  32447.             'AutomarketBundle\\Controller\\CarController::getComparison' => '?',
  32448.             'AutomarketBundle\\Controller\\ComparisonController::featured' => '?',
  32449.             'AutomarketBundle\\Controller\\ComparisonController::getComparisonByItems' => '?',
  32450.             'AutomarketBundle\\Controller\\ComparisonController::init' => '?',
  32451.             'AutomarketBundle\\Controller\\FormController::buyForm' => '?',
  32452.             'AutomarketBundle\\Controller\\FormController::feedbackForm' => '?',
  32453.             'AutomarketBundle\\Controller\\FormController::preorderForm' => '?',
  32454.             'AutomarketBundle\\Controller\\RSSController::show' => '?',
  32455.             'AutomarketBundle\\Controller\\SaleController::widget' => '?',
  32456.             'AutomarketBundle\\Controller\\SiteMapController::siteMap' => '?',
  32457.             'CoreBundle\\Controller\\CrossDomainAuthController::authByToken' => '?',
  32458.             'DcSiteBundle\\Controller\\AccessoriesController::getCarPageStructuredData' => '?',
  32459.             'DcSiteBundle\\Controller\\AccessoriesController::getCarStructuredDataCarInStock' => '?',
  32460.             'DcSiteBundle\\Controller\\AccessoriesController::getCarStructuredDataCarUsed' => '?',
  32461.             'DcSiteBundle\\Controller\\AccessoriesController::init' => '?',
  32462.             'DcSiteBundle\\Controller\\AccessoriesController::initByDealer' => '?',
  32463.             'DcSiteBundle\\Controller\\AccessoriesController::newFindAccessories' => '?',
  32464.             'DcSiteBundle\\Controller\\AccessoriesController::newFindCategories' => '?',
  32465.             'DcSiteBundle\\Controller\\AccessoriesController::newFindCategory' => '?',
  32466.             'DcSiteBundle\\Controller\\AccessoriesFilterController::buildUrl' => '?',
  32467.             'DcSiteBundle\\Controller\\AccessoriesFilterController::getCarPageStructuredData' => '?',
  32468.             'DcSiteBundle\\Controller\\AccessoriesFilterController::getCarStructuredDataCarInStock' => '?',
  32469.             'DcSiteBundle\\Controller\\AccessoriesFilterController::getCarStructuredDataCarUsed' => '?',
  32470.             'DcSiteBundle\\Controller\\AccessoriesFilterController::initFilter' => '?',
  32471.             'DcSiteBundle\\Controller\\AccessoriesFilterController::initRedirectVariationQr' => '?',
  32472.             'DcSiteBundle\\Controller\\AjaxEntityController::getCarPageStructuredData' => '?',
  32473.             'DcSiteBundle\\Controller\\AjaxEntityController::getCarStructuredDataCarInStock' => '?',
  32474.             'DcSiteBundle\\Controller\\AjaxEntityController::getCarStructuredDataCarUsed' => '?',
  32475.             'DcSiteBundle\\Controller\\BaseDcController::getCarPageStructuredData' => '?',
  32476.             'DcSiteBundle\\Controller\\BaseDcController::getCarStructuredDataCarInStock' => '?',
  32477.             'DcSiteBundle\\Controller\\BaseDcController::getCarStructuredDataCarUsed' => '?',
  32478.             'DcSiteBundle\\Controller\\CallbackController::createRequest' => '?',
  32479.             'DcSiteBundle\\Controller\\CallbackController::getCarPageStructuredData' => '?',
  32480.             'DcSiteBundle\\Controller\\CallbackController::getCarStructuredDataCarInStock' => '?',
  32481.             'DcSiteBundle\\Controller\\CallbackController::getCarStructuredDataCarUsed' => '?',
  32482.             'DcSiteBundle\\Controller\\CallbackController::getState' => '?',
  32483.             'DcSiteBundle\\Controller\\CarController::createOrder' => '?',
  32484.             'DcSiteBundle\\Controller\\CarController::findModels' => '?',
  32485.             'DcSiteBundle\\Controller\\CarController::getCarPageStructuredData' => '?',
  32486.             'DcSiteBundle\\Controller\\CarController::getCarStructuredDataCarInStock' => '?',
  32487.             'DcSiteBundle\\Controller\\CarController::getCarStructuredDataCarUsed' => '?',
  32488.             'DcSiteBundle\\Controller\\CarController::getModelInfo' => '?',
  32489.             'DcSiteBundle\\Controller\\CarController::loadCarGallery' => '?',
  32490.             'DcSiteBundle\\Controller\\CarController::pricesLoad' => '?',
  32491.             'DcSiteBundle\\Controller\\CarController::techLoad' => '?',
  32492.             'DcSiteBundle\\Controller\\CarController::updateOrder' => '?',
  32493.             'DcSiteBundle\\Controller\\CarInStockModuleController::byVehicle' => '?',
  32494.             'DcSiteBundle\\Controller\\CarInStockModuleController::getCarPageStructuredData' => '?',
  32495.             'DcSiteBundle\\Controller\\CarInStockModuleController::getCarStructuredDataCarInStock' => '?',
  32496.             'DcSiteBundle\\Controller\\CarInStockModuleController::getCarStructuredDataCarUsed' => '?',
  32497.             'DcSiteBundle\\Controller\\Citroen\\AboutController::getCarPageStructuredData' => '?',
  32498.             'DcSiteBundle\\Controller\\Citroen\\AboutController::getCarStructuredDataCarInStock' => '?',
  32499.             'DcSiteBundle\\Controller\\Citroen\\AboutController::getCarStructuredDataCarUsed' => '?',
  32500.             'DcSiteBundle\\Controller\\Citroen\\AboutController::newsSingle' => '?',
  32501.             'DcSiteBundle\\Controller\\Citroen\\AboutController::staff' => '?',
  32502.             'DcSiteBundle\\Controller\\Citroen\\AccessoriesController::getCarPageStructuredData' => '?',
  32503.             'DcSiteBundle\\Controller\\Citroen\\AccessoriesController::getCarStructuredDataCarInStock' => '?',
  32504.             'DcSiteBundle\\Controller\\Citroen\\AccessoriesController::getCarStructuredDataCarUsed' => '?',
  32505.             'DcSiteBundle\\Controller\\Citroen\\AccessoriesController::redirectToShop' => '?',
  32506.             'DcSiteBundle\\Controller\\Citroen\\BaseController::getCarPageStructuredData' => '?',
  32507.             'DcSiteBundle\\Controller\\Citroen\\BaseController::getCarStructuredDataCarInStock' => '?',
  32508.             'DcSiteBundle\\Controller\\Citroen\\BaseController::getCarStructuredDataCarUsed' => '?',
  32509.             'DcSiteBundle\\Controller\\Citroen\\BasketController::checkoutOrder' => '?',
  32510.             'DcSiteBundle\\Controller\\Citroen\\BasketController::getCarPageStructuredData' => '?',
  32511.             'DcSiteBundle\\Controller\\Citroen\\BasketController::getCarStructuredDataCarInStock' => '?',
  32512.             'DcSiteBundle\\Controller\\Citroen\\BasketController::getCarStructuredDataCarUsed' => '?',
  32513.             'DcSiteBundle\\Controller\\Citroen\\BasketController::order' => '?',
  32514.             'DcSiteBundle\\Controller\\Citroen\\CarController::car' => '?',
  32515.             'DcSiteBundle\\Controller\\Citroen\\CarController::carCardStock' => '?',
  32516.             'DcSiteBundle\\Controller\\Citroen\\CarController::carConfiguraion' => '?',
  32517.             'DcSiteBundle\\Controller\\Citroen\\CarController::category' => '?',
  32518.             'DcSiteBundle\\Controller\\Citroen\\CarController::getCarPageStructuredData' => '?',
  32519.             'DcSiteBundle\\Controller\\Citroen\\CarController::getCarStructuredDataCarInStock' => '?',
  32520.             'DcSiteBundle\\Controller\\Citroen\\CarController::getCarStructuredDataCarUsed' => '?',
  32521.             'DcSiteBundle\\Controller\\Citroen\\CarController::list' => '?',
  32522.             'DcSiteBundle\\Controller\\Citroen\\CarController::listPage' => '?',
  32523.             'DcSiteBundle\\Controller\\Citroen\\CarController::secondhandSingle' => '?',
  32524.             'DcSiteBundle\\Controller\\Citroen\\FinanceController::credit' => '?',
  32525.             'DcSiteBundle\\Controller\\Citroen\\FinanceController::getCarPageStructuredData' => '?',
  32526.             'DcSiteBundle\\Controller\\Citroen\\FinanceController::getCarStructuredDataCarInStock' => '?',
  32527.             'DcSiteBundle\\Controller\\Citroen\\FinanceController::getCarStructuredDataCarUsed' => '?',
  32528.             'DcSiteBundle\\Controller\\Citroen\\MainController::getCarPageStructuredData' => '?',
  32529.             'DcSiteBundle\\Controller\\Citroen\\MainController::getCarStructuredDataCarInStock' => '?',
  32530.             'DcSiteBundle\\Controller\\Citroen\\MainController::getCarStructuredDataCarUsed' => '?',
  32531.             'DcSiteBundle\\Controller\\Citroen\\MainController::index' => '?',
  32532.             'DcSiteBundle\\Controller\\Citroen\\MainController::initMenu' => '?',
  32533.             'DcSiteBundle\\Controller\\Citroen\\MainController::loadModels' => '?',
  32534.             'DcSiteBundle\\Controller\\Citroen\\MainController::seveTempForm' => '?',
  32535.             'DcSiteBundle\\Controller\\Citroen\\ServiceController::getCarPageStructuredData' => '?',
  32536.             'DcSiteBundle\\Controller\\Citroen\\ServiceController::getCarStructuredDataCarInStock' => '?',
  32537.             'DcSiteBundle\\Controller\\Citroen\\ServiceController::getCarStructuredDataCarUsed' => '?',
  32538.             'DcSiteBundle\\Controller\\Citroen\\ServiceController::regulationsTo' => '?',
  32539.             'DcSiteBundle\\Controller\\Citroen\\StocksController::getCarPageStructuredData' => '?',
  32540.             'DcSiteBundle\\Controller\\Citroen\\StocksController::getCarStructuredDataCarInStock' => '?',
  32541.             'DcSiteBundle\\Controller\\Citroen\\StocksController::getCarStructuredDataCarUsed' => '?',
  32542.             'DcSiteBundle\\Controller\\Citroen\\StocksController::stocksSingle' => '?',
  32543.             'DcSiteBundle\\Controller\\ConfiguratorController::getCarPageStructuredData' => '?',
  32544.             'DcSiteBundle\\Controller\\ConfiguratorController::getCarStructuredDataCarInStock' => '?',
  32545.             'DcSiteBundle\\Controller\\ConfiguratorController::getCarStructuredDataCarUsed' => '?',
  32546.             'DcSiteBundle\\Controller\\ConfiguratorController::init' => '?',
  32547.             'DcSiteBundle\\Controller\\ConfiguratorController::initByHash' => '?',
  32548.             'DcSiteBundle\\Controller\\ConfiguratorController::initCreditCalculator' => '?',
  32549.             'DcSiteBundle\\Controller\\ConfiguratorController::saveOffer' => '?',
  32550.             'DcSiteBundle\\Controller\\CreditController::getCarPageStructuredData' => '?',
  32551.             'DcSiteBundle\\Controller\\CreditController::getCarStructuredDataCarInStock' => '?',
  32552.             'DcSiteBundle\\Controller\\CreditController::getCarStructuredDataCarUsed' => '?',
  32553.             'DcSiteBundle\\Controller\\CreditController::getCreditListDocument' => '?',
  32554.             'DcSiteBundle\\Controller\\CreditController::getScheduleListDocument' => '?',
  32555.             'DcSiteBundle\\Controller\\CreditController::getScheduleListDocumentTest' => '?',
  32556.             'DcSiteBundle\\Controller\\CreditController::getVehicleByVehicleItem' => '?',
  32557.             'DcSiteBundle\\Controller\\CreditController::programs' => '?',
  32558.             'DcSiteBundle\\Controller\\CreditController::saveForm' => '?',
  32559.             'DcSiteBundle\\Controller\\CsvAccessoriesController::getCarPageStructuredData' => '?',
  32560.             'DcSiteBundle\\Controller\\CsvAccessoriesController::getCarStructuredDataCarInStock' => '?',
  32561.             'DcSiteBundle\\Controller\\CsvAccessoriesController::getCarStructuredDataCarUsed' => '?',
  32562.             'DcSiteBundle\\Controller\\FinanceController::business' => '?',
  32563.             'DcSiteBundle\\Controller\\FinanceController::creditInit' => '?',
  32564.             'DcSiteBundle\\Controller\\FinanceController::creditProgramByFirstPayment' => '?',
  32565.             'DcSiteBundle\\Controller\\FinanceController::creditProgramVehicleWithMinMaxPrice' => '?',
  32566.             'DcSiteBundle\\Controller\\FinanceController::getCarPageStructuredData' => '?',
  32567.             'DcSiteBundle\\Controller\\FinanceController::getCarStructuredDataCarInStock' => '?',
  32568.             'DcSiteBundle\\Controller\\FinanceController::getCarStructuredDataCarUsed' => '?',
  32569.             'DcSiteBundle\\Controller\\FinanceController::getCrmDataByUUID' => '?',
  32570.             'DcSiteBundle\\Controller\\FinanceController::insurance' => '?',
  32571.             'DcSiteBundle\\Controller\\FinanceController::saveCreditCalculationUserData' => '?',
  32572.             'DcSiteBundle\\Controller\\FinanceController::saveCreditPageReview' => '?',
  32573.             'DcSiteBundle\\Controller\\Ford\\AboutUsController::getCarPageStructuredData' => '?',
  32574.             'DcSiteBundle\\Controller\\Ford\\AboutUsController::getCarStructuredDataCarInStock' => '?',
  32575.             'DcSiteBundle\\Controller\\Ford\\AboutUsController::getCarStructuredDataCarUsed' => '?',
  32576.             'DcSiteBundle\\Controller\\Ford\\AboutUsController::staff' => '?',
  32577.             'DcSiteBundle\\Controller\\Ford\\AccessoriesController::getCarPageStructuredData' => '?',
  32578.             'DcSiteBundle\\Controller\\Ford\\AccessoriesController::getCarStructuredDataCarInStock' => '?',
  32579.             'DcSiteBundle\\Controller\\Ford\\AccessoriesController::getCarStructuredDataCarUsed' => '?',
  32580.             'DcSiteBundle\\Controller\\Ford\\AjaxController::getCarPageStructuredData' => '?',
  32581.             'DcSiteBundle\\Controller\\Ford\\AjaxController::getCarStructuredDataCarInStock' => '?',
  32582.             'DcSiteBundle\\Controller\\Ford\\AjaxController::getCarStructuredDataCarUsed' => '?',
  32583.             'DcSiteBundle\\Controller\\Ford\\ApprovedController::getCarPageStructuredData' => '?',
  32584.             'DcSiteBundle\\Controller\\Ford\\ApprovedController::getCarStructuredDataCarInStock' => '?',
  32585.             'DcSiteBundle\\Controller\\Ford\\ApprovedController::getCarStructuredDataCarUsed' => '?',
  32586.             'DcSiteBundle\\Controller\\Ford\\BaseController::getCarPageStructuredData' => '?',
  32587.             'DcSiteBundle\\Controller\\Ford\\BaseController::getCarStructuredDataCarInStock' => '?',
  32588.             'DcSiteBundle\\Controller\\Ford\\BaseController::getCarStructuredDataCarUsed' => '?',
  32589.             'DcSiteBundle\\Controller\\Ford\\BasketController::basket' => '?',
  32590.             'DcSiteBundle\\Controller\\Ford\\BasketController::checkoutOrder' => '?',
  32591.             'DcSiteBundle\\Controller\\Ford\\BasketController::getCarPageStructuredData' => '?',
  32592.             'DcSiteBundle\\Controller\\Ford\\BasketController::getCarStructuredDataCarInStock' => '?',
  32593.             'DcSiteBundle\\Controller\\Ford\\BasketController::getCarStructuredDataCarUsed' => '?',
  32594.             'DcSiteBundle\\Controller\\Ford\\BasketController::order' => '?',
  32595.             'DcSiteBundle\\Controller\\Ford\\CarController::car' => '?',
  32596.             'DcSiteBundle\\Controller\\Ford\\CarController::carCardStock' => '?',
  32597.             'DcSiteBundle\\Controller\\Ford\\CarController::carConfiguraion' => '?',
  32598.             'DcSiteBundle\\Controller\\Ford\\CarController::category' => '?',
  32599.             'DcSiteBundle\\Controller\\Ford\\CarController::getCarPageStructuredData' => '?',
  32600.             'DcSiteBundle\\Controller\\Ford\\CarController::getCarStructuredDataCarInStock' => '?',
  32601.             'DcSiteBundle\\Controller\\Ford\\CarController::getCarStructuredDataCarUsed' => '?',
  32602.             'DcSiteBundle\\Controller\\Ford\\CarController::list' => '?',
  32603.             'DcSiteBundle\\Controller\\Ford\\CarController::listPage' => '?',
  32604.             'DcSiteBundle\\Controller\\Ford\\CarController::secondhandSingle' => '?',
  32605.             'DcSiteBundle\\Controller\\Ford\\FinanceController::credit' => '?',
  32606.             'DcSiteBundle\\Controller\\Ford\\FinanceController::getCarPageStructuredData' => '?',
  32607.             'DcSiteBundle\\Controller\\Ford\\FinanceController::getCarStructuredDataCarInStock' => '?',
  32608.             'DcSiteBundle\\Controller\\Ford\\FinanceController::getCarStructuredDataCarUsed' => '?',
  32609.             'DcSiteBundle\\Controller\\Ford\\MainController::getCarPageStructuredData' => '?',
  32610.             'DcSiteBundle\\Controller\\Ford\\MainController::getCarStructuredDataCarInStock' => '?',
  32611.             'DcSiteBundle\\Controller\\Ford\\MainController::getCarStructuredDataCarUsed' => '?',
  32612.             'DcSiteBundle\\Controller\\Ford\\PostController::getCarPageStructuredData' => '?',
  32613.             'DcSiteBundle\\Controller\\Ford\\PostController::getCarStructuredDataCarInStock' => '?',
  32614.             'DcSiteBundle\\Controller\\Ford\\PostController::getCarStructuredDataCarUsed' => '?',
  32615.             'DcSiteBundle\\Controller\\Ford\\PostController::post' => '?',
  32616.             'DcSiteBundle\\Controller\\Ford\\ServiceController::getCarPageStructuredData' => '?',
  32617.             'DcSiteBundle\\Controller\\Ford\\ServiceController::getCarStructuredDataCarInStock' => '?',
  32618.             'DcSiteBundle\\Controller\\Ford\\ServiceController::getCarStructuredDataCarUsed' => '?',
  32619.             'DcSiteBundle\\Controller\\Ford\\ServiceController::regulationsTo' => '?',
  32620.             'DcSiteBundle\\Controller\\FormController::EventForm' => '?',
  32621.             'DcSiteBundle\\Controller\\FormController::getCarPageStructuredData' => '?',
  32622.             'DcSiteBundle\\Controller\\FormController::getCarStructuredDataCarInStock' => '?',
  32623.             'DcSiteBundle\\Controller\\FormController::getCarStructuredDataCarUsed' => '?',
  32624.             'DcSiteBundle\\Controller\\Haval\\AboutController::getCarPageStructuredData' => '?',
  32625.             'DcSiteBundle\\Controller\\Haval\\AboutController::getCarStructuredDataCarInStock' => '?',
  32626.             'DcSiteBundle\\Controller\\Haval\\AboutController::getCarStructuredDataCarUsed' => '?',
  32627.             'DcSiteBundle\\Controller\\Haval\\AboutController::newsSingle' => '?',
  32628.             'DcSiteBundle\\Controller\\Haval\\AboutController::team' => '?',
  32629.             'DcSiteBundle\\Controller\\Haval\\BaseController::getCarPageStructuredData' => '?',
  32630.             'DcSiteBundle\\Controller\\Haval\\BaseController::getCarStructuredDataCarInStock' => '?',
  32631.             'DcSiteBundle\\Controller\\Haval\\BaseController::getCarStructuredDataCarUsed' => '?',
  32632.             'DcSiteBundle\\Controller\\Haval\\CarController::car' => '?',
  32633.             'DcSiteBundle\\Controller\\Haval\\CarController::carConfiguraion' => '?',
  32634.             'DcSiteBundle\\Controller\\Haval\\CarController::carInStockSingle' => '?',
  32635.             'DcSiteBundle\\Controller\\Haval\\CarController::category' => '?',
  32636.             'DcSiteBundle\\Controller\\Haval\\CarController::configurator' => '?',
  32637.             'DcSiteBundle\\Controller\\Haval\\CarController::getCarPageStructuredData' => '?',
  32638.             'DcSiteBundle\\Controller\\Haval\\CarController::getCarStructuredDataCarInStock' => '?',
  32639.             'DcSiteBundle\\Controller\\Haval\\CarController::getCarStructuredDataCarUsed' => '?',
  32640.             'DcSiteBundle\\Controller\\Haval\\CarController::list' => '?',
  32641.             'DcSiteBundle\\Controller\\Haval\\CarController::listPage' => '?',
  32642.             'DcSiteBundle\\Controller\\Haval\\CarController::secondhandSingle' => '?',
  32643.             'DcSiteBundle\\Controller\\Haval\\FinanceController::getCarPageStructuredData' => '?',
  32644.             'DcSiteBundle\\Controller\\Haval\\FinanceController::getCarStructuredDataCarInStock' => '?',
  32645.             'DcSiteBundle\\Controller\\Haval\\FinanceController::getCarStructuredDataCarUsed' => '?',
  32646.             'DcSiteBundle\\Controller\\Haval\\MainController::getCarPageStructuredData' => '?',
  32647.             'DcSiteBundle\\Controller\\Haval\\MainController::getCarStructuredDataCarInStock' => '?',
  32648.             'DcSiteBundle\\Controller\\Haval\\MainController::getCarStructuredDataCarUsed' => '?',
  32649.             'DcSiteBundle\\Controller\\Haval\\MainController::index' => '?',
  32650.             'DcSiteBundle\\Controller\\Haval\\ServiceController::getCarPageStructuredData' => '?',
  32651.             'DcSiteBundle\\Controller\\Haval\\ServiceController::getCarStructuredDataCarInStock' => '?',
  32652.             'DcSiteBundle\\Controller\\Haval\\ServiceController::getCarStructuredDataCarUsed' => '?',
  32653.             'DcSiteBundle\\Controller\\Haval\\ServiceController::regulationsTo' => '?',
  32654.             'DcSiteBundle\\Controller\\Haval\\StocksController::getCarPageStructuredData' => '?',
  32655.             'DcSiteBundle\\Controller\\Haval\\StocksController::getCarStructuredDataCarInStock' => '?',
  32656.             'DcSiteBundle\\Controller\\Haval\\StocksController::getCarStructuredDataCarUsed' => '?',
  32657.             'DcSiteBundle\\Controller\\Haval\\StocksController::stocksSingle' => '?',
  32658.             'DcSiteBundle\\Controller\\Honda\\AboutController::getCarPageStructuredData' => '?',
  32659.             'DcSiteBundle\\Controller\\Honda\\AboutController::getCarStructuredDataCarInStock' => '?',
  32660.             'DcSiteBundle\\Controller\\Honda\\AboutController::getCarStructuredDataCarUsed' => '?',
  32661.             'DcSiteBundle\\Controller\\Honda\\AboutController::newsSingle' => '?',
  32662.             'DcSiteBundle\\Controller\\Honda\\AboutController::staff' => '?',
  32663.             'DcSiteBundle\\Controller\\Honda\\AccessoriesController::accessoriesCatalog' => '?',
  32664.             'DcSiteBundle\\Controller\\Honda\\AccessoriesController::accessoriesCategory' => '?',
  32665.             'DcSiteBundle\\Controller\\Honda\\AccessoriesController::accessoriesModel' => '?',
  32666.             'DcSiteBundle\\Controller\\Honda\\AccessoriesController::accessoriesModelVariation' => '?',
  32667.             'DcSiteBundle\\Controller\\Honda\\AccessoriesController::accessoriesPage' => '?',
  32668.             'DcSiteBundle\\Controller\\Honda\\AccessoriesController::getCarPageStructuredData' => '?',
  32669.             'DcSiteBundle\\Controller\\Honda\\AccessoriesController::getCarStructuredDataCarInStock' => '?',
  32670.             'DcSiteBundle\\Controller\\Honda\\AccessoriesController::getCarStructuredDataCarUsed' => '?',
  32671.             'DcSiteBundle\\Controller\\Honda\\AcuraServiceController::getCarPageStructuredData' => '?',
  32672.             'DcSiteBundle\\Controller\\Honda\\AcuraServiceController::getCarStructuredDataCarInStock' => '?',
  32673.             'DcSiteBundle\\Controller\\Honda\\AcuraServiceController::getCarStructuredDataCarUsed' => '?',
  32674.             'DcSiteBundle\\Controller\\Honda\\AcuraServiceController::regulationsTo' => '?',
  32675.             'DcSiteBundle\\Controller\\Honda\\BaseController::getCarPageStructuredData' => '?',
  32676.             'DcSiteBundle\\Controller\\Honda\\BaseController::getCarStructuredDataCarInStock' => '?',
  32677.             'DcSiteBundle\\Controller\\Honda\\BaseController::getCarStructuredDataCarUsed' => '?',
  32678.             'DcSiteBundle\\Controller\\Honda\\BasketController::checkoutOrder' => '?',
  32679.             'DcSiteBundle\\Controller\\Honda\\BasketController::getCarPageStructuredData' => '?',
  32680.             'DcSiteBundle\\Controller\\Honda\\BasketController::getCarStructuredDataCarInStock' => '?',
  32681.             'DcSiteBundle\\Controller\\Honda\\BasketController::getCarStructuredDataCarUsed' => '?',
  32682.             'DcSiteBundle\\Controller\\Honda\\BasketController::order' => '?',
  32683.             'DcSiteBundle\\Controller\\Honda\\CarController::car' => '?',
  32684.             'DcSiteBundle\\Controller\\Honda\\CarController::carCardStock' => '?',
  32685.             'DcSiteBundle\\Controller\\Honda\\CarController::carConfiguraion' => '?',
  32686.             'DcSiteBundle\\Controller\\Honda\\CarController::category' => '?',
  32687.             'DcSiteBundle\\Controller\\Honda\\CarController::getCarPageStructuredData' => '?',
  32688.             'DcSiteBundle\\Controller\\Honda\\CarController::getCarStructuredDataCarInStock' => '?',
  32689.             'DcSiteBundle\\Controller\\Honda\\CarController::getCarStructuredDataCarUsed' => '?',
  32690.             'DcSiteBundle\\Controller\\Honda\\CarController::list' => '?',
  32691.             'DcSiteBundle\\Controller\\Honda\\CarController::listPage' => '?',
  32692.             'DcSiteBundle\\Controller\\Honda\\CarController::secondhandSingle' => '?',
  32693.             'DcSiteBundle\\Controller\\Honda\\FinanceController::credit' => '?',
  32694.             'DcSiteBundle\\Controller\\Honda\\FinanceController::getCarPageStructuredData' => '?',
  32695.             'DcSiteBundle\\Controller\\Honda\\FinanceController::getCarStructuredDataCarInStock' => '?',
  32696.             'DcSiteBundle\\Controller\\Honda\\FinanceController::getCarStructuredDataCarUsed' => '?',
  32697.             'DcSiteBundle\\Controller\\Honda\\HondaServiceController::accessories' => '?',
  32698.             'DcSiteBundle\\Controller\\Honda\\HondaServiceController::getCarPageStructuredData' => '?',
  32699.             'DcSiteBundle\\Controller\\Honda\\HondaServiceController::getCarStructuredDataCarInStock' => '?',
  32700.             'DcSiteBundle\\Controller\\Honda\\HondaServiceController::getCarStructuredDataCarUsed' => '?',
  32701.             'DcSiteBundle\\Controller\\Honda\\HondaServiceController::regulationsTo' => '?',
  32702.             'DcSiteBundle\\Controller\\Honda\\MainController::getCarPageStructuredData' => '?',
  32703.             'DcSiteBundle\\Controller\\Honda\\MainController::getCarStructuredDataCarInStock' => '?',
  32704.             'DcSiteBundle\\Controller\\Honda\\MainController::getCarStructuredDataCarUsed' => '?',
  32705.             'DcSiteBundle\\Controller\\Honda\\MainController::index' => '?',
  32706.             'DcSiteBundle\\Controller\\Honda\\MainController::menuInit' => '?',
  32707.             'DcSiteBundle\\Controller\\Honda\\MainController::stocksSingle' => '?',
  32708.             'DcSiteBundle\\Controller\\Infiniti\\AboutUsController::getCarPageStructuredData' => '?',
  32709.             'DcSiteBundle\\Controller\\Infiniti\\AboutUsController::getCarStructuredDataCarInStock' => '?',
  32710.             'DcSiteBundle\\Controller\\Infiniti\\AboutUsController::getCarStructuredDataCarUsed' => '?',
  32711.             'DcSiteBundle\\Controller\\Infiniti\\AboutUsController::newsSingle' => '?',
  32712.             'DcSiteBundle\\Controller\\Infiniti\\AboutUsController::staff' => '?',
  32713.             'DcSiteBundle\\Controller\\Infiniti\\AccessoriesController::accessoriesCatalog' => '?',
  32714.             'DcSiteBundle\\Controller\\Infiniti\\AccessoriesController::accessoriesCategory' => '?',
  32715.             'DcSiteBundle\\Controller\\Infiniti\\AccessoriesController::accessoriesModel' => '?',
  32716.             'DcSiteBundle\\Controller\\Infiniti\\AccessoriesController::accessoriesModelVariation' => '?',
  32717.             'DcSiteBundle\\Controller\\Infiniti\\AccessoriesController::accessoriesPage' => '?',
  32718.             'DcSiteBundle\\Controller\\Infiniti\\AccessoriesController::getCarPageStructuredData' => '?',
  32719.             'DcSiteBundle\\Controller\\Infiniti\\AccessoriesController::getCarStructuredDataCarInStock' => '?',
  32720.             'DcSiteBundle\\Controller\\Infiniti\\AccessoriesController::getCarStructuredDataCarUsed' => '?',
  32721.             'DcSiteBundle\\Controller\\Infiniti\\AjaxController::getCarPageStructuredData' => '?',
  32722.             'DcSiteBundle\\Controller\\Infiniti\\AjaxController::getCarStructuredDataCarInStock' => '?',
  32723.             'DcSiteBundle\\Controller\\Infiniti\\AjaxController::getCarStructuredDataCarUsed' => '?',
  32724.             'DcSiteBundle\\Controller\\Infiniti\\AjaxController::index' => '?',
  32725.             'DcSiteBundle\\Controller\\Infiniti\\AjaxController::transfer' => '?',
  32726.             'DcSiteBundle\\Controller\\Infiniti\\BaseController::getCarPageStructuredData' => '?',
  32727.             'DcSiteBundle\\Controller\\Infiniti\\BaseController::getCarStructuredDataCarInStock' => '?',
  32728.             'DcSiteBundle\\Controller\\Infiniti\\BaseController::getCarStructuredDataCarUsed' => '?',
  32729.             'DcSiteBundle\\Controller\\Infiniti\\BasketController::checkoutOrder' => '?',
  32730.             'DcSiteBundle\\Controller\\Infiniti\\BasketController::getCarPageStructuredData' => '?',
  32731.             'DcSiteBundle\\Controller\\Infiniti\\BasketController::getCarStructuredDataCarInStock' => '?',
  32732.             'DcSiteBundle\\Controller\\Infiniti\\BasketController::getCarStructuredDataCarUsed' => '?',
  32733.             'DcSiteBundle\\Controller\\Infiniti\\BasketController::order' => '?',
  32734.             'DcSiteBundle\\Controller\\Infiniti\\CarController::car' => '?',
  32735.             'DcSiteBundle\\Controller\\Infiniti\\CarController::carCardStock' => '?',
  32736.             'DcSiteBundle\\Controller\\Infiniti\\CarController::carConfiguraion' => '?',
  32737.             'DcSiteBundle\\Controller\\Infiniti\\CarController::getCarPageStructuredData' => '?',
  32738.             'DcSiteBundle\\Controller\\Infiniti\\CarController::getCarStructuredDataCarInStock' => '?',
  32739.             'DcSiteBundle\\Controller\\Infiniti\\CarController::getCarStructuredDataCarUsed' => '?',
  32740.             'DcSiteBundle\\Controller\\Infiniti\\CarController::lineUp' => '?',
  32741.             'DcSiteBundle\\Controller\\Infiniti\\CarController::lineUpPage' => '?',
  32742.             'DcSiteBundle\\Controller\\Infiniti\\CarController::secondhandSingle' => '?',
  32743.             'DcSiteBundle\\Controller\\Infiniti\\ContactsController::getCarPageStructuredData' => '?',
  32744.             'DcSiteBundle\\Controller\\Infiniti\\ContactsController::getCarStructuredDataCarInStock' => '?',
  32745.             'DcSiteBundle\\Controller\\Infiniti\\ContactsController::getCarStructuredDataCarUsed' => '?',
  32746.             'DcSiteBundle\\Controller\\Infiniti\\ContactsController::index' => '?',
  32747.             'DcSiteBundle\\Controller\\Infiniti\\FinanceController::credit' => '?',
  32748.             'DcSiteBundle\\Controller\\Infiniti\\FinanceController::getCarPageStructuredData' => '?',
  32749.             'DcSiteBundle\\Controller\\Infiniti\\FinanceController::getCarStructuredDataCarInStock' => '?',
  32750.             'DcSiteBundle\\Controller\\Infiniti\\FinanceController::getCarStructuredDataCarUsed' => '?',
  32751.             'DcSiteBundle\\Controller\\Infiniti\\FinanceController::index' => '?',
  32752.             'DcSiteBundle\\Controller\\Infiniti\\MainController::getCarPageStructuredData' => '?',
  32753.             'DcSiteBundle\\Controller\\Infiniti\\MainController::getCarStructuredDataCarInStock' => '?',
  32754.             'DcSiteBundle\\Controller\\Infiniti\\MainController::getCarStructuredDataCarUsed' => '?',
  32755.             'DcSiteBundle\\Controller\\Infiniti\\MainController::index' => '?',
  32756.             'DcSiteBundle\\Controller\\Infiniti\\OffersController::getCarPageStructuredData' => '?',
  32757.             'DcSiteBundle\\Controller\\Infiniti\\OffersController::getCarStructuredDataCarInStock' => '?',
  32758.             'DcSiteBundle\\Controller\\Infiniti\\OffersController::getCarStructuredDataCarUsed' => '?',
  32759.             'DcSiteBundle\\Controller\\Infiniti\\OffersController::index' => '?',
  32760.             'DcSiteBundle\\Controller\\Infiniti\\OffersController::offersSingle' => '?',
  32761.             'DcSiteBundle\\Controller\\Infiniti\\ServiceController::getCarPageStructuredData' => '?',
  32762.             'DcSiteBundle\\Controller\\Infiniti\\ServiceController::getCarStructuredDataCarInStock' => '?',
  32763.             'DcSiteBundle\\Controller\\Infiniti\\ServiceController::getCarStructuredDataCarUsed' => '?',
  32764.             'DcSiteBundle\\Controller\\Infiniti\\ServiceController::index' => '?',
  32765.             'DcSiteBundle\\Controller\\Infiniti\\ServiceController::regulationsTo' => '?',
  32766.             'DcSiteBundle\\Controller\\InsuranceController::getCarPageStructuredData' => '?',
  32767.             'DcSiteBundle\\Controller\\InsuranceController::getCarStructuredDataCarInStock' => '?',
  32768.             'DcSiteBundle\\Controller\\InsuranceController::getCarStructuredDataCarUsed' => '?',
  32769.             'DcSiteBundle\\Controller\\InsuranceController::loadOptions' => '?',
  32770.             'DcSiteBundle\\Controller\\InsuranceController::saveForm' => '?',
  32771.             'DcSiteBundle\\Controller\\Jaguar\\AboutController::getCarPageStructuredData' => '?',
  32772.             'DcSiteBundle\\Controller\\Jaguar\\AboutController::getCarStructuredDataCarInStock' => '?',
  32773.             'DcSiteBundle\\Controller\\Jaguar\\AboutController::getCarStructuredDataCarUsed' => '?',
  32774.             'DcSiteBundle\\Controller\\Jaguar\\AboutController::newsSingle' => '?',
  32775.             'DcSiteBundle\\Controller\\Jaguar\\AboutController::staff' => '?',
  32776.             'DcSiteBundle\\Controller\\Jaguar\\AccessoriesController::accessoriesCatalog' => '?',
  32777.             'DcSiteBundle\\Controller\\Jaguar\\AccessoriesController::accessoriesCategory' => '?',
  32778.             'DcSiteBundle\\Controller\\Jaguar\\AccessoriesController::accessoriesModel' => '?',
  32779.             'DcSiteBundle\\Controller\\Jaguar\\AccessoriesController::accessoriesModelVariation' => '?',
  32780.             'DcSiteBundle\\Controller\\Jaguar\\AccessoriesController::accessoriesPage' => '?',
  32781.             'DcSiteBundle\\Controller\\Jaguar\\AccessoriesController::getCarPageStructuredData' => '?',
  32782.             'DcSiteBundle\\Controller\\Jaguar\\AccessoriesController::getCarStructuredDataCarInStock' => '?',
  32783.             'DcSiteBundle\\Controller\\Jaguar\\AccessoriesController::getCarStructuredDataCarUsed' => '?',
  32784.             'DcSiteBundle\\Controller\\Jaguar\\BaseController::getCarPageStructuredData' => '?',
  32785.             'DcSiteBundle\\Controller\\Jaguar\\BaseController::getCarStructuredDataCarInStock' => '?',
  32786.             'DcSiteBundle\\Controller\\Jaguar\\BaseController::getCarStructuredDataCarUsed' => '?',
  32787.             'DcSiteBundle\\Controller\\Jaguar\\BasketController::checkoutOrder' => '?',
  32788.             'DcSiteBundle\\Controller\\Jaguar\\BasketController::getCarPageStructuredData' => '?',
  32789.             'DcSiteBundle\\Controller\\Jaguar\\BasketController::getCarStructuredDataCarInStock' => '?',
  32790.             'DcSiteBundle\\Controller\\Jaguar\\BasketController::getCarStructuredDataCarUsed' => '?',
  32791.             'DcSiteBundle\\Controller\\Jaguar\\BasketController::order' => '?',
  32792.             'DcSiteBundle\\Controller\\Jaguar\\CarController::car' => '?',
  32793.             'DcSiteBundle\\Controller\\Jaguar\\CarController::carConfiguraion' => '?',
  32794.             'DcSiteBundle\\Controller\\Jaguar\\CarController::carInStock' => '?',
  32795.             'DcSiteBundle\\Controller\\Jaguar\\CarController::getCarPageStructuredData' => '?',
  32796.             'DcSiteBundle\\Controller\\Jaguar\\CarController::getCarStructuredDataCarInStock' => '?',
  32797.             'DcSiteBundle\\Controller\\Jaguar\\CarController::getCarStructuredDataCarUsed' => '?',
  32798.             'DcSiteBundle\\Controller\\Jaguar\\CarController::usedCard' => '?',
  32799.             'DcSiteBundle\\Controller\\Jaguar\\FinanceController::getCarPageStructuredData' => '?',
  32800.             'DcSiteBundle\\Controller\\Jaguar\\FinanceController::getCarStructuredDataCarInStock' => '?',
  32801.             'DcSiteBundle\\Controller\\Jaguar\\FinanceController::getCarStructuredDataCarUsed' => '?',
  32802.             'DcSiteBundle\\Controller\\Jaguar\\MainController::getCarPageStructuredData' => '?',
  32803.             'DcSiteBundle\\Controller\\Jaguar\\MainController::getCarStructuredDataCarInStock' => '?',
  32804.             'DcSiteBundle\\Controller\\Jaguar\\MainController::getCarStructuredDataCarUsed' => '?',
  32805.             'DcSiteBundle\\Controller\\Jaguar\\MainController::menuInit' => '?',
  32806.             'DcSiteBundle\\Controller\\Jaguar\\MainController::specialOffersSingle' => '?',
  32807.             'DcSiteBundle\\Controller\\Jaguar\\ServiceController::getCarPageStructuredData' => '?',
  32808.             'DcSiteBundle\\Controller\\Jaguar\\ServiceController::getCarStructuredDataCarInStock' => '?',
  32809.             'DcSiteBundle\\Controller\\Jaguar\\ServiceController::getCarStructuredDataCarUsed' => '?',
  32810.             'DcSiteBundle\\Controller\\Jaguar\\ServiceController::regulationsTo' => '?',
  32811.             'DcSiteBundle\\Controller\\Jeep\\AboutController::actionsSingle' => '?',
  32812.             'DcSiteBundle\\Controller\\Jeep\\AboutController::getCarPageStructuredData' => '?',
  32813.             'DcSiteBundle\\Controller\\Jeep\\AboutController::getCarStructuredDataCarInStock' => '?',
  32814.             'DcSiteBundle\\Controller\\Jeep\\AboutController::getCarStructuredDataCarUsed' => '?',
  32815.             'DcSiteBundle\\Controller\\Jeep\\AboutController::newsSingle' => '?',
  32816.             'DcSiteBundle\\Controller\\Jeep\\AboutController::team' => '?',
  32817.             'DcSiteBundle\\Controller\\Jeep\\AccessoriesController::accessoriesCatalog' => '?',
  32818.             'DcSiteBundle\\Controller\\Jeep\\AccessoriesController::accessoriesCategory' => '?',
  32819.             'DcSiteBundle\\Controller\\Jeep\\AccessoriesController::accessoriesModel' => '?',
  32820.             'DcSiteBundle\\Controller\\Jeep\\AccessoriesController::accessoriesModelVariation' => '?',
  32821.             'DcSiteBundle\\Controller\\Jeep\\AccessoriesController::accessoriesPage' => '?',
  32822.             'DcSiteBundle\\Controller\\Jeep\\AccessoriesController::getCarPageStructuredData' => '?',
  32823.             'DcSiteBundle\\Controller\\Jeep\\AccessoriesController::getCarStructuredDataCarInStock' => '?',
  32824.             'DcSiteBundle\\Controller\\Jeep\\AccessoriesController::getCarStructuredDataCarUsed' => '?',
  32825.             'DcSiteBundle\\Controller\\Jeep\\BaseController::getCarPageStructuredData' => '?',
  32826.             'DcSiteBundle\\Controller\\Jeep\\BaseController::getCarStructuredDataCarInStock' => '?',
  32827.             'DcSiteBundle\\Controller\\Jeep\\BaseController::getCarStructuredDataCarUsed' => '?',
  32828.             'DcSiteBundle\\Controller\\Jeep\\BasketController::checkoutOrder' => '?',
  32829.             'DcSiteBundle\\Controller\\Jeep\\BasketController::getCarPageStructuredData' => '?',
  32830.             'DcSiteBundle\\Controller\\Jeep\\BasketController::getCarStructuredDataCarInStock' => '?',
  32831.             'DcSiteBundle\\Controller\\Jeep\\BasketController::getCarStructuredDataCarUsed' => '?',
  32832.             'DcSiteBundle\\Controller\\Jeep\\BasketController::order' => '?',
  32833.             'DcSiteBundle\\Controller\\Jeep\\CarController::car' => '?',
  32834.             'DcSiteBundle\\Controller\\Jeep\\CarController::carInStockSingle' => '?',
  32835.             'DcSiteBundle\\Controller\\Jeep\\CarController::getCarPageStructuredData' => '?',
  32836.             'DcSiteBundle\\Controller\\Jeep\\CarController::getCarStructuredDataCarInStock' => '?',
  32837.             'DcSiteBundle\\Controller\\Jeep\\CarController::getCarStructuredDataCarUsed' => '?',
  32838.             'DcSiteBundle\\Controller\\Jeep\\CarController::list' => '?',
  32839.             'DcSiteBundle\\Controller\\Jeep\\CarController::listPage' => '?',
  32840.             'DcSiteBundle\\Controller\\Jeep\\CarController::technicalCharacteristics' => '?',
  32841.             'DcSiteBundle\\Controller\\Jeep\\CarController::usedCarSingle' => '?',
  32842.             'DcSiteBundle\\Controller\\Jeep\\FinanceController::credit' => '?',
  32843.             'DcSiteBundle\\Controller\\Jeep\\FinanceController::getCarPageStructuredData' => '?',
  32844.             'DcSiteBundle\\Controller\\Jeep\\FinanceController::getCarStructuredDataCarInStock' => '?',
  32845.             'DcSiteBundle\\Controller\\Jeep\\FinanceController::getCarStructuredDataCarUsed' => '?',
  32846.             'DcSiteBundle\\Controller\\Jeep\\MainController::getCarPageStructuredData' => '?',
  32847.             'DcSiteBundle\\Controller\\Jeep\\MainController::getCarStructuredDataCarInStock' => '?',
  32848.             'DcSiteBundle\\Controller\\Jeep\\MainController::getCarStructuredDataCarUsed' => '?',
  32849.             'DcSiteBundle\\Controller\\Jeep\\ServiceController::accessory' => '?',
  32850.             'DcSiteBundle\\Controller\\Jeep\\ServiceController::getCarPageStructuredData' => '?',
  32851.             'DcSiteBundle\\Controller\\Jeep\\ServiceController::getCarStructuredDataCarInStock' => '?',
  32852.             'DcSiteBundle\\Controller\\Jeep\\ServiceController::getCarStructuredDataCarUsed' => '?',
  32853.             'DcSiteBundle\\Controller\\Jeep\\ServiceController::regulationsTo' => '?',
  32854.             'DcSiteBundle\\Controller\\LandRover\\AboutController::getCarPageStructuredData' => '?',
  32855.             'DcSiteBundle\\Controller\\LandRover\\AboutController::getCarStructuredDataCarInStock' => '?',
  32856.             'DcSiteBundle\\Controller\\LandRover\\AboutController::getCarStructuredDataCarUsed' => '?',
  32857.             'DcSiteBundle\\Controller\\LandRover\\AboutController::newsSingle' => '?',
  32858.             'DcSiteBundle\\Controller\\LandRover\\AboutController::staff' => '?',
  32859.             'DcSiteBundle\\Controller\\LandRover\\AccessoriesController::accessoriesCatalog' => '?',
  32860.             'DcSiteBundle\\Controller\\LandRover\\AccessoriesController::accessoriesCategory' => '?',
  32861.             'DcSiteBundle\\Controller\\LandRover\\AccessoriesController::accessoriesModel' => '?',
  32862.             'DcSiteBundle\\Controller\\LandRover\\AccessoriesController::accessoriesModelVariation' => '?',
  32863.             'DcSiteBundle\\Controller\\LandRover\\AccessoriesController::accessoriesPage' => '?',
  32864.             'DcSiteBundle\\Controller\\LandRover\\AccessoriesController::getCarPageStructuredData' => '?',
  32865.             'DcSiteBundle\\Controller\\LandRover\\AccessoriesController::getCarStructuredDataCarInStock' => '?',
  32866.             'DcSiteBundle\\Controller\\LandRover\\AccessoriesController::getCarStructuredDataCarUsed' => '?',
  32867.             'DcSiteBundle\\Controller\\LandRover\\BaseController::getCarPageStructuredData' => '?',
  32868.             'DcSiteBundle\\Controller\\LandRover\\BaseController::getCarStructuredDataCarInStock' => '?',
  32869.             'DcSiteBundle\\Controller\\LandRover\\BaseController::getCarStructuredDataCarUsed' => '?',
  32870.             'DcSiteBundle\\Controller\\LandRover\\BasketController::checkoutOrder' => '?',
  32871.             'DcSiteBundle\\Controller\\LandRover\\BasketController::getCarPageStructuredData' => '?',
  32872.             'DcSiteBundle\\Controller\\LandRover\\BasketController::getCarStructuredDataCarInStock' => '?',
  32873.             'DcSiteBundle\\Controller\\LandRover\\BasketController::getCarStructuredDataCarUsed' => '?',
  32874.             'DcSiteBundle\\Controller\\LandRover\\BasketController::order' => '?',
  32875.             'DcSiteBundle\\Controller\\LandRover\\CarController::car' => '?',
  32876.             'DcSiteBundle\\Controller\\LandRover\\CarController::carConfiguraion' => '?',
  32877.             'DcSiteBundle\\Controller\\LandRover\\CarController::carInStock' => '?',
  32878.             'DcSiteBundle\\Controller\\LandRover\\CarController::getCarPageStructuredData' => '?',
  32879.             'DcSiteBundle\\Controller\\LandRover\\CarController::getCarStructuredDataCarInStock' => '?',
  32880.             'DcSiteBundle\\Controller\\LandRover\\CarController::getCarStructuredDataCarUsed' => '?',
  32881.             'DcSiteBundle\\Controller\\LandRover\\CarController::usedCard' => '?',
  32882.             'DcSiteBundle\\Controller\\LandRover\\FinanceController::credit' => '?',
  32883.             'DcSiteBundle\\Controller\\LandRover\\FinanceController::getCarPageStructuredData' => '?',
  32884.             'DcSiteBundle\\Controller\\LandRover\\FinanceController::getCarStructuredDataCarInStock' => '?',
  32885.             'DcSiteBundle\\Controller\\LandRover\\FinanceController::getCarStructuredDataCarUsed' => '?',
  32886.             'DcSiteBundle\\Controller\\LandRover\\MainController::getCarPageStructuredData' => '?',
  32887.             'DcSiteBundle\\Controller\\LandRover\\MainController::getCarStructuredDataCarInStock' => '?',
  32888.             'DcSiteBundle\\Controller\\LandRover\\MainController::getCarStructuredDataCarUsed' => '?',
  32889.             'DcSiteBundle\\Controller\\LandRover\\MainController::menuInit' => '?',
  32890.             'DcSiteBundle\\Controller\\LandRover\\MainController::modelLineup' => '?',
  32891.             'DcSiteBundle\\Controller\\LandRover\\MainController::modelLineupPage' => '?',
  32892.             'DcSiteBundle\\Controller\\LandRover\\MainController::specialOffersSingle' => '?',
  32893.             'DcSiteBundle\\Controller\\LandRover\\ServiceController::accessories' => '?',
  32894.             'DcSiteBundle\\Controller\\LandRover\\ServiceController::getCarPageStructuredData' => '?',
  32895.             'DcSiteBundle\\Controller\\LandRover\\ServiceController::getCarStructuredDataCarInStock' => '?',
  32896.             'DcSiteBundle\\Controller\\LandRover\\ServiceController::getCarStructuredDataCarUsed' => '?',
  32897.             'DcSiteBundle\\Controller\\LandRover\\ServiceController::regulationsTo' => '?',
  32898.             'DcSiteBundle\\Controller\\LeasingController::getCarPageStructuredData' => '?',
  32899.             'DcSiteBundle\\Controller\\LeasingController::getCarStructuredDataCarInStock' => '?',
  32900.             'DcSiteBundle\\Controller\\LeasingController::getCarStructuredDataCarUsed' => '?',
  32901.             'DcSiteBundle\\Controller\\LeasingController::initByDealer' => '?',
  32902.             'DcSiteBundle\\Controller\\LeasingController::initByDealerAndVehicleType' => '?',
  32903.             'DcSiteBundle\\Controller\\Lexus\\AboutController::getCarPageStructuredData' => '?',
  32904.             'DcSiteBundle\\Controller\\Lexus\\AboutController::getCarStructuredDataCarInStock' => '?',
  32905.             'DcSiteBundle\\Controller\\Lexus\\AboutController::getCarStructuredDataCarUsed' => '?',
  32906.             'DcSiteBundle\\Controller\\Lexus\\AboutController::newsSingle' => '?',
  32907.             'DcSiteBundle\\Controller\\Lexus\\AboutController::staff' => '?',
  32908.             'DcSiteBundle\\Controller\\Lexus\\AccessoriesController::accessoriesCatalog' => '?',
  32909.             'DcSiteBundle\\Controller\\Lexus\\AccessoriesController::accessoriesCategory' => '?',
  32910.             'DcSiteBundle\\Controller\\Lexus\\AccessoriesController::accessoriesModel' => '?',
  32911.             'DcSiteBundle\\Controller\\Lexus\\AccessoriesController::accessoriesModelVariation' => '?',
  32912.             'DcSiteBundle\\Controller\\Lexus\\AccessoriesController::accessoriesPage' => '?',
  32913.             'DcSiteBundle\\Controller\\Lexus\\AccessoriesController::getCarPageStructuredData' => '?',
  32914.             'DcSiteBundle\\Controller\\Lexus\\AccessoriesController::getCarStructuredDataCarInStock' => '?',
  32915.             'DcSiteBundle\\Controller\\Lexus\\AccessoriesController::getCarStructuredDataCarUsed' => '?',
  32916.             'DcSiteBundle\\Controller\\Lexus\\BaseController::getCarPageStructuredData' => '?',
  32917.             'DcSiteBundle\\Controller\\Lexus\\BaseController::getCarStructuredDataCarInStock' => '?',
  32918.             'DcSiteBundle\\Controller\\Lexus\\BaseController::getCarStructuredDataCarUsed' => '?',
  32919.             'DcSiteBundle\\Controller\\Lexus\\BasketController::basket' => '?',
  32920.             'DcSiteBundle\\Controller\\Lexus\\BasketController::checkoutOrder' => '?',
  32921.             'DcSiteBundle\\Controller\\Lexus\\BasketController::getCarPageStructuredData' => '?',
  32922.             'DcSiteBundle\\Controller\\Lexus\\BasketController::getCarStructuredDataCarInStock' => '?',
  32923.             'DcSiteBundle\\Controller\\Lexus\\BasketController::getCarStructuredDataCarUsed' => '?',
  32924.             'DcSiteBundle\\Controller\\Lexus\\BasketController::order' => '?',
  32925.             'DcSiteBundle\\Controller\\Lexus\\CarController::car' => '?',
  32926.             'DcSiteBundle\\Controller\\Lexus\\CarController::carCatalog' => '?',
  32927.             'DcSiteBundle\\Controller\\Lexus\\CarController::carCatalogPages' => '?',
  32928.             'DcSiteBundle\\Controller\\Lexus\\CarController::carConfiguraion' => '?',
  32929.             'DcSiteBundle\\Controller\\Lexus\\CarController::carStockSingle' => '?',
  32930.             'DcSiteBundle\\Controller\\Lexus\\CarController::getCarPageStructuredData' => '?',
  32931.             'DcSiteBundle\\Controller\\Lexus\\CarController::getCarStructuredDataCarInStock' => '?',
  32932.             'DcSiteBundle\\Controller\\Lexus\\CarController::getCarStructuredDataCarUsed' => '?',
  32933.             'DcSiteBundle\\Controller\\Lexus\\CarController::secondhandSingle' => '?',
  32934.             'DcSiteBundle\\Controller\\Lexus\\FinanceController::credit' => '?',
  32935.             'DcSiteBundle\\Controller\\Lexus\\FinanceController::getCarPageStructuredData' => '?',
  32936.             'DcSiteBundle\\Controller\\Lexus\\FinanceController::getCarStructuredDataCarInStock' => '?',
  32937.             'DcSiteBundle\\Controller\\Lexus\\FinanceController::getCarStructuredDataCarUsed' => '?',
  32938.             'DcSiteBundle\\Controller\\Lexus\\HybridController::getCarPageStructuredData' => '?',
  32939.             'DcSiteBundle\\Controller\\Lexus\\HybridController::getCarStructuredDataCarInStock' => '?',
  32940.             'DcSiteBundle\\Controller\\Lexus\\HybridController::getCarStructuredDataCarUsed' => '?',
  32941.             'DcSiteBundle\\Controller\\Lexus\\MainController::carCatalog' => '?',
  32942.             'DcSiteBundle\\Controller\\Lexus\\MainController::getCarPageStructuredData' => '?',
  32943.             'DcSiteBundle\\Controller\\Lexus\\MainController::getCarStructuredDataCarInStock' => '?',
  32944.             'DcSiteBundle\\Controller\\Lexus\\MainController::getCarStructuredDataCarUsed' => '?',
  32945.             'DcSiteBundle\\Controller\\Lexus\\MainController::index' => '?',
  32946.             'DcSiteBundle\\Controller\\Lexus\\ServiceController::getCarPageStructuredData' => '?',
  32947.             'DcSiteBundle\\Controller\\Lexus\\ServiceController::getCarStructuredDataCarInStock' => '?',
  32948.             'DcSiteBundle\\Controller\\Lexus\\ServiceController::getCarStructuredDataCarUsed' => '?',
  32949.             'DcSiteBundle\\Controller\\Lexus\\ServiceController::priceForCar' => '?',
  32950.             'DcSiteBundle\\Controller\\Lexus\\StocksController::getCarPageStructuredData' => '?',
  32951.             'DcSiteBundle\\Controller\\Lexus\\StocksController::getCarStructuredDataCarInStock' => '?',
  32952.             'DcSiteBundle\\Controller\\Lexus\\StocksController::getCarStructuredDataCarUsed' => '?',
  32953.             'DcSiteBundle\\Controller\\Lexus\\StocksController::stocksSingle' => '?',
  32954.             'DcSiteBundle\\Controller\\MainSliderController::getCarPageStructuredData' => '?',
  32955.             'DcSiteBundle\\Controller\\MainSliderController::getCarStructuredDataCarInStock' => '?',
  32956.             'DcSiteBundle\\Controller\\MainSliderController::getCarStructuredDataCarUsed' => '?',
  32957.             'DcSiteBundle\\Controller\\MainSliderController::getSlides' => '?',
  32958.             'DcSiteBundle\\Controller\\Marine\\AboutController::about' => '?',
  32959.             'DcSiteBundle\\Controller\\Marine\\AboutController::catalogVehicle' => '?',
  32960.             'DcSiteBundle\\Controller\\Marine\\AboutController::contacts' => '?',
  32961.             'DcSiteBundle\\Controller\\Marine\\AboutController::getCarPageStructuredData' => '?',
  32962.             'DcSiteBundle\\Controller\\Marine\\AboutController::getCarStructuredDataCarInStock' => '?',
  32963.             'DcSiteBundle\\Controller\\Marine\\AboutController::getCarStructuredDataCarUsed' => '?',
  32964.             'DcSiteBundle\\Controller\\Marine\\AboutController::getCatalogAccessory' => '?',
  32965.             'DcSiteBundle\\Controller\\Marine\\AboutController::getPagination' => '?',
  32966.             'DcSiteBundle\\Controller\\Marine\\BaseController::catalogVehicle' => '?',
  32967.             'DcSiteBundle\\Controller\\Marine\\BaseController::getCarPageStructuredData' => '?',
  32968.             'DcSiteBundle\\Controller\\Marine\\BaseController::getCarStructuredDataCarInStock' => '?',
  32969.             'DcSiteBundle\\Controller\\Marine\\BaseController::getCarStructuredDataCarUsed' => '?',
  32970.             'DcSiteBundle\\Controller\\Marine\\BaseController::getCatalogAccessory' => '?',
  32971.             'DcSiteBundle\\Controller\\Marine\\BaseController::getPagination' => '?',
  32972.             'DcSiteBundle\\Controller\\Marine\\BasketController::catalogVehicle' => '?',
  32973.             'DcSiteBundle\\Controller\\Marine\\BasketController::getCarPageStructuredData' => '?',
  32974.             'DcSiteBundle\\Controller\\Marine\\BasketController::getCarStructuredDataCarInStock' => '?',
  32975.             'DcSiteBundle\\Controller\\Marine\\BasketController::getCarStructuredDataCarUsed' => '?',
  32976.             'DcSiteBundle\\Controller\\Marine\\BasketController::getCatalogAccessory' => '?',
  32977.             'DcSiteBundle\\Controller\\Marine\\BasketController::getPagination' => '?',
  32978.             'DcSiteBundle\\Controller\\Marine\\CatalogController::accessoriesCatalog' => '?',
  32979.             'DcSiteBundle\\Controller\\Marine\\CatalogController::accessoriesSingleCatalog' => '?',
  32980.             'DcSiteBundle\\Controller\\Marine\\CatalogController::boatsCatalog' => '?',
  32981.             'DcSiteBundle\\Controller\\Marine\\CatalogController::boatsSingleCatalog' => '?',
  32982.             'DcSiteBundle\\Controller\\Marine\\CatalogController::brandsCatalog' => '?',
  32983.             'DcSiteBundle\\Controller\\Marine\\CatalogController::brandsSingleCatalog' => '?',
  32984.             'DcSiteBundle\\Controller\\Marine\\CatalogController::catalogVehicle' => '?',
  32985.             'DcSiteBundle\\Controller\\Marine\\CatalogController::equipmentsCatalog' => '?',
  32986.             'DcSiteBundle\\Controller\\Marine\\CatalogController::equipmentsSingleCatalog' => '?',
  32987.             'DcSiteBundle\\Controller\\Marine\\CatalogController::getCarPageStructuredData' => '?',
  32988.             'DcSiteBundle\\Controller\\Marine\\CatalogController::getCarStructuredDataCarInStock' => '?',
  32989.             'DcSiteBundle\\Controller\\Marine\\CatalogController::getCarStructuredDataCarUsed' => '?',
  32990.             'DcSiteBundle\\Controller\\Marine\\CatalogController::getCatalogAccessory' => '?',
  32991.             'DcSiteBundle\\Controller\\Marine\\CatalogController::getPagination' => '?',
  32992.             'DcSiteBundle\\Controller\\Marine\\CatalogController::jetskisCatalog' => '?',
  32993.             'DcSiteBundle\\Controller\\Marine\\CatalogController::jetskisSingleCatalog' => '?',
  32994.             'DcSiteBundle\\Controller\\Marine\\CatalogController::motorsCatalog' => '?',
  32995.             'DcSiteBundle\\Controller\\Marine\\CatalogController::motorsSingleCatalog' => '?',
  32996.             'DcSiteBundle\\Controller\\Marine\\CatalogController::trailersCatalog' => '?',
  32997.             'DcSiteBundle\\Controller\\Marine\\CatalogController::trailersSingleCatalog' => '?',
  32998.             'DcSiteBundle\\Controller\\Marine\\MainController::catalogVehicle' => '?',
  32999.             'DcSiteBundle\\Controller\\Marine\\MainController::getCarPageStructuredData' => '?',
  33000.             'DcSiteBundle\\Controller\\Marine\\MainController::getCarStructuredDataCarInStock' => '?',
  33001.             'DcSiteBundle\\Controller\\Marine\\MainController::getCarStructuredDataCarUsed' => '?',
  33002.             'DcSiteBundle\\Controller\\Marine\\MainController::getCatalogAccessory' => '?',
  33003.             'DcSiteBundle\\Controller\\Marine\\MainController::getPagination' => '?',
  33004.             'DcSiteBundle\\Controller\\Marine\\MainController::index' => '?',
  33005.             'DcSiteBundle\\Controller\\Marine\\PostController::catalogVehicle' => '?',
  33006.             'DcSiteBundle\\Controller\\Marine\\PostController::getCarPageStructuredData' => '?',
  33007.             'DcSiteBundle\\Controller\\Marine\\PostController::getCarStructuredDataCarInStock' => '?',
  33008.             'DcSiteBundle\\Controller\\Marine\\PostController::getCarStructuredDataCarUsed' => '?',
  33009.             'DcSiteBundle\\Controller\\Marine\\PostController::getCatalogAccessory' => '?',
  33010.             'DcSiteBundle\\Controller\\Marine\\PostController::getPagination' => '?',
  33011.             'DcSiteBundle\\Controller\\Marine\\PostController::newsSingle' => '?',
  33012.             'DcSiteBundle\\Controller\\Marine\\ServiceController::catalogVehicle' => '?',
  33013.             'DcSiteBundle\\Controller\\Marine\\ServiceController::getCarPageStructuredData' => '?',
  33014.             'DcSiteBundle\\Controller\\Marine\\ServiceController::getCarStructuredDataCarInStock' => '?',
  33015.             'DcSiteBundle\\Controller\\Marine\\ServiceController::getCarStructuredDataCarUsed' => '?',
  33016.             'DcSiteBundle\\Controller\\Marine\\ServiceController::getCatalogAccessory' => '?',
  33017.             'DcSiteBundle\\Controller\\Marine\\ServiceController::getPagination' => '?',
  33018.             'DcSiteBundle\\Controller\\Mazda\\AboutController::getCarPageStructuredData' => '?',
  33019.             'DcSiteBundle\\Controller\\Mazda\\AboutController::getCarStructuredDataCarInStock' => '?',
  33020.             'DcSiteBundle\\Controller\\Mazda\\AboutController::getCarStructuredDataCarUsed' => '?',
  33021.             'DcSiteBundle\\Controller\\Mazda\\AboutController::newsSingle' => '?',
  33022.             'DcSiteBundle\\Controller\\Mazda\\AboutController::staff' => '?',
  33023.             'DcSiteBundle\\Controller\\Mazda\\AccessoriesController::accessoriesCatalog' => '?',
  33024.             'DcSiteBundle\\Controller\\Mazda\\AccessoriesController::accessoriesCategory' => '?',
  33025.             'DcSiteBundle\\Controller\\Mazda\\AccessoriesController::accessoriesModel' => '?',
  33026.             'DcSiteBundle\\Controller\\Mazda\\AccessoriesController::accessoriesModelVariation' => '?',
  33027.             'DcSiteBundle\\Controller\\Mazda\\AccessoriesController::accessoriesPage' => '?',
  33028.             'DcSiteBundle\\Controller\\Mazda\\AccessoriesController::getCarPageStructuredData' => '?',
  33029.             'DcSiteBundle\\Controller\\Mazda\\AccessoriesController::getCarStructuredDataCarInStock' => '?',
  33030.             'DcSiteBundle\\Controller\\Mazda\\AccessoriesController::getCarStructuredDataCarUsed' => '?',
  33031.             'DcSiteBundle\\Controller\\Mazda\\BaseController::getCarPageStructuredData' => '?',
  33032.             'DcSiteBundle\\Controller\\Mazda\\BaseController::getCarStructuredDataCarInStock' => '?',
  33033.             'DcSiteBundle\\Controller\\Mazda\\BaseController::getCarStructuredDataCarUsed' => '?',
  33034.             'DcSiteBundle\\Controller\\Mazda\\BasketController::basket' => '?',
  33035.             'DcSiteBundle\\Controller\\Mazda\\BasketController::checkoutOrder' => '?',
  33036.             'DcSiteBundle\\Controller\\Mazda\\BasketController::getCarPageStructuredData' => '?',
  33037.             'DcSiteBundle\\Controller\\Mazda\\BasketController::getCarStructuredDataCarInStock' => '?',
  33038.             'DcSiteBundle\\Controller\\Mazda\\BasketController::getCarStructuredDataCarUsed' => '?',
  33039.             'DcSiteBundle\\Controller\\Mazda\\BasketController::order' => '?',
  33040.             'DcSiteBundle\\Controller\\Mazda\\CarController::car' => '?',
  33041.             'DcSiteBundle\\Controller\\Mazda\\CarController::carConfiguraion' => '?',
  33042.             'DcSiteBundle\\Controller\\Mazda\\CarController::carInStockSingle' => '?',
  33043.             'DcSiteBundle\\Controller\\Mazda\\CarController::category' => '?',
  33044.             'DcSiteBundle\\Controller\\Mazda\\CarController::getCarPageStructuredData' => '?',
  33045.             'DcSiteBundle\\Controller\\Mazda\\CarController::getCarStructuredDataCarInStock' => '?',
  33046.             'DcSiteBundle\\Controller\\Mazda\\CarController::getCarStructuredDataCarUsed' => '?',
  33047.             'DcSiteBundle\\Controller\\Mazda\\CarController::list' => '?',
  33048.             'DcSiteBundle\\Controller\\Mazda\\CarController::listPage' => '?',
  33049.             'DcSiteBundle\\Controller\\Mazda\\CarController::secondhandSingle' => '?',
  33050.             'DcSiteBundle\\Controller\\Mazda\\FinanceController::credit' => '?',
  33051.             'DcSiteBundle\\Controller\\Mazda\\FinanceController::getCarPageStructuredData' => '?',
  33052.             'DcSiteBundle\\Controller\\Mazda\\FinanceController::getCarStructuredDataCarInStock' => '?',
  33053.             'DcSiteBundle\\Controller\\Mazda\\FinanceController::getCarStructuredDataCarUsed' => '?',
  33054.             'DcSiteBundle\\Controller\\Mazda\\MainController::getCarPageStructuredData' => '?',
  33055.             'DcSiteBundle\\Controller\\Mazda\\MainController::getCarStructuredDataCarInStock' => '?',
  33056.             'DcSiteBundle\\Controller\\Mazda\\MainController::getCarStructuredDataCarUsed' => '?',
  33057.             'DcSiteBundle\\Controller\\Mazda\\MainController::loadModels' => '?',
  33058.             'DcSiteBundle\\Controller\\Mazda\\ServiceController::getCarPageStructuredData' => '?',
  33059.             'DcSiteBundle\\Controller\\Mazda\\ServiceController::getCarStructuredDataCarInStock' => '?',
  33060.             'DcSiteBundle\\Controller\\Mazda\\ServiceController::getCarStructuredDataCarUsed' => '?',
  33061.             'DcSiteBundle\\Controller\\Mazda\\ServiceController::regulationsTo' => '?',
  33062.             'DcSiteBundle\\Controller\\Mazda\\ServiceController::souvenirById' => '?',
  33063.             'DcSiteBundle\\Controller\\Mazda\\ServiceController::souvenirs' => '?',
  33064.             'DcSiteBundle\\Controller\\Mazda\\StocksController::getCarPageStructuredData' => '?',
  33065.             'DcSiteBundle\\Controller\\Mazda\\StocksController::getCarStructuredDataCarInStock' => '?',
  33066.             'DcSiteBundle\\Controller\\Mazda\\StocksController::getCarStructuredDataCarUsed' => '?',
  33067.             'DcSiteBundle\\Controller\\Mazda\\StocksController::stocksSingle' => '?',
  33068.             'DcSiteBundle\\Controller\\MerchantApiController::getCarPageStructuredData' => '?',
  33069.             'DcSiteBundle\\Controller\\MerchantApiController::getCarStructuredDataCarInStock' => '?',
  33070.             'DcSiteBundle\\Controller\\MerchantApiController::getCarStructuredDataCarUsed' => '?',
  33071.             'DcSiteBundle\\Controller\\Morris_Garage\\AboutController::getCarPageStructuredData' => '?',
  33072.             'DcSiteBundle\\Controller\\Morris_Garage\\AboutController::getCarStructuredDataCarInStock' => '?',
  33073.             'DcSiteBundle\\Controller\\Morris_Garage\\AboutController::getCarStructuredDataCarUsed' => '?',
  33074.             'DcSiteBundle\\Controller\\Morris_Garage\\AboutController::newsSingle' => '?',
  33075.             'DcSiteBundle\\Controller\\Morris_Garage\\AboutController::staff' => '?',
  33076.             'DcSiteBundle\\Controller\\Morris_Garage\\AccessoriesController::accessoriesCatalog' => '?',
  33077.             'DcSiteBundle\\Controller\\Morris_Garage\\AccessoriesController::accessoriesCategory' => '?',
  33078.             'DcSiteBundle\\Controller\\Morris_Garage\\AccessoriesController::accessoriesModel' => '?',
  33079.             'DcSiteBundle\\Controller\\Morris_Garage\\AccessoriesController::accessoriesModelVariation' => '?',
  33080.             'DcSiteBundle\\Controller\\Morris_Garage\\AccessoriesController::accessoriesPage' => '?',
  33081.             'DcSiteBundle\\Controller\\Morris_Garage\\AccessoriesController::getCarPageStructuredData' => '?',
  33082.             'DcSiteBundle\\Controller\\Morris_Garage\\AccessoriesController::getCarStructuredDataCarInStock' => '?',
  33083.             'DcSiteBundle\\Controller\\Morris_Garage\\AccessoriesController::getCarStructuredDataCarUsed' => '?',
  33084.             'DcSiteBundle\\Controller\\Morris_Garage\\BaseController::getCarPageStructuredData' => '?',
  33085.             'DcSiteBundle\\Controller\\Morris_Garage\\BaseController::getCarStructuredDataCarInStock' => '?',
  33086.             'DcSiteBundle\\Controller\\Morris_Garage\\BaseController::getCarStructuredDataCarUsed' => '?',
  33087.             'DcSiteBundle\\Controller\\Morris_Garage\\BasketController::basket' => '?',
  33088.             'DcSiteBundle\\Controller\\Morris_Garage\\BasketController::checkoutOrder' => '?',
  33089.             'DcSiteBundle\\Controller\\Morris_Garage\\BasketController::getCarPageStructuredData' => '?',
  33090.             'DcSiteBundle\\Controller\\Morris_Garage\\BasketController::getCarStructuredDataCarInStock' => '?',
  33091.             'DcSiteBundle\\Controller\\Morris_Garage\\BasketController::getCarStructuredDataCarUsed' => '?',
  33092.             'DcSiteBundle\\Controller\\Morris_Garage\\BasketController::order' => '?',
  33093.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController::car' => '?',
  33094.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController::carConfiguraion' => '?',
  33095.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController::carInStockSingle' => '?',
  33096.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController::category' => '?',
  33097.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController::getCarPageStructuredData' => '?',
  33098.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController::getCarStructuredDataCarInStock' => '?',
  33099.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController::getCarStructuredDataCarUsed' => '?',
  33100.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController::list' => '?',
  33101.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController::listPage' => '?',
  33102.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController::secondhandSingle' => '?',
  33103.             'DcSiteBundle\\Controller\\Morris_Garage\\FinanceController::credit' => '?',
  33104.             'DcSiteBundle\\Controller\\Morris_Garage\\FinanceController::getCarPageStructuredData' => '?',
  33105.             'DcSiteBundle\\Controller\\Morris_Garage\\FinanceController::getCarStructuredDataCarInStock' => '?',
  33106.             'DcSiteBundle\\Controller\\Morris_Garage\\FinanceController::getCarStructuredDataCarUsed' => '?',
  33107.             'DcSiteBundle\\Controller\\Morris_Garage\\MainController::getCarPageStructuredData' => '?',
  33108.             'DcSiteBundle\\Controller\\Morris_Garage\\MainController::getCarStructuredDataCarInStock' => '?',
  33109.             'DcSiteBundle\\Controller\\Morris_Garage\\MainController::getCarStructuredDataCarUsed' => '?',
  33110.             'DcSiteBundle\\Controller\\Morris_Garage\\MainController::loadModels' => '?',
  33111.             'DcSiteBundle\\Controller\\Morris_Garage\\ServiceController::getCarPageStructuredData' => '?',
  33112.             'DcSiteBundle\\Controller\\Morris_Garage\\ServiceController::getCarStructuredDataCarInStock' => '?',
  33113.             'DcSiteBundle\\Controller\\Morris_Garage\\ServiceController::getCarStructuredDataCarUsed' => '?',
  33114.             'DcSiteBundle\\Controller\\Morris_Garage\\ServiceController::regulationsTo' => '?',
  33115.             'DcSiteBundle\\Controller\\Morris_Garage\\StocksController::getCarPageStructuredData' => '?',
  33116.             'DcSiteBundle\\Controller\\Morris_Garage\\StocksController::getCarStructuredDataCarInStock' => '?',
  33117.             'DcSiteBundle\\Controller\\Morris_Garage\\StocksController::getCarStructuredDataCarUsed' => '?',
  33118.             'DcSiteBundle\\Controller\\Morris_Garage\\StocksController::stocksSingle' => '?',
  33119.             'DcSiteBundle\\Controller\\NissanArmada\\AboutUsController::getCarPageStructuredData' => '?',
  33120.             'DcSiteBundle\\Controller\\NissanArmada\\AboutUsController::getCarStructuredDataCarInStock' => '?',
  33121.             'DcSiteBundle\\Controller\\NissanArmada\\AboutUsController::getCarStructuredDataCarUsed' => '?',
  33122.             'DcSiteBundle\\Controller\\NissanArmada\\AboutUsController::newsSingle' => '?',
  33123.             'DcSiteBundle\\Controller\\NissanArmada\\AboutUsController::staff' => '?',
  33124.             'DcSiteBundle\\Controller\\NissanArmada\\AccessoriesController::accessoriesCatalog' => '?',
  33125.             'DcSiteBundle\\Controller\\NissanArmada\\AccessoriesController::accessoriesCategory' => '?',
  33126.             'DcSiteBundle\\Controller\\NissanArmada\\AccessoriesController::accessoriesModel' => '?',
  33127.             'DcSiteBundle\\Controller\\NissanArmada\\AccessoriesController::accessoriesModelVariation' => '?',
  33128.             'DcSiteBundle\\Controller\\NissanArmada\\AccessoriesController::accessoriesPage' => '?',
  33129.             'DcSiteBundle\\Controller\\NissanArmada\\AccessoriesController::getCarPageStructuredData' => '?',
  33130.             'DcSiteBundle\\Controller\\NissanArmada\\AccessoriesController::getCarStructuredDataCarInStock' => '?',
  33131.             'DcSiteBundle\\Controller\\NissanArmada\\AccessoriesController::getCarStructuredDataCarUsed' => '?',
  33132.             'DcSiteBundle\\Controller\\NissanArmada\\BaseController::getCarPageStructuredData' => '?',
  33133.             'DcSiteBundle\\Controller\\NissanArmada\\BaseController::getCarStructuredDataCarInStock' => '?',
  33134.             'DcSiteBundle\\Controller\\NissanArmada\\BaseController::getCarStructuredDataCarUsed' => '?',
  33135.             'DcSiteBundle\\Controller\\NissanArmada\\BasketController::checkoutOrder' => '?',
  33136.             'DcSiteBundle\\Controller\\NissanArmada\\BasketController::getCarPageStructuredData' => '?',
  33137.             'DcSiteBundle\\Controller\\NissanArmada\\BasketController::getCarStructuredDataCarInStock' => '?',
  33138.             'DcSiteBundle\\Controller\\NissanArmada\\BasketController::getCarStructuredDataCarUsed' => '?',
  33139.             'DcSiteBundle\\Controller\\NissanArmada\\BasketController::order' => '?',
  33140.             'DcSiteBundle\\Controller\\NissanArmada\\CarController::car' => '?',
  33141.             'DcSiteBundle\\Controller\\NissanArmada\\CarController::carConfiguraion' => '?',
  33142.             'DcSiteBundle\\Controller\\NissanArmada\\CarController::catalog' => '?',
  33143.             'DcSiteBundle\\Controller\\NissanArmada\\CarController::catalogPage' => '?',
  33144.             'DcSiteBundle\\Controller\\NissanArmada\\CarController::getCarPageStructuredData' => '?',
  33145.             'DcSiteBundle\\Controller\\NissanArmada\\CarController::getCarStructuredDataCarInStock' => '?',
  33146.             'DcSiteBundle\\Controller\\NissanArmada\\CarController::getCarStructuredDataCarUsed' => '?',
  33147.             'DcSiteBundle\\Controller\\NissanArmada\\CarController::secondhandSingle' => '?',
  33148.             'DcSiteBundle\\Controller\\NissanArmada\\CarInStockController::car' => '?',
  33149.             'DcSiteBundle\\Controller\\NissanArmada\\CarInStockController::getCarPageStructuredData' => '?',
  33150.             'DcSiteBundle\\Controller\\NissanArmada\\CarInStockController::getCarStructuredDataCarInStock' => '?',
  33151.             'DcSiteBundle\\Controller\\NissanArmada\\CarInStockController::getCarStructuredDataCarUsed' => '?',
  33152.             'DcSiteBundle\\Controller\\NissanArmada\\FinanceController::getCarPageStructuredData' => '?',
  33153.             'DcSiteBundle\\Controller\\NissanArmada\\FinanceController::getCarStructuredDataCarInStock' => '?',
  33154.             'DcSiteBundle\\Controller\\NissanArmada\\FinanceController::getCarStructuredDataCarUsed' => '?',
  33155.             'DcSiteBundle\\Controller\\NissanArmada\\FinanceController::kredit' => '?',
  33156.             'DcSiteBundle\\Controller\\NissanArmada\\MainController::getCarPageStructuredData' => '?',
  33157.             'DcSiteBundle\\Controller\\NissanArmada\\MainController::getCarStructuredDataCarInStock' => '?',
  33158.             'DcSiteBundle\\Controller\\NissanArmada\\MainController::getCarStructuredDataCarUsed' => '?',
  33159.             'DcSiteBundle\\Controller\\NissanArmada\\MainController::index' => '?',
  33160.             'DcSiteBundle\\Controller\\NissanArmada\\ServiceController::getCarPageStructuredData' => '?',
  33161.             'DcSiteBundle\\Controller\\NissanArmada\\ServiceController::getCarStructuredDataCarInStock' => '?',
  33162.             'DcSiteBundle\\Controller\\NissanArmada\\ServiceController::getCarStructuredDataCarUsed' => '?',
  33163.             'DcSiteBundle\\Controller\\NissanArmada\\ServiceController::regulationsTo' => '?',
  33164.             'DcSiteBundle\\Controller\\NissanArmada\\StocksController::getCarPageStructuredData' => '?',
  33165.             'DcSiteBundle\\Controller\\NissanArmada\\StocksController::getCarStructuredDataCarInStock' => '?',
  33166.             'DcSiteBundle\\Controller\\NissanArmada\\StocksController::getCarStructuredDataCarUsed' => '?',
  33167.             'DcSiteBundle\\Controller\\NissanArmada\\StocksController::stocksSingle' => '?',
  33168.             'DcSiteBundle\\Controller\\Nissan\\AboutUsController::getCarPageStructuredData' => '?',
  33169.             'DcSiteBundle\\Controller\\Nissan\\AboutUsController::getCarStructuredDataCarInStock' => '?',
  33170.             'DcSiteBundle\\Controller\\Nissan\\AboutUsController::getCarStructuredDataCarUsed' => '?',
  33171.             'DcSiteBundle\\Controller\\Nissan\\AboutUsController::newsSingle' => '?',
  33172.             'DcSiteBundle\\Controller\\Nissan\\AboutUsController::staff' => '?',
  33173.             'DcSiteBundle\\Controller\\Nissan\\AccessoriesController::accessoriesCatalog' => '?',
  33174.             'DcSiteBundle\\Controller\\Nissan\\AccessoriesController::accessoriesCategory' => '?',
  33175.             'DcSiteBundle\\Controller\\Nissan\\AccessoriesController::accessoriesModel' => '?',
  33176.             'DcSiteBundle\\Controller\\Nissan\\AccessoriesController::accessoriesModelVariation' => '?',
  33177.             'DcSiteBundle\\Controller\\Nissan\\AccessoriesController::accessoriesPage' => '?',
  33178.             'DcSiteBundle\\Controller\\Nissan\\AccessoriesController::getCarPageStructuredData' => '?',
  33179.             'DcSiteBundle\\Controller\\Nissan\\AccessoriesController::getCarStructuredDataCarInStock' => '?',
  33180.             'DcSiteBundle\\Controller\\Nissan\\AccessoriesController::getCarStructuredDataCarUsed' => '?',
  33181.             'DcSiteBundle\\Controller\\Nissan\\BaseController::getCarPageStructuredData' => '?',
  33182.             'DcSiteBundle\\Controller\\Nissan\\BaseController::getCarStructuredDataCarInStock' => '?',
  33183.             'DcSiteBundle\\Controller\\Nissan\\BaseController::getCarStructuredDataCarUsed' => '?',
  33184.             'DcSiteBundle\\Controller\\Nissan\\BasketController::checkoutOrder' => '?',
  33185.             'DcSiteBundle\\Controller\\Nissan\\BasketController::getCarPageStructuredData' => '?',
  33186.             'DcSiteBundle\\Controller\\Nissan\\BasketController::getCarStructuredDataCarInStock' => '?',
  33187.             'DcSiteBundle\\Controller\\Nissan\\BasketController::getCarStructuredDataCarUsed' => '?',
  33188.             'DcSiteBundle\\Controller\\Nissan\\BasketController::order' => '?',
  33189.             'DcSiteBundle\\Controller\\Nissan\\CarController::car' => '?',
  33190.             'DcSiteBundle\\Controller\\Nissan\\CarController::carConfiguraion' => '?',
  33191.             'DcSiteBundle\\Controller\\Nissan\\CarController::catalog' => '?',
  33192.             'DcSiteBundle\\Controller\\Nissan\\CarController::catalogPage' => '?',
  33193.             'DcSiteBundle\\Controller\\Nissan\\CarController::getCarPageStructuredData' => '?',
  33194.             'DcSiteBundle\\Controller\\Nissan\\CarController::getCarStructuredDataCarInStock' => '?',
  33195.             'DcSiteBundle\\Controller\\Nissan\\CarController::getCarStructuredDataCarUsed' => '?',
  33196.             'DcSiteBundle\\Controller\\Nissan\\CarController::secondhandSingle' => '?',
  33197.             'DcSiteBundle\\Controller\\Nissan\\CarInStockController::car' => '?',
  33198.             'DcSiteBundle\\Controller\\Nissan\\CarInStockController::getCarPageStructuredData' => '?',
  33199.             'DcSiteBundle\\Controller\\Nissan\\CarInStockController::getCarStructuredDataCarInStock' => '?',
  33200.             'DcSiteBundle\\Controller\\Nissan\\CarInStockController::getCarStructuredDataCarUsed' => '?',
  33201.             'DcSiteBundle\\Controller\\Nissan\\FinanceController::getCarPageStructuredData' => '?',
  33202.             'DcSiteBundle\\Controller\\Nissan\\FinanceController::getCarStructuredDataCarInStock' => '?',
  33203.             'DcSiteBundle\\Controller\\Nissan\\FinanceController::getCarStructuredDataCarUsed' => '?',
  33204.             'DcSiteBundle\\Controller\\Nissan\\FinanceController::kredit' => '?',
  33205.             'DcSiteBundle\\Controller\\Nissan\\MainController::getCarPageStructuredData' => '?',
  33206.             'DcSiteBundle\\Controller\\Nissan\\MainController::getCarStructuredDataCarInStock' => '?',
  33207.             'DcSiteBundle\\Controller\\Nissan\\MainController::getCarStructuredDataCarUsed' => '?',
  33208.             'DcSiteBundle\\Controller\\Nissan\\MainController::index' => '?',
  33209.             'DcSiteBundle\\Controller\\Nissan\\ServiceController::getCarPageStructuredData' => '?',
  33210.             'DcSiteBundle\\Controller\\Nissan\\ServiceController::getCarStructuredDataCarInStock' => '?',
  33211.             'DcSiteBundle\\Controller\\Nissan\\ServiceController::getCarStructuredDataCarUsed' => '?',
  33212.             'DcSiteBundle\\Controller\\Nissan\\ServiceController::regulationsTo' => '?',
  33213.             'DcSiteBundle\\Controller\\Nissan\\StocksController::getCarPageStructuredData' => '?',
  33214.             'DcSiteBundle\\Controller\\Nissan\\StocksController::getCarStructuredDataCarInStock' => '?',
  33215.             'DcSiteBundle\\Controller\\Nissan\\StocksController::getCarStructuredDataCarUsed' => '?',
  33216.             'DcSiteBundle\\Controller\\Nissan\\StocksController::stocksSingle' => '?',
  33217.             'DcSiteBundle\\Controller\\OilTOController::getCarPageStructuredData' => '?',
  33218.             'DcSiteBundle\\Controller\\OilTOController::getCarStructuredDataCarInStock' => '?',
  33219.             'DcSiteBundle\\Controller\\OilTOController::getCarStructuredDataCarUsed' => '?',
  33220.             'DcSiteBundle\\Controller\\OnlineConsultController::checkCarsDate' => '?',
  33221.             'DcSiteBundle\\Controller\\OnlineConsultController::findConsultants' => '?',
  33222.             'DcSiteBundle\\Controller\\OnlineConsultController::getCarPageStructuredData' => '?',
  33223.             'DcSiteBundle\\Controller\\OnlineConsultController::getCarStructuredDataCarInStock' => '?',
  33224.             'DcSiteBundle\\Controller\\OnlineConsultController::getCarStructuredDataCarUsed' => '?',
  33225.             'DcSiteBundle\\Controller\\OnlineConsultController::init' => '?',
  33226.             'DcSiteBundle\\Controller\\OnlineConsultController::initByDealer' => '?',
  33227.             'DcSiteBundle\\Controller\\OnlineConsultController::saveForm' => '?',
  33228.             'DcSiteBundle\\Controller\\OnlineServiceController::booking' => '?',
  33229.             'DcSiteBundle\\Controller\\OnlineServiceController::bookingConfirm' => '?',
  33230.             'DcSiteBundle\\Controller\\OnlineServiceController::find' => '?',
  33231.             'DcSiteBundle\\Controller\\OnlineServiceController::getCarPageStructuredData' => '?',
  33232.             'DcSiteBundle\\Controller\\OnlineServiceController::getCarStructuredDataCarInStock' => '?',
  33233.             'DcSiteBundle\\Controller\\OnlineServiceController::getCarStructuredDataCarUsed' => '?',
  33234.             'DcSiteBundle\\Controller\\OnlineServiceController::getTime' => '?',
  33235.             'DcSiteBundle\\Controller\\Opel\\AboutController::getCarPageStructuredData' => '?',
  33236.             'DcSiteBundle\\Controller\\Opel\\AboutController::getCarStructuredDataCarInStock' => '?',
  33237.             'DcSiteBundle\\Controller\\Opel\\AboutController::getCarStructuredDataCarUsed' => '?',
  33238.             'DcSiteBundle\\Controller\\Opel\\AboutController::newsSingle' => '?',
  33239.             'DcSiteBundle\\Controller\\Opel\\AboutController::team' => '?',
  33240.             'DcSiteBundle\\Controller\\Opel\\AccessoriesController::accessoriesCatalog' => '?',
  33241.             'DcSiteBundle\\Controller\\Opel\\AccessoriesController::accessoriesCategory' => '?',
  33242.             'DcSiteBundle\\Controller\\Opel\\AccessoriesController::accessoriesModel' => '?',
  33243.             'DcSiteBundle\\Controller\\Opel\\AccessoriesController::accessoriesModelVariation' => '?',
  33244.             'DcSiteBundle\\Controller\\Opel\\AccessoriesController::accessoriesPage' => '?',
  33245.             'DcSiteBundle\\Controller\\Opel\\AccessoriesController::getCarPageStructuredData' => '?',
  33246.             'DcSiteBundle\\Controller\\Opel\\AccessoriesController::getCarStructuredDataCarInStock' => '?',
  33247.             'DcSiteBundle\\Controller\\Opel\\AccessoriesController::getCarStructuredDataCarUsed' => '?',
  33248.             'DcSiteBundle\\Controller\\Opel\\BaseController::getCarPageStructuredData' => '?',
  33249.             'DcSiteBundle\\Controller\\Opel\\BaseController::getCarStructuredDataCarInStock' => '?',
  33250.             'DcSiteBundle\\Controller\\Opel\\BaseController::getCarStructuredDataCarUsed' => '?',
  33251.             'DcSiteBundle\\Controller\\Opel\\BasketController::checkoutOrder' => '?',
  33252.             'DcSiteBundle\\Controller\\Opel\\BasketController::getCarPageStructuredData' => '?',
  33253.             'DcSiteBundle\\Controller\\Opel\\BasketController::getCarStructuredDataCarInStock' => '?',
  33254.             'DcSiteBundle\\Controller\\Opel\\BasketController::getCarStructuredDataCarUsed' => '?',
  33255.             'DcSiteBundle\\Controller\\Opel\\BasketController::order' => '?',
  33256.             'DcSiteBundle\\Controller\\Opel\\CarController::car' => '?',
  33257.             'DcSiteBundle\\Controller\\Opel\\CarController::carConfiguraion' => '?',
  33258.             'DcSiteBundle\\Controller\\Opel\\CarController::carInStockSingle' => '?',
  33259.             'DcSiteBundle\\Controller\\Opel\\CarController::category' => '?',
  33260.             'DcSiteBundle\\Controller\\Opel\\CarController::getCarPageStructuredData' => '?',
  33261.             'DcSiteBundle\\Controller\\Opel\\CarController::getCarStructuredDataCarInStock' => '?',
  33262.             'DcSiteBundle\\Controller\\Opel\\CarController::getCarStructuredDataCarUsed' => '?',
  33263.             'DcSiteBundle\\Controller\\Opel\\CarController::list' => '?',
  33264.             'DcSiteBundle\\Controller\\Opel\\CarController::listPage' => '?',
  33265.             'DcSiteBundle\\Controller\\Opel\\CarController::secondhandSingle' => '?',
  33266.             'DcSiteBundle\\Controller\\Opel\\FinanceController::credit' => '?',
  33267.             'DcSiteBundle\\Controller\\Opel\\FinanceController::getCarPageStructuredData' => '?',
  33268.             'DcSiteBundle\\Controller\\Opel\\FinanceController::getCarStructuredDataCarInStock' => '?',
  33269.             'DcSiteBundle\\Controller\\Opel\\FinanceController::getCarStructuredDataCarUsed' => '?',
  33270.             'DcSiteBundle\\Controller\\Opel\\MainController::getCarPageStructuredData' => '?',
  33271.             'DcSiteBundle\\Controller\\Opel\\MainController::getCarStructuredDataCarInStock' => '?',
  33272.             'DcSiteBundle\\Controller\\Opel\\MainController::getCarStructuredDataCarUsed' => '?',
  33273.             'DcSiteBundle\\Controller\\Opel\\MainController::index' => '?',
  33274.             'DcSiteBundle\\Controller\\Opel\\MainController::loadModels' => '?',
  33275.             'DcSiteBundle\\Controller\\Opel\\ServiceController::getCarPageStructuredData' => '?',
  33276.             'DcSiteBundle\\Controller\\Opel\\ServiceController::getCarStructuredDataCarInStock' => '?',
  33277.             'DcSiteBundle\\Controller\\Opel\\ServiceController::getCarStructuredDataCarUsed' => '?',
  33278.             'DcSiteBundle\\Controller\\Opel\\ServiceController::regulationsTo' => '?',
  33279.             'DcSiteBundle\\Controller\\Opel\\StocksController::getCarPageStructuredData' => '?',
  33280.             'DcSiteBundle\\Controller\\Opel\\StocksController::getCarStructuredDataCarInStock' => '?',
  33281.             'DcSiteBundle\\Controller\\Opel\\StocksController::getCarStructuredDataCarUsed' => '?',
  33282.             'DcSiteBundle\\Controller\\Opel\\StocksController::stocksSingle' => '?',
  33283.             'DcSiteBundle\\Controller\\Peugeot\\AboutController::getCarPageStructuredData' => '?',
  33284.             'DcSiteBundle\\Controller\\Peugeot\\AboutController::getCarStructuredDataCarInStock' => '?',
  33285.             'DcSiteBundle\\Controller\\Peugeot\\AboutController::getCarStructuredDataCarUsed' => '?',
  33286.             'DcSiteBundle\\Controller\\Peugeot\\AboutController::newsSingle' => '?',
  33287.             'DcSiteBundle\\Controller\\Peugeot\\AboutController::staff' => '?',
  33288.             'DcSiteBundle\\Controller\\Peugeot\\AccessoriesController::accessoriesCatalog' => '?',
  33289.             'DcSiteBundle\\Controller\\Peugeot\\AccessoriesController::accessoriesCategory' => '?',
  33290.             'DcSiteBundle\\Controller\\Peugeot\\AccessoriesController::accessoriesModel' => '?',
  33291.             'DcSiteBundle\\Controller\\Peugeot\\AccessoriesController::accessoriesModelVariation' => '?',
  33292.             'DcSiteBundle\\Controller\\Peugeot\\AccessoriesController::accessoriesPage' => '?',
  33293.             'DcSiteBundle\\Controller\\Peugeot\\AccessoriesController::getCarPageStructuredData' => '?',
  33294.             'DcSiteBundle\\Controller\\Peugeot\\AccessoriesController::getCarStructuredDataCarInStock' => '?',
  33295.             'DcSiteBundle\\Controller\\Peugeot\\AccessoriesController::getCarStructuredDataCarUsed' => '?',
  33296.             'DcSiteBundle\\Controller\\Peugeot\\BaseController::getCarPageStructuredData' => '?',
  33297.             'DcSiteBundle\\Controller\\Peugeot\\BaseController::getCarStructuredDataCarInStock' => '?',
  33298.             'DcSiteBundle\\Controller\\Peugeot\\BaseController::getCarStructuredDataCarUsed' => '?',
  33299.             'DcSiteBundle\\Controller\\Peugeot\\BasketController::checkoutOrder' => '?',
  33300.             'DcSiteBundle\\Controller\\Peugeot\\BasketController::getCarPageStructuredData' => '?',
  33301.             'DcSiteBundle\\Controller\\Peugeot\\BasketController::getCarStructuredDataCarInStock' => '?',
  33302.             'DcSiteBundle\\Controller\\Peugeot\\BasketController::getCarStructuredDataCarUsed' => '?',
  33303.             'DcSiteBundle\\Controller\\Peugeot\\BasketController::order' => '?',
  33304.             'DcSiteBundle\\Controller\\Peugeot\\CarController::car' => '?',
  33305.             'DcSiteBundle\\Controller\\Peugeot\\CarController::carCardStock' => '?',
  33306.             'DcSiteBundle\\Controller\\Peugeot\\CarController::carConfiguraion' => '?',
  33307.             'DcSiteBundle\\Controller\\Peugeot\\CarController::category' => '?',
  33308.             'DcSiteBundle\\Controller\\Peugeot\\CarController::getCarPageStructuredData' => '?',
  33309.             'DcSiteBundle\\Controller\\Peugeot\\CarController::getCarStructuredDataCarInStock' => '?',
  33310.             'DcSiteBundle\\Controller\\Peugeot\\CarController::getCarStructuredDataCarUsed' => '?',
  33311.             'DcSiteBundle\\Controller\\Peugeot\\CarController::list' => '?',
  33312.             'DcSiteBundle\\Controller\\Peugeot\\CarController::listPage' => '?',
  33313.             'DcSiteBundle\\Controller\\Peugeot\\CarController::secondhandSingle' => '?',
  33314.             'DcSiteBundle\\Controller\\Peugeot\\FinanceController::credit' => '?',
  33315.             'DcSiteBundle\\Controller\\Peugeot\\FinanceController::getCarPageStructuredData' => '?',
  33316.             'DcSiteBundle\\Controller\\Peugeot\\FinanceController::getCarStructuredDataCarInStock' => '?',
  33317.             'DcSiteBundle\\Controller\\Peugeot\\FinanceController::getCarStructuredDataCarUsed' => '?',
  33318.             'DcSiteBundle\\Controller\\Peugeot\\MainController::getCarPageStructuredData' => '?',
  33319.             'DcSiteBundle\\Controller\\Peugeot\\MainController::getCarStructuredDataCarInStock' => '?',
  33320.             'DcSiteBundle\\Controller\\Peugeot\\MainController::getCarStructuredDataCarUsed' => '?',
  33321.             'DcSiteBundle\\Controller\\Peugeot\\MainController::index' => '?',
  33322.             'DcSiteBundle\\Controller\\Peugeot\\MainController::initMenu' => '?',
  33323.             'DcSiteBundle\\Controller\\Peugeot\\ServiceController::getCarPageStructuredData' => '?',
  33324.             'DcSiteBundle\\Controller\\Peugeot\\ServiceController::getCarStructuredDataCarInStock' => '?',
  33325.             'DcSiteBundle\\Controller\\Peugeot\\ServiceController::getCarStructuredDataCarUsed' => '?',
  33326.             'DcSiteBundle\\Controller\\Peugeot\\ServiceController::regulationsTo' => '?',
  33327.             'DcSiteBundle\\Controller\\Peugeot\\StocksController::getCarPageStructuredData' => '?',
  33328.             'DcSiteBundle\\Controller\\Peugeot\\StocksController::getCarStructuredDataCarInStock' => '?',
  33329.             'DcSiteBundle\\Controller\\Peugeot\\StocksController::getCarStructuredDataCarUsed' => '?',
  33330.             'DcSiteBundle\\Controller\\Peugeot\\StocksController::stocksSingle' => '?',
  33331.             'DcSiteBundle\\Controller\\PostController::getCarPageStructuredData' => '?',
  33332.             'DcSiteBundle\\Controller\\PostController::getCarStructuredDataCarInStock' => '?',
  33333.             'DcSiteBundle\\Controller\\PostController::getCarStructuredDataCarUsed' => '?',
  33334.             'DcSiteBundle\\Controller\\RSSController::getCarPageStructuredData' => '?',
  33335.             'DcSiteBundle\\Controller\\RSSController::getCarStructuredDataCarInStock' => '?',
  33336.             'DcSiteBundle\\Controller\\RSSController::getCarStructuredDataCarUsed' => '?',
  33337.             'DcSiteBundle\\Controller\\RegistrationCostController::getCarPageStructuredData' => '?',
  33338.             'DcSiteBundle\\Controller\\RegistrationCostController::getCarStructuredDataCarInStock' => '?',
  33339.             'DcSiteBundle\\Controller\\RegistrationCostController::getCarStructuredDataCarUsed' => '?',
  33340.             'DcSiteBundle\\Controller\\RegulationToController::download' => '?',
  33341.             'DcSiteBundle\\Controller\\RegulationToController::getCarPageStructuredData' => '?',
  33342.             'DcSiteBundle\\Controller\\RegulationToController::getCarStructuredDataCarInStock' => '?',
  33343.             'DcSiteBundle\\Controller\\RegulationToController::getCarStructuredDataCarUsed' => '?',
  33344.             'DcSiteBundle\\Controller\\RegulationToController::getRegulationData' => '?',
  33345.             'DcSiteBundle\\Controller\\ReviewController::getCarPageStructuredData' => '?',
  33346.             'DcSiteBundle\\Controller\\ReviewController::getCarStructuredDataCarInStock' => '?',
  33347.             'DcSiteBundle\\Controller\\ReviewController::getCarStructuredDataCarUsed' => '?',
  33348.             'DcSiteBundle\\Controller\\RobotsController::getCarPageStructuredData' => '?',
  33349.             'DcSiteBundle\\Controller\\RobotsController::getCarStructuredDataCarInStock' => '?',
  33350.             'DcSiteBundle\\Controller\\RobotsController::getCarStructuredDataCarUsed' => '?',
  33351.             'DcSiteBundle\\Controller\\SecondhandController::getCarPageStructuredData' => '?',
  33352.             'DcSiteBundle\\Controller\\SecondhandController::getCarStructuredDataCarInStock' => '?',
  33353.             'DcSiteBundle\\Controller\\SecondhandController::getCarStructuredDataCarUsed' => '?',
  33354.             'DcSiteBundle\\Controller\\SiteMapController::citroen' => '?',
  33355.             'DcSiteBundle\\Controller\\SiteMapController::ford' => '?',
  33356.             'DcSiteBundle\\Controller\\SiteMapController::getCarPageStructuredData' => '?',
  33357.             'DcSiteBundle\\Controller\\SiteMapController::getCarStructuredDataCarInStock' => '?',
  33358.             'DcSiteBundle\\Controller\\SiteMapController::getCarStructuredDataCarUsed' => '?',
  33359.             'DcSiteBundle\\Controller\\SiteMapController::haval' => '?',
  33360.             'DcSiteBundle\\Controller\\SiteMapController::honda' => '?',
  33361.             'DcSiteBundle\\Controller\\SiteMapController::infiniti' => '?',
  33362.             'DcSiteBundle\\Controller\\SiteMapController::jaguar' => '?',
  33363.             'DcSiteBundle\\Controller\\SiteMapController::jeep' => '?',
  33364.             'DcSiteBundle\\Controller\\SiteMapController::landrover' => '?',
  33365.             'DcSiteBundle\\Controller\\SiteMapController::lexus' => '?',
  33366.             'DcSiteBundle\\Controller\\SiteMapController::marine' => '?',
  33367.             'DcSiteBundle\\Controller\\SiteMapController::mazda' => '?',
  33368.             'DcSiteBundle\\Controller\\SiteMapController::mg' => '?',
  33369.             'DcSiteBundle\\Controller\\SiteMapController::nissan' => '?',
  33370.             'DcSiteBundle\\Controller\\SiteMapController::nissanArmada' => '?',
  33371.             'DcSiteBundle\\Controller\\SiteMapController::opel' => '?',
  33372.             'DcSiteBundle\\Controller\\SiteMapController::palmira' => '?',
  33373.             'DcSiteBundle\\Controller\\SiteMapController::peugeot' => '?',
  33374.             'DcSiteBundle\\Controller\\SiteMapController::shopImagesSiteMap' => '?',
  33375.             'DcSiteBundle\\Controller\\SiteMapController::subaru' => '?',
  33376.             'DcSiteBundle\\Controller\\SiteMapController::suzuki' => '?',
  33377.             'DcSiteBundle\\Controller\\SiteMapController::toyota' => '?',
  33378.             'DcSiteBundle\\Controller\\SiteMapController::toyotaBorispol' => '?',
  33379.             'DcSiteBundle\\Controller\\SiteMapController::volvo' => '?',
  33380.             'DcSiteBundle\\Controller\\SmsLandingController::getCarPageStructuredData' => '?',
  33381.             'DcSiteBundle\\Controller\\SmsLandingController::getCarStructuredDataCarInStock' => '?',
  33382.             'DcSiteBundle\\Controller\\SmsLandingController::getCarStructuredDataCarUsed' => '?',
  33383.             'DcSiteBundle\\Controller\\SparePartsController::catalogVehicle' => '?',
  33384.             'DcSiteBundle\\Controller\\SparePartsController::getCarPageStructuredData' => '?',
  33385.             'DcSiteBundle\\Controller\\SparePartsController::getCarStructuredDataCarInStock' => '?',
  33386.             'DcSiteBundle\\Controller\\SparePartsController::getCarStructuredDataCarUsed' => '?',
  33387.             'DcSiteBundle\\Controller\\SparePartsController::getCatalogAccessory' => '?',
  33388.             'DcSiteBundle\\Controller\\SparePartsController::getPagination' => '?',
  33389.             'DcSiteBundle\\Controller\\Subaru\\AboutController::getCarPageStructuredData' => '?',
  33390.             'DcSiteBundle\\Controller\\Subaru\\AboutController::getCarStructuredDataCarInStock' => '?',
  33391.             'DcSiteBundle\\Controller\\Subaru\\AboutController::getCarStructuredDataCarUsed' => '?',
  33392.             'DcSiteBundle\\Controller\\Subaru\\AboutController::index' => '?',
  33393.             'DcSiteBundle\\Controller\\Subaru\\AboutController::newsSingle' => '?',
  33394.             'DcSiteBundle\\Controller\\Subaru\\AboutController::staff' => '?',
  33395.             'DcSiteBundle\\Controller\\Subaru\\AccessoriesController::accessoriesCatalog' => '?',
  33396.             'DcSiteBundle\\Controller\\Subaru\\AccessoriesController::accessoriesCategory' => '?',
  33397.             'DcSiteBundle\\Controller\\Subaru\\AccessoriesController::accessoriesModel' => '?',
  33398.             'DcSiteBundle\\Controller\\Subaru\\AccessoriesController::accessoriesModelVariation' => '?',
  33399.             'DcSiteBundle\\Controller\\Subaru\\AccessoriesController::accessoriesPage' => '?',
  33400.             'DcSiteBundle\\Controller\\Subaru\\AccessoriesController::getCarPageStructuredData' => '?',
  33401.             'DcSiteBundle\\Controller\\Subaru\\AccessoriesController::getCarStructuredDataCarInStock' => '?',
  33402.             'DcSiteBundle\\Controller\\Subaru\\AccessoriesController::getCarStructuredDataCarUsed' => '?',
  33403.             'DcSiteBundle\\Controller\\Subaru\\BaseController::getCarPageStructuredData' => '?',
  33404.             'DcSiteBundle\\Controller\\Subaru\\BaseController::getCarStructuredDataCarInStock' => '?',
  33405.             'DcSiteBundle\\Controller\\Subaru\\BaseController::getCarStructuredDataCarUsed' => '?',
  33406.             'DcSiteBundle\\Controller\\Subaru\\BasketController::basket' => '?',
  33407.             'DcSiteBundle\\Controller\\Subaru\\BasketController::checkoutOrder' => '?',
  33408.             'DcSiteBundle\\Controller\\Subaru\\BasketController::getCarPageStructuredData' => '?',
  33409.             'DcSiteBundle\\Controller\\Subaru\\BasketController::getCarStructuredDataCarInStock' => '?',
  33410.             'DcSiteBundle\\Controller\\Subaru\\BasketController::getCarStructuredDataCarUsed' => '?',
  33411.             'DcSiteBundle\\Controller\\Subaru\\BasketController::order' => '?',
  33412.             'DcSiteBundle\\Controller\\Subaru\\CarController::car' => '?',
  33413.             'DcSiteBundle\\Controller\\Subaru\\CarController::carConfiguraion' => '?',
  33414.             'DcSiteBundle\\Controller\\Subaru\\CarController::configurator' => '?',
  33415.             'DcSiteBundle\\Controller\\Subaru\\CarController::getCarPageStructuredData' => '?',
  33416.             'DcSiteBundle\\Controller\\Subaru\\CarController::getCarStructuredDataCarInStock' => '?',
  33417.             'DcSiteBundle\\Controller\\Subaru\\CarController::getCarStructuredDataCarUsed' => '?',
  33418.             'DcSiteBundle\\Controller\\Subaru\\CarController::inStockSingle' => '?',
  33419.             'DcSiteBundle\\Controller\\Subaru\\CarController::index' => '?',
  33420.             'DcSiteBundle\\Controller\\Subaru\\CarController::listPage' => '?',
  33421.             'DcSiteBundle\\Controller\\Subaru\\CarController::modelLineup' => '?',
  33422.             'DcSiteBundle\\Controller\\Subaru\\CarController::secondhandSingle' => '?',
  33423.             'DcSiteBundle\\Controller\\Subaru\\FinanceController::credit' => '?',
  33424.             'DcSiteBundle\\Controller\\Subaru\\FinanceController::getCarPageStructuredData' => '?',
  33425.             'DcSiteBundle\\Controller\\Subaru\\FinanceController::getCarStructuredDataCarInStock' => '?',
  33426.             'DcSiteBundle\\Controller\\Subaru\\FinanceController::getCarStructuredDataCarUsed' => '?',
  33427.             'DcSiteBundle\\Controller\\Subaru\\FinanceController::index' => '?',
  33428.             'DcSiteBundle\\Controller\\Subaru\\MainController::getCarPageStructuredData' => '?',
  33429.             'DcSiteBundle\\Controller\\Subaru\\MainController::getCarStructuredDataCarInStock' => '?',
  33430.             'DcSiteBundle\\Controller\\Subaru\\MainController::getCarStructuredDataCarUsed' => '?',
  33431.             'DcSiteBundle\\Controller\\Subaru\\MainController::index' => '?',
  33432.             'DcSiteBundle\\Controller\\Subaru\\ServiceController::checkVin' => '?',
  33433.             'DcSiteBundle\\Controller\\Subaru\\ServiceController::getCarPageStructuredData' => '?',
  33434.             'DcSiteBundle\\Controller\\Subaru\\ServiceController::getCarStructuredDataCarInStock' => '?',
  33435.             'DcSiteBundle\\Controller\\Subaru\\ServiceController::getCarStructuredDataCarUsed' => '?',
  33436.             'DcSiteBundle\\Controller\\Subaru\\ServiceController::index' => '?',
  33437.             'DcSiteBundle\\Controller\\Subaru\\ServiceController::regulationsTo' => '?',
  33438.             'DcSiteBundle\\Controller\\Subaru\\StocksController::getCarPageStructuredData' => '?',
  33439.             'DcSiteBundle\\Controller\\Subaru\\StocksController::getCarStructuredDataCarInStock' => '?',
  33440.             'DcSiteBundle\\Controller\\Subaru\\StocksController::getCarStructuredDataCarUsed' => '?',
  33441.             'DcSiteBundle\\Controller\\Subaru\\StocksController::stocksSingle' => '?',
  33442.             'DcSiteBundle\\Controller\\Suzuki\\AboutController::getCarPageStructuredData' => '?',
  33443.             'DcSiteBundle\\Controller\\Suzuki\\AboutController::getCarStructuredDataCarInStock' => '?',
  33444.             'DcSiteBundle\\Controller\\Suzuki\\AboutController::getCarStructuredDataCarUsed' => '?',
  33445.             'DcSiteBundle\\Controller\\Suzuki\\AboutController::newsSingle' => '?',
  33446.             'DcSiteBundle\\Controller\\Suzuki\\AboutController::staff' => '?',
  33447.             'DcSiteBundle\\Controller\\Suzuki\\AccessoriesController::accessoriesCatalog' => '?',
  33448.             'DcSiteBundle\\Controller\\Suzuki\\AccessoriesController::accessoriesCategory' => '?',
  33449.             'DcSiteBundle\\Controller\\Suzuki\\AccessoriesController::accessoriesModel' => '?',
  33450.             'DcSiteBundle\\Controller\\Suzuki\\AccessoriesController::accessoriesModelVariation' => '?',
  33451.             'DcSiteBundle\\Controller\\Suzuki\\AccessoriesController::accessoriesPage' => '?',
  33452.             'DcSiteBundle\\Controller\\Suzuki\\AccessoriesController::getCarPageStructuredData' => '?',
  33453.             'DcSiteBundle\\Controller\\Suzuki\\AccessoriesController::getCarStructuredDataCarInStock' => '?',
  33454.             'DcSiteBundle\\Controller\\Suzuki\\AccessoriesController::getCarStructuredDataCarUsed' => '?',
  33455.             'DcSiteBundle\\Controller\\Suzuki\\BaseController::getCarPageStructuredData' => '?',
  33456.             'DcSiteBundle\\Controller\\Suzuki\\BaseController::getCarStructuredDataCarInStock' => '?',
  33457.             'DcSiteBundle\\Controller\\Suzuki\\BaseController::getCarStructuredDataCarUsed' => '?',
  33458.             'DcSiteBundle\\Controller\\Suzuki\\BasketController::checkoutOrder' => '?',
  33459.             'DcSiteBundle\\Controller\\Suzuki\\BasketController::getCarPageStructuredData' => '?',
  33460.             'DcSiteBundle\\Controller\\Suzuki\\BasketController::getCarStructuredDataCarInStock' => '?',
  33461.             'DcSiteBundle\\Controller\\Suzuki\\BasketController::getCarStructuredDataCarUsed' => '?',
  33462.             'DcSiteBundle\\Controller\\Suzuki\\BasketController::order' => '?',
  33463.             'DcSiteBundle\\Controller\\Suzuki\\CarController::car' => '?',
  33464.             'DcSiteBundle\\Controller\\Suzuki\\CarController::carConfiguraion' => '?',
  33465.             'DcSiteBundle\\Controller\\Suzuki\\CarController::carInStockSingle' => '?',
  33466.             'DcSiteBundle\\Controller\\Suzuki\\CarController::getCarPageStructuredData' => '?',
  33467.             'DcSiteBundle\\Controller\\Suzuki\\CarController::getCarStructuredDataCarInStock' => '?',
  33468.             'DcSiteBundle\\Controller\\Suzuki\\CarController::getCarStructuredDataCarUsed' => '?',
  33469.             'DcSiteBundle\\Controller\\Suzuki\\CarController::lineUpCar' => '?',
  33470.             'DcSiteBundle\\Controller\\Suzuki\\CarController::lineUpCarPage' => '?',
  33471.             'DcSiteBundle\\Controller\\Suzuki\\CarController::moto' => '?',
  33472.             'DcSiteBundle\\Controller\\Suzuki\\CarController::secondhandSingle' => '?',
  33473.             'DcSiteBundle\\Controller\\Suzuki\\FinanceController::credit' => '?',
  33474.             'DcSiteBundle\\Controller\\Suzuki\\FinanceController::getCarPageStructuredData' => '?',
  33475.             'DcSiteBundle\\Controller\\Suzuki\\FinanceController::getCarStructuredDataCarInStock' => '?',
  33476.             'DcSiteBundle\\Controller\\Suzuki\\FinanceController::getCarStructuredDataCarUsed' => '?',
  33477.             'DcSiteBundle\\Controller\\Suzuki\\MainController::getCarPageStructuredData' => '?',
  33478.             'DcSiteBundle\\Controller\\Suzuki\\MainController::getCarStructuredDataCarInStock' => '?',
  33479.             'DcSiteBundle\\Controller\\Suzuki\\MainController::getCarStructuredDataCarUsed' => '?',
  33480.             'DcSiteBundle\\Controller\\Suzuki\\MainController::index' => '?',
  33481.             'DcSiteBundle\\Controller\\Suzuki\\ServiceController::getCarPageStructuredData' => '?',
  33482.             'DcSiteBundle\\Controller\\Suzuki\\ServiceController::getCarStructuredDataCarInStock' => '?',
  33483.             'DcSiteBundle\\Controller\\Suzuki\\ServiceController::getCarStructuredDataCarUsed' => '?',
  33484.             'DcSiteBundle\\Controller\\Suzuki\\ServiceController::regulationsTo' => '?',
  33485.             'DcSiteBundle\\Controller\\Suzuki\\StocksController::getCarPageStructuredData' => '?',
  33486.             'DcSiteBundle\\Controller\\Suzuki\\StocksController::getCarStructuredDataCarInStock' => '?',
  33487.             'DcSiteBundle\\Controller\\Suzuki\\StocksController::getCarStructuredDataCarUsed' => '?',
  33488.             'DcSiteBundle\\Controller\\Suzuki\\StocksController::stocksSingle' => '?',
  33489.             'DcSiteBundle\\Controller\\TestDriveController::checkDate' => '?',
  33490.             'DcSiteBundle\\Controller\\TestDriveController::checkSign' => '?',
  33491.             'DcSiteBundle\\Controller\\TestDriveController::getCarPageStructuredData' => '?',
  33492.             'DcSiteBundle\\Controller\\TestDriveController::getCarStructuredDataCarInStock' => '?',
  33493.             'DcSiteBundle\\Controller\\TestDriveController::getCarStructuredDataCarUsed' => '?',
  33494.             'DcSiteBundle\\Controller\\TestDriveController::getTime' => '?',
  33495.             'DcSiteBundle\\Controller\\TestDriveController::initByDealerOld' => '?',
  33496.             'DcSiteBundle\\Controller\\TestDriveController::resend' => '?',
  33497.             'DcSiteBundle\\Controller\\TestDriveController::sign' => '?',
  33498.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AboutController::actionsSingle' => '?',
  33499.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AboutController::getCarPageStructuredData' => '?',
  33500.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AboutController::getCarStructuredDataCarInStock' => '?',
  33501.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AboutController::getCarStructuredDataCarUsed' => '?',
  33502.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AboutController::newsSingle' => '?',
  33503.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AboutController::team' => '?',
  33504.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AccessoriesController::accessoriesCatalog' => '?',
  33505.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AccessoriesController::accessoriesCategory' => '?',
  33506.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AccessoriesController::accessoriesModel' => '?',
  33507.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AccessoriesController::accessoriesModelVariation' => '?',
  33508.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AccessoriesController::accessoriesPage' => '?',
  33509.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AccessoriesController::getCarPageStructuredData' => '?',
  33510.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AccessoriesController::getCarStructuredDataCarInStock' => '?',
  33511.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AccessoriesController::getCarStructuredDataCarUsed' => '?',
  33512.             'DcSiteBundle\\Controller\\ToyotaBorispol\\BaseController::getCarPageStructuredData' => '?',
  33513.             'DcSiteBundle\\Controller\\ToyotaBorispol\\BaseController::getCarStructuredDataCarInStock' => '?',
  33514.             'DcSiteBundle\\Controller\\ToyotaBorispol\\BaseController::getCarStructuredDataCarUsed' => '?',
  33515.             'DcSiteBundle\\Controller\\ToyotaBorispol\\BasketController::basket' => '?',
  33516.             'DcSiteBundle\\Controller\\ToyotaBorispol\\BasketController::checkoutOrder' => '?',
  33517.             'DcSiteBundle\\Controller\\ToyotaBorispol\\BasketController::getCarPageStructuredData' => '?',
  33518.             'DcSiteBundle\\Controller\\ToyotaBorispol\\BasketController::getCarStructuredDataCarInStock' => '?',
  33519.             'DcSiteBundle\\Controller\\ToyotaBorispol\\BasketController::getCarStructuredDataCarUsed' => '?',
  33520.             'DcSiteBundle\\Controller\\ToyotaBorispol\\BasketController::order' => '?',
  33521.             'DcSiteBundle\\Controller\\ToyotaBorispol\\CarController::getCarPageStructuredData' => '?',
  33522.             'DcSiteBundle\\Controller\\ToyotaBorispol\\CarController::getCarStructuredDataCarInStock' => '?',
  33523.             'DcSiteBundle\\Controller\\ToyotaBorispol\\CarController::getCarStructuredDataCarUsed' => '?',
  33524.             'DcSiteBundle\\Controller\\ToyotaBorispol\\FinanceController::getCarPageStructuredData' => '?',
  33525.             'DcSiteBundle\\Controller\\ToyotaBorispol\\FinanceController::getCarStructuredDataCarInStock' => '?',
  33526.             'DcSiteBundle\\Controller\\ToyotaBorispol\\FinanceController::getCarStructuredDataCarUsed' => '?',
  33527.             'DcSiteBundle\\Controller\\ToyotaBorispol\\MainController::getCarPageStructuredData' => '?',
  33528.             'DcSiteBundle\\Controller\\ToyotaBorispol\\MainController::getCarStructuredDataCarInStock' => '?',
  33529.             'DcSiteBundle\\Controller\\ToyotaBorispol\\MainController::getCarStructuredDataCarUsed' => '?',
  33530.             'DcSiteBundle\\Controller\\ToyotaBorispol\\MainController::index' => '?',
  33531.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController::creditCalc' => '?',
  33532.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController::getAvailableRentCar' => '?',
  33533.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController::getCarPageStructuredData' => '?',
  33534.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController::getCarStructuredDataCarInStock' => '?',
  33535.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController::getCarStructuredDataCarUsed' => '?',
  33536.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController::orderForRentCar' => '?',
  33537.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController::regulationsTo' => '?',
  33538.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController::saveReplacementCarForm' => '?',
  33539.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController::servicePage' => '?',
  33540.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController::to' => '?',
  33541.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AboutController::getCarPageStructuredData' => '?',
  33542.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AboutController::getCarStructuredDataCarInStock' => '?',
  33543.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AboutController::getCarStructuredDataCarUsed' => '?',
  33544.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AboutController::singleNews' => '?',
  33545.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AboutController::staff' => '?',
  33546.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AccessoriesController::accessoriesCatalog' => '?',
  33547.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AccessoriesController::accessoriesCategory' => '?',
  33548.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AccessoriesController::accessoriesModel' => '?',
  33549.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AccessoriesController::accessoriesModelVariation' => '?',
  33550.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AccessoriesController::accessoriesPage' => '?',
  33551.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AccessoriesController::getCarPageStructuredData' => '?',
  33552.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AccessoriesController::getCarStructuredDataCarInStock' => '?',
  33553.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AccessoriesController::getCarStructuredDataCarUsed' => '?',
  33554.             'DcSiteBundle\\Controller\\ToyotaOdessa\\BaseController::getCarPageStructuredData' => '?',
  33555.             'DcSiteBundle\\Controller\\ToyotaOdessa\\BaseController::getCarStructuredDataCarInStock' => '?',
  33556.             'DcSiteBundle\\Controller\\ToyotaOdessa\\BaseController::getCarStructuredDataCarUsed' => '?',
  33557.             'DcSiteBundle\\Controller\\ToyotaOdessa\\BasketController::basket' => '?',
  33558.             'DcSiteBundle\\Controller\\ToyotaOdessa\\BasketController::getCarPageStructuredData' => '?',
  33559.             'DcSiteBundle\\Controller\\ToyotaOdessa\\BasketController::getCarStructuredDataCarInStock' => '?',
  33560.             'DcSiteBundle\\Controller\\ToyotaOdessa\\BasketController::getCarStructuredDataCarUsed' => '?',
  33561.             'DcSiteBundle\\Controller\\ToyotaOdessa\\BasketController::order' => '?',
  33562.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarController::car' => '?',
  33563.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarController::carConfiguraion' => '?',
  33564.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarController::category' => '?',
  33565.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarController::getCarPageStructuredData' => '?',
  33566.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarController::getCarStructuredDataCarInStock' => '?',
  33567.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarController::getCarStructuredDataCarUsed' => '?',
  33568.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarController::list' => '?',
  33569.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarController::listPage' => '?',
  33570.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarInStockController::buyOnlineResult' => '?',
  33571.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarInStockController::getCarPageStructuredData' => '?',
  33572.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarInStockController::getCarStructuredDataCarInStock' => '?',
  33573.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarInStockController::getCarStructuredDataCarUsed' => '?',
  33574.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarInStockController::inStockList' => '?',
  33575.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarInStockController::inStockSingle' => '?',
  33576.             'DcSiteBundle\\Controller\\ToyotaOdessa\\MainController::getCarPageStructuredData' => '?',
  33577.             'DcSiteBundle\\Controller\\ToyotaOdessa\\MainController::getCarStructuredDataCarInStock' => '?',
  33578.             'DcSiteBundle\\Controller\\ToyotaOdessa\\MainController::getCarStructuredDataCarUsed' => '?',
  33579.             'DcSiteBundle\\Controller\\ToyotaOdessa\\PostController::actionSingle' => '?',
  33580.             'DcSiteBundle\\Controller\\ToyotaOdessa\\PostController::getCarPageStructuredData' => '?',
  33581.             'DcSiteBundle\\Controller\\ToyotaOdessa\\PostController::getCarStructuredDataCarInStock' => '?',
  33582.             'DcSiteBundle\\Controller\\ToyotaOdessa\\PostController::getCarStructuredDataCarUsed' => '?',
  33583.             'DcSiteBundle\\Controller\\ToyotaOdessa\\ServiceController::getCarPageStructuredData' => '?',
  33584.             'DcSiteBundle\\Controller\\ToyotaOdessa\\ServiceController::getCarStructuredDataCarInStock' => '?',
  33585.             'DcSiteBundle\\Controller\\ToyotaOdessa\\ServiceController::getCarStructuredDataCarUsed' => '?',
  33586.             'DcSiteBundle\\Controller\\ToyotaOdessa\\ServiceController::regulationsTo' => '?',
  33587.             'DcSiteBundle\\Controller\\ToyotaOdessa\\ServicesController::getCarPageStructuredData' => '?',
  33588.             'DcSiteBundle\\Controller\\ToyotaOdessa\\ServicesController::getCarStructuredDataCarInStock' => '?',
  33589.             'DcSiteBundle\\Controller\\ToyotaOdessa\\ServicesController::getCarStructuredDataCarUsed' => '?',
  33590.             'DcSiteBundle\\Controller\\Toyota\\AboutController::dealerCenter' => '?',
  33591.             'DcSiteBundle\\Controller\\Toyota\\AboutController::getCarPageStructuredData' => '?',
  33592.             'DcSiteBundle\\Controller\\Toyota\\AboutController::getCarStructuredDataCarInStock' => '?',
  33593.             'DcSiteBundle\\Controller\\Toyota\\AboutController::getCarStructuredDataCarUsed' => '?',
  33594.             'DcSiteBundle\\Controller\\Toyota\\AboutController::news' => '?',
  33595.             'DcSiteBundle\\Controller\\Toyota\\AboutController::singleNews' => '?',
  33596.             'DcSiteBundle\\Controller\\Toyota\\AboutController::staff' => '?',
  33597.             'DcSiteBundle\\Controller\\Toyota\\AccessoriesController::accessoriesCatalog' => '?',
  33598.             'DcSiteBundle\\Controller\\Toyota\\AccessoriesController::accessoriesCategory' => '?',
  33599.             'DcSiteBundle\\Controller\\Toyota\\AccessoriesController::accessoriesModel' => '?',
  33600.             'DcSiteBundle\\Controller\\Toyota\\AccessoriesController::accessoriesModelVariation' => '?',
  33601.             'DcSiteBundle\\Controller\\Toyota\\AccessoriesController::accessoriesPage' => '?',
  33602.             'DcSiteBundle\\Controller\\Toyota\\AccessoriesController::getCarPageStructuredData' => '?',
  33603.             'DcSiteBundle\\Controller\\Toyota\\AccessoriesController::getCarStructuredDataCarInStock' => '?',
  33604.             'DcSiteBundle\\Controller\\Toyota\\AccessoriesController::getCarStructuredDataCarUsed' => '?',
  33605.             'DcSiteBundle\\Controller\\Toyota\\BaseController::getCarPageStructuredData' => '?',
  33606.             'DcSiteBundle\\Controller\\Toyota\\BaseController::getCarStructuredDataCarInStock' => '?',
  33607.             'DcSiteBundle\\Controller\\Toyota\\BaseController::getCarStructuredDataCarUsed' => '?',
  33608.             'DcSiteBundle\\Controller\\Toyota\\BasketController::checkoutOrder' => '?',
  33609.             'DcSiteBundle\\Controller\\Toyota\\BasketController::getCarPageStructuredData' => '?',
  33610.             'DcSiteBundle\\Controller\\Toyota\\BasketController::getCarStructuredDataCarInStock' => '?',
  33611.             'DcSiteBundle\\Controller\\Toyota\\BasketController::getCarStructuredDataCarUsed' => '?',
  33612.             'DcSiteBundle\\Controller\\Toyota\\BasketController::order' => '?',
  33613.             'DcSiteBundle\\Controller\\Toyota\\CarController::car' => '?',
  33614.             'DcSiteBundle\\Controller\\Toyota\\CarController::carConfiguraion' => '?',
  33615.             'DcSiteBundle\\Controller\\Toyota\\CarController::category' => '?',
  33616.             'DcSiteBundle\\Controller\\Toyota\\CarController::comparison' => '?',
  33617.             'DcSiteBundle\\Controller\\Toyota\\CarController::configurator' => '?',
  33618.             'DcSiteBundle\\Controller\\Toyota\\CarController::getCarPageStructuredData' => '?',
  33619.             'DcSiteBundle\\Controller\\Toyota\\CarController::getCarStructuredDataCarInStock' => '?',
  33620.             'DcSiteBundle\\Controller\\Toyota\\CarController::getCarStructuredDataCarUsed' => '?',
  33621.             'DcSiteBundle\\Controller\\Toyota\\CarController::inStockSingle' => '?',
  33622.             'DcSiteBundle\\Controller\\Toyota\\CarController::list' => '?',
  33623.             'DcSiteBundle\\Controller\\Toyota\\CarController::listPage' => '?',
  33624.             'DcSiteBundle\\Controller\\Toyota\\MainController::getCarPageStructuredData' => '?',
  33625.             'DcSiteBundle\\Controller\\Toyota\\MainController::getCarStructuredDataCarInStock' => '?',
  33626.             'DcSiteBundle\\Controller\\Toyota\\MainController::getCarStructuredDataCarUsed' => '?',
  33627.             'DcSiteBundle\\Controller\\Toyota\\MainController::index' => '?',
  33628.             'DcSiteBundle\\Controller\\Toyota\\MainController::loadModels' => '?',
  33629.             'DcSiteBundle\\Controller\\Toyota\\PostController::actionSingle' => '?',
  33630.             'DcSiteBundle\\Controller\\Toyota\\PostController::getCarPageStructuredData' => '?',
  33631.             'DcSiteBundle\\Controller\\Toyota\\PostController::getCarStructuredDataCarInStock' => '?',
  33632.             'DcSiteBundle\\Controller\\Toyota\\PostController::getCarStructuredDataCarUsed' => '?',
  33633.             'DcSiteBundle\\Controller\\Toyota\\ServiceController::getAvailableRentCar' => '?',
  33634.             'DcSiteBundle\\Controller\\Toyota\\ServiceController::getCarPageStructuredData' => '?',
  33635.             'DcSiteBundle\\Controller\\Toyota\\ServiceController::getCarStructuredDataCarInStock' => '?',
  33636.             'DcSiteBundle\\Controller\\Toyota\\ServiceController::getCarStructuredDataCarUsed' => '?',
  33637.             'DcSiteBundle\\Controller\\Toyota\\ServiceController::orderForRentCar' => '?',
  33638.             'DcSiteBundle\\Controller\\Toyota\\ServiceController::regulations' => '?',
  33639.             'DcSiteBundle\\Controller\\Toyota\\ServiceController::saveReplacementCarForm' => '?',
  33640.             'DcSiteBundle\\Controller\\Toyota\\ServiceController::servicePage' => '?',
  33641.             'DcSiteBundle\\Controller\\Toyota\\ServiceController::signIn' => '?',
  33642.             'DcSiteBundle\\Controller\\Toyota\\ServicesController::corpSales' => '?',
  33643.             'DcSiteBundle\\Controller\\Toyota\\ServicesController::getCarPageStructuredData' => '?',
  33644.             'DcSiteBundle\\Controller\\Toyota\\ServicesController::getCarStructuredDataCarInStock' => '?',
  33645.             'DcSiteBundle\\Controller\\Toyota\\ServicesController::getCarStructuredDataCarUsed' => '?',
  33646.             'DcSiteBundle\\Controller\\Toyota\\ServicesController::loan' => '?',
  33647.             'DcSiteBundle\\Controller\\TradeInController::estimate' => '?',
  33648.             'DcSiteBundle\\Controller\\TradeInController::getCarPageStructuredData' => '?',
  33649.             'DcSiteBundle\\Controller\\TradeInController::getCarStructuredDataCarInStock' => '?',
  33650.             'DcSiteBundle\\Controller\\TradeInController::getCarStructuredDataCarUsed' => '?',
  33651.             'DcSiteBundle\\Controller\\TradeInController::getEstimate' => '?',
  33652.             'DcSiteBundle\\Controller\\TradeInController::init' => '?',
  33653.             'DcSiteBundle\\Controller\\TradeInController::search' => '?',
  33654.             'DcSiteBundle\\Controller\\Unicommerce\\AboutController::about' => '?',
  33655.             'DcSiteBundle\\Controller\\Unicommerce\\AboutController::getCarPageStructuredData' => '?',
  33656.             'DcSiteBundle\\Controller\\Unicommerce\\AboutController::getCarStructuredDataCarInStock' => '?',
  33657.             'DcSiteBundle\\Controller\\Unicommerce\\AboutController::getCarStructuredDataCarUsed' => '?',
  33658.             'DcSiteBundle\\Controller\\Unicommerce\\BaseController::getCarPageStructuredData' => '?',
  33659.             'DcSiteBundle\\Controller\\Unicommerce\\BaseController::getCarStructuredDataCarInStock' => '?',
  33660.             'DcSiteBundle\\Controller\\Unicommerce\\BaseController::getCarStructuredDataCarUsed' => '?',
  33661.             'DcSiteBundle\\Controller\\Unicommerce\\CarController::carSingle' => '?',
  33662.             'DcSiteBundle\\Controller\\Unicommerce\\CarController::getCarPageStructuredData' => '?',
  33663.             'DcSiteBundle\\Controller\\Unicommerce\\CarController::getCarStructuredDataCarInStock' => '?',
  33664.             'DcSiteBundle\\Controller\\Unicommerce\\CarController::getCarStructuredDataCarUsed' => '?',
  33665.             'DcSiteBundle\\Controller\\Unicommerce\\FinanceController::getCarPageStructuredData' => '?',
  33666.             'DcSiteBundle\\Controller\\Unicommerce\\FinanceController::getCarStructuredDataCarInStock' => '?',
  33667.             'DcSiteBundle\\Controller\\Unicommerce\\FinanceController::getCarStructuredDataCarUsed' => '?',
  33668.             'DcSiteBundle\\Controller\\Unicommerce\\MainController::getCarPageStructuredData' => '?',
  33669.             'DcSiteBundle\\Controller\\Unicommerce\\MainController::getCarStructuredDataCarInStock' => '?',
  33670.             'DcSiteBundle\\Controller\\Unicommerce\\MainController::getCarStructuredDataCarUsed' => '?',
  33671.             'DcSiteBundle\\Controller\\Unicommerce\\MainController::index' => '?',
  33672.             'DcSiteBundle\\Controller\\UsedCarModuleController::getCarPageStructuredData' => '?',
  33673.             'DcSiteBundle\\Controller\\UsedCarModuleController::getCarStructuredDataCarInStock' => '?',
  33674.             'DcSiteBundle\\Controller\\UsedCarModuleController::getCarStructuredDataCarUsed' => '?',
  33675.             'DcSiteBundle\\Controller\\UsedCarModuleController::usedCatalog' => '?',
  33676.             'DcSiteBundle\\Controller\\UsedCarPdfController::getCarPageStructuredData' => '?',
  33677.             'DcSiteBundle\\Controller\\UsedCarPdfController::getCarStructuredDataCarInStock' => '?',
  33678.             'DcSiteBundle\\Controller\\UsedCarPdfController::getCarStructuredDataCarUsed' => '?',
  33679.             'DcSiteBundle\\Controller\\Volvo\\AboutController::getCarPageStructuredData' => '?',
  33680.             'DcSiteBundle\\Controller\\Volvo\\AboutController::getCarStructuredDataCarInStock' => '?',
  33681.             'DcSiteBundle\\Controller\\Volvo\\AboutController::getCarStructuredDataCarUsed' => '?',
  33682.             'DcSiteBundle\\Controller\\Volvo\\AboutController::newsSingle' => '?',
  33683.             'DcSiteBundle\\Controller\\Volvo\\AboutController::staff' => '?',
  33684.             'DcSiteBundle\\Controller\\Volvo\\AccessoriesController::accessoriesCatalog' => '?',
  33685.             'DcSiteBundle\\Controller\\Volvo\\AccessoriesController::accessoriesCategory' => '?',
  33686.             'DcSiteBundle\\Controller\\Volvo\\AccessoriesController::accessoriesModel' => '?',
  33687.             'DcSiteBundle\\Controller\\Volvo\\AccessoriesController::accessoriesModelVariation' => '?',
  33688.             'DcSiteBundle\\Controller\\Volvo\\AccessoriesController::accessoriesPage' => '?',
  33689.             'DcSiteBundle\\Controller\\Volvo\\AccessoriesController::getCarPageStructuredData' => '?',
  33690.             'DcSiteBundle\\Controller\\Volvo\\AccessoriesController::getCarStructuredDataCarInStock' => '?',
  33691.             'DcSiteBundle\\Controller\\Volvo\\AccessoriesController::getCarStructuredDataCarUsed' => '?',
  33692.             'DcSiteBundle\\Controller\\Volvo\\BaseController::getCarPageStructuredData' => '?',
  33693.             'DcSiteBundle\\Controller\\Volvo\\BaseController::getCarStructuredDataCarInStock' => '?',
  33694.             'DcSiteBundle\\Controller\\Volvo\\BaseController::getCarStructuredDataCarUsed' => '?',
  33695.             'DcSiteBundle\\Controller\\Volvo\\BasketController::basket' => '?',
  33696.             'DcSiteBundle\\Controller\\Volvo\\BasketController::checkoutOrder' => '?',
  33697.             'DcSiteBundle\\Controller\\Volvo\\BasketController::getCarPageStructuredData' => '?',
  33698.             'DcSiteBundle\\Controller\\Volvo\\BasketController::getCarStructuredDataCarInStock' => '?',
  33699.             'DcSiteBundle\\Controller\\Volvo\\BasketController::getCarStructuredDataCarUsed' => '?',
  33700.             'DcSiteBundle\\Controller\\Volvo\\BasketController::order' => '?',
  33701.             'DcSiteBundle\\Controller\\Volvo\\CarController::carConfiguraion' => '?',
  33702.             'DcSiteBundle\\Controller\\Volvo\\CarController::carStocksCard' => '?',
  33703.             'DcSiteBundle\\Controller\\Volvo\\CarController::cardCar' => '?',
  33704.             'DcSiteBundle\\Controller\\Volvo\\CarController::category' => '?',
  33705.             'DcSiteBundle\\Controller\\Volvo\\CarController::getCarPageStructuredData' => '?',
  33706.             'DcSiteBundle\\Controller\\Volvo\\CarController::getCarStructuredDataCarInStock' => '?',
  33707.             'DcSiteBundle\\Controller\\Volvo\\CarController::getCarStructuredDataCarUsed' => '?',
  33708.             'DcSiteBundle\\Controller\\Volvo\\CarController::list' => '?',
  33709.             'DcSiteBundle\\Controller\\Volvo\\CarController::listPage' => '?',
  33710.             'DcSiteBundle\\Controller\\Volvo\\CarController::secondhandSingle' => '?',
  33711.             'DcSiteBundle\\Controller\\Volvo\\FinanceController::credit' => '?',
  33712.             'DcSiteBundle\\Controller\\Volvo\\FinanceController::getCarPageStructuredData' => '?',
  33713.             'DcSiteBundle\\Controller\\Volvo\\FinanceController::getCarStructuredDataCarInStock' => '?',
  33714.             'DcSiteBundle\\Controller\\Volvo\\FinanceController::getCarStructuredDataCarUsed' => '?',
  33715.             'DcSiteBundle\\Controller\\Volvo\\MainController::getCarPageStructuredData' => '?',
  33716.             'DcSiteBundle\\Controller\\Volvo\\MainController::getCarStructuredDataCarInStock' => '?',
  33717.             'DcSiteBundle\\Controller\\Volvo\\MainController::getCarStructuredDataCarUsed' => '?',
  33718.             'DcSiteBundle\\Controller\\Volvo\\MainController::index' => '?',
  33719.             'DcSiteBundle\\Controller\\Volvo\\MainController::menuInit' => '?',
  33720.             'DcSiteBundle\\Controller\\Volvo\\MainController::seveTempForm' => '?',
  33721.             'DcSiteBundle\\Controller\\Volvo\\MainController::specialOffersSingle' => '?',
  33722.             'DcSiteBundle\\Controller\\Volvo\\MainController::volvoTour17Save' => '?',
  33723.             'DcSiteBundle\\Controller\\Volvo\\MainController::volvoTourSave' => '?',
  33724.             'DcSiteBundle\\Controller\\Volvo\\ServiceController::calculationValuation' => '?',
  33725.             'DcSiteBundle\\Controller\\Volvo\\ServiceController::getCarPageStructuredData' => '?',
  33726.             'DcSiteBundle\\Controller\\Volvo\\ServiceController::getCarStructuredDataCarInStock' => '?',
  33727.             'DcSiteBundle\\Controller\\Volvo\\ServiceController::getCarStructuredDataCarUsed' => '?',
  33728.             'DcSiteBundle\\Controller\\WaterController::buildFilterUrl' => '?',
  33729.             'DcSiteBundle\\Controller\\WaterController::catalogVehicle' => '?',
  33730.             'DcSiteBundle\\Controller\\WaterController::getCarPageStructuredData' => '?',
  33731.             'DcSiteBundle\\Controller\\WaterController::getCarStructuredDataCarInStock' => '?',
  33732.             'DcSiteBundle\\Controller\\WaterController::getCarStructuredDataCarUsed' => '?',
  33733.             'DcSiteBundle\\Controller\\WaterController::getCatalogAccessory' => '?',
  33734.             'DcSiteBundle\\Controller\\WaterController::getPagination' => '?',
  33735.             'DcSiteBundle\\Controller\\WaterController::getWater' => '?',
  33736.             'DcSiteBundle\\Controller\\WaterController::getWaterAccessories' => '?',
  33737.             'DcSiteBundle\\Controller\\Yamaha\\AboutController::aboutNewsSingle' => '?',
  33738.             'DcSiteBundle\\Controller\\Yamaha\\AboutController::getCarPageStructuredData' => '?',
  33739.             'DcSiteBundle\\Controller\\Yamaha\\AboutController::getCarStructuredDataCarInStock' => '?',
  33740.             'DcSiteBundle\\Controller\\Yamaha\\AboutController::getCarStructuredDataCarUsed' => '?',
  33741.             'DcSiteBundle\\Controller\\Yamaha\\AccessoriesController::getCarPageStructuredData' => '?',
  33742.             'DcSiteBundle\\Controller\\Yamaha\\AccessoriesController::getCarStructuredDataCarInStock' => '?',
  33743.             'DcSiteBundle\\Controller\\Yamaha\\AccessoriesController::getCarStructuredDataCarUsed' => '?',
  33744.             'DcSiteBundle\\Controller\\Yamaha\\AjaxController::getCarPageStructuredData' => '?',
  33745.             'DcSiteBundle\\Controller\\Yamaha\\AjaxController::getCarStructuredDataCarInStock' => '?',
  33746.             'DcSiteBundle\\Controller\\Yamaha\\AjaxController::getCarStructuredDataCarUsed' => '?',
  33747.             'DcSiteBundle\\Controller\\Yamaha\\AjaxController::leasingCSave' => '?',
  33748.             'DcSiteBundle\\Controller\\Yamaha\\BaseController::getCarPageStructuredData' => '?',
  33749.             'DcSiteBundle\\Controller\\Yamaha\\BaseController::getCarStructuredDataCarInStock' => '?',
  33750.             'DcSiteBundle\\Controller\\Yamaha\\BaseController::getCarStructuredDataCarUsed' => '?',
  33751.             'DcSiteBundle\\Controller\\Yamaha\\BoatController::getCarPageStructuredData' => '?',
  33752.             'DcSiteBundle\\Controller\\Yamaha\\BoatController::getCarStructuredDataCarInStock' => '?',
  33753.             'DcSiteBundle\\Controller\\Yamaha\\BoatController::getCarStructuredDataCarUsed' => '?',
  33754.             'DcSiteBundle\\Controller\\Yamaha\\BoatEngineController::getCarPageStructuredData' => '?',
  33755.             'DcSiteBundle\\Controller\\Yamaha\\BoatEngineController::getCarStructuredDataCarInStock' => '?',
  33756.             'DcSiteBundle\\Controller\\Yamaha\\BoatEngineController::getCarStructuredDataCarUsed' => '?',
  33757.             'DcSiteBundle\\Controller\\Yamaha\\CatalogController::getCarPageStructuredData' => '?',
  33758.             'DcSiteBundle\\Controller\\Yamaha\\CatalogController::getCarStructuredDataCarInStock' => '?',
  33759.             'DcSiteBundle\\Controller\\Yamaha\\CatalogController::getCarStructuredDataCarUsed' => '?',
  33760.             'DcSiteBundle\\Controller\\Yamaha\\CatalogController::modelCard' => '?',
  33761.             'DcSiteBundle\\Controller\\Yamaha\\GeneratorController::getCarPageStructuredData' => '?',
  33762.             'DcSiteBundle\\Controller\\Yamaha\\GeneratorController::getCarStructuredDataCarInStock' => '?',
  33763.             'DcSiteBundle\\Controller\\Yamaha\\GeneratorController::getCarStructuredDataCarUsed' => '?',
  33764.             'DcSiteBundle\\Controller\\Yamaha\\MainController::getCarPageStructuredData' => '?',
  33765.             'DcSiteBundle\\Controller\\Yamaha\\MainController::getCarStructuredDataCarInStock' => '?',
  33766.             'DcSiteBundle\\Controller\\Yamaha\\MainController::getCarStructuredDataCarUsed' => '?',
  33767.             'DcSiteBundle\\Controller\\Yamaha\\NonMotorizedBoatController::getCarPageStructuredData' => '?',
  33768.             'DcSiteBundle\\Controller\\Yamaha\\NonMotorizedBoatController::getCarStructuredDataCarInStock' => '?',
  33769.             'DcSiteBundle\\Controller\\Yamaha\\NonMotorizedBoatController::getCarStructuredDataCarUsed' => '?',
  33770.             'DcSiteBundle\\Controller\\Yamaha\\ServiceController::getCarPageStructuredData' => '?',
  33771.             'DcSiteBundle\\Controller\\Yamaha\\ServiceController::getCarStructuredDataCarInStock' => '?',
  33772.             'DcSiteBundle\\Controller\\Yamaha\\ServiceController::getCarStructuredDataCarUsed' => '?',
  33773.             'DcSiteBundle\\Controller\\Yamaha\\ServicesController::getCarPageStructuredData' => '?',
  33774.             'DcSiteBundle\\Controller\\Yamaha\\ServicesController::getCarStructuredDataCarInStock' => '?',
  33775.             'DcSiteBundle\\Controller\\Yamaha\\ServicesController::getCarStructuredDataCarUsed' => '?',
  33776.             'DcSiteBundle\\Controller\\Yamaha\\ServicesController::leasing' => '?',
  33777.             'DcSiteBundle\\Controller\\Yamaha\\ServicesController::winterStorageHydrocycles' => '?',
  33778.             'DcSiteBundle\\Controller\\Yamaha\\StocksController::getCarPageStructuredData' => '?',
  33779.             'DcSiteBundle\\Controller\\Yamaha\\StocksController::getCarStructuredDataCarInStock' => '?',
  33780.             'DcSiteBundle\\Controller\\Yamaha\\StocksController::getCarStructuredDataCarUsed' => '?',
  33781.             'DcSiteBundle\\Controller\\Yamaha\\StocksController::stocksSingle' => '?',
  33782.             'FoundersBundle\\Controller\\BusinessController::business' => '?',
  33783.             'FoundersBundle\\Controller\\BusinessController::businessAvtomobilniy' => '?',
  33784.             'FoundersBundle\\Controller\\FamilyController::loadMorePosts' => '?',
  33785.             'FoundersBundle\\Controller\\InvestmentController::investmentCategory' => '?',
  33786.             'FoundersBundle\\Controller\\InvestmentController::socialInvestmentSingle' => '?',
  33787.             'FoundersBundle\\Controller\\MainController::index' => '?',
  33788.             'FoundersBundle\\Controller\\MediaController::postNews' => '?',
  33789.             'FoundersBundle\\Controller\\MediaController::postPublication' => '?',
  33790.             'FoundersBundle\\Controller\\MediaController::postSingle' => '?',
  33791.             'FoundersBundle\\Controller\\MediaController::postSolemnEvent' => '?',
  33792.             'FoundersBundle\\Controller\\SiteMapController::siteMap' => '?',
  33793.             'InsuranceBundle\\Controller\\AboutController::complianceSave' => '?',
  33794.             'InsuranceBundle\\Controller\\AboutController::getInsuranceCondition' => '?',
  33795.             'InsuranceBundle\\Controller\\AboutController::getMediationService' => '?',
  33796.             'InsuranceBundle\\Controller\\AboutController::vacansySingle' => '?',
  33797.             'InsuranceBundle\\Controller\\AuthController::loginCheck' => '?',
  33798.             'InsuranceBundle\\Controller\\BasketController::order' => '?',
  33799.             'InsuranceBundle\\Controller\\CabinetController::cabinet' => '?',
  33800.             'InsuranceBundle\\Controller\\CabinetController::changeCasco' => '?',
  33801.             'InsuranceBundle\\Controller\\CabinetController::fastAuthLogin' => '?',
  33802.             'InsuranceBundle\\Controller\\CabinetController::prolongation' => '?',
  33803.             'InsuranceBundle\\Controller\\CabinetController::senFb' => '?',
  33804.             'InsuranceBundle\\Controller\\CabinetController::signContract' => '?',
  33805.             'InsuranceBundle\\Controller\\FormController::advancedQuestion' => '?',
  33806.             'InsuranceBundle\\Controller\\FormController::callback' => '?',
  33807.             'InsuranceBundle\\Controller\\FormController::orderInsurance' => '?',
  33808.             'InsuranceBundle\\Controller\\ProgramsController::autofortressKasco' => '?',
  33809.             'InsuranceBundle\\Controller\\ProgramsController::calc' => '?',
  33810.             'InsuranceBundle\\Controller\\ProgramsController::cascoOptions' => '?',
  33811.             'InsuranceBundle\\Controller\\ProgramsController::completeKasco' => '?',
  33812.             'InsuranceBundle\\Controller\\ProgramsController::dgo' => '?',
  33813.             'InsuranceBundle\\Controller\\ProgramsController::estimate' => '?',
  33814.             'InsuranceBundle\\Controller\\ProgramsController::extendedWarranty' => '?',
  33815.             'InsuranceBundle\\Controller\\ProgramsController::fiftyKasco' => '?',
  33816.             'InsuranceBundle\\Controller\\ProgramsController::getModels' => '?',
  33817.             'InsuranceBundle\\Controller\\ProgramsController::homeInsurance' => '?',
  33818.             'InsuranceBundle\\Controller\\ProgramsController::informDoc' => '?',
  33819.             'InsuranceBundle\\Controller\\ProgramsController::informDocPage' => '?',
  33820.             'InsuranceBundle\\Controller\\ProgramsController::initCalc' => '?',
  33821.             'InsuranceBundle\\Controller\\ProgramsController::kasco' => '?',
  33822.             'InsuranceBundle\\Controller\\ProgramsController::lightKasco' => '?',
  33823.             'InsuranceBundle\\Controller\\ProgramsController::miniKasco' => '?',
  33824.             'InsuranceBundle\\Controller\\ProgramsController::ogo' => '?',
  33825.             'InsuranceBundle\\Controller\\ProgramsController::topDriverAction' => '?',
  33826.             'InsuranceBundle\\Controller\\ServiceController::bankIdCallback' => '?',
  33827.             'InsuranceBundle\\Controller\\ServiceController::bankIdTest' => '?',
  33828.             'IntegrationBundle\\Controller\\Dealer\\MainController::branch' => '?',
  33829.             'IntegrationBundle\\Controller\\Dealer\\MainController::branchByDealerUid' => '?',
  33830.             'IntegrationBundle\\Controller\\Dealer\\MainController::checkSignature' => '?',
  33831.             'IntegrationBundle\\Controller\\Dealer\\MainController::dealerIntegrationLogin' => '?',
  33832.             'IntegrationBundle\\Controller\\Dealer\\MainController::getDocumentsQrByDealerUid' => '?',
  33833.             'IntegrationBundle\\Controller\\Dealer\\MainController::getQr' => '?',
  33834.             'IntegrationBundle\\Controller\\Dealer\\MainController::getQrByDealerUid' => '?',
  33835.             'IntegrationBundle\\Controller\\Dealer\\MainController::info' => '?',
  33836.             'IntegrationBundle\\Controller\\Diia\\MainController::callBackProcess' => '?',
  33837.             'IntegrationBundle\\Controller\\Diia\\MainController::callBackSignatureProcess' => '?',
  33838.             'LeasingBundle\\Controller\\AboutController::team' => '?',
  33839.             'LeasingBundle\\Controller\\MainController::getCraftedSlides' => '?',
  33840.             'LeasingBundle\\Controller\\MainController::index' => '?',
  33841.             'LeasingBundle\\Controller\\SiteMapController::getCarPageStructuredData' => '?',
  33842.             'LeasingBundle\\Controller\\SiteMapController::getCarStructuredDataCarInStock' => '?',
  33843.             'LeasingBundle\\Controller\\SiteMapController::getCarStructuredDataCarUsed' => '?',
  33844.             'MyBundle\\Controller\\AuthController::codeLogin' => '?',
  33845.             'MyBundle\\Controller\\AuthController::codeLoginNewPhone' => '?',
  33846.             'MyBundle\\Controller\\AuthController::confirmRegistration' => '?',
  33847.             'MyBundle\\Controller\\AuthController::getCode' => '?',
  33848.             'MyBundle\\Controller\\AuthController::getCodeChangePhone' => '?',
  33849.             'MyBundle\\Controller\\AuthController::getCodeRecovery' => '?',
  33850.             'MyBundle\\Controller\\AuthController::login' => '?',
  33851.             'MyBundle\\Controller\\AuthController::loginCheck' => '?',
  33852.             'MyBundle\\Controller\\AuthController::logout' => '?',
  33853.             'MyBundle\\Controller\\AuthController::referralRegister' => '?',
  33854.             'MyBundle\\Controller\\AuthController::referralRegisterConfirm' => '?',
  33855.             'MyBundle\\Controller\\AuthController::register' => '?',
  33856.             'MyBundle\\Controller\\AuthController::resendRegistrationCode' => '?',
  33857.             'MyBundle\\Controller\\AuthController::sendRecoverEmail' => '?',
  33858.             'MyBundle\\Controller\\AuthController::setNewPhone' => '?',
  33859.             'MyBundle\\Controller\\AuthController::setPassword' => '?',
  33860.             'MyBundle\\Controller\\AuthController::setRecoveryPassword' => '?',
  33861.             'MyBundle\\Controller\\BasketController::addAccessory' => '?',
  33862.             'MyBundle\\Controller\\BasketController::addCasco' => '?',
  33863.             'MyBundle\\Controller\\BasketController::addItemsToBasket' => '?',
  33864.             'MyBundle\\Controller\\BasketController::changeCount' => '?',
  33865.             'MyBundle\\Controller\\BasketController::getBasketByType' => '?',
  33866.             'MyBundle\\Controller\\BasketController::init' => '?',
  33867.             'MyBundle\\Controller\\BasketController::order' => '?',
  33868.             'MyBundle\\Controller\\BasketController::removeItem' => '?',
  33869.             'MyBundle\\Controller\\BasketController::toggleInstall' => '?',
  33870.             'MyBundle\\Controller\\BasketController::toggleInstallAccessory' => '?',
  33871.             'MyBundle\\Controller\\GarageController::findDoc' => '?',
  33872.             'MyBundle\\Controller\\GarageController::findNumber' => '?',
  33873.             'MyBundle\\Controller\\GarageController::init' => '?',
  33874.             'MyBundle\\Controller\\MainController::credentialsGetCode' => '?',
  33875.             'MyBundle\\Controller\\MainController::credentialsSetData' => '?',
  33876.             'MyBundle\\Controller\\MainController::dataUsageRules' => '?',
  33877.             'MyBundle\\Controller\\MainController::getSignCode' => '?',
  33878.             'MyBundle\\Controller\\MainController::index' => '?',
  33879.             'MyBundle\\Controller\\MainController::sign' => '?',
  33880.             'MyBundle\\Controller\\OnlineActivityController::historyConf' => '?',
  33881.             'MyBundle\\Controller\\OnlineActivityController::historyCredit' => '?',
  33882.             'MyBundle\\Controller\\OnlineActivityController::historyRewiev' => '?',
  33883.             'MyBundle\\Controller\\OnlineActivityController::init' => '?',
  33884.             'MyBundle\\Controller\\OrderController::getCities' => '?',
  33885.             'MyBundle\\Controller\\OrderController::getStatusPay' => '?',
  33886.             'MyBundle\\Controller\\OrderController::getStreets' => '?',
  33887.             'MyBundle\\Controller\\OrderController::getWarehouses' => '?',
  33888.             'MyBundle\\Controller\\OrderController::init' => '?',
  33889.             'MyBundle\\Controller\\ProfileCalculatorEmployeeController::index' => '?',
  33890.             'MyBundle\\Controller\\ProfileCalculatorEmployeeController::programs' => '?',
  33891.             'MyBundle\\Controller\\ProfileCalculatorEmployeeController::save' => '?',
  33892.             'MyBundle\\Controller\\ProfileCalculatorEmployeeController::toPDF' => '?',
  33893.             'MyBundle\\Controller\\ProfileCalculatorEmployeeController::toPDFAnnuity' => '?',
  33894.             'MyBundle\\Controller\\ProfileCalculatorEmployeeController::toPDFStandard' => '?',
  33895.             'MyBundle\\Controller\\ProfileCalculatorEmployeeController::toReport' => '?',
  33896.             'MyBundle\\Controller\\ProfileController::carSingle' => '?',
  33897.             'MyBundle\\Controller\\ProfileController::insCalc' => '?',
  33898.             'MyBundle\\Controller\\ProfileController::insCalcByCar' => '?',
  33899.             'MyBundle\\Controller\\ProfileController::orderService' => '?',
  33900.             'MyBundle\\Controller\\ProfileController::orderServiceByParameters' => '?',
  33901.             'MyBundle\\Controller\\ProfileController::orderTestDrive' => '?',
  33902.             'MyBundle\\Controller\\ProfileController::orders' => '?',
  33903.             'MyBundle\\Controller\\ProfileController::quality' => '?',
  33904.             'MyBundle\\Controller\\ProfileController::referralSend' => '?',
  33905.             'MyBundle\\Controller\\ProfileController::sendCaseToEmail' => '?',
  33906.             'MyBundle\\Controller\\ProfileController::sendSmsCode' => '?',
  33907.             'MyBundle\\Controller\\ProfileController::support' => '?',
  33908.             'MyBundle\\Controller\\ProfileController::updateEmail' => '?',
  33909.             'MyBundle\\Controller\\ProfileController::wishList' => '?',
  33910.             'PortalBundle\\Controller\\AboutController::about' => '?',
  33911.             'PortalBundle\\Controller\\AboutController::blog' => '?',
  33912.             'PortalBundle\\Controller\\AboutController::blogSingle' => '?',
  33913.             'PortalBundle\\Controller\\AboutController::career' => '?',
  33914.             'PortalBundle\\Controller\\AboutController::contactsSingle' => '?',
  33915.             'PortalBundle\\Controller\\AboutController::singleVacancies' => '?',
  33916.             'PortalBundle\\Controller\\AboutController::vacancies' => '?',
  33917.             'PortalBundle\\Controller\\AjaxController::businessCSave' => '?',
  33918.             'PortalBundle\\Controller\\AjaxController::businessTSave' => '?',
  33919.             'PortalBundle\\Controller\\AjaxController::catalogData' => '?',
  33920.             'PortalBundle\\Controller\\AjaxController::catalogInit' => '?',
  33921.             'PortalBundle\\Controller\\AjaxController::creditMerchant' => '?',
  33922.             'PortalBundle\\Controller\\AjaxController::dealerInit' => '?',
  33923.             'PortalBundle\\Controller\\AjaxController::leasingCSave' => '?',
  33924.             'PortalBundle\\Controller\\AjaxController::leasingTSave' => '?',
  33925.             'PortalBundle\\Controller\\AjaxController::postData' => '?',
  33926.             'PortalBundle\\Controller\\AjaxController::unicomerceConsultService' => '?',
  33927.             'PortalBundle\\Controller\\CarController::archive' => '?',
  33928.             'PortalBundle\\Controller\\CarController::catalog' => '?',
  33929.             'PortalBundle\\Controller\\CarController::inStockOne' => '?',
  33930.             'PortalBundle\\Controller\\CarController::index' => '?',
  33931.             'PortalBundle\\Controller\\CarController::usedCar' => '?',
  33932.             'PortalBundle\\Controller\\CarController::vehicleInStock' => '?',
  33933.             'PortalBundle\\Controller\\CarController::vehicleUsed' => '?',
  33934.             'PortalBundle\\Controller\\CatalogController::catalog' => '?',
  33935.             'PortalBundle\\Controller\\CatalogController::catalogCategory' => '?',
  33936.             'PortalBundle\\Controller\\CatalogController::catalogSearch' => '?',
  33937.             'PortalBundle\\Controller\\CatalogController::catalogSearchApi' => '?',
  33938.             'PortalBundle\\Controller\\CatalogController::getChangeFilter' => '?',
  33939.             'PortalBundle\\Controller\\CatalogController::getDealersFromFilter' => '?',
  33940.             'PortalBundle\\Controller\\CatalogController::getDealersFromSelectedFilter' => '?',
  33941.             'PortalBundle\\Controller\\CatalogController::initVehicleFilterUrl' => '?',
  33942.             'PortalBundle\\Controller\\CatalogController::saveCallback' => '?',
  33943.             'PortalBundle\\Controller\\ComparisonController::featured' => '?',
  33944.             'PortalBundle\\Controller\\ComparisonController::getComparisonByItems' => '?',
  33945.             'PortalBundle\\Controller\\ComparisonController::init' => '?',
  33946.             'PortalBundle\\Controller\\ContactsController::contacts' => '?',
  33947.             'PortalBundle\\Controller\\ContactsController::supportSave' => '?',
  33948.             'PortalBundle\\Controller\\CrmActionController::resultsActivitiesAction' => '?',
  33949.             'PortalBundle\\Controller\\CrmActionController::sendReportAction' => '?',
  33950.             'PortalBundle\\Controller\\FeaturedController::addToFeatured' => '?',
  33951.             'PortalBundle\\Controller\\FeaturedController::removeFromFav' => '?',
  33952.             'PortalBundle\\Controller\\FinanceController::business' => '?',
  33953.             'PortalBundle\\Controller\\FinanceController::creditInit' => '?',
  33954.             'PortalBundle\\Controller\\FinanceController::creditProgramByFirstPayment' => '?',
  33955.             'PortalBundle\\Controller\\FinanceController::creditProgramVehicleWithMinMaxPrice' => '?',
  33956.             'PortalBundle\\Controller\\FinanceController::getCrmDataByUUID' => '?',
  33957.             'PortalBundle\\Controller\\FinanceController::insurance' => '?',
  33958.             'PortalBundle\\Controller\\FinanceController::saveCreditCalculationUserData' => '?',
  33959.             'PortalBundle\\Controller\\FinanceController::saveCreditPageReview' => '?',
  33960.             'PortalBundle\\Controller\\FoundersController::founders' => '?',
  33961.             'PortalBundle\\Controller\\FoundersController::foundersBiography' => '?',
  33962.             'PortalBundle\\Controller\\FoundersController::foundersBiographySingle' => '?',
  33963.             'PortalBundle\\Controller\\FoundersController::foundersNewsSingle' => '?',
  33964.             'PortalBundle\\Controller\\FoundersController::foundersPhoto' => '?',
  33965.             'PortalBundle\\Controller\\FoundersController::foundersPublicationsSingle' => '?',
  33966.             'PortalBundle\\Controller\\FoundersController::foundersVideo' => '?',
  33967.             'PortalBundle\\Controller\\LandingController::saveLandingForm' => '?',
  33968.             'PortalBundle\\Controller\\LinkMinifyController::gotoLink' => '?',
  33969.             'PortalBundle\\Controller\\MainController::addNewUnsubscribe' => '?',
  33970.             'PortalBundle\\Controller\\MainController::qualitySave' => '?',
  33971.             'PortalBundle\\Controller\\MainController::qualityService' => '?',
  33972.             'PortalBundle\\Controller\\MainController::qualityServiceTech' => '?',
  33973.             'PortalBundle\\Controller\\MainController::questionnaireCRMSaveAction' => '?',
  33974.             'PortalBundle\\Controller\\MainController::questionnaireCRMService' => '?',
  33975.             'PortalBundle\\Controller\\MainController::questionnaireSave' => '?',
  33976.             'PortalBundle\\Controller\\MainController::questionnaireService' => '?',
  33977.             'PortalBundle\\Controller\\MainController::saveContest_10000' => '?',
  33978.             'PortalBundle\\Controller\\MainController::subscriptionManagement' => '?',
  33979.             'PortalBundle\\Controller\\PostController::actions' => '?',
  33980.             'PortalBundle\\Controller\\PostController::actionsSingle' => '?',
  33981.             'PortalBundle\\Controller\\PostController::news' => '?',
  33982.             'PortalBundle\\Controller\\PostController::newsByDealer' => '?',
  33983.             'PortalBundle\\Controller\\PostController::newsSingle' => '?',
  33984.             'PortalBundle\\Controller\\ProgramsController::cascoOptions' => '?',
  33985.             'PortalBundle\\Controller\\ProgramsController::estimate' => '?',
  33986.             'PortalBundle\\Controller\\ProgramsController::getModels' => '?',
  33987.             'PortalBundle\\Controller\\ProgramsController::initCalc' => '?',
  33988.             'PortalBundle\\Controller\\ProgramsController::sendForm' => '?',
  33989.             'PortalBundle\\Controller\\ReviewsController::init' => '?',
  33990.             'PortalBundle\\Controller\\ReviewsController::like' => '?',
  33991.             'PortalBundle\\Controller\\ReviewsController::save' => '?',
  33992.             'PortalBundle\\Controller\\SaleController::commission' => '?',
  33993.             'PortalBundle\\Controller\\SaleController::feedbackForm' => '?',
  33994.             'PortalBundle\\Controller\\SearchController::search' => '?',
  33995.             'PortalBundle\\Controller\\ServiceController::accessories' => '?',
  33996.             'PortalBundle\\Controller\\ServiceController::bodyRepair' => '?',
  33997.             'PortalBundle\\Controller\\ServiceController::bodyRepairCategory' => '?',
  33998.             'PortalBundle\\Controller\\ServiceController::bodyRepairSubCategory' => '?',
  33999.             'PortalBundle\\Controller\\ServiceController::byDealer' => '?',
  34000.             'PortalBundle\\Controller\\ServiceController::byDealer2' => '?',
  34001.             'PortalBundle\\Controller\\ServiceController::byDealer3' => '?',
  34002.             'PortalBundle\\Controller\\ServiceController::byDealer4' => '?',
  34003.             'PortalBundle\\Controller\\ServiceController::carRepair' => '?',
  34004.             'PortalBundle\\Controller\\ServiceController::getBlogPostsAction' => '?',
  34005.             'PortalBundle\\Controller\\ServiceController::getBlogsCategoriesAction' => '?',
  34006.             'PortalBundle\\Controller\\ServiceController::initRepairCalc' => '?',
  34007.             'PortalBundle\\Controller\\ServiceController::multiConsultationTestdriveForm' => '?',
  34008.             'PortalBundle\\Controller\\ServiceController::nightServiceAgreement' => '?',
  34009.             'PortalBundle\\Controller\\ServiceController::parts' => '?',
  34010.             'PortalBundle\\Controller\\ServiceController::prepareToSendBlogPosts' => '?',
  34011.             'PortalBundle\\Controller\\ServiceController::saveLeadAccessory' => '?',
  34012.             'PortalBundle\\Controller\\ServiceController::savePopupFormBodyRepair' => '?',
  34013.             'PortalBundle\\Controller\\ServiceController::service' => '?',
  34014.             'PortalBundle\\Controller\\ServiceController::serviceFormSave' => '?',
  34015.             'PortalBundle\\Controller\\ServiceController::serviceInit' => '?',
  34016.             'PortalBundle\\Controller\\ServiceController::servicePageContentDealer' => '?',
  34017.             'PortalBundle\\Controller\\ServiceController::servicePageSubWorkGroup' => '?',
  34018.             'PortalBundle\\Controller\\ServiceController::servicePageWorkGroup' => '?',
  34019.             'PortalBundle\\Controller\\ServiceController::servicePageWorkGroupBrand' => '?',
  34020.             'PortalBundle\\Controller\\ServiceController::servicePageWorkGroupBrandCalc' => '?',
  34021.             'PortalBundle\\Controller\\ServiceController::servicePageWorkGroupModel' => '?',
  34022.             'PortalBundle\\Controller\\ServiceController::servicePageWorkGroupModelCalc' => '?',
  34023.             'PortalBundle\\Controller\\ServiceController::tiresHotel' => '?',
  34024.             'PortalBundle\\Controller\\ServiceController::to' => '?',
  34025.             'PortalBundle\\Controller\\ServiceController::toBrand' => '?',
  34026.             'PortalBundle\\Controller\\ServiceController::toModel' => '?',
  34027.             'PortalBundle\\Controller\\ServiceWorkWidgetController::download' => '?',
  34028.             'PortalBundle\\Controller\\ServiceWorkWidgetController::getRegulationData' => '?',
  34029.             'PortalBundle\\Controller\\ServiceWorkWidgetController::init' => '?',
  34030.             'PortalBundle\\Controller\\ServiceWorkWidgetController::reg' => '?',
  34031.             'PortalBundle\\Controller\\ServiceWorkWidgetController::regulationWidget' => '?',
  34032.             'PortalBundle\\Controller\\ServiceWorkWidgetController::variations' => '?',
  34033.             'PortalBundle\\Controller\\SiteMapController::portal' => '?',
  34034.             'PortalBundle\\Controller\\StockController::catalogCategory' => '?',
  34035.             'PortalBundle\\Controller\\StockController::getChangeFilter' => '?',
  34036.             'PortalBundle\\Controller\\StockController::inStock' => '?',
  34037.             'PortalBundle\\Controller\\StockController::inStockApi' => '?',
  34038.             'PortalBundle\\Controller\\StockController::initVehicleFilterUrl' => '?',
  34039.             'PortalBundle\\Controller\\UnicomersController::aboutUnicomers' => '?',
  34040.             'PortalBundle\\Controller\\UnicomersController::unicomersProjects' => '?',
  34041.             'PortalBundle\\Controller\\UnicomersController::unicomersSave' => '?',
  34042.             'kernel::loadRoutes' => '?',
  34043.             'kernel::registerContainerConfiguration' => '?',
  34044.             'AdminBundle\\Controller\\AjaxController:add' => '?',
  34045.             'AdminBundle\\Controller\\AjaxController:data' => '?',
  34046.             'AdminBundle\\Controller\\AjaxController:deleteRateSave' => '?',
  34047.             'AdminBundle\\Controller\\AjaxController:editOption' => '?',
  34048.             'AdminBundle\\Controller\\AjaxController:getDealers' => '?',
  34049.             'AdminBundle\\Controller\\AjaxController:getModels' => '?',
  34050.             'AdminBundle\\Controller\\AjaxController:setUserDealer' => '?',
  34051.             'AdminBundle\\Controller\\AjaxController:state' => '?',
  34052.             'AdminBundle\\Controller\\BaseCRUDController:batchActionDelete' => '?',
  34053.             'AdminBundle\\Controller\\CRUDInsController:batchActionDelete' => '?',
  34054.             'AdminBundle\\Controller\\LogsController:batchActionDelete' => '?',
  34055.             'AdminBundle\\Controller\\MiniLinkController:createLink' => '?',
  34056.             'AdminBundle\\Controller\\ModelRangeController:batchActionDelete' => '?',
  34057.             'AdminBundle\\Controller\\References\\ModelController:addMediaModel' => '?',
  34058.             'AdminBundle\\Controller\\References\\ModelController:createModel' => '?',
  34059.             'AdminBundle\\Controller\\References\\ModelController:getCitiesByRegionUrl' => '?',
  34060.             'AdminBundle\\Controller\\References\\ModelController:getModelByBrand' => '?',
  34061.             'AdminBundle\\Controller\\References\\ModelController:removeMediaModel' => '?',
  34062.             'AdminBundle\\Controller\\References\\ModelController:updateModel' => '?',
  34063.             'AdminBundle\\Controller\\SecurityController:loginCheckAction' => '?',
  34064.             'AdminBundle\\Controller\\SeoMetaTagController:batchActionDelete' => '?',
  34065.             'AdminBundle\\Controller\\TicketController:addComment' => '?',
  34066.             'AdminBundle\\Controller\\TicketController:uploadFiles' => '?',
  34067.             'AdminBundle\\Controller\\VehicleEstimateOddsController:batchActionDelete' => '?',
  34068.             'AdminBundle\\Controller\\Vehicles\\CRUDController:batchActionDelete' => '?',
  34069.             'AdminBundle\\Controller\\Vehicles\\CRUDController:cloneEquipmentAction' => '?',
  34070.             'AdminBundle\\Controller\\Vehicles\\CRUDController:cloneVariationAction' => '?',
  34071.             'AdminBundle\\Controller\\Vehicles\\CRUDController:exportEmptyTTXAction' => '?',
  34072.             'AdminBundle\\Controller\\Vehicles\\CRUDController:setDeleteAction' => '?',
  34073.             'AdminBundle\\Controller\\Vehicles\\CRUDController:setFilledAction' => '?',
  34074.             'AdminBundle\\Controller\\Vehicles\\ConfiguratorController:addColor' => '?',
  34075.             'AdminBundle\\Controller\\Vehicles\\ConfiguratorController:addInColor' => '?',
  34076.             'AdminBundle\\Controller\\Vehicles\\ConfiguratorController:initConfigurator' => '?',
  34077.             'AdminBundle\\Controller\\Vehicles\\MediaController:savePreview' => '?',
  34078.             'AdminBundle\\Controller\\Vehicles\\UsedCRUDController:batchActionDelete' => '?',
  34079.             'AdminBundle\\Controller\\Vehicles\\UsedCRUDController:cloneEquipmentAction' => '?',
  34080.             'AdminBundle\\Controller\\Vehicles\\UsedCRUDController:cloneVariationAction' => '?',
  34081.             'AdminBundle\\Controller\\Vehicles\\UsedCRUDController:exportEmptyTTXAction' => '?',
  34082.             'AdminBundle\\Controller\\Vehicles\\UsedCRUDController:exportUsedSpecificationAction' => '?',
  34083.             'AdminBundle\\Controller\\Vehicles\\UsedCRUDController:exportUsedVehiclesAction' => '?',
  34084.             'AdminBundle\\Controller\\Vehicles\\UsedCRUDController:setDeleteAction' => '?',
  34085.             'AdminBundle\\Controller\\Vehicles\\UsedCRUDController:setFilledAction' => '?',
  34086.             'AutomarketBundle\\Controller\\AboutController:aboutAutomarket' => '?',
  34087.             'AutomarketBundle\\Controller\\AboutController:staff' => '?',
  34088.             'AutomarketBundle\\Controller\\AboutController:vacancy' => '?',
  34089.             'AutomarketBundle\\Controller\\AboutController:vacancyId' => '?',
  34090.             'AutomarketBundle\\Controller\\AjaxController:initInterest' => '?',
  34091.             'AutomarketBundle\\Controller\\CarController:car' => '?',
  34092.             'AutomarketBundle\\Controller\\CarController:getComparison' => '?',
  34093.             'AutomarketBundle\\Controller\\ComparisonController:featured' => '?',
  34094.             'AutomarketBundle\\Controller\\ComparisonController:getComparisonByItems' => '?',
  34095.             'AutomarketBundle\\Controller\\ComparisonController:init' => '?',
  34096.             'AutomarketBundle\\Controller\\FormController:buyForm' => '?',
  34097.             'AutomarketBundle\\Controller\\FormController:feedbackForm' => '?',
  34098.             'AutomarketBundle\\Controller\\FormController:preorderForm' => '?',
  34099.             'AutomarketBundle\\Controller\\RSSController:show' => '?',
  34100.             'AutomarketBundle\\Controller\\SaleController:widget' => '?',
  34101.             'AutomarketBundle\\Controller\\SiteMapController:siteMap' => '?',
  34102.             'CoreBundle\\Controller\\CrossDomainAuthController:authByToken' => '?',
  34103.             'DcSiteBundle\\Controller\\AccessoriesController:getCarPageStructuredData' => '?',
  34104.             'DcSiteBundle\\Controller\\AccessoriesController:getCarStructuredDataCarInStock' => '?',
  34105.             'DcSiteBundle\\Controller\\AccessoriesController:getCarStructuredDataCarUsed' => '?',
  34106.             'DcSiteBundle\\Controller\\AccessoriesController:init' => '?',
  34107.             'DcSiteBundle\\Controller\\AccessoriesController:initByDealer' => '?',
  34108.             'DcSiteBundle\\Controller\\AccessoriesController:newFindAccessories' => '?',
  34109.             'DcSiteBundle\\Controller\\AccessoriesController:newFindCategories' => '?',
  34110.             'DcSiteBundle\\Controller\\AccessoriesController:newFindCategory' => '?',
  34111.             'DcSiteBundle\\Controller\\AccessoriesFilterController:buildUrl' => '?',
  34112.             'DcSiteBundle\\Controller\\AccessoriesFilterController:getCarPageStructuredData' => '?',
  34113.             'DcSiteBundle\\Controller\\AccessoriesFilterController:getCarStructuredDataCarInStock' => '?',
  34114.             'DcSiteBundle\\Controller\\AccessoriesFilterController:getCarStructuredDataCarUsed' => '?',
  34115.             'DcSiteBundle\\Controller\\AccessoriesFilterController:initFilter' => '?',
  34116.             'DcSiteBundle\\Controller\\AccessoriesFilterController:initRedirectVariationQr' => '?',
  34117.             'DcSiteBundle\\Controller\\AjaxEntityController:getCarPageStructuredData' => '?',
  34118.             'DcSiteBundle\\Controller\\AjaxEntityController:getCarStructuredDataCarInStock' => '?',
  34119.             'DcSiteBundle\\Controller\\AjaxEntityController:getCarStructuredDataCarUsed' => '?',
  34120.             'DcSiteBundle\\Controller\\BaseDcController:getCarPageStructuredData' => '?',
  34121.             'DcSiteBundle\\Controller\\BaseDcController:getCarStructuredDataCarInStock' => '?',
  34122.             'DcSiteBundle\\Controller\\BaseDcController:getCarStructuredDataCarUsed' => '?',
  34123.             'DcSiteBundle\\Controller\\CallbackController:createRequest' => '?',
  34124.             'DcSiteBundle\\Controller\\CallbackController:getCarPageStructuredData' => '?',
  34125.             'DcSiteBundle\\Controller\\CallbackController:getCarStructuredDataCarInStock' => '?',
  34126.             'DcSiteBundle\\Controller\\CallbackController:getCarStructuredDataCarUsed' => '?',
  34127.             'DcSiteBundle\\Controller\\CallbackController:getState' => '?',
  34128.             'DcSiteBundle\\Controller\\CarController:createOrder' => '?',
  34129.             'DcSiteBundle\\Controller\\CarController:findModels' => '?',
  34130.             'DcSiteBundle\\Controller\\CarController:getCarPageStructuredData' => '?',
  34131.             'DcSiteBundle\\Controller\\CarController:getCarStructuredDataCarInStock' => '?',
  34132.             'DcSiteBundle\\Controller\\CarController:getCarStructuredDataCarUsed' => '?',
  34133.             'DcSiteBundle\\Controller\\CarController:getModelInfo' => '?',
  34134.             'DcSiteBundle\\Controller\\CarController:loadCarGallery' => '?',
  34135.             'DcSiteBundle\\Controller\\CarController:pricesLoad' => '?',
  34136.             'DcSiteBundle\\Controller\\CarController:techLoad' => '?',
  34137.             'DcSiteBundle\\Controller\\CarController:updateOrder' => '?',
  34138.             'DcSiteBundle\\Controller\\CarInStockModuleController:byVehicle' => '?',
  34139.             'DcSiteBundle\\Controller\\CarInStockModuleController:getCarPageStructuredData' => '?',
  34140.             'DcSiteBundle\\Controller\\CarInStockModuleController:getCarStructuredDataCarInStock' => '?',
  34141.             'DcSiteBundle\\Controller\\CarInStockModuleController:getCarStructuredDataCarUsed' => '?',
  34142.             'DcSiteBundle\\Controller\\Citroen\\AboutController:getCarPageStructuredData' => '?',
  34143.             'DcSiteBundle\\Controller\\Citroen\\AboutController:getCarStructuredDataCarInStock' => '?',
  34144.             'DcSiteBundle\\Controller\\Citroen\\AboutController:getCarStructuredDataCarUsed' => '?',
  34145.             'DcSiteBundle\\Controller\\Citroen\\AboutController:newsSingle' => '?',
  34146.             'DcSiteBundle\\Controller\\Citroen\\AboutController:staff' => '?',
  34147.             'DcSiteBundle\\Controller\\Citroen\\AccessoriesController:getCarPageStructuredData' => '?',
  34148.             'DcSiteBundle\\Controller\\Citroen\\AccessoriesController:getCarStructuredDataCarInStock' => '?',
  34149.             'DcSiteBundle\\Controller\\Citroen\\AccessoriesController:getCarStructuredDataCarUsed' => '?',
  34150.             'DcSiteBundle\\Controller\\Citroen\\AccessoriesController:redirectToShop' => '?',
  34151.             'DcSiteBundle\\Controller\\Citroen\\BaseController:getCarPageStructuredData' => '?',
  34152.             'DcSiteBundle\\Controller\\Citroen\\BaseController:getCarStructuredDataCarInStock' => '?',
  34153.             'DcSiteBundle\\Controller\\Citroen\\BaseController:getCarStructuredDataCarUsed' => '?',
  34154.             'DcSiteBundle\\Controller\\Citroen\\BasketController:checkoutOrder' => '?',
  34155.             'DcSiteBundle\\Controller\\Citroen\\BasketController:getCarPageStructuredData' => '?',
  34156.             'DcSiteBundle\\Controller\\Citroen\\BasketController:getCarStructuredDataCarInStock' => '?',
  34157.             'DcSiteBundle\\Controller\\Citroen\\BasketController:getCarStructuredDataCarUsed' => '?',
  34158.             'DcSiteBundle\\Controller\\Citroen\\BasketController:order' => '?',
  34159.             'DcSiteBundle\\Controller\\Citroen\\CarController:car' => '?',
  34160.             'DcSiteBundle\\Controller\\Citroen\\CarController:carCardStock' => '?',
  34161.             'DcSiteBundle\\Controller\\Citroen\\CarController:carConfiguraion' => '?',
  34162.             'DcSiteBundle\\Controller\\Citroen\\CarController:category' => '?',
  34163.             'DcSiteBundle\\Controller\\Citroen\\CarController:getCarPageStructuredData' => '?',
  34164.             'DcSiteBundle\\Controller\\Citroen\\CarController:getCarStructuredDataCarInStock' => '?',
  34165.             'DcSiteBundle\\Controller\\Citroen\\CarController:getCarStructuredDataCarUsed' => '?',
  34166.             'DcSiteBundle\\Controller\\Citroen\\CarController:list' => '?',
  34167.             'DcSiteBundle\\Controller\\Citroen\\CarController:listPage' => '?',
  34168.             'DcSiteBundle\\Controller\\Citroen\\CarController:secondhandSingle' => '?',
  34169.             'DcSiteBundle\\Controller\\Citroen\\FinanceController:credit' => '?',
  34170.             'DcSiteBundle\\Controller\\Citroen\\FinanceController:getCarPageStructuredData' => '?',
  34171.             'DcSiteBundle\\Controller\\Citroen\\FinanceController:getCarStructuredDataCarInStock' => '?',
  34172.             'DcSiteBundle\\Controller\\Citroen\\FinanceController:getCarStructuredDataCarUsed' => '?',
  34173.             'DcSiteBundle\\Controller\\Citroen\\MainController:getCarPageStructuredData' => '?',
  34174.             'DcSiteBundle\\Controller\\Citroen\\MainController:getCarStructuredDataCarInStock' => '?',
  34175.             'DcSiteBundle\\Controller\\Citroen\\MainController:getCarStructuredDataCarUsed' => '?',
  34176.             'DcSiteBundle\\Controller\\Citroen\\MainController:index' => '?',
  34177.             'DcSiteBundle\\Controller\\Citroen\\MainController:initMenu' => '?',
  34178.             'DcSiteBundle\\Controller\\Citroen\\MainController:loadModels' => '?',
  34179.             'DcSiteBundle\\Controller\\Citroen\\MainController:seveTempForm' => '?',
  34180.             'DcSiteBundle\\Controller\\Citroen\\ServiceController:getCarPageStructuredData' => '?',
  34181.             'DcSiteBundle\\Controller\\Citroen\\ServiceController:getCarStructuredDataCarInStock' => '?',
  34182.             'DcSiteBundle\\Controller\\Citroen\\ServiceController:getCarStructuredDataCarUsed' => '?',
  34183.             'DcSiteBundle\\Controller\\Citroen\\ServiceController:regulationsTo' => '?',
  34184.             'DcSiteBundle\\Controller\\Citroen\\StocksController:getCarPageStructuredData' => '?',
  34185.             'DcSiteBundle\\Controller\\Citroen\\StocksController:getCarStructuredDataCarInStock' => '?',
  34186.             'DcSiteBundle\\Controller\\Citroen\\StocksController:getCarStructuredDataCarUsed' => '?',
  34187.             'DcSiteBundle\\Controller\\Citroen\\StocksController:stocksSingle' => '?',
  34188.             'DcSiteBundle\\Controller\\ConfiguratorController:getCarPageStructuredData' => '?',
  34189.             'DcSiteBundle\\Controller\\ConfiguratorController:getCarStructuredDataCarInStock' => '?',
  34190.             'DcSiteBundle\\Controller\\ConfiguratorController:getCarStructuredDataCarUsed' => '?',
  34191.             'DcSiteBundle\\Controller\\ConfiguratorController:init' => '?',
  34192.             'DcSiteBundle\\Controller\\ConfiguratorController:initByHash' => '?',
  34193.             'DcSiteBundle\\Controller\\ConfiguratorController:initCreditCalculator' => '?',
  34194.             'DcSiteBundle\\Controller\\ConfiguratorController:saveOffer' => '?',
  34195.             'DcSiteBundle\\Controller\\CreditController:getCarPageStructuredData' => '?',
  34196.             'DcSiteBundle\\Controller\\CreditController:getCarStructuredDataCarInStock' => '?',
  34197.             'DcSiteBundle\\Controller\\CreditController:getCarStructuredDataCarUsed' => '?',
  34198.             'DcSiteBundle\\Controller\\CreditController:getCreditListDocument' => '?',
  34199.             'DcSiteBundle\\Controller\\CreditController:getScheduleListDocument' => '?',
  34200.             'DcSiteBundle\\Controller\\CreditController:getScheduleListDocumentTest' => '?',
  34201.             'DcSiteBundle\\Controller\\CreditController:getVehicleByVehicleItem' => '?',
  34202.             'DcSiteBundle\\Controller\\CreditController:programs' => '?',
  34203.             'DcSiteBundle\\Controller\\CreditController:saveForm' => '?',
  34204.             'DcSiteBundle\\Controller\\CsvAccessoriesController:getCarPageStructuredData' => '?',
  34205.             'DcSiteBundle\\Controller\\CsvAccessoriesController:getCarStructuredDataCarInStock' => '?',
  34206.             'DcSiteBundle\\Controller\\CsvAccessoriesController:getCarStructuredDataCarUsed' => '?',
  34207.             'DcSiteBundle\\Controller\\FinanceController:business' => '?',
  34208.             'DcSiteBundle\\Controller\\FinanceController:creditInit' => '?',
  34209.             'DcSiteBundle\\Controller\\FinanceController:creditProgramByFirstPayment' => '?',
  34210.             'DcSiteBundle\\Controller\\FinanceController:creditProgramVehicleWithMinMaxPrice' => '?',
  34211.             'DcSiteBundle\\Controller\\FinanceController:getCarPageStructuredData' => '?',
  34212.             'DcSiteBundle\\Controller\\FinanceController:getCarStructuredDataCarInStock' => '?',
  34213.             'DcSiteBundle\\Controller\\FinanceController:getCarStructuredDataCarUsed' => '?',
  34214.             'DcSiteBundle\\Controller\\FinanceController:getCrmDataByUUID' => '?',
  34215.             'DcSiteBundle\\Controller\\FinanceController:insurance' => '?',
  34216.             'DcSiteBundle\\Controller\\FinanceController:saveCreditCalculationUserData' => '?',
  34217.             'DcSiteBundle\\Controller\\FinanceController:saveCreditPageReview' => '?',
  34218.             'DcSiteBundle\\Controller\\Ford\\AboutUsController:getCarPageStructuredData' => '?',
  34219.             'DcSiteBundle\\Controller\\Ford\\AboutUsController:getCarStructuredDataCarInStock' => '?',
  34220.             'DcSiteBundle\\Controller\\Ford\\AboutUsController:getCarStructuredDataCarUsed' => '?',
  34221.             'DcSiteBundle\\Controller\\Ford\\AboutUsController:staff' => '?',
  34222.             'DcSiteBundle\\Controller\\Ford\\AccessoriesController:getCarPageStructuredData' => '?',
  34223.             'DcSiteBundle\\Controller\\Ford\\AccessoriesController:getCarStructuredDataCarInStock' => '?',
  34224.             'DcSiteBundle\\Controller\\Ford\\AccessoriesController:getCarStructuredDataCarUsed' => '?',
  34225.             'DcSiteBundle\\Controller\\Ford\\AjaxController:getCarPageStructuredData' => '?',
  34226.             'DcSiteBundle\\Controller\\Ford\\AjaxController:getCarStructuredDataCarInStock' => '?',
  34227.             'DcSiteBundle\\Controller\\Ford\\AjaxController:getCarStructuredDataCarUsed' => '?',
  34228.             'DcSiteBundle\\Controller\\Ford\\ApprovedController:getCarPageStructuredData' => '?',
  34229.             'DcSiteBundle\\Controller\\Ford\\ApprovedController:getCarStructuredDataCarInStock' => '?',
  34230.             'DcSiteBundle\\Controller\\Ford\\ApprovedController:getCarStructuredDataCarUsed' => '?',
  34231.             'DcSiteBundle\\Controller\\Ford\\BaseController:getCarPageStructuredData' => '?',
  34232.             'DcSiteBundle\\Controller\\Ford\\BaseController:getCarStructuredDataCarInStock' => '?',
  34233.             'DcSiteBundle\\Controller\\Ford\\BaseController:getCarStructuredDataCarUsed' => '?',
  34234.             'DcSiteBundle\\Controller\\Ford\\BasketController:basket' => '?',
  34235.             'DcSiteBundle\\Controller\\Ford\\BasketController:checkoutOrder' => '?',
  34236.             'DcSiteBundle\\Controller\\Ford\\BasketController:getCarPageStructuredData' => '?',
  34237.             'DcSiteBundle\\Controller\\Ford\\BasketController:getCarStructuredDataCarInStock' => '?',
  34238.             'DcSiteBundle\\Controller\\Ford\\BasketController:getCarStructuredDataCarUsed' => '?',
  34239.             'DcSiteBundle\\Controller\\Ford\\BasketController:order' => '?',
  34240.             'DcSiteBundle\\Controller\\Ford\\CarController:car' => '?',
  34241.             'DcSiteBundle\\Controller\\Ford\\CarController:carCardStock' => '?',
  34242.             'DcSiteBundle\\Controller\\Ford\\CarController:carConfiguraion' => '?',
  34243.             'DcSiteBundle\\Controller\\Ford\\CarController:category' => '?',
  34244.             'DcSiteBundle\\Controller\\Ford\\CarController:getCarPageStructuredData' => '?',
  34245.             'DcSiteBundle\\Controller\\Ford\\CarController:getCarStructuredDataCarInStock' => '?',
  34246.             'DcSiteBundle\\Controller\\Ford\\CarController:getCarStructuredDataCarUsed' => '?',
  34247.             'DcSiteBundle\\Controller\\Ford\\CarController:list' => '?',
  34248.             'DcSiteBundle\\Controller\\Ford\\CarController:listPage' => '?',
  34249.             'DcSiteBundle\\Controller\\Ford\\CarController:secondhandSingle' => '?',
  34250.             'DcSiteBundle\\Controller\\Ford\\FinanceController:credit' => '?',
  34251.             'DcSiteBundle\\Controller\\Ford\\FinanceController:getCarPageStructuredData' => '?',
  34252.             'DcSiteBundle\\Controller\\Ford\\FinanceController:getCarStructuredDataCarInStock' => '?',
  34253.             'DcSiteBundle\\Controller\\Ford\\FinanceController:getCarStructuredDataCarUsed' => '?',
  34254.             'DcSiteBundle\\Controller\\Ford\\MainController:getCarPageStructuredData' => '?',
  34255.             'DcSiteBundle\\Controller\\Ford\\MainController:getCarStructuredDataCarInStock' => '?',
  34256.             'DcSiteBundle\\Controller\\Ford\\MainController:getCarStructuredDataCarUsed' => '?',
  34257.             'DcSiteBundle\\Controller\\Ford\\PostController:getCarPageStructuredData' => '?',
  34258.             'DcSiteBundle\\Controller\\Ford\\PostController:getCarStructuredDataCarInStock' => '?',
  34259.             'DcSiteBundle\\Controller\\Ford\\PostController:getCarStructuredDataCarUsed' => '?',
  34260.             'DcSiteBundle\\Controller\\Ford\\PostController:post' => '?',
  34261.             'DcSiteBundle\\Controller\\Ford\\ServiceController:getCarPageStructuredData' => '?',
  34262.             'DcSiteBundle\\Controller\\Ford\\ServiceController:getCarStructuredDataCarInStock' => '?',
  34263.             'DcSiteBundle\\Controller\\Ford\\ServiceController:getCarStructuredDataCarUsed' => '?',
  34264.             'DcSiteBundle\\Controller\\Ford\\ServiceController:regulationsTo' => '?',
  34265.             'DcSiteBundle\\Controller\\FormController:EventForm' => '?',
  34266.             'DcSiteBundle\\Controller\\FormController:getCarPageStructuredData' => '?',
  34267.             'DcSiteBundle\\Controller\\FormController:getCarStructuredDataCarInStock' => '?',
  34268.             'DcSiteBundle\\Controller\\FormController:getCarStructuredDataCarUsed' => '?',
  34269.             'DcSiteBundle\\Controller\\Haval\\AboutController:getCarPageStructuredData' => '?',
  34270.             'DcSiteBundle\\Controller\\Haval\\AboutController:getCarStructuredDataCarInStock' => '?',
  34271.             'DcSiteBundle\\Controller\\Haval\\AboutController:getCarStructuredDataCarUsed' => '?',
  34272.             'DcSiteBundle\\Controller\\Haval\\AboutController:newsSingle' => '?',
  34273.             'DcSiteBundle\\Controller\\Haval\\AboutController:team' => '?',
  34274.             'DcSiteBundle\\Controller\\Haval\\BaseController:getCarPageStructuredData' => '?',
  34275.             'DcSiteBundle\\Controller\\Haval\\BaseController:getCarStructuredDataCarInStock' => '?',
  34276.             'DcSiteBundle\\Controller\\Haval\\BaseController:getCarStructuredDataCarUsed' => '?',
  34277.             'DcSiteBundle\\Controller\\Haval\\CarController:car' => '?',
  34278.             'DcSiteBundle\\Controller\\Haval\\CarController:carConfiguraion' => '?',
  34279.             'DcSiteBundle\\Controller\\Haval\\CarController:carInStockSingle' => '?',
  34280.             'DcSiteBundle\\Controller\\Haval\\CarController:category' => '?',
  34281.             'DcSiteBundle\\Controller\\Haval\\CarController:configurator' => '?',
  34282.             'DcSiteBundle\\Controller\\Haval\\CarController:getCarPageStructuredData' => '?',
  34283.             'DcSiteBundle\\Controller\\Haval\\CarController:getCarStructuredDataCarInStock' => '?',
  34284.             'DcSiteBundle\\Controller\\Haval\\CarController:getCarStructuredDataCarUsed' => '?',
  34285.             'DcSiteBundle\\Controller\\Haval\\CarController:list' => '?',
  34286.             'DcSiteBundle\\Controller\\Haval\\CarController:listPage' => '?',
  34287.             'DcSiteBundle\\Controller\\Haval\\CarController:secondhandSingle' => '?',
  34288.             'DcSiteBundle\\Controller\\Haval\\FinanceController:getCarPageStructuredData' => '?',
  34289.             'DcSiteBundle\\Controller\\Haval\\FinanceController:getCarStructuredDataCarInStock' => '?',
  34290.             'DcSiteBundle\\Controller\\Haval\\FinanceController:getCarStructuredDataCarUsed' => '?',
  34291.             'DcSiteBundle\\Controller\\Haval\\MainController:getCarPageStructuredData' => '?',
  34292.             'DcSiteBundle\\Controller\\Haval\\MainController:getCarStructuredDataCarInStock' => '?',
  34293.             'DcSiteBundle\\Controller\\Haval\\MainController:getCarStructuredDataCarUsed' => '?',
  34294.             'DcSiteBundle\\Controller\\Haval\\MainController:index' => '?',
  34295.             'DcSiteBundle\\Controller\\Haval\\ServiceController:getCarPageStructuredData' => '?',
  34296.             'DcSiteBundle\\Controller\\Haval\\ServiceController:getCarStructuredDataCarInStock' => '?',
  34297.             'DcSiteBundle\\Controller\\Haval\\ServiceController:getCarStructuredDataCarUsed' => '?',
  34298.             'DcSiteBundle\\Controller\\Haval\\ServiceController:regulationsTo' => '?',
  34299.             'DcSiteBundle\\Controller\\Haval\\StocksController:getCarPageStructuredData' => '?',
  34300.             'DcSiteBundle\\Controller\\Haval\\StocksController:getCarStructuredDataCarInStock' => '?',
  34301.             'DcSiteBundle\\Controller\\Haval\\StocksController:getCarStructuredDataCarUsed' => '?',
  34302.             'DcSiteBundle\\Controller\\Haval\\StocksController:stocksSingle' => '?',
  34303.             'DcSiteBundle\\Controller\\Honda\\AboutController:getCarPageStructuredData' => '?',
  34304.             'DcSiteBundle\\Controller\\Honda\\AboutController:getCarStructuredDataCarInStock' => '?',
  34305.             'DcSiteBundle\\Controller\\Honda\\AboutController:getCarStructuredDataCarUsed' => '?',
  34306.             'DcSiteBundle\\Controller\\Honda\\AboutController:newsSingle' => '?',
  34307.             'DcSiteBundle\\Controller\\Honda\\AboutController:staff' => '?',
  34308.             'DcSiteBundle\\Controller\\Honda\\AccessoriesController:accessoriesCatalog' => '?',
  34309.             'DcSiteBundle\\Controller\\Honda\\AccessoriesController:accessoriesCategory' => '?',
  34310.             'DcSiteBundle\\Controller\\Honda\\AccessoriesController:accessoriesModel' => '?',
  34311.             'DcSiteBundle\\Controller\\Honda\\AccessoriesController:accessoriesModelVariation' => '?',
  34312.             'DcSiteBundle\\Controller\\Honda\\AccessoriesController:accessoriesPage' => '?',
  34313.             'DcSiteBundle\\Controller\\Honda\\AccessoriesController:getCarPageStructuredData' => '?',
  34314.             'DcSiteBundle\\Controller\\Honda\\AccessoriesController:getCarStructuredDataCarInStock' => '?',
  34315.             'DcSiteBundle\\Controller\\Honda\\AccessoriesController:getCarStructuredDataCarUsed' => '?',
  34316.             'DcSiteBundle\\Controller\\Honda\\AcuraServiceController:getCarPageStructuredData' => '?',
  34317.             'DcSiteBundle\\Controller\\Honda\\AcuraServiceController:getCarStructuredDataCarInStock' => '?',
  34318.             'DcSiteBundle\\Controller\\Honda\\AcuraServiceController:getCarStructuredDataCarUsed' => '?',
  34319.             'DcSiteBundle\\Controller\\Honda\\AcuraServiceController:regulationsTo' => '?',
  34320.             'DcSiteBundle\\Controller\\Honda\\BaseController:getCarPageStructuredData' => '?',
  34321.             'DcSiteBundle\\Controller\\Honda\\BaseController:getCarStructuredDataCarInStock' => '?',
  34322.             'DcSiteBundle\\Controller\\Honda\\BaseController:getCarStructuredDataCarUsed' => '?',
  34323.             'DcSiteBundle\\Controller\\Honda\\BasketController:checkoutOrder' => '?',
  34324.             'DcSiteBundle\\Controller\\Honda\\BasketController:getCarPageStructuredData' => '?',
  34325.             'DcSiteBundle\\Controller\\Honda\\BasketController:getCarStructuredDataCarInStock' => '?',
  34326.             'DcSiteBundle\\Controller\\Honda\\BasketController:getCarStructuredDataCarUsed' => '?',
  34327.             'DcSiteBundle\\Controller\\Honda\\BasketController:order' => '?',
  34328.             'DcSiteBundle\\Controller\\Honda\\CarController:car' => '?',
  34329.             'DcSiteBundle\\Controller\\Honda\\CarController:carCardStock' => '?',
  34330.             'DcSiteBundle\\Controller\\Honda\\CarController:carConfiguraion' => '?',
  34331.             'DcSiteBundle\\Controller\\Honda\\CarController:category' => '?',
  34332.             'DcSiteBundle\\Controller\\Honda\\CarController:getCarPageStructuredData' => '?',
  34333.             'DcSiteBundle\\Controller\\Honda\\CarController:getCarStructuredDataCarInStock' => '?',
  34334.             'DcSiteBundle\\Controller\\Honda\\CarController:getCarStructuredDataCarUsed' => '?',
  34335.             'DcSiteBundle\\Controller\\Honda\\CarController:list' => '?',
  34336.             'DcSiteBundle\\Controller\\Honda\\CarController:listPage' => '?',
  34337.             'DcSiteBundle\\Controller\\Honda\\CarController:secondhandSingle' => '?',
  34338.             'DcSiteBundle\\Controller\\Honda\\FinanceController:credit' => '?',
  34339.             'DcSiteBundle\\Controller\\Honda\\FinanceController:getCarPageStructuredData' => '?',
  34340.             'DcSiteBundle\\Controller\\Honda\\FinanceController:getCarStructuredDataCarInStock' => '?',
  34341.             'DcSiteBundle\\Controller\\Honda\\FinanceController:getCarStructuredDataCarUsed' => '?',
  34342.             'DcSiteBundle\\Controller\\Honda\\HondaServiceController:accessories' => '?',
  34343.             'DcSiteBundle\\Controller\\Honda\\HondaServiceController:getCarPageStructuredData' => '?',
  34344.             'DcSiteBundle\\Controller\\Honda\\HondaServiceController:getCarStructuredDataCarInStock' => '?',
  34345.             'DcSiteBundle\\Controller\\Honda\\HondaServiceController:getCarStructuredDataCarUsed' => '?',
  34346.             'DcSiteBundle\\Controller\\Honda\\HondaServiceController:regulationsTo' => '?',
  34347.             'DcSiteBundle\\Controller\\Honda\\MainController:getCarPageStructuredData' => '?',
  34348.             'DcSiteBundle\\Controller\\Honda\\MainController:getCarStructuredDataCarInStock' => '?',
  34349.             'DcSiteBundle\\Controller\\Honda\\MainController:getCarStructuredDataCarUsed' => '?',
  34350.             'DcSiteBundle\\Controller\\Honda\\MainController:index' => '?',
  34351.             'DcSiteBundle\\Controller\\Honda\\MainController:menuInit' => '?',
  34352.             'DcSiteBundle\\Controller\\Honda\\MainController:stocksSingle' => '?',
  34353.             'DcSiteBundle\\Controller\\Infiniti\\AboutUsController:getCarPageStructuredData' => '?',
  34354.             'DcSiteBundle\\Controller\\Infiniti\\AboutUsController:getCarStructuredDataCarInStock' => '?',
  34355.             'DcSiteBundle\\Controller\\Infiniti\\AboutUsController:getCarStructuredDataCarUsed' => '?',
  34356.             'DcSiteBundle\\Controller\\Infiniti\\AboutUsController:newsSingle' => '?',
  34357.             'DcSiteBundle\\Controller\\Infiniti\\AboutUsController:staff' => '?',
  34358.             'DcSiteBundle\\Controller\\Infiniti\\AccessoriesController:accessoriesCatalog' => '?',
  34359.             'DcSiteBundle\\Controller\\Infiniti\\AccessoriesController:accessoriesCategory' => '?',
  34360.             'DcSiteBundle\\Controller\\Infiniti\\AccessoriesController:accessoriesModel' => '?',
  34361.             'DcSiteBundle\\Controller\\Infiniti\\AccessoriesController:accessoriesModelVariation' => '?',
  34362.             'DcSiteBundle\\Controller\\Infiniti\\AccessoriesController:accessoriesPage' => '?',
  34363.             'DcSiteBundle\\Controller\\Infiniti\\AccessoriesController:getCarPageStructuredData' => '?',
  34364.             'DcSiteBundle\\Controller\\Infiniti\\AccessoriesController:getCarStructuredDataCarInStock' => '?',
  34365.             'DcSiteBundle\\Controller\\Infiniti\\AccessoriesController:getCarStructuredDataCarUsed' => '?',
  34366.             'DcSiteBundle\\Controller\\Infiniti\\AjaxController:getCarPageStructuredData' => '?',
  34367.             'DcSiteBundle\\Controller\\Infiniti\\AjaxController:getCarStructuredDataCarInStock' => '?',
  34368.             'DcSiteBundle\\Controller\\Infiniti\\AjaxController:getCarStructuredDataCarUsed' => '?',
  34369.             'DcSiteBundle\\Controller\\Infiniti\\AjaxController:index' => '?',
  34370.             'DcSiteBundle\\Controller\\Infiniti\\AjaxController:transfer' => '?',
  34371.             'DcSiteBundle\\Controller\\Infiniti\\BaseController:getCarPageStructuredData' => '?',
  34372.             'DcSiteBundle\\Controller\\Infiniti\\BaseController:getCarStructuredDataCarInStock' => '?',
  34373.             'DcSiteBundle\\Controller\\Infiniti\\BaseController:getCarStructuredDataCarUsed' => '?',
  34374.             'DcSiteBundle\\Controller\\Infiniti\\BasketController:checkoutOrder' => '?',
  34375.             'DcSiteBundle\\Controller\\Infiniti\\BasketController:getCarPageStructuredData' => '?',
  34376.             'DcSiteBundle\\Controller\\Infiniti\\BasketController:getCarStructuredDataCarInStock' => '?',
  34377.             'DcSiteBundle\\Controller\\Infiniti\\BasketController:getCarStructuredDataCarUsed' => '?',
  34378.             'DcSiteBundle\\Controller\\Infiniti\\BasketController:order' => '?',
  34379.             'DcSiteBundle\\Controller\\Infiniti\\CarController:car' => '?',
  34380.             'DcSiteBundle\\Controller\\Infiniti\\CarController:carCardStock' => '?',
  34381.             'DcSiteBundle\\Controller\\Infiniti\\CarController:carConfiguraion' => '?',
  34382.             'DcSiteBundle\\Controller\\Infiniti\\CarController:getCarPageStructuredData' => '?',
  34383.             'DcSiteBundle\\Controller\\Infiniti\\CarController:getCarStructuredDataCarInStock' => '?',
  34384.             'DcSiteBundle\\Controller\\Infiniti\\CarController:getCarStructuredDataCarUsed' => '?',
  34385.             'DcSiteBundle\\Controller\\Infiniti\\CarController:lineUp' => '?',
  34386.             'DcSiteBundle\\Controller\\Infiniti\\CarController:lineUpPage' => '?',
  34387.             'DcSiteBundle\\Controller\\Infiniti\\CarController:secondhandSingle' => '?',
  34388.             'DcSiteBundle\\Controller\\Infiniti\\ContactsController:getCarPageStructuredData' => '?',
  34389.             'DcSiteBundle\\Controller\\Infiniti\\ContactsController:getCarStructuredDataCarInStock' => '?',
  34390.             'DcSiteBundle\\Controller\\Infiniti\\ContactsController:getCarStructuredDataCarUsed' => '?',
  34391.             'DcSiteBundle\\Controller\\Infiniti\\ContactsController:index' => '?',
  34392.             'DcSiteBundle\\Controller\\Infiniti\\FinanceController:credit' => '?',
  34393.             'DcSiteBundle\\Controller\\Infiniti\\FinanceController:getCarPageStructuredData' => '?',
  34394.             'DcSiteBundle\\Controller\\Infiniti\\FinanceController:getCarStructuredDataCarInStock' => '?',
  34395.             'DcSiteBundle\\Controller\\Infiniti\\FinanceController:getCarStructuredDataCarUsed' => '?',
  34396.             'DcSiteBundle\\Controller\\Infiniti\\FinanceController:index' => '?',
  34397.             'DcSiteBundle\\Controller\\Infiniti\\MainController:getCarPageStructuredData' => '?',
  34398.             'DcSiteBundle\\Controller\\Infiniti\\MainController:getCarStructuredDataCarInStock' => '?',
  34399.             'DcSiteBundle\\Controller\\Infiniti\\MainController:getCarStructuredDataCarUsed' => '?',
  34400.             'DcSiteBundle\\Controller\\Infiniti\\MainController:index' => '?',
  34401.             'DcSiteBundle\\Controller\\Infiniti\\OffersController:getCarPageStructuredData' => '?',
  34402.             'DcSiteBundle\\Controller\\Infiniti\\OffersController:getCarStructuredDataCarInStock' => '?',
  34403.             'DcSiteBundle\\Controller\\Infiniti\\OffersController:getCarStructuredDataCarUsed' => '?',
  34404.             'DcSiteBundle\\Controller\\Infiniti\\OffersController:index' => '?',
  34405.             'DcSiteBundle\\Controller\\Infiniti\\OffersController:offersSingle' => '?',
  34406.             'DcSiteBundle\\Controller\\Infiniti\\ServiceController:getCarPageStructuredData' => '?',
  34407.             'DcSiteBundle\\Controller\\Infiniti\\ServiceController:getCarStructuredDataCarInStock' => '?',
  34408.             'DcSiteBundle\\Controller\\Infiniti\\ServiceController:getCarStructuredDataCarUsed' => '?',
  34409.             'DcSiteBundle\\Controller\\Infiniti\\ServiceController:index' => '?',
  34410.             'DcSiteBundle\\Controller\\Infiniti\\ServiceController:regulationsTo' => '?',
  34411.             'DcSiteBundle\\Controller\\InsuranceController:getCarPageStructuredData' => '?',
  34412.             'DcSiteBundle\\Controller\\InsuranceController:getCarStructuredDataCarInStock' => '?',
  34413.             'DcSiteBundle\\Controller\\InsuranceController:getCarStructuredDataCarUsed' => '?',
  34414.             'DcSiteBundle\\Controller\\InsuranceController:loadOptions' => '?',
  34415.             'DcSiteBundle\\Controller\\InsuranceController:saveForm' => '?',
  34416.             'DcSiteBundle\\Controller\\Jaguar\\AboutController:getCarPageStructuredData' => '?',
  34417.             'DcSiteBundle\\Controller\\Jaguar\\AboutController:getCarStructuredDataCarInStock' => '?',
  34418.             'DcSiteBundle\\Controller\\Jaguar\\AboutController:getCarStructuredDataCarUsed' => '?',
  34419.             'DcSiteBundle\\Controller\\Jaguar\\AboutController:newsSingle' => '?',
  34420.             'DcSiteBundle\\Controller\\Jaguar\\AboutController:staff' => '?',
  34421.             'DcSiteBundle\\Controller\\Jaguar\\AccessoriesController:accessoriesCatalog' => '?',
  34422.             'DcSiteBundle\\Controller\\Jaguar\\AccessoriesController:accessoriesCategory' => '?',
  34423.             'DcSiteBundle\\Controller\\Jaguar\\AccessoriesController:accessoriesModel' => '?',
  34424.             'DcSiteBundle\\Controller\\Jaguar\\AccessoriesController:accessoriesModelVariation' => '?',
  34425.             'DcSiteBundle\\Controller\\Jaguar\\AccessoriesController:accessoriesPage' => '?',
  34426.             'DcSiteBundle\\Controller\\Jaguar\\AccessoriesController:getCarPageStructuredData' => '?',
  34427.             'DcSiteBundle\\Controller\\Jaguar\\AccessoriesController:getCarStructuredDataCarInStock' => '?',
  34428.             'DcSiteBundle\\Controller\\Jaguar\\AccessoriesController:getCarStructuredDataCarUsed' => '?',
  34429.             'DcSiteBundle\\Controller\\Jaguar\\BaseController:getCarPageStructuredData' => '?',
  34430.             'DcSiteBundle\\Controller\\Jaguar\\BaseController:getCarStructuredDataCarInStock' => '?',
  34431.             'DcSiteBundle\\Controller\\Jaguar\\BaseController:getCarStructuredDataCarUsed' => '?',
  34432.             'DcSiteBundle\\Controller\\Jaguar\\BasketController:checkoutOrder' => '?',
  34433.             'DcSiteBundle\\Controller\\Jaguar\\BasketController:getCarPageStructuredData' => '?',
  34434.             'DcSiteBundle\\Controller\\Jaguar\\BasketController:getCarStructuredDataCarInStock' => '?',
  34435.             'DcSiteBundle\\Controller\\Jaguar\\BasketController:getCarStructuredDataCarUsed' => '?',
  34436.             'DcSiteBundle\\Controller\\Jaguar\\BasketController:order' => '?',
  34437.             'DcSiteBundle\\Controller\\Jaguar\\CarController:car' => '?',
  34438.             'DcSiteBundle\\Controller\\Jaguar\\CarController:carConfiguraion' => '?',
  34439.             'DcSiteBundle\\Controller\\Jaguar\\CarController:carInStock' => '?',
  34440.             'DcSiteBundle\\Controller\\Jaguar\\CarController:getCarPageStructuredData' => '?',
  34441.             'DcSiteBundle\\Controller\\Jaguar\\CarController:getCarStructuredDataCarInStock' => '?',
  34442.             'DcSiteBundle\\Controller\\Jaguar\\CarController:getCarStructuredDataCarUsed' => '?',
  34443.             'DcSiteBundle\\Controller\\Jaguar\\CarController:usedCard' => '?',
  34444.             'DcSiteBundle\\Controller\\Jaguar\\FinanceController:getCarPageStructuredData' => '?',
  34445.             'DcSiteBundle\\Controller\\Jaguar\\FinanceController:getCarStructuredDataCarInStock' => '?',
  34446.             'DcSiteBundle\\Controller\\Jaguar\\FinanceController:getCarStructuredDataCarUsed' => '?',
  34447.             'DcSiteBundle\\Controller\\Jaguar\\MainController:getCarPageStructuredData' => '?',
  34448.             'DcSiteBundle\\Controller\\Jaguar\\MainController:getCarStructuredDataCarInStock' => '?',
  34449.             'DcSiteBundle\\Controller\\Jaguar\\MainController:getCarStructuredDataCarUsed' => '?',
  34450.             'DcSiteBundle\\Controller\\Jaguar\\MainController:menuInit' => '?',
  34451.             'DcSiteBundle\\Controller\\Jaguar\\MainController:specialOffersSingle' => '?',
  34452.             'DcSiteBundle\\Controller\\Jaguar\\ServiceController:getCarPageStructuredData' => '?',
  34453.             'DcSiteBundle\\Controller\\Jaguar\\ServiceController:getCarStructuredDataCarInStock' => '?',
  34454.             'DcSiteBundle\\Controller\\Jaguar\\ServiceController:getCarStructuredDataCarUsed' => '?',
  34455.             'DcSiteBundle\\Controller\\Jaguar\\ServiceController:regulationsTo' => '?',
  34456.             'DcSiteBundle\\Controller\\Jeep\\AboutController:actionsSingle' => '?',
  34457.             'DcSiteBundle\\Controller\\Jeep\\AboutController:getCarPageStructuredData' => '?',
  34458.             'DcSiteBundle\\Controller\\Jeep\\AboutController:getCarStructuredDataCarInStock' => '?',
  34459.             'DcSiteBundle\\Controller\\Jeep\\AboutController:getCarStructuredDataCarUsed' => '?',
  34460.             'DcSiteBundle\\Controller\\Jeep\\AboutController:newsSingle' => '?',
  34461.             'DcSiteBundle\\Controller\\Jeep\\AboutController:team' => '?',
  34462.             'DcSiteBundle\\Controller\\Jeep\\AccessoriesController:accessoriesCatalog' => '?',
  34463.             'DcSiteBundle\\Controller\\Jeep\\AccessoriesController:accessoriesCategory' => '?',
  34464.             'DcSiteBundle\\Controller\\Jeep\\AccessoriesController:accessoriesModel' => '?',
  34465.             'DcSiteBundle\\Controller\\Jeep\\AccessoriesController:accessoriesModelVariation' => '?',
  34466.             'DcSiteBundle\\Controller\\Jeep\\AccessoriesController:accessoriesPage' => '?',
  34467.             'DcSiteBundle\\Controller\\Jeep\\AccessoriesController:getCarPageStructuredData' => '?',
  34468.             'DcSiteBundle\\Controller\\Jeep\\AccessoriesController:getCarStructuredDataCarInStock' => '?',
  34469.             'DcSiteBundle\\Controller\\Jeep\\AccessoriesController:getCarStructuredDataCarUsed' => '?',
  34470.             'DcSiteBundle\\Controller\\Jeep\\BaseController:getCarPageStructuredData' => '?',
  34471.             'DcSiteBundle\\Controller\\Jeep\\BaseController:getCarStructuredDataCarInStock' => '?',
  34472.             'DcSiteBundle\\Controller\\Jeep\\BaseController:getCarStructuredDataCarUsed' => '?',
  34473.             'DcSiteBundle\\Controller\\Jeep\\BasketController:checkoutOrder' => '?',
  34474.             'DcSiteBundle\\Controller\\Jeep\\BasketController:getCarPageStructuredData' => '?',
  34475.             'DcSiteBundle\\Controller\\Jeep\\BasketController:getCarStructuredDataCarInStock' => '?',
  34476.             'DcSiteBundle\\Controller\\Jeep\\BasketController:getCarStructuredDataCarUsed' => '?',
  34477.             'DcSiteBundle\\Controller\\Jeep\\BasketController:order' => '?',
  34478.             'DcSiteBundle\\Controller\\Jeep\\CarController:car' => '?',
  34479.             'DcSiteBundle\\Controller\\Jeep\\CarController:carInStockSingle' => '?',
  34480.             'DcSiteBundle\\Controller\\Jeep\\CarController:getCarPageStructuredData' => '?',
  34481.             'DcSiteBundle\\Controller\\Jeep\\CarController:getCarStructuredDataCarInStock' => '?',
  34482.             'DcSiteBundle\\Controller\\Jeep\\CarController:getCarStructuredDataCarUsed' => '?',
  34483.             'DcSiteBundle\\Controller\\Jeep\\CarController:list' => '?',
  34484.             'DcSiteBundle\\Controller\\Jeep\\CarController:listPage' => '?',
  34485.             'DcSiteBundle\\Controller\\Jeep\\CarController:technicalCharacteristics' => '?',
  34486.             'DcSiteBundle\\Controller\\Jeep\\CarController:usedCarSingle' => '?',
  34487.             'DcSiteBundle\\Controller\\Jeep\\FinanceController:credit' => '?',
  34488.             'DcSiteBundle\\Controller\\Jeep\\FinanceController:getCarPageStructuredData' => '?',
  34489.             'DcSiteBundle\\Controller\\Jeep\\FinanceController:getCarStructuredDataCarInStock' => '?',
  34490.             'DcSiteBundle\\Controller\\Jeep\\FinanceController:getCarStructuredDataCarUsed' => '?',
  34491.             'DcSiteBundle\\Controller\\Jeep\\MainController:getCarPageStructuredData' => '?',
  34492.             'DcSiteBundle\\Controller\\Jeep\\MainController:getCarStructuredDataCarInStock' => '?',
  34493.             'DcSiteBundle\\Controller\\Jeep\\MainController:getCarStructuredDataCarUsed' => '?',
  34494.             'DcSiteBundle\\Controller\\Jeep\\ServiceController:accessory' => '?',
  34495.             'DcSiteBundle\\Controller\\Jeep\\ServiceController:getCarPageStructuredData' => '?',
  34496.             'DcSiteBundle\\Controller\\Jeep\\ServiceController:getCarStructuredDataCarInStock' => '?',
  34497.             'DcSiteBundle\\Controller\\Jeep\\ServiceController:getCarStructuredDataCarUsed' => '?',
  34498.             'DcSiteBundle\\Controller\\Jeep\\ServiceController:regulationsTo' => '?',
  34499.             'DcSiteBundle\\Controller\\LandRover\\AboutController:getCarPageStructuredData' => '?',
  34500.             'DcSiteBundle\\Controller\\LandRover\\AboutController:getCarStructuredDataCarInStock' => '?',
  34501.             'DcSiteBundle\\Controller\\LandRover\\AboutController:getCarStructuredDataCarUsed' => '?',
  34502.             'DcSiteBundle\\Controller\\LandRover\\AboutController:newsSingle' => '?',
  34503.             'DcSiteBundle\\Controller\\LandRover\\AboutController:staff' => '?',
  34504.             'DcSiteBundle\\Controller\\LandRover\\AccessoriesController:accessoriesCatalog' => '?',
  34505.             'DcSiteBundle\\Controller\\LandRover\\AccessoriesController:accessoriesCategory' => '?',
  34506.             'DcSiteBundle\\Controller\\LandRover\\AccessoriesController:accessoriesModel' => '?',
  34507.             'DcSiteBundle\\Controller\\LandRover\\AccessoriesController:accessoriesModelVariation' => '?',
  34508.             'DcSiteBundle\\Controller\\LandRover\\AccessoriesController:accessoriesPage' => '?',
  34509.             'DcSiteBundle\\Controller\\LandRover\\AccessoriesController:getCarPageStructuredData' => '?',
  34510.             'DcSiteBundle\\Controller\\LandRover\\AccessoriesController:getCarStructuredDataCarInStock' => '?',
  34511.             'DcSiteBundle\\Controller\\LandRover\\AccessoriesController:getCarStructuredDataCarUsed' => '?',
  34512.             'DcSiteBundle\\Controller\\LandRover\\BaseController:getCarPageStructuredData' => '?',
  34513.             'DcSiteBundle\\Controller\\LandRover\\BaseController:getCarStructuredDataCarInStock' => '?',
  34514.             'DcSiteBundle\\Controller\\LandRover\\BaseController:getCarStructuredDataCarUsed' => '?',
  34515.             'DcSiteBundle\\Controller\\LandRover\\BasketController:checkoutOrder' => '?',
  34516.             'DcSiteBundle\\Controller\\LandRover\\BasketController:getCarPageStructuredData' => '?',
  34517.             'DcSiteBundle\\Controller\\LandRover\\BasketController:getCarStructuredDataCarInStock' => '?',
  34518.             'DcSiteBundle\\Controller\\LandRover\\BasketController:getCarStructuredDataCarUsed' => '?',
  34519.             'DcSiteBundle\\Controller\\LandRover\\BasketController:order' => '?',
  34520.             'DcSiteBundle\\Controller\\LandRover\\CarController:car' => '?',
  34521.             'DcSiteBundle\\Controller\\LandRover\\CarController:carConfiguraion' => '?',
  34522.             'DcSiteBundle\\Controller\\LandRover\\CarController:carInStock' => '?',
  34523.             'DcSiteBundle\\Controller\\LandRover\\CarController:getCarPageStructuredData' => '?',
  34524.             'DcSiteBundle\\Controller\\LandRover\\CarController:getCarStructuredDataCarInStock' => '?',
  34525.             'DcSiteBundle\\Controller\\LandRover\\CarController:getCarStructuredDataCarUsed' => '?',
  34526.             'DcSiteBundle\\Controller\\LandRover\\CarController:usedCard' => '?',
  34527.             'DcSiteBundle\\Controller\\LandRover\\FinanceController:credit' => '?',
  34528.             'DcSiteBundle\\Controller\\LandRover\\FinanceController:getCarPageStructuredData' => '?',
  34529.             'DcSiteBundle\\Controller\\LandRover\\FinanceController:getCarStructuredDataCarInStock' => '?',
  34530.             'DcSiteBundle\\Controller\\LandRover\\FinanceController:getCarStructuredDataCarUsed' => '?',
  34531.             'DcSiteBundle\\Controller\\LandRover\\MainController:getCarPageStructuredData' => '?',
  34532.             'DcSiteBundle\\Controller\\LandRover\\MainController:getCarStructuredDataCarInStock' => '?',
  34533.             'DcSiteBundle\\Controller\\LandRover\\MainController:getCarStructuredDataCarUsed' => '?',
  34534.             'DcSiteBundle\\Controller\\LandRover\\MainController:menuInit' => '?',
  34535.             'DcSiteBundle\\Controller\\LandRover\\MainController:modelLineup' => '?',
  34536.             'DcSiteBundle\\Controller\\LandRover\\MainController:modelLineupPage' => '?',
  34537.             'DcSiteBundle\\Controller\\LandRover\\MainController:specialOffersSingle' => '?',
  34538.             'DcSiteBundle\\Controller\\LandRover\\ServiceController:accessories' => '?',
  34539.             'DcSiteBundle\\Controller\\LandRover\\ServiceController:getCarPageStructuredData' => '?',
  34540.             'DcSiteBundle\\Controller\\LandRover\\ServiceController:getCarStructuredDataCarInStock' => '?',
  34541.             'DcSiteBundle\\Controller\\LandRover\\ServiceController:getCarStructuredDataCarUsed' => '?',
  34542.             'DcSiteBundle\\Controller\\LandRover\\ServiceController:regulationsTo' => '?',
  34543.             'DcSiteBundle\\Controller\\LeasingController:getCarPageStructuredData' => '?',
  34544.             'DcSiteBundle\\Controller\\LeasingController:getCarStructuredDataCarInStock' => '?',
  34545.             'DcSiteBundle\\Controller\\LeasingController:getCarStructuredDataCarUsed' => '?',
  34546.             'DcSiteBundle\\Controller\\LeasingController:initByDealer' => '?',
  34547.             'DcSiteBundle\\Controller\\LeasingController:initByDealerAndVehicleType' => '?',
  34548.             'DcSiteBundle\\Controller\\Lexus\\AboutController:getCarPageStructuredData' => '?',
  34549.             'DcSiteBundle\\Controller\\Lexus\\AboutController:getCarStructuredDataCarInStock' => '?',
  34550.             'DcSiteBundle\\Controller\\Lexus\\AboutController:getCarStructuredDataCarUsed' => '?',
  34551.             'DcSiteBundle\\Controller\\Lexus\\AboutController:newsSingle' => '?',
  34552.             'DcSiteBundle\\Controller\\Lexus\\AboutController:staff' => '?',
  34553.             'DcSiteBundle\\Controller\\Lexus\\AccessoriesController:accessoriesCatalog' => '?',
  34554.             'DcSiteBundle\\Controller\\Lexus\\AccessoriesController:accessoriesCategory' => '?',
  34555.             'DcSiteBundle\\Controller\\Lexus\\AccessoriesController:accessoriesModel' => '?',
  34556.             'DcSiteBundle\\Controller\\Lexus\\AccessoriesController:accessoriesModelVariation' => '?',
  34557.             'DcSiteBundle\\Controller\\Lexus\\AccessoriesController:accessoriesPage' => '?',
  34558.             'DcSiteBundle\\Controller\\Lexus\\AccessoriesController:getCarPageStructuredData' => '?',
  34559.             'DcSiteBundle\\Controller\\Lexus\\AccessoriesController:getCarStructuredDataCarInStock' => '?',
  34560.             'DcSiteBundle\\Controller\\Lexus\\AccessoriesController:getCarStructuredDataCarUsed' => '?',
  34561.             'DcSiteBundle\\Controller\\Lexus\\BaseController:getCarPageStructuredData' => '?',
  34562.             'DcSiteBundle\\Controller\\Lexus\\BaseController:getCarStructuredDataCarInStock' => '?',
  34563.             'DcSiteBundle\\Controller\\Lexus\\BaseController:getCarStructuredDataCarUsed' => '?',
  34564.             'DcSiteBundle\\Controller\\Lexus\\BasketController:basket' => '?',
  34565.             'DcSiteBundle\\Controller\\Lexus\\BasketController:checkoutOrder' => '?',
  34566.             'DcSiteBundle\\Controller\\Lexus\\BasketController:getCarPageStructuredData' => '?',
  34567.             'DcSiteBundle\\Controller\\Lexus\\BasketController:getCarStructuredDataCarInStock' => '?',
  34568.             'DcSiteBundle\\Controller\\Lexus\\BasketController:getCarStructuredDataCarUsed' => '?',
  34569.             'DcSiteBundle\\Controller\\Lexus\\BasketController:order' => '?',
  34570.             'DcSiteBundle\\Controller\\Lexus\\CarController:car' => '?',
  34571.             'DcSiteBundle\\Controller\\Lexus\\CarController:carCatalog' => '?',
  34572.             'DcSiteBundle\\Controller\\Lexus\\CarController:carCatalogPages' => '?',
  34573.             'DcSiteBundle\\Controller\\Lexus\\CarController:carConfiguraion' => '?',
  34574.             'DcSiteBundle\\Controller\\Lexus\\CarController:carStockSingle' => '?',
  34575.             'DcSiteBundle\\Controller\\Lexus\\CarController:getCarPageStructuredData' => '?',
  34576.             'DcSiteBundle\\Controller\\Lexus\\CarController:getCarStructuredDataCarInStock' => '?',
  34577.             'DcSiteBundle\\Controller\\Lexus\\CarController:getCarStructuredDataCarUsed' => '?',
  34578.             'DcSiteBundle\\Controller\\Lexus\\CarController:secondhandSingle' => '?',
  34579.             'DcSiteBundle\\Controller\\Lexus\\FinanceController:credit' => '?',
  34580.             'DcSiteBundle\\Controller\\Lexus\\FinanceController:getCarPageStructuredData' => '?',
  34581.             'DcSiteBundle\\Controller\\Lexus\\FinanceController:getCarStructuredDataCarInStock' => '?',
  34582.             'DcSiteBundle\\Controller\\Lexus\\FinanceController:getCarStructuredDataCarUsed' => '?',
  34583.             'DcSiteBundle\\Controller\\Lexus\\HybridController:getCarPageStructuredData' => '?',
  34584.             'DcSiteBundle\\Controller\\Lexus\\HybridController:getCarStructuredDataCarInStock' => '?',
  34585.             'DcSiteBundle\\Controller\\Lexus\\HybridController:getCarStructuredDataCarUsed' => '?',
  34586.             'DcSiteBundle\\Controller\\Lexus\\MainController:carCatalog' => '?',
  34587.             'DcSiteBundle\\Controller\\Lexus\\MainController:getCarPageStructuredData' => '?',
  34588.             'DcSiteBundle\\Controller\\Lexus\\MainController:getCarStructuredDataCarInStock' => '?',
  34589.             'DcSiteBundle\\Controller\\Lexus\\MainController:getCarStructuredDataCarUsed' => '?',
  34590.             'DcSiteBundle\\Controller\\Lexus\\MainController:index' => '?',
  34591.             'DcSiteBundle\\Controller\\Lexus\\ServiceController:getCarPageStructuredData' => '?',
  34592.             'DcSiteBundle\\Controller\\Lexus\\ServiceController:getCarStructuredDataCarInStock' => '?',
  34593.             'DcSiteBundle\\Controller\\Lexus\\ServiceController:getCarStructuredDataCarUsed' => '?',
  34594.             'DcSiteBundle\\Controller\\Lexus\\ServiceController:priceForCar' => '?',
  34595.             'DcSiteBundle\\Controller\\Lexus\\StocksController:getCarPageStructuredData' => '?',
  34596.             'DcSiteBundle\\Controller\\Lexus\\StocksController:getCarStructuredDataCarInStock' => '?',
  34597.             'DcSiteBundle\\Controller\\Lexus\\StocksController:getCarStructuredDataCarUsed' => '?',
  34598.             'DcSiteBundle\\Controller\\Lexus\\StocksController:stocksSingle' => '?',
  34599.             'DcSiteBundle\\Controller\\MainSliderController:getCarPageStructuredData' => '?',
  34600.             'DcSiteBundle\\Controller\\MainSliderController:getCarStructuredDataCarInStock' => '?',
  34601.             'DcSiteBundle\\Controller\\MainSliderController:getCarStructuredDataCarUsed' => '?',
  34602.             'DcSiteBundle\\Controller\\MainSliderController:getSlides' => '?',
  34603.             'DcSiteBundle\\Controller\\Marine\\AboutController:about' => '?',
  34604.             'DcSiteBundle\\Controller\\Marine\\AboutController:catalogVehicle' => '?',
  34605.             'DcSiteBundle\\Controller\\Marine\\AboutController:contacts' => '?',
  34606.             'DcSiteBundle\\Controller\\Marine\\AboutController:getCarPageStructuredData' => '?',
  34607.             'DcSiteBundle\\Controller\\Marine\\AboutController:getCarStructuredDataCarInStock' => '?',
  34608.             'DcSiteBundle\\Controller\\Marine\\AboutController:getCarStructuredDataCarUsed' => '?',
  34609.             'DcSiteBundle\\Controller\\Marine\\AboutController:getCatalogAccessory' => '?',
  34610.             'DcSiteBundle\\Controller\\Marine\\AboutController:getPagination' => '?',
  34611.             'DcSiteBundle\\Controller\\Marine\\BaseController:catalogVehicle' => '?',
  34612.             'DcSiteBundle\\Controller\\Marine\\BaseController:getCarPageStructuredData' => '?',
  34613.             'DcSiteBundle\\Controller\\Marine\\BaseController:getCarStructuredDataCarInStock' => '?',
  34614.             'DcSiteBundle\\Controller\\Marine\\BaseController:getCarStructuredDataCarUsed' => '?',
  34615.             'DcSiteBundle\\Controller\\Marine\\BaseController:getCatalogAccessory' => '?',
  34616.             'DcSiteBundle\\Controller\\Marine\\BaseController:getPagination' => '?',
  34617.             'DcSiteBundle\\Controller\\Marine\\BasketController:catalogVehicle' => '?',
  34618.             'DcSiteBundle\\Controller\\Marine\\BasketController:getCarPageStructuredData' => '?',
  34619.             'DcSiteBundle\\Controller\\Marine\\BasketController:getCarStructuredDataCarInStock' => '?',
  34620.             'DcSiteBundle\\Controller\\Marine\\BasketController:getCarStructuredDataCarUsed' => '?',
  34621.             'DcSiteBundle\\Controller\\Marine\\BasketController:getCatalogAccessory' => '?',
  34622.             'DcSiteBundle\\Controller\\Marine\\BasketController:getPagination' => '?',
  34623.             'DcSiteBundle\\Controller\\Marine\\CatalogController:accessoriesCatalog' => '?',
  34624.             'DcSiteBundle\\Controller\\Marine\\CatalogController:accessoriesSingleCatalog' => '?',
  34625.             'DcSiteBundle\\Controller\\Marine\\CatalogController:boatsCatalog' => '?',
  34626.             'DcSiteBundle\\Controller\\Marine\\CatalogController:boatsSingleCatalog' => '?',
  34627.             'DcSiteBundle\\Controller\\Marine\\CatalogController:brandsCatalog' => '?',
  34628.             'DcSiteBundle\\Controller\\Marine\\CatalogController:brandsSingleCatalog' => '?',
  34629.             'DcSiteBundle\\Controller\\Marine\\CatalogController:catalogVehicle' => '?',
  34630.             'DcSiteBundle\\Controller\\Marine\\CatalogController:equipmentsCatalog' => '?',
  34631.             'DcSiteBundle\\Controller\\Marine\\CatalogController:equipmentsSingleCatalog' => '?',
  34632.             'DcSiteBundle\\Controller\\Marine\\CatalogController:getCarPageStructuredData' => '?',
  34633.             'DcSiteBundle\\Controller\\Marine\\CatalogController:getCarStructuredDataCarInStock' => '?',
  34634.             'DcSiteBundle\\Controller\\Marine\\CatalogController:getCarStructuredDataCarUsed' => '?',
  34635.             'DcSiteBundle\\Controller\\Marine\\CatalogController:getCatalogAccessory' => '?',
  34636.             'DcSiteBundle\\Controller\\Marine\\CatalogController:getPagination' => '?',
  34637.             'DcSiteBundle\\Controller\\Marine\\CatalogController:jetskisCatalog' => '?',
  34638.             'DcSiteBundle\\Controller\\Marine\\CatalogController:jetskisSingleCatalog' => '?',
  34639.             'DcSiteBundle\\Controller\\Marine\\CatalogController:motorsCatalog' => '?',
  34640.             'DcSiteBundle\\Controller\\Marine\\CatalogController:motorsSingleCatalog' => '?',
  34641.             'DcSiteBundle\\Controller\\Marine\\CatalogController:trailersCatalog' => '?',
  34642.             'DcSiteBundle\\Controller\\Marine\\CatalogController:trailersSingleCatalog' => '?',
  34643.             'DcSiteBundle\\Controller\\Marine\\MainController:catalogVehicle' => '?',
  34644.             'DcSiteBundle\\Controller\\Marine\\MainController:getCarPageStructuredData' => '?',
  34645.             'DcSiteBundle\\Controller\\Marine\\MainController:getCarStructuredDataCarInStock' => '?',
  34646.             'DcSiteBundle\\Controller\\Marine\\MainController:getCarStructuredDataCarUsed' => '?',
  34647.             'DcSiteBundle\\Controller\\Marine\\MainController:getCatalogAccessory' => '?',
  34648.             'DcSiteBundle\\Controller\\Marine\\MainController:getPagination' => '?',
  34649.             'DcSiteBundle\\Controller\\Marine\\MainController:index' => '?',
  34650.             'DcSiteBundle\\Controller\\Marine\\PostController:catalogVehicle' => '?',
  34651.             'DcSiteBundle\\Controller\\Marine\\PostController:getCarPageStructuredData' => '?',
  34652.             'DcSiteBundle\\Controller\\Marine\\PostController:getCarStructuredDataCarInStock' => '?',
  34653.             'DcSiteBundle\\Controller\\Marine\\PostController:getCarStructuredDataCarUsed' => '?',
  34654.             'DcSiteBundle\\Controller\\Marine\\PostController:getCatalogAccessory' => '?',
  34655.             'DcSiteBundle\\Controller\\Marine\\PostController:getPagination' => '?',
  34656.             'DcSiteBundle\\Controller\\Marine\\PostController:newsSingle' => '?',
  34657.             'DcSiteBundle\\Controller\\Marine\\ServiceController:catalogVehicle' => '?',
  34658.             'DcSiteBundle\\Controller\\Marine\\ServiceController:getCarPageStructuredData' => '?',
  34659.             'DcSiteBundle\\Controller\\Marine\\ServiceController:getCarStructuredDataCarInStock' => '?',
  34660.             'DcSiteBundle\\Controller\\Marine\\ServiceController:getCarStructuredDataCarUsed' => '?',
  34661.             'DcSiteBundle\\Controller\\Marine\\ServiceController:getCatalogAccessory' => '?',
  34662.             'DcSiteBundle\\Controller\\Marine\\ServiceController:getPagination' => '?',
  34663.             'DcSiteBundle\\Controller\\Mazda\\AboutController:getCarPageStructuredData' => '?',
  34664.             'DcSiteBundle\\Controller\\Mazda\\AboutController:getCarStructuredDataCarInStock' => '?',
  34665.             'DcSiteBundle\\Controller\\Mazda\\AboutController:getCarStructuredDataCarUsed' => '?',
  34666.             'DcSiteBundle\\Controller\\Mazda\\AboutController:newsSingle' => '?',
  34667.             'DcSiteBundle\\Controller\\Mazda\\AboutController:staff' => '?',
  34668.             'DcSiteBundle\\Controller\\Mazda\\AccessoriesController:accessoriesCatalog' => '?',
  34669.             'DcSiteBundle\\Controller\\Mazda\\AccessoriesController:accessoriesCategory' => '?',
  34670.             'DcSiteBundle\\Controller\\Mazda\\AccessoriesController:accessoriesModel' => '?',
  34671.             'DcSiteBundle\\Controller\\Mazda\\AccessoriesController:accessoriesModelVariation' => '?',
  34672.             'DcSiteBundle\\Controller\\Mazda\\AccessoriesController:accessoriesPage' => '?',
  34673.             'DcSiteBundle\\Controller\\Mazda\\AccessoriesController:getCarPageStructuredData' => '?',
  34674.             'DcSiteBundle\\Controller\\Mazda\\AccessoriesController:getCarStructuredDataCarInStock' => '?',
  34675.             'DcSiteBundle\\Controller\\Mazda\\AccessoriesController:getCarStructuredDataCarUsed' => '?',
  34676.             'DcSiteBundle\\Controller\\Mazda\\BaseController:getCarPageStructuredData' => '?',
  34677.             'DcSiteBundle\\Controller\\Mazda\\BaseController:getCarStructuredDataCarInStock' => '?',
  34678.             'DcSiteBundle\\Controller\\Mazda\\BaseController:getCarStructuredDataCarUsed' => '?',
  34679.             'DcSiteBundle\\Controller\\Mazda\\BasketController:basket' => '?',
  34680.             'DcSiteBundle\\Controller\\Mazda\\BasketController:checkoutOrder' => '?',
  34681.             'DcSiteBundle\\Controller\\Mazda\\BasketController:getCarPageStructuredData' => '?',
  34682.             'DcSiteBundle\\Controller\\Mazda\\BasketController:getCarStructuredDataCarInStock' => '?',
  34683.             'DcSiteBundle\\Controller\\Mazda\\BasketController:getCarStructuredDataCarUsed' => '?',
  34684.             'DcSiteBundle\\Controller\\Mazda\\BasketController:order' => '?',
  34685.             'DcSiteBundle\\Controller\\Mazda\\CarController:car' => '?',
  34686.             'DcSiteBundle\\Controller\\Mazda\\CarController:carConfiguraion' => '?',
  34687.             'DcSiteBundle\\Controller\\Mazda\\CarController:carInStockSingle' => '?',
  34688.             'DcSiteBundle\\Controller\\Mazda\\CarController:category' => '?',
  34689.             'DcSiteBundle\\Controller\\Mazda\\CarController:getCarPageStructuredData' => '?',
  34690.             'DcSiteBundle\\Controller\\Mazda\\CarController:getCarStructuredDataCarInStock' => '?',
  34691.             'DcSiteBundle\\Controller\\Mazda\\CarController:getCarStructuredDataCarUsed' => '?',
  34692.             'DcSiteBundle\\Controller\\Mazda\\CarController:list' => '?',
  34693.             'DcSiteBundle\\Controller\\Mazda\\CarController:listPage' => '?',
  34694.             'DcSiteBundle\\Controller\\Mazda\\CarController:secondhandSingle' => '?',
  34695.             'DcSiteBundle\\Controller\\Mazda\\FinanceController:credit' => '?',
  34696.             'DcSiteBundle\\Controller\\Mazda\\FinanceController:getCarPageStructuredData' => '?',
  34697.             'DcSiteBundle\\Controller\\Mazda\\FinanceController:getCarStructuredDataCarInStock' => '?',
  34698.             'DcSiteBundle\\Controller\\Mazda\\FinanceController:getCarStructuredDataCarUsed' => '?',
  34699.             'DcSiteBundle\\Controller\\Mazda\\MainController:getCarPageStructuredData' => '?',
  34700.             'DcSiteBundle\\Controller\\Mazda\\MainController:getCarStructuredDataCarInStock' => '?',
  34701.             'DcSiteBundle\\Controller\\Mazda\\MainController:getCarStructuredDataCarUsed' => '?',
  34702.             'DcSiteBundle\\Controller\\Mazda\\MainController:loadModels' => '?',
  34703.             'DcSiteBundle\\Controller\\Mazda\\ServiceController:getCarPageStructuredData' => '?',
  34704.             'DcSiteBundle\\Controller\\Mazda\\ServiceController:getCarStructuredDataCarInStock' => '?',
  34705.             'DcSiteBundle\\Controller\\Mazda\\ServiceController:getCarStructuredDataCarUsed' => '?',
  34706.             'DcSiteBundle\\Controller\\Mazda\\ServiceController:regulationsTo' => '?',
  34707.             'DcSiteBundle\\Controller\\Mazda\\ServiceController:souvenirById' => '?',
  34708.             'DcSiteBundle\\Controller\\Mazda\\ServiceController:souvenirs' => '?',
  34709.             'DcSiteBundle\\Controller\\Mazda\\StocksController:getCarPageStructuredData' => '?',
  34710.             'DcSiteBundle\\Controller\\Mazda\\StocksController:getCarStructuredDataCarInStock' => '?',
  34711.             'DcSiteBundle\\Controller\\Mazda\\StocksController:getCarStructuredDataCarUsed' => '?',
  34712.             'DcSiteBundle\\Controller\\Mazda\\StocksController:stocksSingle' => '?',
  34713.             'DcSiteBundle\\Controller\\MerchantApiController:getCarPageStructuredData' => '?',
  34714.             'DcSiteBundle\\Controller\\MerchantApiController:getCarStructuredDataCarInStock' => '?',
  34715.             'DcSiteBundle\\Controller\\MerchantApiController:getCarStructuredDataCarUsed' => '?',
  34716.             'DcSiteBundle\\Controller\\Morris_Garage\\AboutController:getCarPageStructuredData' => '?',
  34717.             'DcSiteBundle\\Controller\\Morris_Garage\\AboutController:getCarStructuredDataCarInStock' => '?',
  34718.             'DcSiteBundle\\Controller\\Morris_Garage\\AboutController:getCarStructuredDataCarUsed' => '?',
  34719.             'DcSiteBundle\\Controller\\Morris_Garage\\AboutController:newsSingle' => '?',
  34720.             'DcSiteBundle\\Controller\\Morris_Garage\\AboutController:staff' => '?',
  34721.             'DcSiteBundle\\Controller\\Morris_Garage\\AccessoriesController:accessoriesCatalog' => '?',
  34722.             'DcSiteBundle\\Controller\\Morris_Garage\\AccessoriesController:accessoriesCategory' => '?',
  34723.             'DcSiteBundle\\Controller\\Morris_Garage\\AccessoriesController:accessoriesModel' => '?',
  34724.             'DcSiteBundle\\Controller\\Morris_Garage\\AccessoriesController:accessoriesModelVariation' => '?',
  34725.             'DcSiteBundle\\Controller\\Morris_Garage\\AccessoriesController:accessoriesPage' => '?',
  34726.             'DcSiteBundle\\Controller\\Morris_Garage\\AccessoriesController:getCarPageStructuredData' => '?',
  34727.             'DcSiteBundle\\Controller\\Morris_Garage\\AccessoriesController:getCarStructuredDataCarInStock' => '?',
  34728.             'DcSiteBundle\\Controller\\Morris_Garage\\AccessoriesController:getCarStructuredDataCarUsed' => '?',
  34729.             'DcSiteBundle\\Controller\\Morris_Garage\\BaseController:getCarPageStructuredData' => '?',
  34730.             'DcSiteBundle\\Controller\\Morris_Garage\\BaseController:getCarStructuredDataCarInStock' => '?',
  34731.             'DcSiteBundle\\Controller\\Morris_Garage\\BaseController:getCarStructuredDataCarUsed' => '?',
  34732.             'DcSiteBundle\\Controller\\Morris_Garage\\BasketController:basket' => '?',
  34733.             'DcSiteBundle\\Controller\\Morris_Garage\\BasketController:checkoutOrder' => '?',
  34734.             'DcSiteBundle\\Controller\\Morris_Garage\\BasketController:getCarPageStructuredData' => '?',
  34735.             'DcSiteBundle\\Controller\\Morris_Garage\\BasketController:getCarStructuredDataCarInStock' => '?',
  34736.             'DcSiteBundle\\Controller\\Morris_Garage\\BasketController:getCarStructuredDataCarUsed' => '?',
  34737.             'DcSiteBundle\\Controller\\Morris_Garage\\BasketController:order' => '?',
  34738.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController:car' => '?',
  34739.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController:carConfiguraion' => '?',
  34740.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController:carInStockSingle' => '?',
  34741.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController:category' => '?',
  34742.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController:getCarPageStructuredData' => '?',
  34743.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController:getCarStructuredDataCarInStock' => '?',
  34744.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController:getCarStructuredDataCarUsed' => '?',
  34745.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController:list' => '?',
  34746.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController:listPage' => '?',
  34747.             'DcSiteBundle\\Controller\\Morris_Garage\\CarController:secondhandSingle' => '?',
  34748.             'DcSiteBundle\\Controller\\Morris_Garage\\FinanceController:credit' => '?',
  34749.             'DcSiteBundle\\Controller\\Morris_Garage\\FinanceController:getCarPageStructuredData' => '?',
  34750.             'DcSiteBundle\\Controller\\Morris_Garage\\FinanceController:getCarStructuredDataCarInStock' => '?',
  34751.             'DcSiteBundle\\Controller\\Morris_Garage\\FinanceController:getCarStructuredDataCarUsed' => '?',
  34752.             'DcSiteBundle\\Controller\\Morris_Garage\\MainController:getCarPageStructuredData' => '?',
  34753.             'DcSiteBundle\\Controller\\Morris_Garage\\MainController:getCarStructuredDataCarInStock' => '?',
  34754.             'DcSiteBundle\\Controller\\Morris_Garage\\MainController:getCarStructuredDataCarUsed' => '?',
  34755.             'DcSiteBundle\\Controller\\Morris_Garage\\MainController:loadModels' => '?',
  34756.             'DcSiteBundle\\Controller\\Morris_Garage\\ServiceController:getCarPageStructuredData' => '?',
  34757.             'DcSiteBundle\\Controller\\Morris_Garage\\ServiceController:getCarStructuredDataCarInStock' => '?',
  34758.             'DcSiteBundle\\Controller\\Morris_Garage\\ServiceController:getCarStructuredDataCarUsed' => '?',
  34759.             'DcSiteBundle\\Controller\\Morris_Garage\\ServiceController:regulationsTo' => '?',
  34760.             'DcSiteBundle\\Controller\\Morris_Garage\\StocksController:getCarPageStructuredData' => '?',
  34761.             'DcSiteBundle\\Controller\\Morris_Garage\\StocksController:getCarStructuredDataCarInStock' => '?',
  34762.             'DcSiteBundle\\Controller\\Morris_Garage\\StocksController:getCarStructuredDataCarUsed' => '?',
  34763.             'DcSiteBundle\\Controller\\Morris_Garage\\StocksController:stocksSingle' => '?',
  34764.             'DcSiteBundle\\Controller\\NissanArmada\\AboutUsController:getCarPageStructuredData' => '?',
  34765.             'DcSiteBundle\\Controller\\NissanArmada\\AboutUsController:getCarStructuredDataCarInStock' => '?',
  34766.             'DcSiteBundle\\Controller\\NissanArmada\\AboutUsController:getCarStructuredDataCarUsed' => '?',
  34767.             'DcSiteBundle\\Controller\\NissanArmada\\AboutUsController:newsSingle' => '?',
  34768.             'DcSiteBundle\\Controller\\NissanArmada\\AboutUsController:staff' => '?',
  34769.             'DcSiteBundle\\Controller\\NissanArmada\\AccessoriesController:accessoriesCatalog' => '?',
  34770.             'DcSiteBundle\\Controller\\NissanArmada\\AccessoriesController:accessoriesCategory' => '?',
  34771.             'DcSiteBundle\\Controller\\NissanArmada\\AccessoriesController:accessoriesModel' => '?',
  34772.             'DcSiteBundle\\Controller\\NissanArmada\\AccessoriesController:accessoriesModelVariation' => '?',
  34773.             'DcSiteBundle\\Controller\\NissanArmada\\AccessoriesController:accessoriesPage' => '?',
  34774.             'DcSiteBundle\\Controller\\NissanArmada\\AccessoriesController:getCarPageStructuredData' => '?',
  34775.             'DcSiteBundle\\Controller\\NissanArmada\\AccessoriesController:getCarStructuredDataCarInStock' => '?',
  34776.             'DcSiteBundle\\Controller\\NissanArmada\\AccessoriesController:getCarStructuredDataCarUsed' => '?',
  34777.             'DcSiteBundle\\Controller\\NissanArmada\\BaseController:getCarPageStructuredData' => '?',
  34778.             'DcSiteBundle\\Controller\\NissanArmada\\BaseController:getCarStructuredDataCarInStock' => '?',
  34779.             'DcSiteBundle\\Controller\\NissanArmada\\BaseController:getCarStructuredDataCarUsed' => '?',
  34780.             'DcSiteBundle\\Controller\\NissanArmada\\BasketController:checkoutOrder' => '?',
  34781.             'DcSiteBundle\\Controller\\NissanArmada\\BasketController:getCarPageStructuredData' => '?',
  34782.             'DcSiteBundle\\Controller\\NissanArmada\\BasketController:getCarStructuredDataCarInStock' => '?',
  34783.             'DcSiteBundle\\Controller\\NissanArmada\\BasketController:getCarStructuredDataCarUsed' => '?',
  34784.             'DcSiteBundle\\Controller\\NissanArmada\\BasketController:order' => '?',
  34785.             'DcSiteBundle\\Controller\\NissanArmada\\CarController:car' => '?',
  34786.             'DcSiteBundle\\Controller\\NissanArmada\\CarController:carConfiguraion' => '?',
  34787.             'DcSiteBundle\\Controller\\NissanArmada\\CarController:catalog' => '?',
  34788.             'DcSiteBundle\\Controller\\NissanArmada\\CarController:catalogPage' => '?',
  34789.             'DcSiteBundle\\Controller\\NissanArmada\\CarController:getCarPageStructuredData' => '?',
  34790.             'DcSiteBundle\\Controller\\NissanArmada\\CarController:getCarStructuredDataCarInStock' => '?',
  34791.             'DcSiteBundle\\Controller\\NissanArmada\\CarController:getCarStructuredDataCarUsed' => '?',
  34792.             'DcSiteBundle\\Controller\\NissanArmada\\CarController:secondhandSingle' => '?',
  34793.             'DcSiteBundle\\Controller\\NissanArmada\\CarInStockController:car' => '?',
  34794.             'DcSiteBundle\\Controller\\NissanArmada\\CarInStockController:getCarPageStructuredData' => '?',
  34795.             'DcSiteBundle\\Controller\\NissanArmada\\CarInStockController:getCarStructuredDataCarInStock' => '?',
  34796.             'DcSiteBundle\\Controller\\NissanArmada\\CarInStockController:getCarStructuredDataCarUsed' => '?',
  34797.             'DcSiteBundle\\Controller\\NissanArmada\\FinanceController:getCarPageStructuredData' => '?',
  34798.             'DcSiteBundle\\Controller\\NissanArmada\\FinanceController:getCarStructuredDataCarInStock' => '?',
  34799.             'DcSiteBundle\\Controller\\NissanArmada\\FinanceController:getCarStructuredDataCarUsed' => '?',
  34800.             'DcSiteBundle\\Controller\\NissanArmada\\FinanceController:kredit' => '?',
  34801.             'DcSiteBundle\\Controller\\NissanArmada\\MainController:getCarPageStructuredData' => '?',
  34802.             'DcSiteBundle\\Controller\\NissanArmada\\MainController:getCarStructuredDataCarInStock' => '?',
  34803.             'DcSiteBundle\\Controller\\NissanArmada\\MainController:getCarStructuredDataCarUsed' => '?',
  34804.             'DcSiteBundle\\Controller\\NissanArmada\\MainController:index' => '?',
  34805.             'DcSiteBundle\\Controller\\NissanArmada\\ServiceController:getCarPageStructuredData' => '?',
  34806.             'DcSiteBundle\\Controller\\NissanArmada\\ServiceController:getCarStructuredDataCarInStock' => '?',
  34807.             'DcSiteBundle\\Controller\\NissanArmada\\ServiceController:getCarStructuredDataCarUsed' => '?',
  34808.             'DcSiteBundle\\Controller\\NissanArmada\\ServiceController:regulationsTo' => '?',
  34809.             'DcSiteBundle\\Controller\\NissanArmada\\StocksController:getCarPageStructuredData' => '?',
  34810.             'DcSiteBundle\\Controller\\NissanArmada\\StocksController:getCarStructuredDataCarInStock' => '?',
  34811.             'DcSiteBundle\\Controller\\NissanArmada\\StocksController:getCarStructuredDataCarUsed' => '?',
  34812.             'DcSiteBundle\\Controller\\NissanArmada\\StocksController:stocksSingle' => '?',
  34813.             'DcSiteBundle\\Controller\\Nissan\\AboutUsController:getCarPageStructuredData' => '?',
  34814.             'DcSiteBundle\\Controller\\Nissan\\AboutUsController:getCarStructuredDataCarInStock' => '?',
  34815.             'DcSiteBundle\\Controller\\Nissan\\AboutUsController:getCarStructuredDataCarUsed' => '?',
  34816.             'DcSiteBundle\\Controller\\Nissan\\AboutUsController:newsSingle' => '?',
  34817.             'DcSiteBundle\\Controller\\Nissan\\AboutUsController:staff' => '?',
  34818.             'DcSiteBundle\\Controller\\Nissan\\AccessoriesController:accessoriesCatalog' => '?',
  34819.             'DcSiteBundle\\Controller\\Nissan\\AccessoriesController:accessoriesCategory' => '?',
  34820.             'DcSiteBundle\\Controller\\Nissan\\AccessoriesController:accessoriesModel' => '?',
  34821.             'DcSiteBundle\\Controller\\Nissan\\AccessoriesController:accessoriesModelVariation' => '?',
  34822.             'DcSiteBundle\\Controller\\Nissan\\AccessoriesController:accessoriesPage' => '?',
  34823.             'DcSiteBundle\\Controller\\Nissan\\AccessoriesController:getCarPageStructuredData' => '?',
  34824.             'DcSiteBundle\\Controller\\Nissan\\AccessoriesController:getCarStructuredDataCarInStock' => '?',
  34825.             'DcSiteBundle\\Controller\\Nissan\\AccessoriesController:getCarStructuredDataCarUsed' => '?',
  34826.             'DcSiteBundle\\Controller\\Nissan\\BaseController:getCarPageStructuredData' => '?',
  34827.             'DcSiteBundle\\Controller\\Nissan\\BaseController:getCarStructuredDataCarInStock' => '?',
  34828.             'DcSiteBundle\\Controller\\Nissan\\BaseController:getCarStructuredDataCarUsed' => '?',
  34829.             'DcSiteBundle\\Controller\\Nissan\\BasketController:checkoutOrder' => '?',
  34830.             'DcSiteBundle\\Controller\\Nissan\\BasketController:getCarPageStructuredData' => '?',
  34831.             'DcSiteBundle\\Controller\\Nissan\\BasketController:getCarStructuredDataCarInStock' => '?',
  34832.             'DcSiteBundle\\Controller\\Nissan\\BasketController:getCarStructuredDataCarUsed' => '?',
  34833.             'DcSiteBundle\\Controller\\Nissan\\BasketController:order' => '?',
  34834.             'DcSiteBundle\\Controller\\Nissan\\CarController:car' => '?',
  34835.             'DcSiteBundle\\Controller\\Nissan\\CarController:carConfiguraion' => '?',
  34836.             'DcSiteBundle\\Controller\\Nissan\\CarController:catalog' => '?',
  34837.             'DcSiteBundle\\Controller\\Nissan\\CarController:catalogPage' => '?',
  34838.             'DcSiteBundle\\Controller\\Nissan\\CarController:getCarPageStructuredData' => '?',
  34839.             'DcSiteBundle\\Controller\\Nissan\\CarController:getCarStructuredDataCarInStock' => '?',
  34840.             'DcSiteBundle\\Controller\\Nissan\\CarController:getCarStructuredDataCarUsed' => '?',
  34841.             'DcSiteBundle\\Controller\\Nissan\\CarController:secondhandSingle' => '?',
  34842.             'DcSiteBundle\\Controller\\Nissan\\CarInStockController:car' => '?',
  34843.             'DcSiteBundle\\Controller\\Nissan\\CarInStockController:getCarPageStructuredData' => '?',
  34844.             'DcSiteBundle\\Controller\\Nissan\\CarInStockController:getCarStructuredDataCarInStock' => '?',
  34845.             'DcSiteBundle\\Controller\\Nissan\\CarInStockController:getCarStructuredDataCarUsed' => '?',
  34846.             'DcSiteBundle\\Controller\\Nissan\\FinanceController:getCarPageStructuredData' => '?',
  34847.             'DcSiteBundle\\Controller\\Nissan\\FinanceController:getCarStructuredDataCarInStock' => '?',
  34848.             'DcSiteBundle\\Controller\\Nissan\\FinanceController:getCarStructuredDataCarUsed' => '?',
  34849.             'DcSiteBundle\\Controller\\Nissan\\FinanceController:kredit' => '?',
  34850.             'DcSiteBundle\\Controller\\Nissan\\MainController:getCarPageStructuredData' => '?',
  34851.             'DcSiteBundle\\Controller\\Nissan\\MainController:getCarStructuredDataCarInStock' => '?',
  34852.             'DcSiteBundle\\Controller\\Nissan\\MainController:getCarStructuredDataCarUsed' => '?',
  34853.             'DcSiteBundle\\Controller\\Nissan\\MainController:index' => '?',
  34854.             'DcSiteBundle\\Controller\\Nissan\\ServiceController:getCarPageStructuredData' => '?',
  34855.             'DcSiteBundle\\Controller\\Nissan\\ServiceController:getCarStructuredDataCarInStock' => '?',
  34856.             'DcSiteBundle\\Controller\\Nissan\\ServiceController:getCarStructuredDataCarUsed' => '?',
  34857.             'DcSiteBundle\\Controller\\Nissan\\ServiceController:regulationsTo' => '?',
  34858.             'DcSiteBundle\\Controller\\Nissan\\StocksController:getCarPageStructuredData' => '?',
  34859.             'DcSiteBundle\\Controller\\Nissan\\StocksController:getCarStructuredDataCarInStock' => '?',
  34860.             'DcSiteBundle\\Controller\\Nissan\\StocksController:getCarStructuredDataCarUsed' => '?',
  34861.             'DcSiteBundle\\Controller\\Nissan\\StocksController:stocksSingle' => '?',
  34862.             'DcSiteBundle\\Controller\\OilTOController:getCarPageStructuredData' => '?',
  34863.             'DcSiteBundle\\Controller\\OilTOController:getCarStructuredDataCarInStock' => '?',
  34864.             'DcSiteBundle\\Controller\\OilTOController:getCarStructuredDataCarUsed' => '?',
  34865.             'DcSiteBundle\\Controller\\OnlineConsultController:checkCarsDate' => '?',
  34866.             'DcSiteBundle\\Controller\\OnlineConsultController:findConsultants' => '?',
  34867.             'DcSiteBundle\\Controller\\OnlineConsultController:getCarPageStructuredData' => '?',
  34868.             'DcSiteBundle\\Controller\\OnlineConsultController:getCarStructuredDataCarInStock' => '?',
  34869.             'DcSiteBundle\\Controller\\OnlineConsultController:getCarStructuredDataCarUsed' => '?',
  34870.             'DcSiteBundle\\Controller\\OnlineConsultController:init' => '?',
  34871.             'DcSiteBundle\\Controller\\OnlineConsultController:initByDealer' => '?',
  34872.             'DcSiteBundle\\Controller\\OnlineConsultController:saveForm' => '?',
  34873.             'DcSiteBundle\\Controller\\OnlineServiceController:booking' => '?',
  34874.             'DcSiteBundle\\Controller\\OnlineServiceController:bookingConfirm' => '?',
  34875.             'DcSiteBundle\\Controller\\OnlineServiceController:find' => '?',
  34876.             'DcSiteBundle\\Controller\\OnlineServiceController:getCarPageStructuredData' => '?',
  34877.             'DcSiteBundle\\Controller\\OnlineServiceController:getCarStructuredDataCarInStock' => '?',
  34878.             'DcSiteBundle\\Controller\\OnlineServiceController:getCarStructuredDataCarUsed' => '?',
  34879.             'DcSiteBundle\\Controller\\OnlineServiceController:getTime' => '?',
  34880.             'DcSiteBundle\\Controller\\Opel\\AboutController:getCarPageStructuredData' => '?',
  34881.             'DcSiteBundle\\Controller\\Opel\\AboutController:getCarStructuredDataCarInStock' => '?',
  34882.             'DcSiteBundle\\Controller\\Opel\\AboutController:getCarStructuredDataCarUsed' => '?',
  34883.             'DcSiteBundle\\Controller\\Opel\\AboutController:newsSingle' => '?',
  34884.             'DcSiteBundle\\Controller\\Opel\\AboutController:team' => '?',
  34885.             'DcSiteBundle\\Controller\\Opel\\AccessoriesController:accessoriesCatalog' => '?',
  34886.             'DcSiteBundle\\Controller\\Opel\\AccessoriesController:accessoriesCategory' => '?',
  34887.             'DcSiteBundle\\Controller\\Opel\\AccessoriesController:accessoriesModel' => '?',
  34888.             'DcSiteBundle\\Controller\\Opel\\AccessoriesController:accessoriesModelVariation' => '?',
  34889.             'DcSiteBundle\\Controller\\Opel\\AccessoriesController:accessoriesPage' => '?',
  34890.             'DcSiteBundle\\Controller\\Opel\\AccessoriesController:getCarPageStructuredData' => '?',
  34891.             'DcSiteBundle\\Controller\\Opel\\AccessoriesController:getCarStructuredDataCarInStock' => '?',
  34892.             'DcSiteBundle\\Controller\\Opel\\AccessoriesController:getCarStructuredDataCarUsed' => '?',
  34893.             'DcSiteBundle\\Controller\\Opel\\BaseController:getCarPageStructuredData' => '?',
  34894.             'DcSiteBundle\\Controller\\Opel\\BaseController:getCarStructuredDataCarInStock' => '?',
  34895.             'DcSiteBundle\\Controller\\Opel\\BaseController:getCarStructuredDataCarUsed' => '?',
  34896.             'DcSiteBundle\\Controller\\Opel\\BasketController:checkoutOrder' => '?',
  34897.             'DcSiteBundle\\Controller\\Opel\\BasketController:getCarPageStructuredData' => '?',
  34898.             'DcSiteBundle\\Controller\\Opel\\BasketController:getCarStructuredDataCarInStock' => '?',
  34899.             'DcSiteBundle\\Controller\\Opel\\BasketController:getCarStructuredDataCarUsed' => '?',
  34900.             'DcSiteBundle\\Controller\\Opel\\BasketController:order' => '?',
  34901.             'DcSiteBundle\\Controller\\Opel\\CarController:car' => '?',
  34902.             'DcSiteBundle\\Controller\\Opel\\CarController:carConfiguraion' => '?',
  34903.             'DcSiteBundle\\Controller\\Opel\\CarController:carInStockSingle' => '?',
  34904.             'DcSiteBundle\\Controller\\Opel\\CarController:category' => '?',
  34905.             'DcSiteBundle\\Controller\\Opel\\CarController:getCarPageStructuredData' => '?',
  34906.             'DcSiteBundle\\Controller\\Opel\\CarController:getCarStructuredDataCarInStock' => '?',
  34907.             'DcSiteBundle\\Controller\\Opel\\CarController:getCarStructuredDataCarUsed' => '?',
  34908.             'DcSiteBundle\\Controller\\Opel\\CarController:list' => '?',
  34909.             'DcSiteBundle\\Controller\\Opel\\CarController:listPage' => '?',
  34910.             'DcSiteBundle\\Controller\\Opel\\CarController:secondhandSingle' => '?',
  34911.             'DcSiteBundle\\Controller\\Opel\\FinanceController:credit' => '?',
  34912.             'DcSiteBundle\\Controller\\Opel\\FinanceController:getCarPageStructuredData' => '?',
  34913.             'DcSiteBundle\\Controller\\Opel\\FinanceController:getCarStructuredDataCarInStock' => '?',
  34914.             'DcSiteBundle\\Controller\\Opel\\FinanceController:getCarStructuredDataCarUsed' => '?',
  34915.             'DcSiteBundle\\Controller\\Opel\\MainController:getCarPageStructuredData' => '?',
  34916.             'DcSiteBundle\\Controller\\Opel\\MainController:getCarStructuredDataCarInStock' => '?',
  34917.             'DcSiteBundle\\Controller\\Opel\\MainController:getCarStructuredDataCarUsed' => '?',
  34918.             'DcSiteBundle\\Controller\\Opel\\MainController:index' => '?',
  34919.             'DcSiteBundle\\Controller\\Opel\\MainController:loadModels' => '?',
  34920.             'DcSiteBundle\\Controller\\Opel\\ServiceController:getCarPageStructuredData' => '?',
  34921.             'DcSiteBundle\\Controller\\Opel\\ServiceController:getCarStructuredDataCarInStock' => '?',
  34922.             'DcSiteBundle\\Controller\\Opel\\ServiceController:getCarStructuredDataCarUsed' => '?',
  34923.             'DcSiteBundle\\Controller\\Opel\\ServiceController:regulationsTo' => '?',
  34924.             'DcSiteBundle\\Controller\\Opel\\StocksController:getCarPageStructuredData' => '?',
  34925.             'DcSiteBundle\\Controller\\Opel\\StocksController:getCarStructuredDataCarInStock' => '?',
  34926.             'DcSiteBundle\\Controller\\Opel\\StocksController:getCarStructuredDataCarUsed' => '?',
  34927.             'DcSiteBundle\\Controller\\Opel\\StocksController:stocksSingle' => '?',
  34928.             'DcSiteBundle\\Controller\\Peugeot\\AboutController:getCarPageStructuredData' => '?',
  34929.             'DcSiteBundle\\Controller\\Peugeot\\AboutController:getCarStructuredDataCarInStock' => '?',
  34930.             'DcSiteBundle\\Controller\\Peugeot\\AboutController:getCarStructuredDataCarUsed' => '?',
  34931.             'DcSiteBundle\\Controller\\Peugeot\\AboutController:newsSingle' => '?',
  34932.             'DcSiteBundle\\Controller\\Peugeot\\AboutController:staff' => '?',
  34933.             'DcSiteBundle\\Controller\\Peugeot\\AccessoriesController:accessoriesCatalog' => '?',
  34934.             'DcSiteBundle\\Controller\\Peugeot\\AccessoriesController:accessoriesCategory' => '?',
  34935.             'DcSiteBundle\\Controller\\Peugeot\\AccessoriesController:accessoriesModel' => '?',
  34936.             'DcSiteBundle\\Controller\\Peugeot\\AccessoriesController:accessoriesModelVariation' => '?',
  34937.             'DcSiteBundle\\Controller\\Peugeot\\AccessoriesController:accessoriesPage' => '?',
  34938.             'DcSiteBundle\\Controller\\Peugeot\\AccessoriesController:getCarPageStructuredData' => '?',
  34939.             'DcSiteBundle\\Controller\\Peugeot\\AccessoriesController:getCarStructuredDataCarInStock' => '?',
  34940.             'DcSiteBundle\\Controller\\Peugeot\\AccessoriesController:getCarStructuredDataCarUsed' => '?',
  34941.             'DcSiteBundle\\Controller\\Peugeot\\BaseController:getCarPageStructuredData' => '?',
  34942.             'DcSiteBundle\\Controller\\Peugeot\\BaseController:getCarStructuredDataCarInStock' => '?',
  34943.             'DcSiteBundle\\Controller\\Peugeot\\BaseController:getCarStructuredDataCarUsed' => '?',
  34944.             'DcSiteBundle\\Controller\\Peugeot\\BasketController:checkoutOrder' => '?',
  34945.             'DcSiteBundle\\Controller\\Peugeot\\BasketController:getCarPageStructuredData' => '?',
  34946.             'DcSiteBundle\\Controller\\Peugeot\\BasketController:getCarStructuredDataCarInStock' => '?',
  34947.             'DcSiteBundle\\Controller\\Peugeot\\BasketController:getCarStructuredDataCarUsed' => '?',
  34948.             'DcSiteBundle\\Controller\\Peugeot\\BasketController:order' => '?',
  34949.             'DcSiteBundle\\Controller\\Peugeot\\CarController:car' => '?',
  34950.             'DcSiteBundle\\Controller\\Peugeot\\CarController:carCardStock' => '?',
  34951.             'DcSiteBundle\\Controller\\Peugeot\\CarController:carConfiguraion' => '?',
  34952.             'DcSiteBundle\\Controller\\Peugeot\\CarController:category' => '?',
  34953.             'DcSiteBundle\\Controller\\Peugeot\\CarController:getCarPageStructuredData' => '?',
  34954.             'DcSiteBundle\\Controller\\Peugeot\\CarController:getCarStructuredDataCarInStock' => '?',
  34955.             'DcSiteBundle\\Controller\\Peugeot\\CarController:getCarStructuredDataCarUsed' => '?',
  34956.             'DcSiteBundle\\Controller\\Peugeot\\CarController:list' => '?',
  34957.             'DcSiteBundle\\Controller\\Peugeot\\CarController:listPage' => '?',
  34958.             'DcSiteBundle\\Controller\\Peugeot\\CarController:secondhandSingle' => '?',
  34959.             'DcSiteBundle\\Controller\\Peugeot\\FinanceController:credit' => '?',
  34960.             'DcSiteBundle\\Controller\\Peugeot\\FinanceController:getCarPageStructuredData' => '?',
  34961.             'DcSiteBundle\\Controller\\Peugeot\\FinanceController:getCarStructuredDataCarInStock' => '?',
  34962.             'DcSiteBundle\\Controller\\Peugeot\\FinanceController:getCarStructuredDataCarUsed' => '?',
  34963.             'DcSiteBundle\\Controller\\Peugeot\\MainController:getCarPageStructuredData' => '?',
  34964.             'DcSiteBundle\\Controller\\Peugeot\\MainController:getCarStructuredDataCarInStock' => '?',
  34965.             'DcSiteBundle\\Controller\\Peugeot\\MainController:getCarStructuredDataCarUsed' => '?',
  34966.             'DcSiteBundle\\Controller\\Peugeot\\MainController:index' => '?',
  34967.             'DcSiteBundle\\Controller\\Peugeot\\MainController:initMenu' => '?',
  34968.             'DcSiteBundle\\Controller\\Peugeot\\ServiceController:getCarPageStructuredData' => '?',
  34969.             'DcSiteBundle\\Controller\\Peugeot\\ServiceController:getCarStructuredDataCarInStock' => '?',
  34970.             'DcSiteBundle\\Controller\\Peugeot\\ServiceController:getCarStructuredDataCarUsed' => '?',
  34971.             'DcSiteBundle\\Controller\\Peugeot\\ServiceController:regulationsTo' => '?',
  34972.             'DcSiteBundle\\Controller\\Peugeot\\StocksController:getCarPageStructuredData' => '?',
  34973.             'DcSiteBundle\\Controller\\Peugeot\\StocksController:getCarStructuredDataCarInStock' => '?',
  34974.             'DcSiteBundle\\Controller\\Peugeot\\StocksController:getCarStructuredDataCarUsed' => '?',
  34975.             'DcSiteBundle\\Controller\\Peugeot\\StocksController:stocksSingle' => '?',
  34976.             'DcSiteBundle\\Controller\\PostController:getCarPageStructuredData' => '?',
  34977.             'DcSiteBundle\\Controller\\PostController:getCarStructuredDataCarInStock' => '?',
  34978.             'DcSiteBundle\\Controller\\PostController:getCarStructuredDataCarUsed' => '?',
  34979.             'DcSiteBundle\\Controller\\RSSController:getCarPageStructuredData' => '?',
  34980.             'DcSiteBundle\\Controller\\RSSController:getCarStructuredDataCarInStock' => '?',
  34981.             'DcSiteBundle\\Controller\\RSSController:getCarStructuredDataCarUsed' => '?',
  34982.             'DcSiteBundle\\Controller\\RegistrationCostController:getCarPageStructuredData' => '?',
  34983.             'DcSiteBundle\\Controller\\RegistrationCostController:getCarStructuredDataCarInStock' => '?',
  34984.             'DcSiteBundle\\Controller\\RegistrationCostController:getCarStructuredDataCarUsed' => '?',
  34985.             'DcSiteBundle\\Controller\\RegulationToController:download' => '?',
  34986.             'DcSiteBundle\\Controller\\RegulationToController:getCarPageStructuredData' => '?',
  34987.             'DcSiteBundle\\Controller\\RegulationToController:getCarStructuredDataCarInStock' => '?',
  34988.             'DcSiteBundle\\Controller\\RegulationToController:getCarStructuredDataCarUsed' => '?',
  34989.             'DcSiteBundle\\Controller\\RegulationToController:getRegulationData' => '?',
  34990.             'DcSiteBundle\\Controller\\ReviewController:getCarPageStructuredData' => '?',
  34991.             'DcSiteBundle\\Controller\\ReviewController:getCarStructuredDataCarInStock' => '?',
  34992.             'DcSiteBundle\\Controller\\ReviewController:getCarStructuredDataCarUsed' => '?',
  34993.             'DcSiteBundle\\Controller\\RobotsController:getCarPageStructuredData' => '?',
  34994.             'DcSiteBundle\\Controller\\RobotsController:getCarStructuredDataCarInStock' => '?',
  34995.             'DcSiteBundle\\Controller\\RobotsController:getCarStructuredDataCarUsed' => '?',
  34996.             'DcSiteBundle\\Controller\\SecondhandController:getCarPageStructuredData' => '?',
  34997.             'DcSiteBundle\\Controller\\SecondhandController:getCarStructuredDataCarInStock' => '?',
  34998.             'DcSiteBundle\\Controller\\SecondhandController:getCarStructuredDataCarUsed' => '?',
  34999.             'DcSiteBundle\\Controller\\SiteMapController:citroen' => '?',
  35000.             'DcSiteBundle\\Controller\\SiteMapController:ford' => '?',
  35001.             'DcSiteBundle\\Controller\\SiteMapController:getCarPageStructuredData' => '?',
  35002.             'DcSiteBundle\\Controller\\SiteMapController:getCarStructuredDataCarInStock' => '?',
  35003.             'DcSiteBundle\\Controller\\SiteMapController:getCarStructuredDataCarUsed' => '?',
  35004.             'DcSiteBundle\\Controller\\SiteMapController:haval' => '?',
  35005.             'DcSiteBundle\\Controller\\SiteMapController:honda' => '?',
  35006.             'DcSiteBundle\\Controller\\SiteMapController:infiniti' => '?',
  35007.             'DcSiteBundle\\Controller\\SiteMapController:jaguar' => '?',
  35008.             'DcSiteBundle\\Controller\\SiteMapController:jeep' => '?',
  35009.             'DcSiteBundle\\Controller\\SiteMapController:landrover' => '?',
  35010.             'DcSiteBundle\\Controller\\SiteMapController:lexus' => '?',
  35011.             'DcSiteBundle\\Controller\\SiteMapController:marine' => '?',
  35012.             'DcSiteBundle\\Controller\\SiteMapController:mazda' => '?',
  35013.             'DcSiteBundle\\Controller\\SiteMapController:mg' => '?',
  35014.             'DcSiteBundle\\Controller\\SiteMapController:nissan' => '?',
  35015.             'DcSiteBundle\\Controller\\SiteMapController:nissanArmada' => '?',
  35016.             'DcSiteBundle\\Controller\\SiteMapController:opel' => '?',
  35017.             'DcSiteBundle\\Controller\\SiteMapController:palmira' => '?',
  35018.             'DcSiteBundle\\Controller\\SiteMapController:peugeot' => '?',
  35019.             'DcSiteBundle\\Controller\\SiteMapController:shopImagesSiteMap' => '?',
  35020.             'DcSiteBundle\\Controller\\SiteMapController:subaru' => '?',
  35021.             'DcSiteBundle\\Controller\\SiteMapController:suzuki' => '?',
  35022.             'DcSiteBundle\\Controller\\SiteMapController:toyota' => '?',
  35023.             'DcSiteBundle\\Controller\\SiteMapController:toyotaBorispol' => '?',
  35024.             'DcSiteBundle\\Controller\\SiteMapController:volvo' => '?',
  35025.             'DcSiteBundle\\Controller\\SmsLandingController:getCarPageStructuredData' => '?',
  35026.             'DcSiteBundle\\Controller\\SmsLandingController:getCarStructuredDataCarInStock' => '?',
  35027.             'DcSiteBundle\\Controller\\SmsLandingController:getCarStructuredDataCarUsed' => '?',
  35028.             'DcSiteBundle\\Controller\\SparePartsController:catalogVehicle' => '?',
  35029.             'DcSiteBundle\\Controller\\SparePartsController:getCarPageStructuredData' => '?',
  35030.             'DcSiteBundle\\Controller\\SparePartsController:getCarStructuredDataCarInStock' => '?',
  35031.             'DcSiteBundle\\Controller\\SparePartsController:getCarStructuredDataCarUsed' => '?',
  35032.             'DcSiteBundle\\Controller\\SparePartsController:getCatalogAccessory' => '?',
  35033.             'DcSiteBundle\\Controller\\SparePartsController:getPagination' => '?',
  35034.             'DcSiteBundle\\Controller\\Subaru\\AboutController:getCarPageStructuredData' => '?',
  35035.             'DcSiteBundle\\Controller\\Subaru\\AboutController:getCarStructuredDataCarInStock' => '?',
  35036.             'DcSiteBundle\\Controller\\Subaru\\AboutController:getCarStructuredDataCarUsed' => '?',
  35037.             'DcSiteBundle\\Controller\\Subaru\\AboutController:index' => '?',
  35038.             'DcSiteBundle\\Controller\\Subaru\\AboutController:newsSingle' => '?',
  35039.             'DcSiteBundle\\Controller\\Subaru\\AboutController:staff' => '?',
  35040.             'DcSiteBundle\\Controller\\Subaru\\AccessoriesController:accessoriesCatalog' => '?',
  35041.             'DcSiteBundle\\Controller\\Subaru\\AccessoriesController:accessoriesCategory' => '?',
  35042.             'DcSiteBundle\\Controller\\Subaru\\AccessoriesController:accessoriesModel' => '?',
  35043.             'DcSiteBundle\\Controller\\Subaru\\AccessoriesController:accessoriesModelVariation' => '?',
  35044.             'DcSiteBundle\\Controller\\Subaru\\AccessoriesController:accessoriesPage' => '?',
  35045.             'DcSiteBundle\\Controller\\Subaru\\AccessoriesController:getCarPageStructuredData' => '?',
  35046.             'DcSiteBundle\\Controller\\Subaru\\AccessoriesController:getCarStructuredDataCarInStock' => '?',
  35047.             'DcSiteBundle\\Controller\\Subaru\\AccessoriesController:getCarStructuredDataCarUsed' => '?',
  35048.             'DcSiteBundle\\Controller\\Subaru\\BaseController:getCarPageStructuredData' => '?',
  35049.             'DcSiteBundle\\Controller\\Subaru\\BaseController:getCarStructuredDataCarInStock' => '?',
  35050.             'DcSiteBundle\\Controller\\Subaru\\BaseController:getCarStructuredDataCarUsed' => '?',
  35051.             'DcSiteBundle\\Controller\\Subaru\\BasketController:basket' => '?',
  35052.             'DcSiteBundle\\Controller\\Subaru\\BasketController:checkoutOrder' => '?',
  35053.             'DcSiteBundle\\Controller\\Subaru\\BasketController:getCarPageStructuredData' => '?',
  35054.             'DcSiteBundle\\Controller\\Subaru\\BasketController:getCarStructuredDataCarInStock' => '?',
  35055.             'DcSiteBundle\\Controller\\Subaru\\BasketController:getCarStructuredDataCarUsed' => '?',
  35056.             'DcSiteBundle\\Controller\\Subaru\\BasketController:order' => '?',
  35057.             'DcSiteBundle\\Controller\\Subaru\\CarController:car' => '?',
  35058.             'DcSiteBundle\\Controller\\Subaru\\CarController:carConfiguraion' => '?',
  35059.             'DcSiteBundle\\Controller\\Subaru\\CarController:configurator' => '?',
  35060.             'DcSiteBundle\\Controller\\Subaru\\CarController:getCarPageStructuredData' => '?',
  35061.             'DcSiteBundle\\Controller\\Subaru\\CarController:getCarStructuredDataCarInStock' => '?',
  35062.             'DcSiteBundle\\Controller\\Subaru\\CarController:getCarStructuredDataCarUsed' => '?',
  35063.             'DcSiteBundle\\Controller\\Subaru\\CarController:inStockSingle' => '?',
  35064.             'DcSiteBundle\\Controller\\Subaru\\CarController:index' => '?',
  35065.             'DcSiteBundle\\Controller\\Subaru\\CarController:listPage' => '?',
  35066.             'DcSiteBundle\\Controller\\Subaru\\CarController:modelLineup' => '?',
  35067.             'DcSiteBundle\\Controller\\Subaru\\CarController:secondhandSingle' => '?',
  35068.             'DcSiteBundle\\Controller\\Subaru\\FinanceController:credit' => '?',
  35069.             'DcSiteBundle\\Controller\\Subaru\\FinanceController:getCarPageStructuredData' => '?',
  35070.             'DcSiteBundle\\Controller\\Subaru\\FinanceController:getCarStructuredDataCarInStock' => '?',
  35071.             'DcSiteBundle\\Controller\\Subaru\\FinanceController:getCarStructuredDataCarUsed' => '?',
  35072.             'DcSiteBundle\\Controller\\Subaru\\FinanceController:index' => '?',
  35073.             'DcSiteBundle\\Controller\\Subaru\\MainController:getCarPageStructuredData' => '?',
  35074.             'DcSiteBundle\\Controller\\Subaru\\MainController:getCarStructuredDataCarInStock' => '?',
  35075.             'DcSiteBundle\\Controller\\Subaru\\MainController:getCarStructuredDataCarUsed' => '?',
  35076.             'DcSiteBundle\\Controller\\Subaru\\MainController:index' => '?',
  35077.             'DcSiteBundle\\Controller\\Subaru\\ServiceController:checkVin' => '?',
  35078.             'DcSiteBundle\\Controller\\Subaru\\ServiceController:getCarPageStructuredData' => '?',
  35079.             'DcSiteBundle\\Controller\\Subaru\\ServiceController:getCarStructuredDataCarInStock' => '?',
  35080.             'DcSiteBundle\\Controller\\Subaru\\ServiceController:getCarStructuredDataCarUsed' => '?',
  35081.             'DcSiteBundle\\Controller\\Subaru\\ServiceController:index' => '?',
  35082.             'DcSiteBundle\\Controller\\Subaru\\ServiceController:regulationsTo' => '?',
  35083.             'DcSiteBundle\\Controller\\Subaru\\StocksController:getCarPageStructuredData' => '?',
  35084.             'DcSiteBundle\\Controller\\Subaru\\StocksController:getCarStructuredDataCarInStock' => '?',
  35085.             'DcSiteBundle\\Controller\\Subaru\\StocksController:getCarStructuredDataCarUsed' => '?',
  35086.             'DcSiteBundle\\Controller\\Subaru\\StocksController:stocksSingle' => '?',
  35087.             'DcSiteBundle\\Controller\\Suzuki\\AboutController:getCarPageStructuredData' => '?',
  35088.             'DcSiteBundle\\Controller\\Suzuki\\AboutController:getCarStructuredDataCarInStock' => '?',
  35089.             'DcSiteBundle\\Controller\\Suzuki\\AboutController:getCarStructuredDataCarUsed' => '?',
  35090.             'DcSiteBundle\\Controller\\Suzuki\\AboutController:newsSingle' => '?',
  35091.             'DcSiteBundle\\Controller\\Suzuki\\AboutController:staff' => '?',
  35092.             'DcSiteBundle\\Controller\\Suzuki\\AccessoriesController:accessoriesCatalog' => '?',
  35093.             'DcSiteBundle\\Controller\\Suzuki\\AccessoriesController:accessoriesCategory' => '?',
  35094.             'DcSiteBundle\\Controller\\Suzuki\\AccessoriesController:accessoriesModel' => '?',
  35095.             'DcSiteBundle\\Controller\\Suzuki\\AccessoriesController:accessoriesModelVariation' => '?',
  35096.             'DcSiteBundle\\Controller\\Suzuki\\AccessoriesController:accessoriesPage' => '?',
  35097.             'DcSiteBundle\\Controller\\Suzuki\\AccessoriesController:getCarPageStructuredData' => '?',
  35098.             'DcSiteBundle\\Controller\\Suzuki\\AccessoriesController:getCarStructuredDataCarInStock' => '?',
  35099.             'DcSiteBundle\\Controller\\Suzuki\\AccessoriesController:getCarStructuredDataCarUsed' => '?',
  35100.             'DcSiteBundle\\Controller\\Suzuki\\BaseController:getCarPageStructuredData' => '?',
  35101.             'DcSiteBundle\\Controller\\Suzuki\\BaseController:getCarStructuredDataCarInStock' => '?',
  35102.             'DcSiteBundle\\Controller\\Suzuki\\BaseController:getCarStructuredDataCarUsed' => '?',
  35103.             'DcSiteBundle\\Controller\\Suzuki\\BasketController:checkoutOrder' => '?',
  35104.             'DcSiteBundle\\Controller\\Suzuki\\BasketController:getCarPageStructuredData' => '?',
  35105.             'DcSiteBundle\\Controller\\Suzuki\\BasketController:getCarStructuredDataCarInStock' => '?',
  35106.             'DcSiteBundle\\Controller\\Suzuki\\BasketController:getCarStructuredDataCarUsed' => '?',
  35107.             'DcSiteBundle\\Controller\\Suzuki\\BasketController:order' => '?',
  35108.             'DcSiteBundle\\Controller\\Suzuki\\CarController:car' => '?',
  35109.             'DcSiteBundle\\Controller\\Suzuki\\CarController:carConfiguraion' => '?',
  35110.             'DcSiteBundle\\Controller\\Suzuki\\CarController:carInStockSingle' => '?',
  35111.             'DcSiteBundle\\Controller\\Suzuki\\CarController:getCarPageStructuredData' => '?',
  35112.             'DcSiteBundle\\Controller\\Suzuki\\CarController:getCarStructuredDataCarInStock' => '?',
  35113.             'DcSiteBundle\\Controller\\Suzuki\\CarController:getCarStructuredDataCarUsed' => '?',
  35114.             'DcSiteBundle\\Controller\\Suzuki\\CarController:lineUpCar' => '?',
  35115.             'DcSiteBundle\\Controller\\Suzuki\\CarController:lineUpCarPage' => '?',
  35116.             'DcSiteBundle\\Controller\\Suzuki\\CarController:moto' => '?',
  35117.             'DcSiteBundle\\Controller\\Suzuki\\CarController:secondhandSingle' => '?',
  35118.             'DcSiteBundle\\Controller\\Suzuki\\FinanceController:credit' => '?',
  35119.             'DcSiteBundle\\Controller\\Suzuki\\FinanceController:getCarPageStructuredData' => '?',
  35120.             'DcSiteBundle\\Controller\\Suzuki\\FinanceController:getCarStructuredDataCarInStock' => '?',
  35121.             'DcSiteBundle\\Controller\\Suzuki\\FinanceController:getCarStructuredDataCarUsed' => '?',
  35122.             'DcSiteBundle\\Controller\\Suzuki\\MainController:getCarPageStructuredData' => '?',
  35123.             'DcSiteBundle\\Controller\\Suzuki\\MainController:getCarStructuredDataCarInStock' => '?',
  35124.             'DcSiteBundle\\Controller\\Suzuki\\MainController:getCarStructuredDataCarUsed' => '?',
  35125.             'DcSiteBundle\\Controller\\Suzuki\\MainController:index' => '?',
  35126.             'DcSiteBundle\\Controller\\Suzuki\\ServiceController:getCarPageStructuredData' => '?',
  35127.             'DcSiteBundle\\Controller\\Suzuki\\ServiceController:getCarStructuredDataCarInStock' => '?',
  35128.             'DcSiteBundle\\Controller\\Suzuki\\ServiceController:getCarStructuredDataCarUsed' => '?',
  35129.             'DcSiteBundle\\Controller\\Suzuki\\ServiceController:regulationsTo' => '?',
  35130.             'DcSiteBundle\\Controller\\Suzuki\\StocksController:getCarPageStructuredData' => '?',
  35131.             'DcSiteBundle\\Controller\\Suzuki\\StocksController:getCarStructuredDataCarInStock' => '?',
  35132.             'DcSiteBundle\\Controller\\Suzuki\\StocksController:getCarStructuredDataCarUsed' => '?',
  35133.             'DcSiteBundle\\Controller\\Suzuki\\StocksController:stocksSingle' => '?',
  35134.             'DcSiteBundle\\Controller\\TestDriveController:checkDate' => '?',
  35135.             'DcSiteBundle\\Controller\\TestDriveController:checkSign' => '?',
  35136.             'DcSiteBundle\\Controller\\TestDriveController:getCarPageStructuredData' => '?',
  35137.             'DcSiteBundle\\Controller\\TestDriveController:getCarStructuredDataCarInStock' => '?',
  35138.             'DcSiteBundle\\Controller\\TestDriveController:getCarStructuredDataCarUsed' => '?',
  35139.             'DcSiteBundle\\Controller\\TestDriveController:getTime' => '?',
  35140.             'DcSiteBundle\\Controller\\TestDriveController:initByDealerOld' => '?',
  35141.             'DcSiteBundle\\Controller\\TestDriveController:resend' => '?',
  35142.             'DcSiteBundle\\Controller\\TestDriveController:sign' => '?',
  35143.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AboutController:actionsSingle' => '?',
  35144.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AboutController:getCarPageStructuredData' => '?',
  35145.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AboutController:getCarStructuredDataCarInStock' => '?',
  35146.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AboutController:getCarStructuredDataCarUsed' => '?',
  35147.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AboutController:newsSingle' => '?',
  35148.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AboutController:team' => '?',
  35149.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AccessoriesController:accessoriesCatalog' => '?',
  35150.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AccessoriesController:accessoriesCategory' => '?',
  35151.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AccessoriesController:accessoriesModel' => '?',
  35152.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AccessoriesController:accessoriesModelVariation' => '?',
  35153.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AccessoriesController:accessoriesPage' => '?',
  35154.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AccessoriesController:getCarPageStructuredData' => '?',
  35155.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AccessoriesController:getCarStructuredDataCarInStock' => '?',
  35156.             'DcSiteBundle\\Controller\\ToyotaBorispol\\AccessoriesController:getCarStructuredDataCarUsed' => '?',
  35157.             'DcSiteBundle\\Controller\\ToyotaBorispol\\BaseController:getCarPageStructuredData' => '?',
  35158.             'DcSiteBundle\\Controller\\ToyotaBorispol\\BaseController:getCarStructuredDataCarInStock' => '?',
  35159.             'DcSiteBundle\\Controller\\ToyotaBorispol\\BaseController:getCarStructuredDataCarUsed' => '?',
  35160.             'DcSiteBundle\\Controller\\ToyotaBorispol\\BasketController:basket' => '?',
  35161.             'DcSiteBundle\\Controller\\ToyotaBorispol\\BasketController:checkoutOrder' => '?',
  35162.             'DcSiteBundle\\Controller\\ToyotaBorispol\\BasketController:getCarPageStructuredData' => '?',
  35163.             'DcSiteBundle\\Controller\\ToyotaBorispol\\BasketController:getCarStructuredDataCarInStock' => '?',
  35164.             'DcSiteBundle\\Controller\\ToyotaBorispol\\BasketController:getCarStructuredDataCarUsed' => '?',
  35165.             'DcSiteBundle\\Controller\\ToyotaBorispol\\BasketController:order' => '?',
  35166.             'DcSiteBundle\\Controller\\ToyotaBorispol\\CarController:getCarPageStructuredData' => '?',
  35167.             'DcSiteBundle\\Controller\\ToyotaBorispol\\CarController:getCarStructuredDataCarInStock' => '?',
  35168.             'DcSiteBundle\\Controller\\ToyotaBorispol\\CarController:getCarStructuredDataCarUsed' => '?',
  35169.             'DcSiteBundle\\Controller\\ToyotaBorispol\\FinanceController:getCarPageStructuredData' => '?',
  35170.             'DcSiteBundle\\Controller\\ToyotaBorispol\\FinanceController:getCarStructuredDataCarInStock' => '?',
  35171.             'DcSiteBundle\\Controller\\ToyotaBorispol\\FinanceController:getCarStructuredDataCarUsed' => '?',
  35172.             'DcSiteBundle\\Controller\\ToyotaBorispol\\MainController:getCarPageStructuredData' => '?',
  35173.             'DcSiteBundle\\Controller\\ToyotaBorispol\\MainController:getCarStructuredDataCarInStock' => '?',
  35174.             'DcSiteBundle\\Controller\\ToyotaBorispol\\MainController:getCarStructuredDataCarUsed' => '?',
  35175.             'DcSiteBundle\\Controller\\ToyotaBorispol\\MainController:index' => '?',
  35176.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController:creditCalc' => '?',
  35177.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController:getAvailableRentCar' => '?',
  35178.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController:getCarPageStructuredData' => '?',
  35179.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController:getCarStructuredDataCarInStock' => '?',
  35180.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController:getCarStructuredDataCarUsed' => '?',
  35181.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController:orderForRentCar' => '?',
  35182.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController:regulationsTo' => '?',
  35183.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController:saveReplacementCarForm' => '?',
  35184.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController:servicePage' => '?',
  35185.             'DcSiteBundle\\Controller\\ToyotaBorispol\\ServiceController:to' => '?',
  35186.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AboutController:getCarPageStructuredData' => '?',
  35187.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AboutController:getCarStructuredDataCarInStock' => '?',
  35188.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AboutController:getCarStructuredDataCarUsed' => '?',
  35189.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AboutController:singleNews' => '?',
  35190.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AboutController:staff' => '?',
  35191.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AccessoriesController:accessoriesCatalog' => '?',
  35192.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AccessoriesController:accessoriesCategory' => '?',
  35193.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AccessoriesController:accessoriesModel' => '?',
  35194.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AccessoriesController:accessoriesModelVariation' => '?',
  35195.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AccessoriesController:accessoriesPage' => '?',
  35196.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AccessoriesController:getCarPageStructuredData' => '?',
  35197.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AccessoriesController:getCarStructuredDataCarInStock' => '?',
  35198.             'DcSiteBundle\\Controller\\ToyotaOdessa\\AccessoriesController:getCarStructuredDataCarUsed' => '?',
  35199.             'DcSiteBundle\\Controller\\ToyotaOdessa\\BaseController:getCarPageStructuredData' => '?',
  35200.             'DcSiteBundle\\Controller\\ToyotaOdessa\\BaseController:getCarStructuredDataCarInStock' => '?',
  35201.             'DcSiteBundle\\Controller\\ToyotaOdessa\\BaseController:getCarStructuredDataCarUsed' => '?',
  35202.             'DcSiteBundle\\Controller\\ToyotaOdessa\\BasketController:basket' => '?',
  35203.             'DcSiteBundle\\Controller\\ToyotaOdessa\\BasketController:getCarPageStructuredData' => '?',
  35204.             'DcSiteBundle\\Controller\\ToyotaOdessa\\BasketController:getCarStructuredDataCarInStock' => '?',
  35205.             'DcSiteBundle\\Controller\\ToyotaOdessa\\BasketController:getCarStructuredDataCarUsed' => '?',
  35206.             'DcSiteBundle\\Controller\\ToyotaOdessa\\BasketController:order' => '?',
  35207.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarController:car' => '?',
  35208.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarController:carConfiguraion' => '?',
  35209.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarController:category' => '?',
  35210.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarController:getCarPageStructuredData' => '?',
  35211.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarController:getCarStructuredDataCarInStock' => '?',
  35212.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarController:getCarStructuredDataCarUsed' => '?',
  35213.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarController:list' => '?',
  35214.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarController:listPage' => '?',
  35215.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarInStockController:buyOnlineResult' => '?',
  35216.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarInStockController:getCarPageStructuredData' => '?',
  35217.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarInStockController:getCarStructuredDataCarInStock' => '?',
  35218.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarInStockController:getCarStructuredDataCarUsed' => '?',
  35219.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarInStockController:inStockList' => '?',
  35220.             'DcSiteBundle\\Controller\\ToyotaOdessa\\CarInStockController:inStockSingle' => '?',
  35221.             'DcSiteBundle\\Controller\\ToyotaOdessa\\MainController:getCarPageStructuredData' => '?',
  35222.             'DcSiteBundle\\Controller\\ToyotaOdessa\\MainController:getCarStructuredDataCarInStock' => '?',
  35223.             'DcSiteBundle\\Controller\\ToyotaOdessa\\MainController:getCarStructuredDataCarUsed' => '?',
  35224.             'DcSiteBundle\\Controller\\ToyotaOdessa\\PostController:actionSingle' => '?',
  35225.             'DcSiteBundle\\Controller\\ToyotaOdessa\\PostController:getCarPageStructuredData' => '?',
  35226.             'DcSiteBundle\\Controller\\ToyotaOdessa\\PostController:getCarStructuredDataCarInStock' => '?',
  35227.             'DcSiteBundle\\Controller\\ToyotaOdessa\\PostController:getCarStructuredDataCarUsed' => '?',
  35228.             'DcSiteBundle\\Controller\\ToyotaOdessa\\ServiceController:getCarPageStructuredData' => '?',
  35229.             'DcSiteBundle\\Controller\\ToyotaOdessa\\ServiceController:getCarStructuredDataCarInStock' => '?',
  35230.             'DcSiteBundle\\Controller\\ToyotaOdessa\\ServiceController:getCarStructuredDataCarUsed' => '?',
  35231.             'DcSiteBundle\\Controller\\ToyotaOdessa\\ServiceController:regulationsTo' => '?',
  35232.             'DcSiteBundle\\Controller\\ToyotaOdessa\\ServicesController:getCarPageStructuredData' => '?',
  35233.             'DcSiteBundle\\Controller\\ToyotaOdessa\\ServicesController:getCarStructuredDataCarInStock' => '?',
  35234.             'DcSiteBundle\\Controller\\ToyotaOdessa\\ServicesController:getCarStructuredDataCarUsed' => '?',
  35235.             'DcSiteBundle\\Controller\\Toyota\\AboutController:dealerCenter' => '?',
  35236.             'DcSiteBundle\\Controller\\Toyota\\AboutController:getCarPageStructuredData' => '?',
  35237.             'DcSiteBundle\\Controller\\Toyota\\AboutController:getCarStructuredDataCarInStock' => '?',
  35238.             'DcSiteBundle\\Controller\\Toyota\\AboutController:getCarStructuredDataCarUsed' => '?',
  35239.             'DcSiteBundle\\Controller\\Toyota\\AboutController:news' => '?',
  35240.             'DcSiteBundle\\Controller\\Toyota\\AboutController:singleNews' => '?',
  35241.             'DcSiteBundle\\Controller\\Toyota\\AboutController:staff' => '?',
  35242.             'DcSiteBundle\\Controller\\Toyota\\AccessoriesController:accessoriesCatalog' => '?',
  35243.             'DcSiteBundle\\Controller\\Toyota\\AccessoriesController:accessoriesCategory' => '?',
  35244.             'DcSiteBundle\\Controller\\Toyota\\AccessoriesController:accessoriesModel' => '?',
  35245.             'DcSiteBundle\\Controller\\Toyota\\AccessoriesController:accessoriesModelVariation' => '?',
  35246.             'DcSiteBundle\\Controller\\Toyota\\AccessoriesController:accessoriesPage' => '?',
  35247.             'DcSiteBundle\\Controller\\Toyota\\AccessoriesController:getCarPageStructuredData' => '?',
  35248.             'DcSiteBundle\\Controller\\Toyota\\AccessoriesController:getCarStructuredDataCarInStock' => '?',
  35249.             'DcSiteBundle\\Controller\\Toyota\\AccessoriesController:getCarStructuredDataCarUsed' => '?',
  35250.             'DcSiteBundle\\Controller\\Toyota\\BaseController:getCarPageStructuredData' => '?',
  35251.             'DcSiteBundle\\Controller\\Toyota\\BaseController:getCarStructuredDataCarInStock' => '?',
  35252.             'DcSiteBundle\\Controller\\Toyota\\BaseController:getCarStructuredDataCarUsed' => '?',
  35253.             'DcSiteBundle\\Controller\\Toyota\\BasketController:checkoutOrder' => '?',
  35254.             'DcSiteBundle\\Controller\\Toyota\\BasketController:getCarPageStructuredData' => '?',
  35255.             'DcSiteBundle\\Controller\\Toyota\\BasketController:getCarStructuredDataCarInStock' => '?',
  35256.             'DcSiteBundle\\Controller\\Toyota\\BasketController:getCarStructuredDataCarUsed' => '?',
  35257.             'DcSiteBundle\\Controller\\Toyota\\BasketController:order' => '?',
  35258.             'DcSiteBundle\\Controller\\Toyota\\CarController:car' => '?',
  35259.             'DcSiteBundle\\Controller\\Toyota\\CarController:carConfiguraion' => '?',
  35260.             'DcSiteBundle\\Controller\\Toyota\\CarController:category' => '?',
  35261.             'DcSiteBundle\\Controller\\Toyota\\CarController:comparison' => '?',
  35262.             'DcSiteBundle\\Controller\\Toyota\\CarController:configurator' => '?',
  35263.             'DcSiteBundle\\Controller\\Toyota\\CarController:getCarPageStructuredData' => '?',
  35264.             'DcSiteBundle\\Controller\\Toyota\\CarController:getCarStructuredDataCarInStock' => '?',
  35265.             'DcSiteBundle\\Controller\\Toyota\\CarController:getCarStructuredDataCarUsed' => '?',
  35266.             'DcSiteBundle\\Controller\\Toyota\\CarController:inStockSingle' => '?',
  35267.             'DcSiteBundle\\Controller\\Toyota\\CarController:list' => '?',
  35268.             'DcSiteBundle\\Controller\\Toyota\\CarController:listPage' => '?',
  35269.             'DcSiteBundle\\Controller\\Toyota\\MainController:getCarPageStructuredData' => '?',
  35270.             'DcSiteBundle\\Controller\\Toyota\\MainController:getCarStructuredDataCarInStock' => '?',
  35271.             'DcSiteBundle\\Controller\\Toyota\\MainController:getCarStructuredDataCarUsed' => '?',
  35272.             'DcSiteBundle\\Controller\\Toyota\\MainController:index' => '?',
  35273.             'DcSiteBundle\\Controller\\Toyota\\MainController:loadModels' => '?',
  35274.             'DcSiteBundle\\Controller\\Toyota\\PostController:actionSingle' => '?',
  35275.             'DcSiteBundle\\Controller\\Toyota\\PostController:getCarPageStructuredData' => '?',
  35276.             'DcSiteBundle\\Controller\\Toyota\\PostController:getCarStructuredDataCarInStock' => '?',
  35277.             'DcSiteBundle\\Controller\\Toyota\\PostController:getCarStructuredDataCarUsed' => '?',
  35278.             'DcSiteBundle\\Controller\\Toyota\\ServiceController:getAvailableRentCar' => '?',
  35279.             'DcSiteBundle\\Controller\\Toyota\\ServiceController:getCarPageStructuredData' => '?',
  35280.             'DcSiteBundle\\Controller\\Toyota\\ServiceController:getCarStructuredDataCarInStock' => '?',
  35281.             'DcSiteBundle\\Controller\\Toyota\\ServiceController:getCarStructuredDataCarUsed' => '?',
  35282.             'DcSiteBundle\\Controller\\Toyota\\ServiceController:orderForRentCar' => '?',
  35283.             'DcSiteBundle\\Controller\\Toyota\\ServiceController:regulations' => '?',
  35284.             'DcSiteBundle\\Controller\\Toyota\\ServiceController:saveReplacementCarForm' => '?',
  35285.             'DcSiteBundle\\Controller\\Toyota\\ServiceController:servicePage' => '?',
  35286.             'DcSiteBundle\\Controller\\Toyota\\ServiceController:signIn' => '?',
  35287.             'DcSiteBundle\\Controller\\Toyota\\ServicesController:corpSales' => '?',
  35288.             'DcSiteBundle\\Controller\\Toyota\\ServicesController:getCarPageStructuredData' => '?',
  35289.             'DcSiteBundle\\Controller\\Toyota\\ServicesController:getCarStructuredDataCarInStock' => '?',
  35290.             'DcSiteBundle\\Controller\\Toyota\\ServicesController:getCarStructuredDataCarUsed' => '?',
  35291.             'DcSiteBundle\\Controller\\Toyota\\ServicesController:loan' => '?',
  35292.             'DcSiteBundle\\Controller\\TradeInController:estimate' => '?',
  35293.             'DcSiteBundle\\Controller\\TradeInController:getCarPageStructuredData' => '?',
  35294.             'DcSiteBundle\\Controller\\TradeInController:getCarStructuredDataCarInStock' => '?',
  35295.             'DcSiteBundle\\Controller\\TradeInController:getCarStructuredDataCarUsed' => '?',
  35296.             'DcSiteBundle\\Controller\\TradeInController:getEstimate' => '?',
  35297.             'DcSiteBundle\\Controller\\TradeInController:init' => '?',
  35298.             'DcSiteBundle\\Controller\\TradeInController:search' => '?',
  35299.             'DcSiteBundle\\Controller\\Unicommerce\\AboutController:about' => '?',
  35300.             'DcSiteBundle\\Controller\\Unicommerce\\AboutController:getCarPageStructuredData' => '?',
  35301.             'DcSiteBundle\\Controller\\Unicommerce\\AboutController:getCarStructuredDataCarInStock' => '?',
  35302.             'DcSiteBundle\\Controller\\Unicommerce\\AboutController:getCarStructuredDataCarUsed' => '?',
  35303.             'DcSiteBundle\\Controller\\Unicommerce\\BaseController:getCarPageStructuredData' => '?',
  35304.             'DcSiteBundle\\Controller\\Unicommerce\\BaseController:getCarStructuredDataCarInStock' => '?',
  35305.             'DcSiteBundle\\Controller\\Unicommerce\\BaseController:getCarStructuredDataCarUsed' => '?',
  35306.             'DcSiteBundle\\Controller\\Unicommerce\\CarController:carSingle' => '?',
  35307.             'DcSiteBundle\\Controller\\Unicommerce\\CarController:getCarPageStructuredData' => '?',
  35308.             'DcSiteBundle\\Controller\\Unicommerce\\CarController:getCarStructuredDataCarInStock' => '?',
  35309.             'DcSiteBundle\\Controller\\Unicommerce\\CarController:getCarStructuredDataCarUsed' => '?',
  35310.             'DcSiteBundle\\Controller\\Unicommerce\\FinanceController:getCarPageStructuredData' => '?',
  35311.             'DcSiteBundle\\Controller\\Unicommerce\\FinanceController:getCarStructuredDataCarInStock' => '?',
  35312.             'DcSiteBundle\\Controller\\Unicommerce\\FinanceController:getCarStructuredDataCarUsed' => '?',
  35313.             'DcSiteBundle\\Controller\\Unicommerce\\MainController:getCarPageStructuredData' => '?',
  35314.             'DcSiteBundle\\Controller\\Unicommerce\\MainController:getCarStructuredDataCarInStock' => '?',
  35315.             'DcSiteBundle\\Controller\\Unicommerce\\MainController:getCarStructuredDataCarUsed' => '?',
  35316.             'DcSiteBundle\\Controller\\Unicommerce\\MainController:index' => '?',
  35317.             'DcSiteBundle\\Controller\\UsedCarModuleController:getCarPageStructuredData' => '?',
  35318.             'DcSiteBundle\\Controller\\UsedCarModuleController:getCarStructuredDataCarInStock' => '?',
  35319.             'DcSiteBundle\\Controller\\UsedCarModuleController:getCarStructuredDataCarUsed' => '?',
  35320.             'DcSiteBundle\\Controller\\UsedCarModuleController:usedCatalog' => '?',
  35321.             'DcSiteBundle\\Controller\\UsedCarPdfController:getCarPageStructuredData' => '?',
  35322.             'DcSiteBundle\\Controller\\UsedCarPdfController:getCarStructuredDataCarInStock' => '?',
  35323.             'DcSiteBundle\\Controller\\UsedCarPdfController:getCarStructuredDataCarUsed' => '?',
  35324.             'DcSiteBundle\\Controller\\Volvo\\AboutController:getCarPageStructuredData' => '?',
  35325.             'DcSiteBundle\\Controller\\Volvo\\AboutController:getCarStructuredDataCarInStock' => '?',
  35326.             'DcSiteBundle\\Controller\\Volvo\\AboutController:getCarStructuredDataCarUsed' => '?',
  35327.             'DcSiteBundle\\Controller\\Volvo\\AboutController:newsSingle' => '?',
  35328.             'DcSiteBundle\\Controller\\Volvo\\AboutController:staff' => '?',
  35329.             'DcSiteBundle\\Controller\\Volvo\\AccessoriesController:accessoriesCatalog' => '?',
  35330.             'DcSiteBundle\\Controller\\Volvo\\AccessoriesController:accessoriesCategory' => '?',
  35331.             'DcSiteBundle\\Controller\\Volvo\\AccessoriesController:accessoriesModel' => '?',
  35332.             'DcSiteBundle\\Controller\\Volvo\\AccessoriesController:accessoriesModelVariation' => '?',
  35333.             'DcSiteBundle\\Controller\\Volvo\\AccessoriesController:accessoriesPage' => '?',
  35334.             'DcSiteBundle\\Controller\\Volvo\\AccessoriesController:getCarPageStructuredData' => '?',
  35335.             'DcSiteBundle\\Controller\\Volvo\\AccessoriesController:getCarStructuredDataCarInStock' => '?',
  35336.             'DcSiteBundle\\Controller\\Volvo\\AccessoriesController:getCarStructuredDataCarUsed' => '?',
  35337.             'DcSiteBundle\\Controller\\Volvo\\BaseController:getCarPageStructuredData' => '?',
  35338.             'DcSiteBundle\\Controller\\Volvo\\BaseController:getCarStructuredDataCarInStock' => '?',
  35339.             'DcSiteBundle\\Controller\\Volvo\\BaseController:getCarStructuredDataCarUsed' => '?',
  35340.             'DcSiteBundle\\Controller\\Volvo\\BasketController:basket' => '?',
  35341.             'DcSiteBundle\\Controller\\Volvo\\BasketController:checkoutOrder' => '?',
  35342.             'DcSiteBundle\\Controller\\Volvo\\BasketController:getCarPageStructuredData' => '?',
  35343.             'DcSiteBundle\\Controller\\Volvo\\BasketController:getCarStructuredDataCarInStock' => '?',
  35344.             'DcSiteBundle\\Controller\\Volvo\\BasketController:getCarStructuredDataCarUsed' => '?',
  35345.             'DcSiteBundle\\Controller\\Volvo\\BasketController:order' => '?',
  35346.             'DcSiteBundle\\Controller\\Volvo\\CarController:carConfiguraion' => '?',
  35347.             'DcSiteBundle\\Controller\\Volvo\\CarController:carStocksCard' => '?',
  35348.             'DcSiteBundle\\Controller\\Volvo\\CarController:cardCar' => '?',
  35349.             'DcSiteBundle\\Controller\\Volvo\\CarController:category' => '?',
  35350.             'DcSiteBundle\\Controller\\Volvo\\CarController:getCarPageStructuredData' => '?',
  35351.             'DcSiteBundle\\Controller\\Volvo\\CarController:getCarStructuredDataCarInStock' => '?',
  35352.             'DcSiteBundle\\Controller\\Volvo\\CarController:getCarStructuredDataCarUsed' => '?',
  35353.             'DcSiteBundle\\Controller\\Volvo\\CarController:list' => '?',
  35354.             'DcSiteBundle\\Controller\\Volvo\\CarController:listPage' => '?',
  35355.             'DcSiteBundle\\Controller\\Volvo\\CarController:secondhandSingle' => '?',
  35356.             'DcSiteBundle\\Controller\\Volvo\\FinanceController:credit' => '?',
  35357.             'DcSiteBundle\\Controller\\Volvo\\FinanceController:getCarPageStructuredData' => '?',
  35358.             'DcSiteBundle\\Controller\\Volvo\\FinanceController:getCarStructuredDataCarInStock' => '?',
  35359.             'DcSiteBundle\\Controller\\Volvo\\FinanceController:getCarStructuredDataCarUsed' => '?',
  35360.             'DcSiteBundle\\Controller\\Volvo\\MainController:getCarPageStructuredData' => '?',
  35361.             'DcSiteBundle\\Controller\\Volvo\\MainController:getCarStructuredDataCarInStock' => '?',
  35362.             'DcSiteBundle\\Controller\\Volvo\\MainController:getCarStructuredDataCarUsed' => '?',
  35363.             'DcSiteBundle\\Controller\\Volvo\\MainController:index' => '?',
  35364.             'DcSiteBundle\\Controller\\Volvo\\MainController:menuInit' => '?',
  35365.             'DcSiteBundle\\Controller\\Volvo\\MainController:seveTempForm' => '?',
  35366.             'DcSiteBundle\\Controller\\Volvo\\MainController:specialOffersSingle' => '?',
  35367.             'DcSiteBundle\\Controller\\Volvo\\MainController:volvoTour17Save' => '?',
  35368.             'DcSiteBundle\\Controller\\Volvo\\MainController:volvoTourSave' => '?',
  35369.             'DcSiteBundle\\Controller\\Volvo\\ServiceController:calculationValuation' => '?',
  35370.             'DcSiteBundle\\Controller\\Volvo\\ServiceController:getCarPageStructuredData' => '?',
  35371.             'DcSiteBundle\\Controller\\Volvo\\ServiceController:getCarStructuredDataCarInStock' => '?',
  35372.             'DcSiteBundle\\Controller\\Volvo\\ServiceController:getCarStructuredDataCarUsed' => '?',
  35373.             'DcSiteBundle\\Controller\\WaterController:buildFilterUrl' => '?',
  35374.             'DcSiteBundle\\Controller\\WaterController:catalogVehicle' => '?',
  35375.             'DcSiteBundle\\Controller\\WaterController:getCarPageStructuredData' => '?',
  35376.             'DcSiteBundle\\Controller\\WaterController:getCarStructuredDataCarInStock' => '?',
  35377.             'DcSiteBundle\\Controller\\WaterController:getCarStructuredDataCarUsed' => '?',
  35378.             'DcSiteBundle\\Controller\\WaterController:getCatalogAccessory' => '?',
  35379.             'DcSiteBundle\\Controller\\WaterController:getPagination' => '?',
  35380.             'DcSiteBundle\\Controller\\WaterController:getWater' => '?',
  35381.             'DcSiteBundle\\Controller\\WaterController:getWaterAccessories' => '?',
  35382.             'DcSiteBundle\\Controller\\Yamaha\\AboutController:aboutNewsSingle' => '?',
  35383.             'DcSiteBundle\\Controller\\Yamaha\\AboutController:getCarPageStructuredData' => '?',
  35384.             'DcSiteBundle\\Controller\\Yamaha\\AboutController:getCarStructuredDataCarInStock' => '?',
  35385.             'DcSiteBundle\\Controller\\Yamaha\\AboutController:getCarStructuredDataCarUsed' => '?',
  35386.             'DcSiteBundle\\Controller\\Yamaha\\AccessoriesController:getCarPageStructuredData' => '?',
  35387.             'DcSiteBundle\\Controller\\Yamaha\\AccessoriesController:getCarStructuredDataCarInStock' => '?',
  35388.             'DcSiteBundle\\Controller\\Yamaha\\AccessoriesController:getCarStructuredDataCarUsed' => '?',
  35389.             'DcSiteBundle\\Controller\\Yamaha\\AjaxController:getCarPageStructuredData' => '?',
  35390.             'DcSiteBundle\\Controller\\Yamaha\\AjaxController:getCarStructuredDataCarInStock' => '?',
  35391.             'DcSiteBundle\\Controller\\Yamaha\\AjaxController:getCarStructuredDataCarUsed' => '?',
  35392.             'DcSiteBundle\\Controller\\Yamaha\\AjaxController:leasingCSave' => '?',
  35393.             'DcSiteBundle\\Controller\\Yamaha\\BaseController:getCarPageStructuredData' => '?',
  35394.             'DcSiteBundle\\Controller\\Yamaha\\BaseController:getCarStructuredDataCarInStock' => '?',
  35395.             'DcSiteBundle\\Controller\\Yamaha\\BaseController:getCarStructuredDataCarUsed' => '?',
  35396.             'DcSiteBundle\\Controller\\Yamaha\\BoatController:getCarPageStructuredData' => '?',
  35397.             'DcSiteBundle\\Controller\\Yamaha\\BoatController:getCarStructuredDataCarInStock' => '?',
  35398.             'DcSiteBundle\\Controller\\Yamaha\\BoatController:getCarStructuredDataCarUsed' => '?',
  35399.             'DcSiteBundle\\Controller\\Yamaha\\BoatEngineController:getCarPageStructuredData' => '?',
  35400.             'DcSiteBundle\\Controller\\Yamaha\\BoatEngineController:getCarStructuredDataCarInStock' => '?',
  35401.             'DcSiteBundle\\Controller\\Yamaha\\BoatEngineController:getCarStructuredDataCarUsed' => '?',
  35402.             'DcSiteBundle\\Controller\\Yamaha\\CatalogController:getCarPageStructuredData' => '?',
  35403.             'DcSiteBundle\\Controller\\Yamaha\\CatalogController:getCarStructuredDataCarInStock' => '?',
  35404.             'DcSiteBundle\\Controller\\Yamaha\\CatalogController:getCarStructuredDataCarUsed' => '?',
  35405.             'DcSiteBundle\\Controller\\Yamaha\\CatalogController:modelCard' => '?',
  35406.             'DcSiteBundle\\Controller\\Yamaha\\GeneratorController:getCarPageStructuredData' => '?',
  35407.             'DcSiteBundle\\Controller\\Yamaha\\GeneratorController:getCarStructuredDataCarInStock' => '?',
  35408.             'DcSiteBundle\\Controller\\Yamaha\\GeneratorController:getCarStructuredDataCarUsed' => '?',
  35409.             'DcSiteBundle\\Controller\\Yamaha\\MainController:getCarPageStructuredData' => '?',
  35410.             'DcSiteBundle\\Controller\\Yamaha\\MainController:getCarStructuredDataCarInStock' => '?',
  35411.             'DcSiteBundle\\Controller\\Yamaha\\MainController:getCarStructuredDataCarUsed' => '?',
  35412.             'DcSiteBundle\\Controller\\Yamaha\\NonMotorizedBoatController:getCarPageStructuredData' => '?',
  35413.             'DcSiteBundle\\Controller\\Yamaha\\NonMotorizedBoatController:getCarStructuredDataCarInStock' => '?',
  35414.             'DcSiteBundle\\Controller\\Yamaha\\NonMotorizedBoatController:getCarStructuredDataCarUsed' => '?',
  35415.             'DcSiteBundle\\Controller\\Yamaha\\ServiceController:getCarPageStructuredData' => '?',
  35416.             'DcSiteBundle\\Controller\\Yamaha\\ServiceController:getCarStructuredDataCarInStock' => '?',
  35417.             'DcSiteBundle\\Controller\\Yamaha\\ServiceController:getCarStructuredDataCarUsed' => '?',
  35418.             'DcSiteBundle\\Controller\\Yamaha\\ServicesController:getCarPageStructuredData' => '?',
  35419.             'DcSiteBundle\\Controller\\Yamaha\\ServicesController:getCarStructuredDataCarInStock' => '?',
  35420.             'DcSiteBundle\\Controller\\Yamaha\\ServicesController:getCarStructuredDataCarUsed' => '?',
  35421.             'DcSiteBundle\\Controller\\Yamaha\\ServicesController:leasing' => '?',
  35422.             'DcSiteBundle\\Controller\\Yamaha\\ServicesController:winterStorageHydrocycles' => '?',
  35423.             'DcSiteBundle\\Controller\\Yamaha\\StocksController:getCarPageStructuredData' => '?',
  35424.             'DcSiteBundle\\Controller\\Yamaha\\StocksController:getCarStructuredDataCarInStock' => '?',
  35425.             'DcSiteBundle\\Controller\\Yamaha\\StocksController:getCarStructuredDataCarUsed' => '?',
  35426.             'DcSiteBundle\\Controller\\Yamaha\\StocksController:stocksSingle' => '?',
  35427.             'FoundersBundle\\Controller\\BusinessController:business' => '?',
  35428.             'FoundersBundle\\Controller\\BusinessController:businessAvtomobilniy' => '?',
  35429.             'FoundersBundle\\Controller\\FamilyController:loadMorePosts' => '?',
  35430.             'FoundersBundle\\Controller\\InvestmentController:investmentCategory' => '?',
  35431.             'FoundersBundle\\Controller\\InvestmentController:socialInvestmentSingle' => '?',
  35432.             'FoundersBundle\\Controller\\MainController:index' => '?',
  35433.             'FoundersBundle\\Controller\\MediaController:postNews' => '?',
  35434.             'FoundersBundle\\Controller\\MediaController:postPublication' => '?',
  35435.             'FoundersBundle\\Controller\\MediaController:postSingle' => '?',
  35436.             'FoundersBundle\\Controller\\MediaController:postSolemnEvent' => '?',
  35437.             'FoundersBundle\\Controller\\SiteMapController:siteMap' => '?',
  35438.             'InsuranceBundle\\Controller\\AboutController:complianceSave' => '?',
  35439.             'InsuranceBundle\\Controller\\AboutController:getInsuranceCondition' => '?',
  35440.             'InsuranceBundle\\Controller\\AboutController:getMediationService' => '?',
  35441.             'InsuranceBundle\\Controller\\AboutController:vacansySingle' => '?',
  35442.             'InsuranceBundle\\Controller\\AuthController:loginCheck' => '?',
  35443.             'InsuranceBundle\\Controller\\BasketController:order' => '?',
  35444.             'InsuranceBundle\\Controller\\CabinetController:cabinet' => '?',
  35445.             'InsuranceBundle\\Controller\\CabinetController:changeCasco' => '?',
  35446.             'InsuranceBundle\\Controller\\CabinetController:fastAuthLogin' => '?',
  35447.             'InsuranceBundle\\Controller\\CabinetController:prolongation' => '?',
  35448.             'InsuranceBundle\\Controller\\CabinetController:senFb' => '?',
  35449.             'InsuranceBundle\\Controller\\CabinetController:signContract' => '?',
  35450.             'InsuranceBundle\\Controller\\FormController:advancedQuestion' => '?',
  35451.             'InsuranceBundle\\Controller\\FormController:callback' => '?',
  35452.             'InsuranceBundle\\Controller\\FormController:orderInsurance' => '?',
  35453.             'InsuranceBundle\\Controller\\ProgramsController:autofortressKasco' => '?',
  35454.             'InsuranceBundle\\Controller\\ProgramsController:calc' => '?',
  35455.             'InsuranceBundle\\Controller\\ProgramsController:cascoOptions' => '?',
  35456.             'InsuranceBundle\\Controller\\ProgramsController:completeKasco' => '?',
  35457.             'InsuranceBundle\\Controller\\ProgramsController:dgo' => '?',
  35458.             'InsuranceBundle\\Controller\\ProgramsController:estimate' => '?',
  35459.             'InsuranceBundle\\Controller\\ProgramsController:extendedWarranty' => '?',
  35460.             'InsuranceBundle\\Controller\\ProgramsController:fiftyKasco' => '?',
  35461.             'InsuranceBundle\\Controller\\ProgramsController:getModels' => '?',
  35462.             'InsuranceBundle\\Controller\\ProgramsController:homeInsurance' => '?',
  35463.             'InsuranceBundle\\Controller\\ProgramsController:informDoc' => '?',
  35464.             'InsuranceBundle\\Controller\\ProgramsController:informDocPage' => '?',
  35465.             'InsuranceBundle\\Controller\\ProgramsController:initCalc' => '?',
  35466.             'InsuranceBundle\\Controller\\ProgramsController:kasco' => '?',
  35467.             'InsuranceBundle\\Controller\\ProgramsController:lightKasco' => '?',
  35468.             'InsuranceBundle\\Controller\\ProgramsController:miniKasco' => '?',
  35469.             'InsuranceBundle\\Controller\\ProgramsController:ogo' => '?',
  35470.             'InsuranceBundle\\Controller\\ProgramsController:topDriverAction' => '?',
  35471.             'InsuranceBundle\\Controller\\ServiceController:bankIdCallback' => '?',
  35472.             'InsuranceBundle\\Controller\\ServiceController:bankIdTest' => '?',
  35473.             'IntegrationBundle\\Controller\\Dealer\\MainController:branch' => '?',
  35474.             'IntegrationBundle\\Controller\\Dealer\\MainController:branchByDealerUid' => '?',
  35475.             'IntegrationBundle\\Controller\\Dealer\\MainController:checkSignature' => '?',
  35476.             'IntegrationBundle\\Controller\\Dealer\\MainController:dealerIntegrationLogin' => '?',
  35477.             'IntegrationBundle\\Controller\\Dealer\\MainController:getDocumentsQrByDealerUid' => '?',
  35478.             'IntegrationBundle\\Controller\\Dealer\\MainController:getQr' => '?',
  35479.             'IntegrationBundle\\Controller\\Dealer\\MainController:getQrByDealerUid' => '?',
  35480.             'IntegrationBundle\\Controller\\Dealer\\MainController:info' => '?',
  35481.             'IntegrationBundle\\Controller\\Diia\\MainController:callBackProcess' => '?',
  35482.             'IntegrationBundle\\Controller\\Diia\\MainController:callBackSignatureProcess' => '?',
  35483.             'LeasingBundle\\Controller\\AboutController:team' => '?',
  35484.             'LeasingBundle\\Controller\\MainController:getCraftedSlides' => '?',
  35485.             'LeasingBundle\\Controller\\MainController:index' => '?',
  35486.             'LeasingBundle\\Controller\\SiteMapController:getCarPageStructuredData' => '?',
  35487.             'LeasingBundle\\Controller\\SiteMapController:getCarStructuredDataCarInStock' => '?',
  35488.             'LeasingBundle\\Controller\\SiteMapController:getCarStructuredDataCarUsed' => '?',
  35489.             'MyBundle\\Controller\\AuthController:codeLogin' => '?',
  35490.             'MyBundle\\Controller\\AuthController:codeLoginNewPhone' => '?',
  35491.             'MyBundle\\Controller\\AuthController:confirmRegistration' => '?',
  35492.             'MyBundle\\Controller\\AuthController:getCode' => '?',
  35493.             'MyBundle\\Controller\\AuthController:getCodeChangePhone' => '?',
  35494.             'MyBundle\\Controller\\AuthController:getCodeRecovery' => '?',
  35495.             'MyBundle\\Controller\\AuthController:login' => '?',
  35496.             'MyBundle\\Controller\\AuthController:loginCheck' => '?',
  35497.             'MyBundle\\Controller\\AuthController:logout' => '?',
  35498.             'MyBundle\\Controller\\AuthController:referralRegister' => '?',
  35499.             'MyBundle\\Controller\\AuthController:referralRegisterConfirm' => '?',
  35500.             'MyBundle\\Controller\\AuthController:register' => '?',
  35501.             'MyBundle\\Controller\\AuthController:resendRegistrationCode' => '?',
  35502.             'MyBundle\\Controller\\AuthController:sendRecoverEmail' => '?',
  35503.             'MyBundle\\Controller\\AuthController:setNewPhone' => '?',
  35504.             'MyBundle\\Controller\\AuthController:setPassword' => '?',
  35505.             'MyBundle\\Controller\\AuthController:setRecoveryPassword' => '?',
  35506.             'MyBundle\\Controller\\BasketController:addAccessory' => '?',
  35507.             'MyBundle\\Controller\\BasketController:addCasco' => '?',
  35508.             'MyBundle\\Controller\\BasketController:addItemsToBasket' => '?',
  35509.             'MyBundle\\Controller\\BasketController:changeCount' => '?',
  35510.             'MyBundle\\Controller\\BasketController:getBasketByType' => '?',
  35511.             'MyBundle\\Controller\\BasketController:init' => '?',
  35512.             'MyBundle\\Controller\\BasketController:order' => '?',
  35513.             'MyBundle\\Controller\\BasketController:removeItem' => '?',
  35514.             'MyBundle\\Controller\\BasketController:toggleInstall' => '?',
  35515.             'MyBundle\\Controller\\BasketController:toggleInstallAccessory' => '?',
  35516.             'MyBundle\\Controller\\GarageController:findDoc' => '?',
  35517.             'MyBundle\\Controller\\GarageController:findNumber' => '?',
  35518.             'MyBundle\\Controller\\GarageController:init' => '?',
  35519.             'MyBundle\\Controller\\MainController:credentialsGetCode' => '?',
  35520.             'MyBundle\\Controller\\MainController:credentialsSetData' => '?',
  35521.             'MyBundle\\Controller\\MainController:dataUsageRules' => '?',
  35522.             'MyBundle\\Controller\\MainController:getSignCode' => '?',
  35523.             'MyBundle\\Controller\\MainController:index' => '?',
  35524.             'MyBundle\\Controller\\MainController:sign' => '?',
  35525.             'MyBundle\\Controller\\OnlineActivityController:historyConf' => '?',
  35526.             'MyBundle\\Controller\\OnlineActivityController:historyCredit' => '?',
  35527.             'MyBundle\\Controller\\OnlineActivityController:historyRewiev' => '?',
  35528.             'MyBundle\\Controller\\OnlineActivityController:init' => '?',
  35529.             'MyBundle\\Controller\\OrderController:getCities' => '?',
  35530.             'MyBundle\\Controller\\OrderController:getStatusPay' => '?',
  35531.             'MyBundle\\Controller\\OrderController:getStreets' => '?',
  35532.             'MyBundle\\Controller\\OrderController:getWarehouses' => '?',
  35533.             'MyBundle\\Controller\\OrderController:init' => '?',
  35534.             'MyBundle\\Controller\\ProfileCalculatorEmployeeController:index' => '?',
  35535.             'MyBundle\\Controller\\ProfileCalculatorEmployeeController:programs' => '?',
  35536.             'MyBundle\\Controller\\ProfileCalculatorEmployeeController:save' => '?',
  35537.             'MyBundle\\Controller\\ProfileCalculatorEmployeeController:toPDF' => '?',
  35538.             'MyBundle\\Controller\\ProfileCalculatorEmployeeController:toPDFAnnuity' => '?',
  35539.             'MyBundle\\Controller\\ProfileCalculatorEmployeeController:toPDFStandard' => '?',
  35540.             'MyBundle\\Controller\\ProfileCalculatorEmployeeController:toReport' => '?',
  35541.             'MyBundle\\Controller\\ProfileController:carSingle' => '?',
  35542.             'MyBundle\\Controller\\ProfileController:insCalc' => '?',
  35543.             'MyBundle\\Controller\\ProfileController:insCalcByCar' => '?',
  35544.             'MyBundle\\Controller\\ProfileController:orderService' => '?',
  35545.             'MyBundle\\Controller\\ProfileController:orderServiceByParameters' => '?',
  35546.             'MyBundle\\Controller\\ProfileController:orderTestDrive' => '?',
  35547.             'MyBundle\\Controller\\ProfileController:orders' => '?',
  35548.             'MyBundle\\Controller\\ProfileController:quality' => '?',
  35549.             'MyBundle\\Controller\\ProfileController:referralSend' => '?',
  35550.             'MyBundle\\Controller\\ProfileController:sendCaseToEmail' => '?',
  35551.             'MyBundle\\Controller\\ProfileController:sendSmsCode' => '?',
  35552.             'MyBundle\\Controller\\ProfileController:support' => '?',
  35553.             'MyBundle\\Controller\\ProfileController:updateEmail' => '?',
  35554.             'MyBundle\\Controller\\ProfileController:wishList' => '?',
  35555.             'PortalBundle\\Controller\\AboutController:about' => '?',
  35556.             'PortalBundle\\Controller\\AboutController:blog' => '?',
  35557.             'PortalBundle\\Controller\\AboutController:blogSingle' => '?',
  35558.             'PortalBundle\\Controller\\AboutController:career' => '?',
  35559.             'PortalBundle\\Controller\\AboutController:contactsSingle' => '?',
  35560.             'PortalBundle\\Controller\\AboutController:singleVacancies' => '?',
  35561.             'PortalBundle\\Controller\\AboutController:vacancies' => '?',
  35562.             'PortalBundle\\Controller\\AjaxController:businessCSave' => '?',
  35563.             'PortalBundle\\Controller\\AjaxController:businessTSave' => '?',
  35564.             'PortalBundle\\Controller\\AjaxController:catalogData' => '?',
  35565.             'PortalBundle\\Controller\\AjaxController:catalogInit' => '?',
  35566.             'PortalBundle\\Controller\\AjaxController:creditMerchant' => '?',
  35567.             'PortalBundle\\Controller\\AjaxController:dealerInit' => '?',
  35568.             'PortalBundle\\Controller\\AjaxController:leasingCSave' => '?',
  35569.             'PortalBundle\\Controller\\AjaxController:leasingTSave' => '?',
  35570.             'PortalBundle\\Controller\\AjaxController:postData' => '?',
  35571.             'PortalBundle\\Controller\\AjaxController:unicomerceConsultService' => '?',
  35572.             'PortalBundle\\Controller\\CarController:archive' => '?',
  35573.             'PortalBundle\\Controller\\CarController:catalog' => '?',
  35574.             'PortalBundle\\Controller\\CarController:inStockOne' => '?',
  35575.             'PortalBundle\\Controller\\CarController:index' => '?',
  35576.             'PortalBundle\\Controller\\CarController:usedCar' => '?',
  35577.             'PortalBundle\\Controller\\CarController:vehicleInStock' => '?',
  35578.             'PortalBundle\\Controller\\CarController:vehicleUsed' => '?',
  35579.             'PortalBundle\\Controller\\CatalogController:catalog' => '?',
  35580.             'PortalBundle\\Controller\\CatalogController:catalogCategory' => '?',
  35581.             'PortalBundle\\Controller\\CatalogController:catalogSearch' => '?',
  35582.             'PortalBundle\\Controller\\CatalogController:catalogSearchApi' => '?',
  35583.             'PortalBundle\\Controller\\CatalogController:getChangeFilter' => '?',
  35584.             'PortalBundle\\Controller\\CatalogController:getDealersFromFilter' => '?',
  35585.             'PortalBundle\\Controller\\CatalogController:getDealersFromSelectedFilter' => '?',
  35586.             'PortalBundle\\Controller\\CatalogController:initVehicleFilterUrl' => '?',
  35587.             'PortalBundle\\Controller\\CatalogController:saveCallback' => '?',
  35588.             'PortalBundle\\Controller\\ComparisonController:featured' => '?',
  35589.             'PortalBundle\\Controller\\ComparisonController:getComparisonByItems' => '?',
  35590.             'PortalBundle\\Controller\\ComparisonController:init' => '?',
  35591.             'PortalBundle\\Controller\\ContactsController:contacts' => '?',
  35592.             'PortalBundle\\Controller\\ContactsController:supportSave' => '?',
  35593.             'PortalBundle\\Controller\\CrmActionController:resultsActivitiesAction' => '?',
  35594.             'PortalBundle\\Controller\\CrmActionController:sendReportAction' => '?',
  35595.             'PortalBundle\\Controller\\FeaturedController:addToFeatured' => '?',
  35596.             'PortalBundle\\Controller\\FeaturedController:removeFromFav' => '?',
  35597.             'PortalBundle\\Controller\\FinanceController:business' => '?',
  35598.             'PortalBundle\\Controller\\FinanceController:creditInit' => '?',
  35599.             'PortalBundle\\Controller\\FinanceController:creditProgramByFirstPayment' => '?',
  35600.             'PortalBundle\\Controller\\FinanceController:creditProgramVehicleWithMinMaxPrice' => '?',
  35601.             'PortalBundle\\Controller\\FinanceController:getCrmDataByUUID' => '?',
  35602.             'PortalBundle\\Controller\\FinanceController:insurance' => '?',
  35603.             'PortalBundle\\Controller\\FinanceController:saveCreditCalculationUserData' => '?',
  35604.             'PortalBundle\\Controller\\FinanceController:saveCreditPageReview' => '?',
  35605.             'PortalBundle\\Controller\\FoundersController:founders' => '?',
  35606.             'PortalBundle\\Controller\\FoundersController:foundersBiography' => '?',
  35607.             'PortalBundle\\Controller\\FoundersController:foundersBiographySingle' => '?',
  35608.             'PortalBundle\\Controller\\FoundersController:foundersNewsSingle' => '?',
  35609.             'PortalBundle\\Controller\\FoundersController:foundersPhoto' => '?',
  35610.             'PortalBundle\\Controller\\FoundersController:foundersPublicationsSingle' => '?',
  35611.             'PortalBundle\\Controller\\FoundersController:foundersVideo' => '?',
  35612.             'PortalBundle\\Controller\\LandingController:saveLandingForm' => '?',
  35613.             'PortalBundle\\Controller\\LinkMinifyController:gotoLink' => '?',
  35614.             'PortalBundle\\Controller\\MainController:addNewUnsubscribe' => '?',
  35615.             'PortalBundle\\Controller\\MainController:qualitySave' => '?',
  35616.             'PortalBundle\\Controller\\MainController:qualityService' => '?',
  35617.             'PortalBundle\\Controller\\MainController:qualityServiceTech' => '?',
  35618.             'PortalBundle\\Controller\\MainController:questionnaireCRMSaveAction' => '?',
  35619.             'PortalBundle\\Controller\\MainController:questionnaireCRMService' => '?',
  35620.             'PortalBundle\\Controller\\MainController:questionnaireSave' => '?',
  35621.             'PortalBundle\\Controller\\MainController:questionnaireService' => '?',
  35622.             'PortalBundle\\Controller\\MainController:saveContest_10000' => '?',
  35623.             'PortalBundle\\Controller\\MainController:subscriptionManagement' => '?',
  35624.             'PortalBundle\\Controller\\PostController:actions' => '?',
  35625.             'PortalBundle\\Controller\\PostController:actionsSingle' => '?',
  35626.             'PortalBundle\\Controller\\PostController:news' => '?',
  35627.             'PortalBundle\\Controller\\PostController:newsByDealer' => '?',
  35628.             'PortalBundle\\Controller\\PostController:newsSingle' => '?',
  35629.             'PortalBundle\\Controller\\ProgramsController:cascoOptions' => '?',
  35630.             'PortalBundle\\Controller\\ProgramsController:estimate' => '?',
  35631.             'PortalBundle\\Controller\\ProgramsController:getModels' => '?',
  35632.             'PortalBundle\\Controller\\ProgramsController:initCalc' => '?',
  35633.             'PortalBundle\\Controller\\ProgramsController:sendForm' => '?',
  35634.             'PortalBundle\\Controller\\ReviewsController:init' => '?',
  35635.             'PortalBundle\\Controller\\ReviewsController:like' => '?',
  35636.             'PortalBundle\\Controller\\ReviewsController:save' => '?',
  35637.             'PortalBundle\\Controller\\SaleController:commission' => '?',
  35638.             'PortalBundle\\Controller\\SaleController:feedbackForm' => '?',
  35639.             'PortalBundle\\Controller\\SearchController:search' => '?',
  35640.             'PortalBundle\\Controller\\ServiceController:accessories' => '?',
  35641.             'PortalBundle\\Controller\\ServiceController:bodyRepair' => '?',
  35642.             'PortalBundle\\Controller\\ServiceController:bodyRepairCategory' => '?',
  35643.             'PortalBundle\\Controller\\ServiceController:bodyRepairSubCategory' => '?',
  35644.             'PortalBundle\\Controller\\ServiceController:byDealer' => '?',
  35645.             'PortalBundle\\Controller\\ServiceController:byDealer2' => '?',
  35646.             'PortalBundle\\Controller\\ServiceController:byDealer3' => '?',
  35647.             'PortalBundle\\Controller\\ServiceController:byDealer4' => '?',
  35648.             'PortalBundle\\Controller\\ServiceController:carRepair' => '?',
  35649.             'PortalBundle\\Controller\\ServiceController:getBlogPostsAction' => '?',
  35650.             'PortalBundle\\Controller\\ServiceController:getBlogsCategoriesAction' => '?',
  35651.             'PortalBundle\\Controller\\ServiceController:initRepairCalc' => '?',
  35652.             'PortalBundle\\Controller\\ServiceController:multiConsultationTestdriveForm' => '?',
  35653.             'PortalBundle\\Controller\\ServiceController:nightServiceAgreement' => '?',
  35654.             'PortalBundle\\Controller\\ServiceController:parts' => '?',
  35655.             'PortalBundle\\Controller\\ServiceController:prepareToSendBlogPosts' => '?',
  35656.             'PortalBundle\\Controller\\ServiceController:saveLeadAccessory' => '?',
  35657.             'PortalBundle\\Controller\\ServiceController:savePopupFormBodyRepair' => '?',
  35658.             'PortalBundle\\Controller\\ServiceController:service' => '?',
  35659.             'PortalBundle\\Controller\\ServiceController:serviceFormSave' => '?',
  35660.             'PortalBundle\\Controller\\ServiceController:serviceInit' => '?',
  35661.             'PortalBundle\\Controller\\ServiceController:servicePageContentDealer' => '?',
  35662.             'PortalBundle\\Controller\\ServiceController:servicePageSubWorkGroup' => '?',
  35663.             'PortalBundle\\Controller\\ServiceController:servicePageWorkGroup' => '?',
  35664.             'PortalBundle\\Controller\\ServiceController:servicePageWorkGroupBrand' => '?',
  35665.             'PortalBundle\\Controller\\ServiceController:servicePageWorkGroupBrandCalc' => '?',
  35666.             'PortalBundle\\Controller\\ServiceController:servicePageWorkGroupModel' => '?',
  35667.             'PortalBundle\\Controller\\ServiceController:servicePageWorkGroupModelCalc' => '?',
  35668.             'PortalBundle\\Controller\\ServiceController:tiresHotel' => '?',
  35669.             'PortalBundle\\Controller\\ServiceController:to' => '?',
  35670.             'PortalBundle\\Controller\\ServiceController:toBrand' => '?',
  35671.             'PortalBundle\\Controller\\ServiceController:toModel' => '?',
  35672.             'PortalBundle\\Controller\\ServiceWorkWidgetController:download' => '?',
  35673.             'PortalBundle\\Controller\\ServiceWorkWidgetController:getRegulationData' => '?',
  35674.             'PortalBundle\\Controller\\ServiceWorkWidgetController:init' => '?',
  35675.             'PortalBundle\\Controller\\ServiceWorkWidgetController:reg' => '?',
  35676.             'PortalBundle\\Controller\\ServiceWorkWidgetController:regulationWidget' => '?',
  35677.             'PortalBundle\\Controller\\ServiceWorkWidgetController:variations' => '?',
  35678.             'PortalBundle\\Controller\\SiteMapController:portal' => '?',
  35679.             'PortalBundle\\Controller\\StockController:catalogCategory' => '?',
  35680.             'PortalBundle\\Controller\\StockController:getChangeFilter' => '?',
  35681.             'PortalBundle\\Controller\\StockController:inStock' => '?',
  35682.             'PortalBundle\\Controller\\StockController:inStockApi' => '?',
  35683.             'PortalBundle\\Controller\\StockController:initVehicleFilterUrl' => '?',
  35684.             'PortalBundle\\Controller\\UnicomersController:aboutUnicomers' => '?',
  35685.             'PortalBundle\\Controller\\UnicomersController:unicomersProjects' => '?',
  35686.             'PortalBundle\\Controller\\UnicomersController:unicomersSave' => '?',
  35687.             'kernel:loadRoutes' => '?',
  35688.             'kernel:registerContainerConfiguration' => '?',
  35689.         ]);
  35690.     }
  35691.     /**
  35692.      * Gets the private '.service_locator.U9V0get' shared service.
  35693.      *
  35694.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  35695.      */
  35696.     protected function get_ServiceLocator_U9V0getService()
  35697.     {
  35698.         return $this->privates['.service_locator.U9V0get'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  35699.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  35700.             'paginationModel' => ['services''DcSiteBundle\\Model\\Pagination''getPaginationService'false],
  35701.         ], [
  35702.             'em' => '?',
  35703.             'paginationModel' => 'DcSiteBundle\\Model\\Pagination',
  35704.         ]);
  35705.     }
  35706.     /**
  35707.      * Gets the private '.service_locator.UQw9vS_' shared service.
  35708.      *
  35709.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  35710.      */
  35711.     protected function get_ServiceLocator_UQw9vSService()
  35712.     {
  35713.         return $this->privates['.service_locator.UQw9vS_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  35714.             'vehicleService' => ['privates''DcSiteBundle\\Services\\Subaru\\VehicleService''getVehicleService2Service'false],
  35715.         ], [
  35716.             'vehicleService' => 'DcSiteBundle\\Services\\Subaru\\VehicleService',
  35717.         ]);
  35718.     }
  35719.     /**
  35720.      * Gets the private '.service_locator.V9wc21a' shared service.
  35721.      *
  35722.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  35723.      */
  35724.     protected function get_ServiceLocator_V9wc21aService()
  35725.     {
  35726.         return $this->privates['.service_locator.V9wc21a'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  35727.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  35728.             'postModel' => ['services''core.post.model''getCore_Post_ModelService'false],
  35729.         ], [
  35730.             'em' => '?',
  35731.             'postModel' => '?',
  35732.         ]);
  35733.     }
  35734.     /**
  35735.      * Gets the private '.service_locator.VS1NuLa' shared service.
  35736.      *
  35737.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  35738.      */
  35739.     protected function get_ServiceLocator_VS1NuLaService()
  35740.     {
  35741.         return $this->privates['.service_locator.VS1NuLa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  35742.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  35743.             'serviceWork' => ['services''core.service.work.model''getCore_Service_Work_ModelService'false],
  35744.         ], [
  35745.             'em' => '?',
  35746.             'serviceWork' => '?',
  35747.         ]);
  35748.     }
  35749.     /**
  35750.      * Gets the private '.service_locator.VSyfYDS' shared service.
  35751.      *
  35752.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  35753.      */
  35754.     protected function get_ServiceLocator_VSyfYDSService()
  35755.     {
  35756.         return $this->privates['.service_locator.VSyfYDS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  35757.             'pagesService' => ['services''DcSiteBundle\\Services\\ModelRange\\Pages\\PagesService''getPagesServiceService'false],
  35758.         ], [
  35759.             'pagesService' => 'DcSiteBundle\\Services\\ModelRange\\Pages\\PagesService',
  35760.         ]);
  35761.     }
  35762.     /**
  35763.      * Gets the private '.service_locator.VZ1K3DK' shared service.
  35764.      *
  35765.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  35766.      */
  35767.     protected function get_ServiceLocator_VZ1K3DKService()
  35768.     {
  35769.         return $this->privates['.service_locator.VZ1K3DK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  35770.             'coreFormFactory' => ['services''core.form.factory''getCore_Form_FactoryService'false],
  35771.             'informationDocumentService' => ['services''insurance.information.documents''getInsurance_Information_DocumentsService'false],
  35772.         ], [
  35773.             'coreFormFactory' => '?',
  35774.             'informationDocumentService' => '?',
  35775.         ]);
  35776.     }
  35777.     /**
  35778.      * Gets the private '.service_locator.Vl6pzII' shared service.
  35779.      *
  35780.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  35781.      */
  35782.     protected function get_ServiceLocator_Vl6pzIIService()
  35783.     {
  35784.         return $this->privates['.service_locator.Vl6pzII'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  35785.             'creditModel' => ['services''dcsite.credit.model''getDcsite_Credit_ModelService'false],
  35786.             'vehicleViewService' => ['services''DcSiteBundle\\Services\\VehicleViewService''getVehicleViewServiceService'false],
  35787.         ], [
  35788.             'creditModel' => '?',
  35789.             'vehicleViewService' => 'DcSiteBundle\\Services\\VehicleViewService',
  35790.         ]);
  35791.     }
  35792.     /**
  35793.      * Gets the private '.service_locator.VlvxJ48' shared service.
  35794.      *
  35795.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  35796.      */
  35797.     protected function get_ServiceLocator_VlvxJ48Service()
  35798.     {
  35799.         return $this->privates['.service_locator.VlvxJ48'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  35800.             'vehicle' => ['privates''.errored..service_locator.VlvxJ48.CoreBundle\\Model\\Vehicles\\Vehicle'NULL'Cannot autowire service ".service_locator.VlvxJ48": it references class "CoreBundle\\Model\\Vehicles\\Vehicle" but no such service exists.'],
  35801.         ], [
  35802.             'vehicle' => 'CoreBundle\\Model\\Vehicles\\Vehicle',
  35803.         ]);
  35804.     }
  35805.     /**
  35806.      * Gets the private '.service_locator.Vo3ehyT' shared service.
  35807.      *
  35808.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  35809.      */
  35810.     protected function get_ServiceLocator_Vo3ehyTService()
  35811.     {
  35812.         return $this->privates['.service_locator.Vo3ehyT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  35813.             'catalog' => ['services''PortalBundle\\Model\\Catalog''getCatalogService'false],
  35814.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  35815.             'vehicleFactory' => ['services''CoreBundle\\Factory\\Vehicle''getVehicleService'false],
  35816.         ], [
  35817.             'catalog' => 'PortalBundle\\Model\\Catalog',
  35818.             'em' => '?',
  35819.             'vehicleFactory' => 'CoreBundle\\Factory\\Vehicle',
  35820.         ]);
  35821.     }
  35822.     /**
  35823.      * Gets the private '.service_locator.VotP57c' shared service.
  35824.      *
  35825.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  35826.      */
  35827.     protected function get_ServiceLocator_VotP57cService()
  35828.     {
  35829.         return $this->privates['.service_locator.VotP57c'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  35830.             'router' => ['services''router''getRouterService'false],
  35831.             'twigMedia' => ['services''sonata.media.twig.extension''getSonata_Media_Twig_ExtensionService'false],
  35832.             'vehicleFactory' => ['services''CoreBundle\\Factory\\Vehicle''getVehicleService'false],
  35833.             'vehicleRepository' => ['services''CoreBundle\\Model\\Vehicles\\Repository''getRepositoryService'false],
  35834.         ], [
  35835.             'router' => '?',
  35836.             'twigMedia' => '?',
  35837.             'vehicleFactory' => 'CoreBundle\\Factory\\Vehicle',
  35838.             'vehicleRepository' => 'CoreBundle\\Model\\Vehicles\\Repository',
  35839.         ]);
  35840.     }
  35841.     /**
  35842.      * Gets the private '.service_locator.VrM5mf6' shared service.
  35843.      *
  35844.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  35845.      */
  35846.     protected function get_ServiceLocator_VrM5mf6Service()
  35847.     {
  35848.         return $this->privates['.service_locator.VrM5mf6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  35849.             'branchManager' => ['privates''IntegrationBundle\\Service\\Diia\\Actions\\BranchManager''getBranchManagerService'false],
  35850.         ], [
  35851.             'branchManager' => 'IntegrationBundle\\Service\\Diia\\Actions\\BranchManager',
  35852.         ]);
  35853.     }
  35854.     /**
  35855.      * Gets the private '.service_locator.WxudIxS' shared service.
  35856.      *
  35857.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  35858.      */
  35859.     protected function get_ServiceLocator_WxudIxSService()
  35860.     {
  35861.         return $this->privates['.service_locator.WxudIxS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  35862.             'catalogService' => ['services''AutomarketBundle\\Services\\CatalogService''getCatalogServiceService'false],
  35863.         ], [
  35864.             'catalogService' => 'AutomarketBundle\\Services\\CatalogService',
  35865.         ]);
  35866.     }
  35867.     /**
  35868.      * Gets the private '.service_locator.X5QFwji' shared service.
  35869.      *
  35870.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  35871.      */
  35872.     protected function get_ServiceLocator_X5QFwjiService()
  35873.     {
  35874.         return $this->privates['.service_locator.X5QFwji'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  35875.             'usedVehicleService' => ['services''DcSiteBundle\\Services\\UsedVehicleService''getUsedVehicleServiceService'false],
  35876.         ], [
  35877.             'usedVehicleService' => 'DcSiteBundle\\Services\\UsedVehicleService',
  35878.         ]);
  35879.     }
  35880.     /**
  35881.      * Gets the private '.service_locator.XDzSyfH' shared service.
  35882.      *
  35883.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  35884.      */
  35885.     protected function get_ServiceLocator_XDzSyfHService()
  35886.     {
  35887.         return $this->privates['.service_locator.XDzSyfH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  35888.             'mediaExtensionVidi' => ['services''sonata.media.twig.extension''getSonata_Media_Twig_ExtensionService'false],
  35889.             'postModel' => ['services''founders.post.model''getFounders_Post_ModelService'false],
  35890.         ], [
  35891.             'mediaExtensionVidi' => '?',
  35892.             'postModel' => '?',
  35893.         ]);
  35894.     }
  35895.     /**
  35896.      * Gets the private '.service_locator.XFuUi12' shared service.
  35897.      *
  35898.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  35899.      */
  35900.     protected function get_ServiceLocator_XFuUi12Service()
  35901.     {
  35902.         return $this->privates['.service_locator.XFuUi12'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  35903.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  35904.             'tokenStorage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  35905.         ], [
  35906.             'eventDispatcher' => '?',
  35907.             'tokenStorage' => '?',
  35908.         ]);
  35909.     }
  35910.     /**
  35911.      * Gets the private '.service_locator.XGmp1Lg' shared service.
  35912.      *
  35913.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  35914.      */
  35915.     protected function get_ServiceLocator_XGmp1LgService()
  35916.     {
  35917.         return $this->privates['.service_locator.XGmp1Lg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  35918.             'historyManager' => ['services''dc.history.manager''getDc_History_ManagerService'false],
  35919.             'vehicleService' => ['services''dc.vehicle.service''getDc_Vehicle_ServiceService'false],
  35920.         ], [
  35921.             'historyManager' => '?',
  35922.             'vehicleService' => '?',
  35923.         ]);
  35924.     }
  35925.     /**
  35926.      * Gets the private '.service_locator.XL4NeP9' shared service.
  35927.      *
  35928.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  35929.      */
  35930.     protected function get_ServiceLocator_XL4NeP9Service()
  35931.     {
  35932.         return $this->privates['.service_locator.XL4NeP9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  35933.             'autoRia' => ['services''core.autoria.api''getCore_Autoria_ApiService'false],
  35934.             'rate' => ['privates''.errored..service_locator.XL4NeP9.CoreBundle\\Model\\Rate'NULL'Cannot autowire service ".service_locator.XL4NeP9": it references class "CoreBundle\\Model\\Rate" but no such service exists. You should maybe alias this class to one of these existing services: "core.model.rate", "core.winner_rate.model".'],
  35935.         ], [
  35936.             'autoRia' => '?',
  35937.             'rate' => 'CoreBundle\\Model\\Rate',
  35938.         ]);
  35939.     }
  35940.     /**
  35941.      * Gets the private '.service_locator.XXxu50j' shared service.
  35942.      *
  35943.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  35944.      */
  35945.     protected function get_ServiceLocator_XXxu50jService()
  35946.     {
  35947.         return $this->privates['.service_locator.XXxu50j'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  35948.             'formService' => ['privates''.errored..service_locator.XXxu50j.DcSiteBundle\\Services\\Marine\\FormService'NULL'Cannot autowire service ".service_locator.XXxu50j": it references class "DcSiteBundle\\Services\\Marine\\FormService" but no such service exists. You should maybe alias this class to the existing "dc.marine.form.service" service.'],
  35949.         ], [
  35950.             'formService' => 'DcSiteBundle\\Services\\Marine\\FormService',
  35951.         ]);
  35952.     }
  35953.     /**
  35954.      * Gets the private '.service_locator.XbWzu0X' shared service.
  35955.      *
  35956.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  35957.      */
  35958.     protected function get_ServiceLocator_XbWzu0XService()
  35959.     {
  35960.         return $this->privates['.service_locator.XbWzu0X'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  35961.             'accessoryService' => ['services''dc.accessory.service''getDc_Accessory_ServiceService'false],
  35962.             'historyManager' => ['services''dc.history.manager''getDc_History_ManagerService'false],
  35963.             'vehicleService' => ['services''dc.vehicle.service''getDc_Vehicle_ServiceService'false],
  35964.             'vehicleSubaruService' => ['privates''DcSiteBundle\\Services\\Subaru\\VehicleService''getVehicleService2Service'false],
  35965.         ], [
  35966.             'accessoryService' => '?',
  35967.             'historyManager' => '?',
  35968.             'vehicleService' => '?',
  35969.             'vehicleSubaruService' => 'DcSiteBundle\\Services\\Subaru\\VehicleService',
  35970.         ]);
  35971.     }
  35972.     /**
  35973.      * Gets the private '.service_locator.Xq42A4p' shared service.
  35974.      *
  35975.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  35976.      */
  35977.     protected function get_ServiceLocator_Xq42A4pService()
  35978.     {
  35979.         return $this->privates['.service_locator.Xq42A4p'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  35980.             'branchManager' => ['privates''IntegrationBundle\\Service\\Diia\\Actions\\BranchManager''getBranchManagerService'false],
  35981.             'offerManager' => ['privates''IntegrationBundle\\Service\\Diia\\Actions\\OfferManager''getOfferManagerService'false],
  35982.         ], [
  35983.             'branchManager' => 'IntegrationBundle\\Service\\Diia\\Actions\\BranchManager',
  35984.             'offerManager' => 'IntegrationBundle\\Service\\Diia\\Actions\\OfferManager',
  35985.         ]);
  35986.     }
  35987.     /**
  35988.      * Gets the private '.service_locator.Y5YHy_.' shared service.
  35989.      *
  35990.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  35991.      */
  35992.     protected function get_ServiceLocator_Y5YHy_Service()
  35993.     {
  35994.         return $this->privates['.service_locator.Y5YHy_.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  35995.             'creditModel' => ['services''dcsite.credit.model''getDcsite_Credit_ModelService'false],
  35996.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  35997.             'vehicleFactory' => ['services''CoreBundle\\Factory\\Vehicle''getVehicleService'false],
  35998.         ], [
  35999.             'creditModel' => '?',
  36000.             'em' => '?',
  36001.             'vehicleFactory' => 'CoreBundle\\Factory\\Vehicle',
  36002.         ]);
  36003.     }
  36004.     /**
  36005.      * Gets the private '.service_locator.YtIWVqf' shared service.
  36006.      *
  36007.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36008.      */
  36009.     protected function get_ServiceLocator_YtIWVqfService()
  36010.     {
  36011.         return $this->privates['.service_locator.YtIWVqf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36012.             'diiaCallbackService' => ['privates''IntegrationBundle\\Service\\Diia\\DiiaCallbackService''getDiiaCallbackServiceService'false],
  36013.         ], [
  36014.             'diiaCallbackService' => 'IntegrationBundle\\Service\\Diia\\DiiaCallbackService',
  36015.         ]);
  36016.     }
  36017.     /**
  36018.      * Gets the private '.service_locator.YxbcU6p' shared service.
  36019.      *
  36020.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36021.      */
  36022.     protected function get_ServiceLocator_YxbcU6pService()
  36023.     {
  36024.         return $this->privates['.service_locator.YxbcU6p'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36025.             'creditModel' => ['services''dcsite.credit.model''getDcsite_Credit_ModelService'false],
  36026.             'leasingClient' => ['services''core.leasing.model''getCore_Leasing_ModelService'false],
  36027.             'vehicleFactory' => ['services''CoreBundle\\Factory\\Vehicle''getVehicleService'false],
  36028.             'vehicleViewService' => ['services''DcSiteBundle\\Services\\VehicleViewService''getVehicleViewServiceService'false],
  36029.         ], [
  36030.             'creditModel' => '?',
  36031.             'leasingClient' => '?',
  36032.             'vehicleFactory' => 'CoreBundle\\Factory\\Vehicle',
  36033.             'vehicleViewService' => 'DcSiteBundle\\Services\\VehicleViewService',
  36034.         ]);
  36035.     }
  36036.     /**
  36037.      * Gets the private '.service_locator.Z4T8XFt' shared service.
  36038.      *
  36039.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36040.      */
  36041.     protected function get_ServiceLocator_Z4T8XFtService()
  36042.     {
  36043.         return $this->privates['.service_locator.Z4T8XFt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36044.             'estimateCaptcha' => ['services''estimate.captcha''getEstimate_CaptchaService'false],
  36045.         ], [
  36046.             'estimateCaptcha' => '?',
  36047.         ]);
  36048.     }
  36049.     /**
  36050.      * Gets the private '.service_locator._LVtX3s' shared service.
  36051.      *
  36052.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36053.      */
  36054.     protected function get_ServiceLocator_LVtX3sService()
  36055.     {
  36056.         return $this->privates['.service_locator._LVtX3s'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36057.             'dataLayerModel' => ['services''core.data_layer.model''getCore_DataLayer_ModelService'false],
  36058.         ], [
  36059.             'dataLayerModel' => '?',
  36060.         ]);
  36061.     }
  36062.     /**
  36063.      * Gets the private '.service_locator._RvxFvy' shared service.
  36064.      *
  36065.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36066.      */
  36067.     protected function get_ServiceLocator_RvxFvyService()
  36068.     {
  36069.         return $this->privates['.service_locator._RvxFvy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36070.             'diiaService' => ['privates''IntegrationBundle\\Service\\Diia\\Actions\\ServiceRequestsManager''getServiceRequestsManagerService'false],
  36071.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  36072.             'offerManager' => ['privates''IntegrationBundle\\Service\\Diia\\Actions\\OfferManager''getOfferManagerService'false],
  36073.         ], [
  36074.             'diiaService' => 'IntegrationBundle\\Service\\Diia\\Actions\\ServiceRequestsManager',
  36075.             'logger' => '?',
  36076.             'offerManager' => 'IntegrationBundle\\Service\\Diia\\Actions\\OfferManager',
  36077.         ]);
  36078.     }
  36079.     /**
  36080.      * Gets the private '.service_locator._i.u3hs' shared service.
  36081.      *
  36082.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36083.      */
  36084.     protected function get_ServiceLocator_I_U3hsService()
  36085.     {
  36086.         return $this->privates['.service_locator._i.u3hs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36087.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  36088.             'inStockVehicleFactory' => ['services''core.factory.in-stock-vehicle''getCore_Factory_InstockvehicleService'false],
  36089.         ], [
  36090.             'em' => '?',
  36091.             'inStockVehicleFactory' => '?',
  36092.         ]);
  36093.     }
  36094.     /**
  36095.      * Gets the private '.service_locator.aH4IuZJ' shared service.
  36096.      *
  36097.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36098.      */
  36099.     protected function get_ServiceLocator_AH4IuZJService()
  36100.     {
  36101.         return $this->privates['.service_locator.aH4IuZJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36102.             'apiServer1C' => ['services''core.api.1c_online_service''getCore_Api_1cOnlineServiceService'false],
  36103.             'orderModel' => ['services''order.model''getOrder_ModelService'false],
  36104.             'portmoneAcquiring' => ['services''portmone.acquiring''getPortmone_AcquiringService'false],
  36105.         ], [
  36106.             'apiServer1C' => '?',
  36107.             'orderModel' => '?',
  36108.             'portmoneAcquiring' => '?',
  36109.         ]);
  36110.     }
  36111.     /**
  36112.      * Gets the private '.service_locator.aKM6MDa' shared service.
  36113.      *
  36114.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36115.      */
  36116.     protected function get_ServiceLocator_AKM6MDaService()
  36117.     {
  36118.         return $this->privates['.service_locator.aKM6MDa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36119.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  36120.         ], [
  36121.             'entityManager' => '?',
  36122.         ]);
  36123.     }
  36124.     /**
  36125.      * Gets the private '.service_locator.aY._gF8' shared service.
  36126.      *
  36127.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36128.      */
  36129.     protected function get_ServiceLocator_AY_GF8Service()
  36130.     {
  36131.         return $this->privates['.service_locator.aY._gF8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36132.             'goodsModel' => ['privates''.errored..service_locator.aY._gF8.CoreBundle\\Model\\Shop\\Goods'NULL'Cannot autowire service ".service_locator.aY._gF8": it references class "CoreBundle\\Model\\Shop\\Goods" but no such service exists. You should maybe alias this class to the existing "core.shop.goods" service.'],
  36133.         ], [
  36134.             'goodsModel' => 'CoreBundle\\Model\\Shop\\Goods',
  36135.         ]);
  36136.     }
  36137.     /**
  36138.      * Gets the private '.service_locator.afpyXRq' shared service.
  36139.      *
  36140.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36141.      */
  36142.     protected function get_ServiceLocator_AfpyXRqService()
  36143.     {
  36144.         return $this->privates['.service_locator.afpyXRq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36145.             'actionsService' => ['services''DcSiteBundle\\Services\\ActionsService''getActionsServiceService'false],
  36146.         ], [
  36147.             'actionsService' => 'DcSiteBundle\\Services\\ActionsService',
  36148.         ]);
  36149.     }
  36150.     /**
  36151.      * Gets the private '.service_locator.bQifdW0' shared service.
  36152.      *
  36153.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36154.      */
  36155.     protected function get_ServiceLocator_BQifdW0Service()
  36156.     {
  36157.         return $this->privates['.service_locator.bQifdW0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36158.             'autoRia' => ['services''core.autoria.api''getCore_Autoria_ApiService'false],
  36159.             'rateModel' => ['privates''.errored..service_locator.bQifdW0.CoreBundle\\Model\\Rate'NULL'Cannot autowire service ".service_locator.bQifdW0": it references class "CoreBundle\\Model\\Rate" but no such service exists. You should maybe alias this class to one of these existing services: "core.model.rate", "core.winner_rate.model".'],
  36160.         ], [
  36161.             'autoRia' => '?',
  36162.             'rateModel' => 'CoreBundle\\Model\\Rate',
  36163.         ]);
  36164.     }
  36165.     /**
  36166.      * Gets the private '.service_locator.bYwR8h3' shared service.
  36167.      *
  36168.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36169.      */
  36170.     protected function get_ServiceLocator_BYwR8h3Service()
  36171.     {
  36172.         return $this->privates['.service_locator.bYwR8h3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36173.             'router' => ['services''router''getRouterService'false],
  36174.         ], [
  36175.             'router' => '?',
  36176.         ]);
  36177.     }
  36178.     /**
  36179.      * Gets the private '.service_locator.bq4EbkH' shared service.
  36180.      *
  36181.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36182.      */
  36183.     protected function get_ServiceLocator_Bq4EbkHService()
  36184.     {
  36185.         return $this->privates['.service_locator.bq4EbkH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36186.             'manager' => ['privates''assets.packages''getAssets_PackagesService'false],
  36187.         ], [
  36188.             'manager' => '?',
  36189.         ]);
  36190.     }
  36191.     /**
  36192.      * Gets the private '.service_locator.cPysmXF' shared service.
  36193.      *
  36194.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36195.      */
  36196.     protected function get_ServiceLocator_CPysmXFService()
  36197.     {
  36198.         return $this->privates['.service_locator.cPysmXF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36199.             'postModel' => ['services''founders.post.model''getFounders_Post_ModelService'false],
  36200.         ], [
  36201.             'postModel' => '?',
  36202.         ]);
  36203.     }
  36204.     /**
  36205.      * Gets the private '.service_locator.cqzZA2M' shared service.
  36206.      *
  36207.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36208.      */
  36209.     protected function get_ServiceLocator_CqzZA2MService()
  36210.     {
  36211.         return $this->privates['.service_locator.cqzZA2M'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36212.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  36213.         ], [
  36214.             'eventDispatcher' => '?',
  36215.         ]);
  36216.     }
  36217.     /**
  36218.      * Gets the private '.service_locator.crpZdJI' shared service.
  36219.      *
  36220.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36221.      */
  36222.     protected function get_ServiceLocator_CrpZdJIService()
  36223.     {
  36224.         return $this->privates['.service_locator.crpZdJI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36225.             'creditModel' => ['services''dcsite.credit.model''getDcsite_Credit_ModelService'false],
  36226.         ], [
  36227.             'creditModel' => '?',
  36228.         ]);
  36229.     }
  36230.     /**
  36231.      * Gets the private '.service_locator.cvlNQ_Q' shared service.
  36232.      *
  36233.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36234.      */
  36235.     protected function get_ServiceLocator_CvlNQQService()
  36236.     {
  36237.         return $this->privates['.service_locator.cvlNQ_Q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36238.             'postModel' => ['services''core.post.model''getCore_Post_ModelService'false],
  36239.         ], [
  36240.             'postModel' => '?',
  36241.         ]);
  36242.     }
  36243.     /**
  36244.      * Gets the private '.service_locator.dDA.gPN' shared service.
  36245.      *
  36246.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36247.      */
  36248.     protected function get_ServiceLocator_DDA_GPNService()
  36249.     {
  36250.         return $this->privates['.service_locator.dDA.gPN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36251.             'imageProvider' => ['privates''.errored..service_locator.dDA.gPN.Sonata\\MediaBundle\\Provider\\ImageProviderInterface'NULL'Cannot autowire service ".service_locator.dDA.gPN": it references interface "Sonata\\MediaBundle\\Provider\\ImageProviderInterface" but no such service exists. You should maybe alias this interface to the existing "sonata.media.provider.image" service.'],
  36252.         ], [
  36253.             'imageProvider' => 'Sonata\\MediaBundle\\Provider\\ImageProviderInterface',
  36254.         ]);
  36255.     }
  36256.     /**
  36257.      * Gets the private '.service_locator.dJhgIo0' shared service.
  36258.      *
  36259.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36260.      */
  36261.     protected function get_ServiceLocator_DJhgIo0Service()
  36262.     {
  36263.         return $this->privates['.service_locator.dJhgIo0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36264.             'accessoryService' => ['services''dc.accessory.service''getDc_Accessory_ServiceService'false],
  36265.             'creditModel' => ['services''dcsite.credit.model''getDcsite_Credit_ModelService'false],
  36266.             'historyManager' => ['services''dc.history.manager''getDc_History_ManagerService'false],
  36267.             'vehicleService' => ['services''dc.vehicle.service''getDc_Vehicle_ServiceService'false],
  36268.         ], [
  36269.             'accessoryService' => '?',
  36270.             'creditModel' => '?',
  36271.             'historyManager' => '?',
  36272.             'vehicleService' => '?',
  36273.         ]);
  36274.     }
  36275.     /**
  36276.      * Gets the private '.service_locator.d_rtZkJ' shared service.
  36277.      *
  36278.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36279.      */
  36280.     protected function get_ServiceLocator_DRtZkJService()
  36281.     {
  36282.         return $this->privates['.service_locator.d_rtZkJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36283.             'eTachkiApi' => ['privates''.errored..service_locator.d_rtZkJ.CoreBundle\\Model\\Api\\eTachki\\eTachkiApi'NULL'Cannot autowire service ".service_locator.d_rtZkJ": it references class "CoreBundle\\Model\\Api\\eTachki\\eTachkiApi" but no such service exists. You should maybe alias this class to the existing "core.etachki.api" service.'],
  36284.             'estimateCaptcha' => ['services''estimate.captcha''getEstimate_CaptchaService'false],
  36285.         ], [
  36286.             'eTachkiApi' => 'CoreBundle\\Model\\Api\\eTachki\\eTachkiApi',
  36287.             'estimateCaptcha' => '?',
  36288.         ]);
  36289.     }
  36290.     /**
  36291.      * Gets the private '.service_locator.dbuQxiP' shared service.
  36292.      *
  36293.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36294.      */
  36295.     protected function get_ServiceLocator_DbuQxiPService()
  36296.     {
  36297.         return $this->privates['.service_locator.dbuQxiP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36298.             'authService' => ['privates''MyBundle\\Service\\AuthService''getAuthServiceService'false],
  36299.             'translator' => ['services''translator''getTranslatorService'false],
  36300.         ], [
  36301.             'authService' => 'MyBundle\\Service\\AuthService',
  36302.             'translator' => '?',
  36303.         ]);
  36304.     }
  36305.     /**
  36306.      * Gets the private '.service_locator.deiQyQr' shared service.
  36307.      *
  36308.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36309.      */
  36310.     protected function get_ServiceLocator_DeiQyQrService()
  36311.     {
  36312.         return $this->privates['.service_locator.deiQyQr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36313.             'infoBipSender' => ['services''my.sms.infobip.sender''getMy_Sms_Infobip_SenderService'false],
  36314.             'translator' => ['services''translator''getTranslatorService'false],
  36315.         ], [
  36316.             'infoBipSender' => '?',
  36317.             'translator' => '?',
  36318.         ]);
  36319.     }
  36320.     /**
  36321.      * Gets the private '.service_locator.eEFEjhf' shared service.
  36322.      *
  36323.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36324.      */
  36325.     protected function get_ServiceLocator_EEFEjhfService()
  36326.     {
  36327.         return $this->privates['.service_locator.eEFEjhf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36328.             'inStockVehicle' => ['services''core.factory.in-stock-vehicle''getCore_Factory_InstockvehicleService'false],
  36329.             'paginationModel' => ['services''DcSiteBundle\\Model\\Pagination''getPaginationService'false],
  36330.         ], [
  36331.             'inStockVehicle' => '?',
  36332.             'paginationModel' => 'DcSiteBundle\\Model\\Pagination',
  36333.         ]);
  36334.     }
  36335.     /**
  36336.      * Gets the private '.service_locator.eT6lY71' shared service.
  36337.      *
  36338.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36339.      */
  36340.     protected function get_ServiceLocator_ET6lY71Service()
  36341.     {
  36342.         return $this->privates['.service_locator.eT6lY71'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36343.             'ServiceVariation' => ['privates''.errored..service_locator.eT6lY71.DcSiteBundle\\Entity\\ServiceVariation'NULL'Cannot autowire service ".service_locator.eT6lY71": it references class "DcSiteBundle\\Entity\\ServiceVariation" but no such service exists.'],
  36344.             'dealer' => ['privates''.errored..service_locator.eT6lY71.CoreBundle\\Entity\\Dealer'NULL'Cannot autowire service ".service_locator.eT6lY71": it references class "CoreBundle\\Entity\\Dealer" but no such service exists.'],
  36345.         ], [
  36346.             'ServiceVariation' => 'DcSiteBundle\\Entity\\ServiceVariation',
  36347.             'dealer' => 'CoreBundle\\Entity\\Dealer',
  36348.         ]);
  36349.     }
  36350.     /**
  36351.      * Gets the private '.service_locator.eedAXXM' shared service.
  36352.      *
  36353.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36354.      */
  36355.     protected function get_ServiceLocator_EedAXXMService()
  36356.     {
  36357.         return $this->privates['.service_locator.eedAXXM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36358.             'infobipSmsSender' => ['services''my.sms.infobip.sender''getMy_Sms_Infobip_SenderService'false],
  36359.             'otpEntityFactory' => ['privates''MyBundle\\Factory\\OtpEntityFactory''getOtpEntityFactoryService'false],
  36360.             'translator' => ['services''translator''getTranslatorService'false],
  36361.         ], [
  36362.             'infobipSmsSender' => '?',
  36363.             'otpEntityFactory' => 'MyBundle\\Factory\\OtpEntityFactory',
  36364.             'translator' => '?',
  36365.         ]);
  36366.     }
  36367.     /**
  36368.      * Gets the private '.service_locator.epLYOaB' shared service.
  36369.      *
  36370.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36371.      */
  36372.     protected function get_ServiceLocator_EpLYOaBService()
  36373.     {
  36374.         return $this->privates['.service_locator.epLYOaB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36375.             'informationDocumentService' => ['services''insurance.information.documents''getInsurance_Information_DocumentsService'false],
  36376.         ], [
  36377.             'informationDocumentService' => '?',
  36378.         ]);
  36379.     }
  36380.     /**
  36381.      * Gets the private '.service_locator.epyKIZO' shared service.
  36382.      *
  36383.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36384.      */
  36385.     protected function get_ServiceLocator_EpyKIZOService()
  36386.     {
  36387.         return $this->privates['.service_locator.epyKIZO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36388.             'poolMedia' => ['services''sonata.media.pool''getSonata_Media_PoolService'false],
  36389.             'vehicleFactory' => ['services''CoreBundle\\Factory\\Vehicle''getVehicleService'false],
  36390.             'vehicleRepository' => ['services''CoreBundle\\Model\\Vehicles\\Repository''getRepositoryService'false],
  36391.         ], [
  36392.             'poolMedia' => '?',
  36393.             'vehicleFactory' => 'CoreBundle\\Factory\\Vehicle',
  36394.             'vehicleRepository' => 'CoreBundle\\Model\\Vehicles\\Repository',
  36395.         ]);
  36396.     }
  36397.     /**
  36398.      * Gets the private '.service_locator.fbnZ.Xz' shared service.
  36399.      *
  36400.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36401.      */
  36402.     protected function get_ServiceLocator_FbnZ_XzService()
  36403.     {
  36404.         return $this->privates['.service_locator.fbnZ.Xz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36405.             'bankIDService' => ['services''core.bankid.model''getCore_Bankid_ModelService'false],
  36406.         ], [
  36407.             'bankIDService' => '?',
  36408.         ]);
  36409.     }
  36410.     /**
  36411.      * Gets the private '.service_locator.fuUhxUY' shared service.
  36412.      *
  36413.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36414.      */
  36415.     protected function get_ServiceLocator_FuUhxUYService()
  36416.     {
  36417.         return $this->privates['.service_locator.fuUhxUY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36418.             'imageProviderVidi' => ['privates''.errored..service_locator.fuUhxUY.CoreBundle\\Services\\ImageProviderVidi'NULL'Cannot autowire service ".service_locator.fuUhxUY": it references class "CoreBundle\\Services\\ImageProviderVidi" but no such service exists. You should maybe alias this class to the existing "sonata.media.provider.image" service.'],
  36419.         ], [
  36420.             'imageProviderVidi' => 'CoreBundle\\Services\\ImageProviderVidi',
  36421.         ]);
  36422.     }
  36423.     /**
  36424.      * Gets the private '.service_locator.gGjIPR4' shared service.
  36425.      *
  36426.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36427.      */
  36428.     protected function get_ServiceLocator_GGjIPR4Service()
  36429.     {
  36430.         return $this->privates['.service_locator.gGjIPR4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36431.             'bankIDService' => ['services''core.bankid.model''getCore_Bankid_ModelService'false],
  36432.             'validUser' => ['services''core.user.valid''getCore_User_ValidService'false],
  36433.         ], [
  36434.             'bankIDService' => '?',
  36435.             'validUser' => '?',
  36436.         ]);
  36437.     }
  36438.     /**
  36439.      * Gets the private '.service_locator.gIHXUau' shared service.
  36440.      *
  36441.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36442.      */
  36443.     protected function get_ServiceLocator_GIHXUauService()
  36444.     {
  36445.         return $this->privates['.service_locator.gIHXUau'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36446.             'vehicleService' => ['privates''DcSiteBundle\\Services\\Subaru\\VehicleService''getVehicleService2Service'false],
  36447.             'viDiWorkerModel' => ['services''core.module.worker''getCore_Module_WorkerService'false],
  36448.         ], [
  36449.             'vehicleService' => 'DcSiteBundle\\Services\\Subaru\\VehicleService',
  36450.             'viDiWorkerModel' => '?',
  36451.         ]);
  36452.     }
  36453.     /**
  36454.      * Gets the private '.service_locator.g_WeAnl' shared service.
  36455.      *
  36456.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36457.      */
  36458.     protected function get_ServiceLocator_GWeAnlService()
  36459.     {
  36460.         return $this->privates['.service_locator.g_WeAnl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36461.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  36462.             'mediaExtensionVidi' => ['services''sonata.media.twig.extension''getSonata_Media_Twig_ExtensionService'false],
  36463.         ], [
  36464.             'em' => '?',
  36465.             'mediaExtensionVidi' => '?',
  36466.         ]);
  36467.     }
  36468.     /**
  36469.      * Gets the private '.service_locator.ggz.bjD' shared service.
  36470.      *
  36471.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36472.      */
  36473.     protected function get_ServiceLocator_Ggz_BjDService()
  36474.     {
  36475.         return $this->privates['.service_locator.ggz.bjD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36476.             'catalogModel' => ['services''dc.catalog.model''getDc_Catalog_ModelService'false],
  36477.         ], [
  36478.             'catalogModel' => '?',
  36479.         ]);
  36480.     }
  36481.     /**
  36482.      * Gets the private '.service_locator.hBa4opA' shared service.
  36483.      *
  36484.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36485.      */
  36486.     protected function get_ServiceLocator_HBa4opAService()
  36487.     {
  36488.         return $this->privates['.service_locator.hBa4opA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36489.             'infobipSmsSender' => ['services''my.sms.infobip.sender''getMy_Sms_Infobip_SenderService'false],
  36490.             'smsSender' => ['services''my.sms.sender''getMy_Sms_SenderService'false],
  36491.         ], [
  36492.             'infobipSmsSender' => '?',
  36493.             'smsSender' => '?',
  36494.         ]);
  36495.     }
  36496.     /**
  36497.      * Gets the private '.service_locator.hCzWLRq' shared service.
  36498.      *
  36499.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36500.      */
  36501.     protected function get_ServiceLocator_HCzWLRqService()
  36502.     {
  36503.         return $this->privates['.service_locator.hCzWLRq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36504.             'catalog' => ['services''dc.catalog.model''getDc_Catalog_ModelService'false],
  36505.         ], [
  36506.             'catalog' => '?',
  36507.         ]);
  36508.     }
  36509.     /**
  36510.      * Gets the private '.service_locator.hM6jGlz' shared service.
  36511.      *
  36512.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36513.      */
  36514.     protected function get_ServiceLocator_HM6jGlzService()
  36515.     {
  36516.         return $this->privates['.service_locator.hM6jGlz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36517.             'novaposhtaApi' => ['services''core.novaposhta.model''getCore_Novaposhta_ModelService'false],
  36518.         ], [
  36519.             'novaposhtaApi' => '?',
  36520.         ]);
  36521.     }
  36522.     /**
  36523.      * Gets the private '.service_locator.hRA9wft' shared service.
  36524.      *
  36525.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36526.      */
  36527.     protected function get_ServiceLocator_HRA9wftService()
  36528.     {
  36529.         return $this->privates['.service_locator.hRA9wft'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36530.             'authService' => ['privates''MyBundle\\Service\\AuthService''getAuthServiceService'false],
  36531.             'encoder' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  36532.             'translator' => ['services''translator''getTranslatorService'false],
  36533.         ], [
  36534.             'authService' => 'MyBundle\\Service\\AuthService',
  36535.             'encoder' => '?',
  36536.             'translator' => '?',
  36537.         ]);
  36538.     }
  36539.     /**
  36540.      * Gets the private '.service_locator.hbE1jcB' shared service.
  36541.      *
  36542.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36543.      */
  36544.     protected function get_ServiceLocator_HbE1jcBService()
  36545.     {
  36546.         return $this->privates['.service_locator.hbE1jcB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36547.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  36548.             'mediaExtensionVidi' => ['services''sonata.media.twig.extension''getSonata_Media_Twig_ExtensionService'false],
  36549.             'serviceWork' => ['services''core.service.work.model''getCore_Service_Work_ModelService'false],
  36550.         ], [
  36551.             'em' => '?',
  36552.             'mediaExtensionVidi' => '?',
  36553.             'serviceWork' => '?',
  36554.         ]);
  36555.     }
  36556.     /**
  36557.      * Gets the private '.service_locator.i5u19D9' shared service.
  36558.      *
  36559.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36560.      */
  36561.     protected function get_ServiceLocator_I5u19D9Service()
  36562.     {
  36563.         return $this->privates['.service_locator.i5u19D9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36564.             'actionsServiceWithoutLocale' => ['services''DcSiteBundle\\Services\\ActionsService''getActionsServiceService'false],
  36565.         ], [
  36566.             'actionsServiceWithoutLocale' => 'DcSiteBundle\\Services\\ActionsService',
  36567.         ]);
  36568.     }
  36569.     /**
  36570.      * Gets the private '.service_locator.iAV17HX' shared service.
  36571.      *
  36572.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36573.      */
  36574.     protected function get_ServiceLocator_IAV17HXService()
  36575.     {
  36576.         return $this->privates['.service_locator.iAV17HX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36577.             'eventSubscriber' => ['privates''.errored..service_locator.iAV17HX.Symfony\\Component\\EventDispatcher\\EventSubscriberInterface'NULL'Cannot autowire service ".service_locator.iAV17HX": it references interface "Symfony\\Component\\EventDispatcher\\EventSubscriberInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "core.controller_trace_listener", "CoreBundle\\EventListener\\AuthUserListener", "security.rememberme.response_listener", "debug.security.voter.vote_listener", "debug.security.firewall", "security.logout.listener.default.main", "security.logout.listener.session.main", "fos_user.security.interactive_login_listener", "fos_user.listener.authentication", "fos_user.listener.flash", "fos_user.listener.resetting", "sensio_framework_extra.controller.listener", "sensio_framework_extra.converter.listener", "sensio_framework_extra.view.listener", "sensio_framework_extra.cache.listener", "sensio_framework_extra.security.listener", "framework_extra_bundle.event.is_granted", "sonata.admin.event_listener.configure_crud_controller", "monolog.handler.console", "response_listener", "streamed_response_listener", "locale_listener", "validate_request_listener", "disallow_search_engine_index_response_listener", "exception_listener", "locale_aware_listener", "console.error_listener", "console.suggest_missing_package_subscriber", "mailer.envelope_listener", "mailer.message_logger_listener", "fragment.listener", "debug.debug_handlers_listener", "router_listener", "session_listener", "profiler_listener", "data_collector.request", "twig.mailer.message_listener", "debug.dump_listener", "web_profiler.debug_toolbar", "security.logout.listener.csrf_token_clearing".'],
  36578.             'tokenStorage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  36579.         ], [
  36580.             'eventSubscriber' => 'Symfony\\Component\\EventDispatcher\\EventSubscriberInterface',
  36581.             'tokenStorage' => '?',
  36582.         ]);
  36583.     }
  36584.     /**
  36585.      * Gets the private '.service_locator.iFbj50x' shared service.
  36586.      *
  36587.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36588.      */
  36589.     protected function get_ServiceLocator_IFbj50xService()
  36590.     {
  36591.         return $this->privates['.service_locator.iFbj50x'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36592.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  36593.             'userManager' => ['services''fos_user.user_manager''getFosUser_UserManagerService'false],
  36594.         ], [
  36595.             'mailer' => '?',
  36596.             'userManager' => '?',
  36597.         ]);
  36598.     }
  36599.     /**
  36600.      * Gets the private '.service_locator.iPDy3TP' shared service.
  36601.      *
  36602.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36603.      */
  36604.     protected function get_ServiceLocator_IPDy3TPService()
  36605.     {
  36606.         return $this->privates['.service_locator.iPDy3TP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36607.             'authService' => ['privates''MyBundle\\Service\\AuthService''getAuthServiceService'false],
  36608.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  36609.             'router' => ['services''router''getRouterService'false],
  36610.         ], [
  36611.             'authService' => 'MyBundle\\Service\\AuthService',
  36612.             'eventDispatcher' => '?',
  36613.             'router' => '?',
  36614.         ]);
  36615.     }
  36616.     /**
  36617.      * Gets the private '.service_locator.iYNY9GL' shared service.
  36618.      *
  36619.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36620.      */
  36621.     protected function get_ServiceLocator_IYNY9GLService()
  36622.     {
  36623.         return $this->privates['.service_locator.iYNY9GL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36624.             'factory' => ['services''core.form.factory''getCore_Form_FactoryService'false],
  36625.             'router' => ['services''router''getRouterService'false],
  36626.         ], [
  36627.             'factory' => '?',
  36628.             'router' => '?',
  36629.         ]);
  36630.     }
  36631.     /**
  36632.      * Gets the private '.service_locator.ifG2hg0' shared service.
  36633.      *
  36634.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36635.      */
  36636.     protected function get_ServiceLocator_IfG2hg0Service()
  36637.     {
  36638.         return $this->privates['.service_locator.ifG2hg0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36639.             'mvdServer' => ['services''core.api.mvd''getCore_Api_MvdService'false],
  36640.         ], [
  36641.             'mvdServer' => '?',
  36642.         ]);
  36643.     }
  36644.     /**
  36645.      * Gets the private '.service_locator.igK9bGO' shared service.
  36646.      *
  36647.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36648.      */
  36649.     protected function get_ServiceLocator_IgK9bGOService()
  36650.     {
  36651.         return $this->privates['.service_locator.igK9bGO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36652.             'adminPool' => ['privates''sonata.admin.pool''getSonata_Admin_PoolService'false],
  36653.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  36654.         ], [
  36655.             'adminPool' => '?',
  36656.             'em' => '?',
  36657.         ]);
  36658.     }
  36659.     /**
  36660.      * Gets the private '.service_locator.j7pJ6TX' shared service.
  36661.      *
  36662.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36663.      */
  36664.     protected function get_ServiceLocator_J7pJ6TXService()
  36665.     {
  36666.         return $this->privates['.service_locator.j7pJ6TX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36667.             'accessoryService' => ['services''dc.accessory.service''getDc_Accessory_ServiceService'false],
  36668.             'router' => ['services''router''getRouterService'false],
  36669.         ], [
  36670.             'accessoryService' => '?',
  36671.             'router' => '?',
  36672.         ]);
  36673.     }
  36674.     /**
  36675.      * Gets the private '.service_locator.kFMW2Ni' shared service.
  36676.      *
  36677.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36678.      */
  36679.     protected function get_ServiceLocator_KFMW2NiService()
  36680.     {
  36681.         return $this->privates['.service_locator.kFMW2Ni'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36682.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  36683.             'translator' => ['services''translator''getTranslatorService'false],
  36684.         ], [
  36685.             'mailer' => '?',
  36686.             'translator' => '?',
  36687.         ]);
  36688.     }
  36689.     /**
  36690.      * Gets the private '.service_locator.kIspYz7' shared service.
  36691.      *
  36692.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36693.      */
  36694.     protected function get_ServiceLocator_KIspYz7Service()
  36695.     {
  36696.         return $this->privates['.service_locator.kIspYz7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36697.             'actionsService' => ['services''DcSiteBundle\\Services\\ActionsService''getActionsServiceService'false],
  36698.             'inStockRepositoryModel' => ['services''core.model.vehicles.in-stock-repository''getCore_Model_Vehicles_InstockrepositoryService'false],
  36699.             'inStockVehicleFactory' => ['services''core.factory.in-stock-vehicle''getCore_Factory_InstockvehicleService'false],
  36700.         ], [
  36701.             'actionsService' => 'DcSiteBundle\\Services\\ActionsService',
  36702.             'inStockRepositoryModel' => '?',
  36703.             'inStockVehicleFactory' => '?',
  36704.         ]);
  36705.     }
  36706.     /**
  36707.      * Gets the private '.service_locator.kQSCQ9p' shared service.
  36708.      *
  36709.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36710.      */
  36711.     protected function get_ServiceLocator_KQSCQ9pService()
  36712.     {
  36713.         return $this->privates['.service_locator.kQSCQ9p'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36714.             'service' => ['privates''MyBundle\\Service\\ProfileCalculatorEmployeeService''getProfileCalculatorEmployeeServiceService'false],
  36715.         ], [
  36716.             'service' => 'MyBundle\\Service\\ProfileCalculatorEmployeeService',
  36717.         ]);
  36718.     }
  36719.     /**
  36720.      * Gets the private '.service_locator.l3XDe0i' shared service.
  36721.      *
  36722.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36723.      */
  36724.     protected function get_ServiceLocator_L3XDe0iService()
  36725.     {
  36726.         return $this->privates['.service_locator.l3XDe0i'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36727.             'informationDocumentService' => ['services''insurance.information.documents''getInsurance_Information_DocumentsService'false],
  36728.             'yearAmountService' => ['services''insurance.year.amount''getInsurance_Year_AmountService'false],
  36729.         ], [
  36730.             'informationDocumentService' => '?',
  36731.             'yearAmountService' => '?',
  36732.         ]);
  36733.     }
  36734.     /**
  36735.      * Gets the private '.service_locator.l3w0AMl' shared service.
  36736.      *
  36737.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36738.      */
  36739.     protected function get_ServiceLocator_L3w0AMlService()
  36740.     {
  36741.         return $this->privates['.service_locator.l3w0AMl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36742.             'mainSliderService' => ['services''DcSiteBundle\\Services\\MainSliderService''getMainSliderServiceService'false],
  36743.         ], [
  36744.             'mainSliderService' => 'DcSiteBundle\\Services\\MainSliderService',
  36745.         ]);
  36746.     }
  36747.     /**
  36748.      * Gets the private '.service_locator.led6AQo' shared service.
  36749.      *
  36750.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36751.      */
  36752.     protected function get_ServiceLocator_Led6AQoService()
  36753.     {
  36754.         return $this->privates['.service_locator.led6AQo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36755.             'businessService' => ['services''founders.services.business''getFounders_Services_BusinessService'false],
  36756.         ], [
  36757.             'businessService' => '?',
  36758.         ]);
  36759.     }
  36760.     /**
  36761.      * Gets the private '.service_locator.mCi_Qr6' shared service.
  36762.      *
  36763.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36764.      */
  36765.     protected function get_ServiceLocator_MCiQr6Service()
  36766.     {
  36767.         return $this->privates['.service_locator.mCi_Qr6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36768.             'mainService' => ['services''PortalBundle\\Services\\MainService''getMainService2Service'false],
  36769.         ], [
  36770.             'mainService' => 'PortalBundle\\Services\\MainService',
  36771.         ]);
  36772.     }
  36773.     /**
  36774.      * Gets the private '.service_locator.mMCqrqu' shared service.
  36775.      *
  36776.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36777.      */
  36778.     protected function get_ServiceLocator_MMCqrquService()
  36779.     {
  36780.         return $this->privates['.service_locator.mMCqrqu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36781.             'mailManager' => ['services''core.mail.manager''getCore_Mail_ManagerService'false],
  36782.         ], [
  36783.             'mailManager' => '?',
  36784.         ]);
  36785.     }
  36786.     /**
  36787.      * Gets the private '.service_locator.mx0UMmY' shared service.
  36788.      *
  36789.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36790.      */
  36791.     protected function get_ServiceLocator_Mx0UMmYService()
  36792.     {
  36793.         return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36794.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  36795.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  36796.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  36797.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  36798.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  36799.             'router' => ['services''router''getRouterService'false],
  36800.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  36801.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  36802.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  36803.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  36804.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  36805.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  36806.         ], [
  36807.             'doctrine' => '?',
  36808.             'form.factory' => '?',
  36809.             'http_kernel' => '?',
  36810.             'parameter_bag' => '?',
  36811.             'request_stack' => '?',
  36812.             'router' => '?',
  36813.             'security.authorization_checker' => '?',
  36814.             'security.csrf.token_manager' => '?',
  36815.             'security.token_storage' => '?',
  36816.             'serializer' => '?',
  36817.             'session' => '.session.deprecated',
  36818.             'twig' => '?',
  36819.         ]);
  36820.     }
  36821.     /**
  36822.      * Gets the private '.service_locator.n31No4C' shared service.
  36823.      *
  36824.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36825.      */
  36826.     protected function get_ServiceLocator_N31No4CService()
  36827.     {
  36828.         return $this->privates['.service_locator.n31No4C'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36829.             'formFactory' => ['privates''.errored..service_locator.n31No4C.Symfony\\Component\\Form\\FormFactory'NULL'Cannot autowire service ".service_locator.n31No4C": it references class "Symfony\\Component\\Form\\FormFactory" but no such service exists. Try changing the type-hint to "Symfony\\Component\\Form\\FormFactoryInterface" instead.'],
  36830.             'translator' => ['services''translator''getTranslatorService'false],
  36831.         ], [
  36832.             'formFactory' => 'Symfony\\Component\\Form\\FormFactory',
  36833.             'translator' => '?',
  36834.         ]);
  36835.     }
  36836.     /**
  36837.      * Gets the private '.service_locator.nPQASVN' shared service.
  36838.      *
  36839.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36840.      */
  36841.     protected function get_ServiceLocator_NPQASVNService()
  36842.     {
  36843.         return $this->privates['.service_locator.nPQASVN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36844.             'financeService' => ['services''portal.service.finance''getPortal_Service_FinanceService'false],
  36845.         ], [
  36846.             'financeService' => '?',
  36847.         ]);
  36848.     }
  36849.     /**
  36850.      * Gets the private '.service_locator.nU0f5Ib' shared service.
  36851.      *
  36852.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36853.      */
  36854.     protected function get_ServiceLocator_NU0f5IbService()
  36855.     {
  36856.         return $this->privates['.service_locator.nU0f5Ib'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36857.             'creditModel' => ['services''dcsite.credit.model''getDcsite_Credit_ModelService'false],
  36858.             'vehicleFactory' => ['services''CoreBundle\\Factory\\Vehicle''getVehicleService'false],
  36859.             'vehicleViewService' => ['services''DcSiteBundle\\Services\\VehicleViewService''getVehicleViewServiceService'false],
  36860.         ], [
  36861.             'creditModel' => '?',
  36862.             'vehicleFactory' => 'CoreBundle\\Factory\\Vehicle',
  36863.             'vehicleViewService' => 'DcSiteBundle\\Services\\VehicleViewService',
  36864.         ]);
  36865.     }
  36866.     /**
  36867.      * Gets the private '.service_locator.nhhyVEO' shared service.
  36868.      *
  36869.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36870.      */
  36871.     protected function get_ServiceLocator_NhhyVEOService()
  36872.     {
  36873.         return $this->privates['.service_locator.nhhyVEO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36874.             'model' => ['services''core.post.model''getCore_Post_ModelService'false],
  36875.         ], [
  36876.             'model' => '?',
  36877.         ]);
  36878.     }
  36879.     /**
  36880.      * Gets the private '.service_locator.nnWs9tQ' shared service.
  36881.      *
  36882.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36883.      */
  36884.     protected function get_ServiceLocator_NnWs9tQService()
  36885.     {
  36886.         return $this->privates['.service_locator.nnWs9tQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36887.             'catalog' => ['services''PortalBundle\\Model\\Catalog''getCatalogService'false],
  36888.         ], [
  36889.             'catalog' => 'PortalBundle\\Model\\Catalog',
  36890.         ]);
  36891.     }
  36892.     /**
  36893.      * Gets the private '.service_locator.onopnFE' shared service.
  36894.      *
  36895.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36896.      */
  36897.     protected function get_ServiceLocator_OnopnFEService()
  36898.     {
  36899.         return $this->privates['.service_locator.onopnFE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36900.             'callbackRequest' => ['services''core.callback''getCore_CallbackService'false],
  36901.         ], [
  36902.             'callbackRequest' => '?',
  36903.         ]);
  36904.     }
  36905.     /**
  36906.      * Gets the private '.service_locator.p.QtEBL' shared service.
  36907.      *
  36908.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36909.      */
  36910.     protected function get_ServiceLocator_P_QtEBLService()
  36911.     {
  36912.         return $this->privates['.service_locator.p.QtEBL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36913.             'apiServer1C' => ['services''core.api.1c_online_service''getCore_Api_1cOnlineServiceService'false],
  36914.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  36915.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  36916.         ], [
  36917.             'apiServer1C' => '?',
  36918.             'em' => '?',
  36919.             'mailer' => '?',
  36920.         ]);
  36921.     }
  36922.     /**
  36923.      * Gets the private '.service_locator.p7C0i3n' shared service.
  36924.      *
  36925.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36926.      */
  36927.     protected function get_ServiceLocator_P7C0i3nService()
  36928.     {
  36929.         return $this->privates['.service_locator.p7C0i3n'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36930.             'accessoryService' => ['services''dc.accessory.service''getDc_Accessory_ServiceService'false],
  36931.             'historyManager' => ['services''dc.history.manager''getDc_History_ManagerService'false],
  36932.             'vehicleService' => ['services''dc.vehicle.service''getDc_Vehicle_ServiceService'false],
  36933.         ], [
  36934.             'accessoryService' => '?',
  36935.             'historyManager' => '?',
  36936.             'vehicleService' => '?',
  36937.         ]);
  36938.     }
  36939.     /**
  36940.      * Gets the private '.service_locator.pDr_QHY' shared service.
  36941.      *
  36942.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36943.      */
  36944.     protected function get_ServiceLocator_PDrQHYService()
  36945.     {
  36946.         return $this->privates['.service_locator.pDr_QHY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36947.             'DTOFactory' => ['privates''MyBundle\\Factory\\AuthCodeDTOFactory''getAuthCodeDTOFactoryService'false],
  36948.             'infobipSmsSender' => ['services''my.sms.infobip.sender''getMy_Sms_Infobip_SenderService'false],
  36949.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  36950.             'otpEntityFactory' => ['privates''MyBundle\\Factory\\OtpEntityFactory''getOtpEntityFactoryService'false],
  36951.             'translator' => ['services''translator''getTranslatorService'false],
  36952.             'validator' => ['privates''MyBundle\\Service\\AuthDataValidator''getAuthDataValidatorService'false],
  36953.         ], [
  36954.             'DTOFactory' => 'MyBundle\\Factory\\AuthCodeDTOFactory',
  36955.             'infobipSmsSender' => '?',
  36956.             'logger' => '?',
  36957.             'otpEntityFactory' => 'MyBundle\\Factory\\OtpEntityFactory',
  36958.             'translator' => '?',
  36959.             'validator' => 'MyBundle\\Service\\AuthDataValidator',
  36960.         ]);
  36961.     }
  36962.     /**
  36963.      * Gets the private '.service_locator.pDuO8G2' shared service.
  36964.      *
  36965.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36966.      */
  36967.     protected function get_ServiceLocator_PDuO8G2Service()
  36968.     {
  36969.         return $this->privates['.service_locator.pDuO8G2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36970.             'formManager' => ['services''core.form.manager''getCore_Form_ManagerService'false],
  36971.             'vehiclesSubscriberService' => ['services''core.vehicles_subscriber.service''getCore_VehiclesSubscriber_ServiceService'false],
  36972.         ], [
  36973.             'formManager' => '?',
  36974.             'vehiclesSubscriberService' => '?',
  36975.         ]);
  36976.     }
  36977.     /**
  36978.      * Gets the private '.service_locator.pNUN3wT' shared service.
  36979.      *
  36980.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36981.      */
  36982.     protected function get_ServiceLocator_PNUN3wTService()
  36983.     {
  36984.         return $this->privates['.service_locator.pNUN3wT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36985.             'codeGenerator' => ['services''my.factory.otp.code.generator''getMy_Factory_Otp_Code_GeneratorService'false],
  36986.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  36987.             'translator' => ['services''translator''getTranslatorService'false],
  36988.             'userDTOFactory' => ['privates''MyBundle\\Factory\\RegUserDTOFactory''getRegUserDTOFactoryService'false],
  36989.             'userEntityFactory' => ['privates''MyBundle\\Factory\\UserEntityFactory''getUserEntityFactoryService'false],
  36990.             'validator' => ['privates''MyBundle\\Service\\AuthDataValidator''getAuthDataValidatorService'false],
  36991.         ], [
  36992.             'codeGenerator' => '?',
  36993.             'logger' => '?',
  36994.             'translator' => '?',
  36995.             'userDTOFactory' => 'MyBundle\\Factory\\RegUserDTOFactory',
  36996.             'userEntityFactory' => 'MyBundle\\Factory\\UserEntityFactory',
  36997.             'validator' => 'MyBundle\\Service\\AuthDataValidator',
  36998.         ]);
  36999.     }
  37000.     /**
  37001.      * Gets the private '.service_locator.piu06Jk' shared service.
  37002.      *
  37003.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37004.      */
  37005.     protected function get_ServiceLocator_Piu06JkService()
  37006.     {
  37007.         return $this->privates['.service_locator.piu06Jk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37008.             'poolMedia' => ['services''sonata.media.pool''getSonata_Media_PoolService'false],
  37009.         ], [
  37010.             'poolMedia' => '?',
  37011.         ]);
  37012.     }
  37013.     /**
  37014.      * Gets the private '.service_locator.pkfskCr' shared service.
  37015.      *
  37016.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37017.      */
  37018.     protected function get_ServiceLocator_PkfskCrService()
  37019.     {
  37020.         return $this->privates['.service_locator.pkfskCr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37021.             'vehicleFactory' => ['services''CoreBundle\\Factory\\Vehicle''getVehicleService'false],
  37022.         ], [
  37023.             'vehicleFactory' => 'CoreBundle\\Factory\\Vehicle',
  37024.         ]);
  37025.     }
  37026.     /**
  37027.      * Gets the private '.service_locator.q2ji3lu' shared service.
  37028.      *
  37029.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37030.      */
  37031.     protected function get_ServiceLocator_Q2ji3luService()
  37032.     {
  37033.         return $this->privates['.service_locator.q2ji3lu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37034.             'translator' => ['services''translator''getTranslatorService'false],
  37035.         ], [
  37036.             'translator' => '?',
  37037.         ]);
  37038.     }
  37039.     /**
  37040.      * Gets the private '.service_locator.qEHWGcv' shared service.
  37041.      *
  37042.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37043.      */
  37044.     protected function get_ServiceLocator_QEHWGcvService()
  37045.     {
  37046.         return $this->privates['.service_locator.qEHWGcv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37047.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  37048.             'imageProviderVidi' => ['privates''.errored..service_locator.qEHWGcv.CoreBundle\\Services\\ImageProviderVidi'NULL'Cannot autowire service ".service_locator.qEHWGcv": it references class "CoreBundle\\Services\\ImageProviderVidi" but no such service exists. You should maybe alias this class to the existing "sonata.media.provider.image" service.'],
  37049.         ], [
  37050.             'em' => '?',
  37051.             'imageProviderVidi' => 'CoreBundle\\Services\\ImageProviderVidi',
  37052.         ]);
  37053.     }
  37054.     /**
  37055.      * Gets the private '.service_locator.qNgubTn' shared service.
  37056.      *
  37057.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37058.      */
  37059.     protected function get_ServiceLocator_QNgubTnService()
  37060.     {
  37061.         return $this->privates['.service_locator.qNgubTn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37062.             'creditModel' => ['services''dcsite.credit.model''getDcsite_Credit_ModelService'false],
  37063.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  37064.             'historyManager' => ['services''dc.history.manager''getDc_History_ManagerService'false],
  37065.             'leasingClient' => ['services''core.leasing.model''getCore_Leasing_ModelService'false],
  37066.             'vehicleFactory' => ['services''CoreBundle\\Factory\\Vehicle''getVehicleService'false],
  37067.             'vehicleService' => ['services''dc.vehicle.service''getDc_Vehicle_ServiceService'false],
  37068.         ], [
  37069.             'creditModel' => '?',
  37070.             'em' => '?',
  37071.             'historyManager' => '?',
  37072.             'leasingClient' => '?',
  37073.             'vehicleFactory' => 'CoreBundle\\Factory\\Vehicle',
  37074.             'vehicleService' => '?',
  37075.         ]);
  37076.     }
  37077.     /**
  37078.      * Gets the private '.service_locator.r6ap4us' shared service.
  37079.      *
  37080.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37081.      */
  37082.     protected function get_ServiceLocator_R6ap4usService()
  37083.     {
  37084.         return $this->privates['.service_locator.r6ap4us'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37085.             'inStockRepositoryModel' => ['services''core.model.vehicles.in-stock-repository''getCore_Model_Vehicles_InstockrepositoryService'false],
  37086.             'servicePageService' => ['services''dc.service_page_service''getDc_ServicePageServiceService'false],
  37087.         ], [
  37088.             'inStockRepositoryModel' => '?',
  37089.             'servicePageService' => '?',
  37090.         ]);
  37091.     }
  37092.     /**
  37093.      * Gets the private '.service_locator.rVRfp.K' shared service.
  37094.      *
  37095.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37096.      */
  37097.     protected function get_ServiceLocator_RVRfp_KService()
  37098.     {
  37099.         return $this->privates['.service_locator.rVRfp.K'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37100.             'breadcrumbs' => ['privates''.errored..service_locator.rVRfp.K.PortalBundle\\Model\\Breadcrumbs'NULL'Cannot autowire service ".service_locator.rVRfp.K": it references class "PortalBundle\\Model\\Breadcrumbs" but no such service exists. You should maybe alias this class to the existing "portal.breadcrumbs" service.'],
  37101.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  37102.             'historyManager' => ['services''dc.history.manager''getDc_History_ManagerService'false],
  37103.             'vehicleFactory' => ['services''CoreBundle\\Factory\\Vehicle''getVehicleService'false],
  37104.         ], [
  37105.             'breadcrumbs' => 'PortalBundle\\Model\\Breadcrumbs',
  37106.             'em' => '?',
  37107.             'historyManager' => '?',
  37108.             'vehicleFactory' => 'CoreBundle\\Factory\\Vehicle',
  37109.         ]);
  37110.     }
  37111.     /**
  37112.      * Gets the private '.service_locator.so2VbTC' shared service.
  37113.      *
  37114.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37115.      */
  37116.     protected function get_ServiceLocator_So2VbTCService()
  37117.     {
  37118.         return $this->privates['.service_locator.so2VbTC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37119.             'inStockRepository' => ['services''core.model.vehicles.in-stock-repository''getCore_Model_Vehicles_InstockrepositoryService'false],
  37120.             'usedVehicleService' => ['services''DcSiteBundle\\Services\\UsedVehicleService''getUsedVehicleServiceService'false],
  37121.             'vehicleService' => ['services''dc.vehicle.service''getDc_Vehicle_ServiceService'false],
  37122.         ], [
  37123.             'inStockRepository' => '?',
  37124.             'usedVehicleService' => 'DcSiteBundle\\Services\\UsedVehicleService',
  37125.             'vehicleService' => '?',
  37126.         ]);
  37127.     }
  37128.     /**
  37129.      * Gets the private '.service_locator.sp3FnFY' shared service.
  37130.      *
  37131.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37132.      */
  37133.     protected function get_ServiceLocator_Sp3FnFYService()
  37134.     {
  37135.         return $this->privates['.service_locator.sp3FnFY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37136.             'manager' => ['privates''.errored..service_locator.sp3FnFY.Symfony\\Component\\Asset\\Package'NULL'Cannot autowire service ".service_locator.sp3FnFY": it references class "Symfony\\Component\\Asset\\Package" but no such service exists. You should maybe alias this class to one of these existing services: "assets.empty_package", "assets._default_package".'],
  37137.         ], [
  37138.             'manager' => 'Symfony\\Component\\Asset\\Package',
  37139.         ]);
  37140.     }
  37141.     /**
  37142.      * Gets the private '.service_locator.spC5qUi' shared service.
  37143.      *
  37144.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37145.      */
  37146.     protected function get_ServiceLocator_SpC5qUiService()
  37147.     {
  37148.         return $this->privates['.service_locator.spC5qUi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37149.             'infobipSmsSender' => ['services''my.sms.infobip.sender''getMy_Sms_Infobip_SenderService'false],
  37150.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  37151.             'referralDataDTOFactory' => ['privates''MyBundle\\Factory\\ReferralDataDTOFactory''getReferralDataDTOFactoryService'false],
  37152.             'router' => ['services''router''getRouterService'false],
  37153.             'stringGenerator' => ['privates''MyBundle\\Factory\\StringGenerator''getStringGeneratorService'false],
  37154.             'userEntityFactory' => ['privates''MyBundle\\Factory\\UserEntityFactory''getUserEntityFactoryService'false],
  37155.             'validator' => ['privates''MyBundle\\Service\\AuthDataValidator''getAuthDataValidatorService'false],
  37156.         ], [
  37157.             'infobipSmsSender' => '?',
  37158.             'logger' => '?',
  37159.             'referralDataDTOFactory' => 'MyBundle\\Factory\\ReferralDataDTOFactory',
  37160.             'router' => '?',
  37161.             'stringGenerator' => 'MyBundle\\Factory\\StringGenerator',
  37162.             'userEntityFactory' => 'MyBundle\\Factory\\UserEntityFactory',
  37163.             'validator' => 'MyBundle\\Service\\AuthDataValidator',
  37164.         ]);
  37165.     }
  37166.     /**
  37167.      * Gets the private '.service_locator.t6i3vFk' shared service.
  37168.      *
  37169.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37170.      */
  37171.     protected function get_ServiceLocator_T6i3vFkService()
  37172.     {
  37173.         return $this->privates['.service_locator.t6i3vFk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37174.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  37175.         ], [
  37176.             'em' => '?',
  37177.         ]);
  37178.     }
  37179.     /**
  37180.      * Gets the private '.service_locator.t9SfgZM' shared service.
  37181.      *
  37182.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37183.      */
  37184.     protected function get_ServiceLocator_T9SfgZMService()
  37185.     {
  37186.         return $this->privates['.service_locator.t9SfgZM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37187.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  37188.             'programModel' => ['services''insurance.program.model''getInsurance_Program_ModelService'false],
  37189.         ], [
  37190.             'em' => '?',
  37191.             'programModel' => '?',
  37192.         ]);
  37193.     }
  37194.     /**
  37195.      * Gets the private '.service_locator.tk7n0XJ' shared service.
  37196.      *
  37197.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37198.      */
  37199.     protected function get_ServiceLocator_Tk7n0XJService()
  37200.     {
  37201.         return $this->privates['.service_locator.tk7n0XJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37202.             'coreFormFactory' => ['services''core.form.factory''getCore_Form_FactoryService'false],
  37203.         ], [
  37204.             'coreFormFactory' => '?',
  37205.         ]);
  37206.     }
  37207.     /**
  37208.      * Gets the private '.service_locator.u4PE1en' shared service.
  37209.      *
  37210.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37211.      */
  37212.     protected function get_ServiceLocator_U4PE1enService()
  37213.     {
  37214.         return $this->privates['.service_locator.u4PE1en'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37215.             'apiServer1C' => ['services''core.api.1c_online_service''getCore_Api_1cOnlineServiceService'false],
  37216.             'mvdServer' => ['services''core.api.mvd''getCore_Api_MvdService'false],
  37217.         ], [
  37218.             'apiServer1C' => '?',
  37219.             'mvdServer' => '?',
  37220.         ]);
  37221.     }
  37222.     /**
  37223.      * Gets the private '.service_locator.u7zd_J6' shared service.
  37224.      *
  37225.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37226.      */
  37227.     protected function get_ServiceLocator_U7zdJ6Service()
  37228.     {
  37229.         return $this->privates['.service_locator.u7zd_J6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37230.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  37231.             'leasingClient' => ['services''core.leasing.model''getCore_Leasing_ModelService'false],
  37232.         ], [
  37233.             'em' => '?',
  37234.             'leasingClient' => '?',
  37235.         ]);
  37236.     }
  37237.     /**
  37238.      * Gets the private '.service_locator.uLECXDE' shared service.
  37239.      *
  37240.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37241.      */
  37242.     protected function get_ServiceLocator_ULECXDEService()
  37243.     {
  37244.         return $this->privates['.service_locator.uLECXDE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37245.             'fileProvider' => ['privates''.errored..service_locator.uLECXDE.Sonata\\MediaBundle\\Provider\\FileProvider'NULL'Cannot autowire service ".service_locator.uLECXDE": it references class "Sonata\\MediaBundle\\Provider\\FileProvider" but no such service exists. You should maybe alias this class to one of these existing services: "sonata.media.provider.image", "sonata.media.provider.file".'],
  37246.         ], [
  37247.             'fileProvider' => 'Sonata\\MediaBundle\\Provider\\FileProvider',
  37248.         ]);
  37249.     }
  37250.     /**
  37251.      * Gets the private '.service_locator.ugKwJNG' shared service.
  37252.      *
  37253.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37254.      */
  37255.     protected function get_ServiceLocator_UgKwJNGService()
  37256.     {
  37257.         return $this->privates['.service_locator.ugKwJNG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37258.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  37259.             'router' => ['services''router''getRouterService'false],
  37260.         ], [
  37261.             'mailer' => '?',
  37262.             'router' => '?',
  37263.         ]);
  37264.     }
  37265.     /**
  37266.      * Gets the private '.service_locator.unyn53X' shared service.
  37267.      *
  37268.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37269.      */
  37270.     protected function get_ServiceLocator_Unyn53XService()
  37271.     {
  37272.         return $this->privates['.service_locator.unyn53X'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37273.             'curl' => ['services''core.request.curl''getCore_Request_CurlService'false],
  37274.         ], [
  37275.             'curl' => '?',
  37276.         ]);
  37277.     }
  37278.     /**
  37279.      * Gets the private '.service_locator.vPdojDK' shared service.
  37280.      *
  37281.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37282.      */
  37283.     protected function get_ServiceLocator_VPdojDKService()
  37284.     {
  37285.         return $this->privates['.service_locator.vPdojDK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37286.             'catalog' => ['services''dc.catalog.model''getDc_Catalog_ModelService'false],
  37287.             'paginationModel' => ['services''DcSiteBundle\\Model\\Pagination''getPaginationService'false],
  37288.         ], [
  37289.             'catalog' => '?',
  37290.             'paginationModel' => 'DcSiteBundle\\Model\\Pagination',
  37291.         ]);
  37292.     }
  37293.     /**
  37294.      * Gets the private '.service_locator.vWeVjJy' shared service.
  37295.      *
  37296.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37297.      */
  37298.     protected function get_ServiceLocator_VWeVjJyService()
  37299.     {
  37300.         return $this->privates['.service_locator.vWeVjJy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37301.             'credit' => ['services''dcsite.credit.model''getDcsite_Credit_ModelService'false],
  37302.         ], [
  37303.             'credit' => '?',
  37304.         ]);
  37305.     }
  37306.     /**
  37307.      * Gets the private '.service_locator.vh9QwCp' shared service.
  37308.      *
  37309.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37310.      */
  37311.     protected function get_ServiceLocator_Vh9QwCpService()
  37312.     {
  37313.         return $this->privates['.service_locator.vh9QwCp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37314.             'acquiringModel' => ['services''order.model''getOrder_ModelService'false],
  37315.         ], [
  37316.             'acquiringModel' => '?',
  37317.         ]);
  37318.     }
  37319.     /**
  37320.      * Gets the private '.service_locator.vlbRuUo' shared service.
  37321.      *
  37322.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37323.      */
  37324.     protected function get_ServiceLocator_VlbRuUoService()
  37325.     {
  37326.         return $this->privates['.service_locator.vlbRuUo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37327.             'configuratorManager' => ['services''dc.configurator.manager''getDc_Configurator_ManagerService'false],
  37328.         ], [
  37329.             'configuratorManager' => '?',
  37330.         ]);
  37331.     }
  37332.     /**
  37333.      * Gets the private '.service_locator.w7N4v5d' shared service.
  37334.      *
  37335.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37336.      */
  37337.     protected function get_ServiceLocator_W7N4v5dService()
  37338.     {
  37339.         return $this->privates['.service_locator.w7N4v5d'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37340.             'authService' => ['privates''MyBundle\\Service\\AuthService''getAuthServiceService'false],
  37341.         ], [
  37342.             'authService' => 'MyBundle\\Service\\AuthService',
  37343.         ]);
  37344.     }
  37345.     /**
  37346.      * Gets the private '.service_locator.wPMW2co' shared service.
  37347.      *
  37348.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37349.      */
  37350.     protected function get_ServiceLocator_WPMW2coService()
  37351.     {
  37352.         return $this->privates['.service_locator.wPMW2co'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37353.             'accessoryService' => ['services''dc.accessory.service''getDc_Accessory_ServiceService'false],
  37354.             'historyManager' => ['services''dc.history.manager''getDc_History_ManagerService'false],
  37355.             'vehicleService' => ['services''dc.vehicle.service''getDc_Vehicle_ServiceService'false],
  37356.         ], [
  37357.             'accessoryService' => '?',
  37358.             'historyManager' => '?',
  37359.             'vehicleService' => '?',
  37360.         ]);
  37361.     }
  37362.     /**
  37363.      * Gets the private '.service_locator.wjoaFkq' shared service.
  37364.      *
  37365.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37366.      */
  37367.     protected function get_ServiceLocator_WjoaFkqService()
  37368.     {
  37369.         return $this->privates['.service_locator.wjoaFkq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37370.             'catalog' => ['services''PortalBundle\\Model\\Catalog''getCatalogService'false],
  37371.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  37372.             'router' => ['services''router''getRouterService'false],
  37373.             'serviceService' => ['services''portal.service.service''getPortal_Service_ServiceService'false],
  37374.             'serviceWork' => ['services''core.service.work.model''getCore_Service_Work_ModelService'false],
  37375.         ], [
  37376.             'catalog' => 'PortalBundle\\Model\\Catalog',
  37377.             'em' => '?',
  37378.             'router' => '?',
  37379.             'serviceService' => '?',
  37380.             'serviceWork' => '?',
  37381.         ]);
  37382.     }
  37383.     /**
  37384.      * Gets the private '.service_locator.wsl3qL2' shared service.
  37385.      *
  37386.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37387.      */
  37388.     protected function get_ServiceLocator_Wsl3qL2Service()
  37389.     {
  37390.         return $this->privates['.service_locator.wsl3qL2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37391.             'cartService' => ['services''core.cart.collection''getCore_Cart_CollectionService'false],
  37392.         ], [
  37393.             'cartService' => '?',
  37394.         ]);
  37395.     }
  37396.     /**
  37397.      * Gets the private '.service_locator.wyS5Sdi' shared service.
  37398.      *
  37399.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37400.      */
  37401.     protected function get_ServiceLocator_WyS5SdiService()
  37402.     {
  37403.         return $this->privates['.service_locator.wyS5Sdi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37404.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  37405.             'viDiWorkerModel' => ['services''core.module.worker''getCore_Module_WorkerService'false],
  37406.         ], [
  37407.             'em' => '?',
  37408.             'viDiWorkerModel' => '?',
  37409.         ]);
  37410.     }
  37411.     /**
  37412.      * Gets the private '.service_locator.x1vb0sC' shared service.
  37413.      *
  37414.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37415.      */
  37416.     protected function get_ServiceLocator_X1vb0sCService()
  37417.     {
  37418.         return $this->privates['.service_locator.x1vb0sC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37419.             'router' => ['services''router''getRouterService'false],
  37420.             'vehicleFactory' => ['services''CoreBundle\\Factory\\Vehicle''getVehicleService'false],
  37421.             'vehicleRepository' => ['services''CoreBundle\\Model\\Vehicles\\Repository''getRepositoryService'false],
  37422.         ], [
  37423.             'router' => '?',
  37424.             'vehicleFactory' => 'CoreBundle\\Factory\\Vehicle',
  37425.             'vehicleRepository' => 'CoreBundle\\Model\\Vehicles\\Repository',
  37426.         ]);
  37427.     }
  37428.     /**
  37429.      * Gets the private '.service_locator.x1zHfKd' shared service.
  37430.      *
  37431.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37432.      */
  37433.     protected function get_ServiceLocator_X1zHfKdService()
  37434.     {
  37435.         return $this->privates['.service_locator.x1zHfKd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37436.             'creditModel' => ['services''dcsite.credit.model''getDcsite_Credit_ModelService'false],
  37437.             'inStockVehicle' => ['services''core.factory.in-stock-vehicle''getCore_Factory_InstockvehicleService'false],
  37438.         ], [
  37439.             'creditModel' => '?',
  37440.             'inStockVehicle' => '?',
  37441.         ]);
  37442.     }
  37443.     /**
  37444.      * Gets the private '.service_locator.xUrKPVU' shared service.
  37445.      *
  37446.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37447.      */
  37448.     protected function get_ServiceLocator_XUrKPVUService()
  37449.     {
  37450.         return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37451.             'loader' => ['privates''.errored..service_locator.xUrKPVU.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "sonata.admin.route_loader", "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".'],
  37452.         ], [
  37453.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  37454.         ]);
  37455.     }
  37456.     /**
  37457.      * Gets the private '.service_locator.y5JThy2' shared service.
  37458.      *
  37459.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37460.      */
  37461.     protected function get_ServiceLocator_Y5JThy2Service()
  37462.     {
  37463.         return $this->privates['.service_locator.y5JThy2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37464.             'actionsService' => ['services''DcSiteBundle\\Services\\ActionsService''getActionsServiceService'false],
  37465.             'mainSliderService' => ['services''DcSiteBundle\\Services\\MainSliderService''getMainSliderServiceService'false],
  37466.         ], [
  37467.             'actionsService' => 'DcSiteBundle\\Services\\ActionsService',
  37468.             'mainSliderService' => 'DcSiteBundle\\Services\\MainSliderService',
  37469.         ]);
  37470.     }
  37471.     /**
  37472.      * Gets the private '.service_locator.ytkxHFW' shared service.
  37473.      *
  37474.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37475.      */
  37476.     protected function get_ServiceLocator_YtkxHFWService()
  37477.     {
  37478.         return $this->privates['.service_locator.ytkxHFW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37479.             'inStockRepositoryModel' => ['services''core.model.vehicles.in-stock-repository''getCore_Model_Vehicles_InstockrepositoryService'false],
  37480.             'vehicleService' => ['services''dc.vehicle.service''getDc_Vehicle_ServiceService'false],
  37481.         ], [
  37482.             'inStockRepositoryModel' => '?',
  37483.             'vehicleService' => '?',
  37484.         ]);
  37485.     }
  37486.     /**
  37487.      * Gets the private '.service_locator.zMchJmN' shared service.
  37488.      *
  37489.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37490.      */
  37491.     protected function get_ServiceLocator_ZMchJmNService()
  37492.     {
  37493.         return $this->privates['.service_locator.zMchJmN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37494.             'router' => ['services''router''getRouterService'false],
  37495.             'vehicleFactory' => ['services''CoreBundle\\Factory\\Vehicle''getVehicleService'false],
  37496.         ], [
  37497.             'router' => '?',
  37498.             'vehicleFactory' => 'CoreBundle\\Factory\\Vehicle',
  37499.         ]);
  37500.     }
  37501.     /**
  37502.      * Gets the private '.service_locator.z_208jt' shared service.
  37503.      *
  37504.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37505.      */
  37506.     protected function get_ServiceLocator_Z208jtService()
  37507.     {
  37508.         return $this->privates['.service_locator.z_208jt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37509.             'item' => ['privates''.errored..service_locator.z_208jt.CoreBundle\\Model\\Vehicles\\InStockVehicle'NULL'Cannot autowire service ".service_locator.z_208jt": it references class "CoreBundle\\Model\\Vehicles\\InStockVehicle" but no such service exists.'],
  37510.         ], [
  37511.             'item' => 'CoreBundle\\Model\\Vehicles\\InStockVehicle',
  37512.         ]);
  37513.     }
  37514.     /**
  37515.      * Gets the private '.service_locator.zgqOhio' shared service.
  37516.      *
  37517.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37518.      */
  37519.     protected function get_ServiceLocator_ZgqOhioService()
  37520.     {
  37521.         return $this->privates['.service_locator.zgqOhio'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37522.             'autoRia' => ['services''core.autoria.api''getCore_Autoria_ApiService'false],
  37523.         ], [
  37524.             'autoRia' => '?',
  37525.         ]);
  37526.     }
  37527.     /**
  37528.      * Gets the private '.service_locator.zjL8auC' shared service.
  37529.      *
  37530.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37531.      */
  37532.     protected function get_ServiceLocator_ZjL8auCService()
  37533.     {
  37534.         return $this->privates['.service_locator.zjL8auC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37535.             'twigMedia' => ['services''sonata.media.twig.extension''getSonata_Media_Twig_ExtensionService'false],
  37536.             'vehicleFactory' => ['services''CoreBundle\\Factory\\Vehicle''getVehicleService'false],
  37537.             'vehicleRepository' => ['services''CoreBundle\\Model\\Vehicles\\Repository''getRepositoryService'false],
  37538.         ], [
  37539.             'twigMedia' => '?',
  37540.             'vehicleFactory' => 'CoreBundle\\Factory\\Vehicle',
  37541.             'vehicleRepository' => 'CoreBundle\\Model\\Vehicles\\Repository',
  37542.         ]);
  37543.     }
  37544.     /**
  37545.      * Gets the private '.service_locator.ztSuKR2' shared service.
  37546.      *
  37547.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37548.      */
  37549.     protected function get_ServiceLocator_ZtSuKR2Service()
  37550.     {
  37551.         return $this->privates['.service_locator.ztSuKR2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37552.             'sender' => ['services''bmp_api.seder''getBmpApi_SederService'false],
  37553.         ], [
  37554.             'sender' => '?',
  37555.         ]);
  37556.     }
  37557.     /**
  37558.      * Gets the private '.session.deprecated' shared service.
  37559.      *
  37560.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  37561.      */
  37562.     protected function get_Session_DeprecatedService()
  37563.     {
  37564.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  37565.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  37566.         return $this->privates['.session.deprecated'] = (new \Symfony\Bundle\FrameworkBundle\Session\DeprecatedSessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))))->getSession();
  37567.     }
  37568.     /**
  37569.      * Gets the private '.sonata.admin.command.explain.lazy' shared service.
  37570.      *
  37571.      * @return \Symfony\Component\Console\Command\LazyCommand
  37572.      */
  37573.     protected function get_Sonata_Admin_Command_Explain_LazyService()
  37574.     {
  37575.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37576.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  37577.         return $this->privates['.sonata.admin.command.explain.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('sonata:admin:explain', [], 'Explain an admin service'false, function (): \Sonata\AdminBundle\Command\ExplainAdminCommand {
  37578.             return ($this->privates['sonata.admin.command.explain'] ?? $this->getSonata_Admin_Command_ExplainService());
  37579.         });
  37580.     }
  37581.     /**
  37582.      * Gets the private '.sonata.admin.command.generate_object_acl.lazy' shared service.
  37583.      *
  37584.      * @return \Symfony\Component\Console\Command\LazyCommand
  37585.      */
  37586.     protected function get_Sonata_Admin_Command_GenerateObjectAcl_LazyService()
  37587.     {
  37588.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37589.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  37590.         return $this->privates['.sonata.admin.command.generate_object_acl.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('sonata:admin:generate-object-acl', [], 'Install ACL for the objects of the Admin Classes.'false, function (): \Sonata\AdminBundle\Command\GenerateObjectAclCommand {
  37591.             return ($this->privates['sonata.admin.command.generate_object_acl'] ?? $this->getSonata_Admin_Command_GenerateObjectAclService());
  37592.         });
  37593.     }
  37594.     /**
  37595.      * Gets the private '.sonata.admin.command.list.lazy' shared service.
  37596.      *
  37597.      * @return \Symfony\Component\Console\Command\LazyCommand
  37598.      */
  37599.     protected function get_Sonata_Admin_Command_List_LazyService()
  37600.     {
  37601.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37602.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  37603.         return $this->privates['.sonata.admin.command.list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('sonata:admin:list', [], 'List all admin services available'false, function (): \Sonata\AdminBundle\Command\ListAdminCommand {
  37604.             return ($this->privates['sonata.admin.command.list'] ?? $this->getSonata_Admin_Command_ListService());
  37605.         });
  37606.     }
  37607.     /**
  37608.      * Gets the private '.sonata.admin.command.setup_acl.lazy' shared service.
  37609.      *
  37610.      * @return \Symfony\Component\Console\Command\LazyCommand
  37611.      */
  37612.     protected function get_Sonata_Admin_Command_SetupAcl_LazyService()
  37613.     {
  37614.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37615.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  37616.         return $this->privates['.sonata.admin.command.setup_acl.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('sonata:admin:setup-acl', [], 'Install ACL for Admin Classes'false, function (): \Sonata\AdminBundle\Command\SetupAclCommand {
  37617.             return ($this->privates['sonata.admin.command.setup_acl'] ?? $this->getSonata_Admin_Command_SetupAclService());
  37618.         });
  37619.     }
  37620.     /**
  37621.      * Gets the private '.sonata.block.command.debug_blocks.lazy' shared service.
  37622.      *
  37623.      * @return \Symfony\Component\Console\Command\LazyCommand
  37624.      */
  37625.     protected function get_Sonata_Block_Command_DebugBlocks_LazyService()
  37626.     {
  37627.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37628.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  37629.         return $this->privates['.sonata.block.command.debug_blocks.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:sonata:block', [], 'Debug all blocks available, show default settings of each block'false, function (): \Sonata\BlockBundle\Command\DebugBlocksCommand {
  37630.             return ($this->privates['sonata.block.command.debug_blocks'] ?? $this->getSonata_Block_Command_DebugBlocksService());
  37631.         });
  37632.     }
  37633.     /**
  37634.      * Gets the private '.sonata.media.command.add_mass_media.lazy' shared service.
  37635.      *
  37636.      * @return \Symfony\Component\Console\Command\LazyCommand
  37637.      */
  37638.     protected function get_Sonata_Media_Command_AddMassMedia_LazyService()
  37639.     {
  37640.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37641.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  37642.         return $this->privates['.sonata.media.command.add_mass_media.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('sonata:media:add-multiple', [], 'Add medias in mass into the database'false, function (): \Sonata\MediaBundle\Command\AddMassMediaCommand {
  37643.             return ($this->privates['sonata.media.command.add_mass_media'] ?? $this->getSonata_Media_Command_AddMassMediaService());
  37644.         });
  37645.     }
  37646.     /**
  37647.      * Gets the private '.sonata.media.command.add_media.lazy' shared service.
  37648.      *
  37649.      * @return \Symfony\Component\Console\Command\LazyCommand
  37650.      */
  37651.     protected function get_Sonata_Media_Command_AddMedia_LazyService()
  37652.     {
  37653.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37654.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  37655.         return $this->privates['.sonata.media.command.add_media.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('sonata:media:add', [], 'Add a media into the database'false, function (): \Sonata\MediaBundle\Command\AddMediaCommand {
  37656.             return ($this->privates['sonata.media.command.add_media'] ?? $this->getSonata_Media_Command_AddMediaService());
  37657.         });
  37658.     }
  37659.     /**
  37660.      * Gets the private '.sonata.media.command.clean_media.lazy' shared service.
  37661.      *
  37662.      * @return \Symfony\Component\Console\Command\LazyCommand
  37663.      */
  37664.     protected function get_Sonata_Media_Command_CleanMedia_LazyService()
  37665.     {
  37666.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37667.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  37668.         return $this->privates['.sonata.media.command.clean_media.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('sonata:media:clean-uploads', [], 'Find orphaned files in media upload directory'false, function (): \Sonata\MediaBundle\Command\CleanMediaCommand {
  37669.             return ($this->privates['sonata.media.command.clean_media'] ?? $this->getSonata_Media_Command_CleanMediaService());
  37670.         });
  37671.     }
  37672.     /**
  37673.      * Gets the private '.sonata.media.command.fix_media_context.lazy' shared service.
  37674.      *
  37675.      * @return \Symfony\Component\Console\Command\LazyCommand
  37676.      */
  37677.     protected function get_Sonata_Media_Command_FixMediaContext_LazyService()
  37678.     {
  37679.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37680.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  37681.         return $this->privates['.sonata.media.command.fix_media_context.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('sonata:media:fix-media-context', [], 'Generate the default category for each media context'false, function (): \Sonata\MediaBundle\Command\FixMediaContextCommand {
  37682.             return ($this->privates['sonata.media.command.fix_media_context'] ?? $this->getSonata_Media_Command_FixMediaContextService());
  37683.         });
  37684.     }
  37685.     /**
  37686.      * Gets the private '.sonata.media.command.refresh_metadata.lazy' shared service.
  37687.      *
  37688.      * @return \Symfony\Component\Console\Command\LazyCommand
  37689.      */
  37690.     protected function get_Sonata_Media_Command_RefreshMetadata_LazyService()
  37691.     {
  37692.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37693.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  37694.         return $this->privates['.sonata.media.command.refresh_metadata.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('sonata:media:refresh-metadata', [], 'Refresh meta information'false, function (): \Sonata\MediaBundle\Command\RefreshMetadataCommand {
  37695.             return ($this->privates['sonata.media.command.refresh_metadata'] ?? $this->getSonata_Media_Command_RefreshMetadataService());
  37696.         });
  37697.     }
  37698.     /**
  37699.      * Gets the private '.sonata.media.command.remove_thumbs.lazy' shared service.
  37700.      *
  37701.      * @return \Symfony\Component\Console\Command\LazyCommand
  37702.      */
  37703.     protected function get_Sonata_Media_Command_RemoveThumbs_LazyService()
  37704.     {
  37705.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37706.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  37707.         return $this->privates['.sonata.media.command.remove_thumbs.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('sonata:media:remove-thumbnails', [], 'Remove uploaded image thumbs'false, function (): \Sonata\MediaBundle\Command\RemoveThumbsCommand {
  37708.             return ($this->privates['sonata.media.command.remove_thumbs'] ?? $this->getSonata_Media_Command_RemoveThumbsService());
  37709.         });
  37710.     }
  37711.     /**
  37712.      * Gets the private '.sonata.media.command.sync_thumbs.lazy' shared service.
  37713.      *
  37714.      * @return \Symfony\Component\Console\Command\LazyCommand
  37715.      */
  37716.     protected function get_Sonata_Media_Command_SyncThumbs_LazyService()
  37717.     {
  37718.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37719.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  37720.         return $this->privates['.sonata.media.command.sync_thumbs.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('sonata:media:sync-thumbnails', [], 'Sync uploaded image thumbs with new media formats'false, function (): \Sonata\MediaBundle\Command\SyncThumbsCommand {
  37721.             return ($this->privates['sonata.media.command.sync_thumbs'] ?? $this->getSonata_Media_Command_SyncThumbsService());
  37722.         });
  37723.     }
  37724.     /**
  37725.      * Gets the private '.sonata.media.command.update_cdn_status.lazy' shared service.
  37726.      *
  37727.      * @return \Symfony\Component\Console\Command\LazyCommand
  37728.      */
  37729.     protected function get_Sonata_Media_Command_UpdateCdnStatus_LazyService()
  37730.     {
  37731.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37732.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  37733.         return $this->privates['.sonata.media.command.update_cdn_status.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('sonata:media:update-cdn-status', [], 'Updates model media with the current CDN status'false, function (): \Sonata\MediaBundle\Command\UpdateCdnStatusCommand {
  37734.             return ($this->privates['sonata.media.command.update_cdn_status'] ?? $this->getSonata_Media_Command_UpdateCdnStatusService());
  37735.         });
  37736.     }
  37737.     /**
  37738.      * Gets the private '.twig.command.debug.lazy' shared service.
  37739.      *
  37740.      * @return \Symfony\Component\Console\Command\LazyCommand
  37741.      */
  37742.     protected function get_Twig_Command_Debug_LazyService()
  37743.     {
  37744.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37745.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  37746.         return $this->privates['.twig.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig', [], 'Show a list of twig functions, filters, globals and tests'false, function (): \Symfony\Bridge\Twig\Command\DebugCommand {
  37747.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  37748.         });
  37749.     }
  37750.     /**
  37751.      * Gets the private '.twig.command.lint.lazy' shared service.
  37752.      *
  37753.      * @return \Symfony\Component\Console\Command\LazyCommand
  37754.      */
  37755.     protected function get_Twig_Command_Lint_LazyService()
  37756.     {
  37757.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37758.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  37759.         return $this->privates['.twig.command.lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:twig', [], 'Lint a Twig template and outputs encountered errors'false, function (): \Symfony\Bundle\TwigBundle\Command\LintCommand {
  37760.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  37761.         });
  37762.     }
  37763.     /**
  37764.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  37765.      *
  37766.      * @return \Symfony\Component\Console\Command\LazyCommand
  37767.      */
  37768.     protected function get_VarDumper_Command_ServerDump_LazyService()
  37769.     {
  37770.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37771.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  37772.         return $this->privates['.var_dumper.command.server_dump.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:dump', [], 'Start a dump server that collects and displays dumps in a single place'false, function (): \Symfony\Component\VarDumper\Command\ServerDumpCommand {
  37773.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  37774.         });
  37775.     }
  37776.     /**
  37777.      * Gets the private 'CoreBundle\Command\CallbackDaemonCommand' shared service.
  37778.      *
  37779.      * @return \CoreBundle\Command\CallbackDaemonCommand
  37780.      */
  37781.     protected function getCallbackDaemonCommandService()
  37782.     {
  37783.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37784.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/CallbackDaemonCommand.php';
  37785.         $this->privates['CoreBundle\\Command\\CallbackDaemonCommand'] = $instance = new \CoreBundle\Command\CallbackDaemonCommand(($this->services['monolog.logger.callback_daemon'] ?? $this->getMonolog_Logger_CallbackDaemonService()), \dirname(__DIR__4), ($this->services['core.callback.daemon'] ?? $this->getCore_Callback_DaemonService()));
  37786.         $instance->setName('core:callback');
  37787.         return $instance;
  37788.     }
  37789.     /**
  37790.      * Gets the private 'DcSiteBundle\Services\Subaru\VehicleService' shared service.
  37791.      *
  37792.      * @return \DcSiteBundle\Services\Subaru\VehicleService
  37793.      */
  37794.     protected function getVehicleService2Service()
  37795.     {
  37796.         include_once \dirname(__DIR__4).'/src/DcSiteBundle/Services/Subaru/VehicleService.php';
  37797.         $a = ($this->services['core.model.vehicles.repository'] ?? $this->getCore_Model_Vehicles_RepositoryService());
  37798.         if (isset($this->privates['DcSiteBundle\\Services\\Subaru\\VehicleService'])) {
  37799.             return $this->privates['DcSiteBundle\\Services\\Subaru\\VehicleService'];
  37800.         }
  37801.         $b = ($this->services['core.factory.vehicle'] ?? $this->getCore_Factory_VehicleService());
  37802.         if (isset($this->privates['DcSiteBundle\\Services\\Subaru\\VehicleService'])) {
  37803.             return $this->privates['DcSiteBundle\\Services\\Subaru\\VehicleService'];
  37804.         }
  37805.         return $this->privates['DcSiteBundle\\Services\\Subaru\\VehicleService'] = new \DcSiteBundle\Services\Subaru\VehicleService($a$b);
  37806.     }
  37807.     /**
  37808.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  37809.      *
  37810.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  37811.      */
  37812.     protected function getManagerRegistryAwareConnectionProviderService()
  37813.     {
  37814.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  37815.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/ManagerRegistryAwareConnectionProvider.php';
  37816.         return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default'));
  37817.     }
  37818.     /**
  37819.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  37820.      *
  37821.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  37822.      */
  37823.     protected function getRunSqlCommandService()
  37824.     {
  37825.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37826.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  37827.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  37828.         $this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  37829.         $instance->setName('dbal:run-sql');
  37830.         return $instance;
  37831.     }
  37832.     /**
  37833.      * Gets the private 'ImporterBundle\Form\BuyPartsType' shared service.
  37834.      *
  37835.      * @return \ImporterBundle\Form\BuyPartsType
  37836.      */
  37837.     protected function getBuyPartsType2Service()
  37838.     {
  37839.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  37840.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  37841.         include_once \dirname(__DIR__4).'/src/CoreBundle/Form/SubCoreFormsType.php';
  37842.         include_once \dirname(__DIR__4).'/src/ImporterBundle/Form/BuyPartsType.php';
  37843.         $a = ($this->services['transformer.accessories.importer.id.to.entity'] ?? $this->getTransformer_Accessories_Importer_Id_To_EntityService());
  37844.         if (isset($this->privates['ImporterBundle\\Form\\BuyPartsType'])) {
  37845.             return $this->privates['ImporterBundle\\Form\\BuyPartsType'];
  37846.         }
  37847.         return $this->privates['ImporterBundle\\Form\\BuyPartsType'] = new \ImporterBundle\Form\BuyPartsType($a);
  37848.     }
  37849.     /**
  37850.      * Gets the private 'IntegrationBundle\Service\AttemptLoginService' shared autowired service.
  37851.      *
  37852.      * @return \IntegrationBundle\Service\AttemptLoginService
  37853.      */
  37854.     protected function getAttemptLoginServiceService()
  37855.     {
  37856.         include_once \dirname(__DIR__4).'/src/IntegrationBundle/Service/AttemptLoginService.php';
  37857.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  37858.         if (isset($this->privates['IntegrationBundle\\Service\\AttemptLoginService'])) {
  37859.             return $this->privates['IntegrationBundle\\Service\\AttemptLoginService'];
  37860.         }
  37861.         return $this->privates['IntegrationBundle\\Service\\AttemptLoginService'] = new \IntegrationBundle\Service\AttemptLoginService($a);
  37862.     }
  37863.     /**
  37864.      * Gets the private 'IntegrationBundle\Service\Diia\Actions\BranchManager' shared autowired service.
  37865.      *
  37866.      * @return \IntegrationBundle\Service\Diia\Actions\BranchManager
  37867.      */
  37868.     protected function getBranchManagerService()
  37869.     {
  37870.         include_once \dirname(__DIR__4).'/src/IntegrationBundle/Service/Diia/Actions/BranchManager.php';
  37871.         $a = ($this->services['integration.service.diia.service'] ?? $this->getIntegration_Service_Diia_ServiceService());
  37872.         if (isset($this->privates['IntegrationBundle\\Service\\Diia\\Actions\\BranchManager'])) {
  37873.             return $this->privates['IntegrationBundle\\Service\\Diia\\Actions\\BranchManager'];
  37874.         }
  37875.         return $this->privates['IntegrationBundle\\Service\\Diia\\Actions\\BranchManager'] = new \IntegrationBundle\Service\Diia\Actions\BranchManager($a);
  37876.     }
  37877.     /**
  37878.      * Gets the private 'IntegrationBundle\Service\Diia\Actions\OfferManager' shared autowired service.
  37879.      *
  37880.      * @return \IntegrationBundle\Service\Diia\Actions\OfferManager
  37881.      */
  37882.     protected function getOfferManagerService()
  37883.     {
  37884.         include_once \dirname(__DIR__4).'/src/IntegrationBundle/Service/Diia/Actions/OfferManager.php';
  37885.         $a = ($this->services['integration.service.diia.service'] ?? $this->getIntegration_Service_Diia_ServiceService());
  37886.         if (isset($this->privates['IntegrationBundle\\Service\\Diia\\Actions\\OfferManager'])) {
  37887.             return $this->privates['IntegrationBundle\\Service\\Diia\\Actions\\OfferManager'];
  37888.         }
  37889.         return $this->privates['IntegrationBundle\\Service\\Diia\\Actions\\OfferManager'] = new \IntegrationBundle\Service\Diia\Actions\OfferManager($a);
  37890.     }
  37891.     /**
  37892.      * Gets the private 'IntegrationBundle\Service\Diia\Actions\ServiceRequestsManager' shared autowired service.
  37893.      *
  37894.      * @return \IntegrationBundle\Service\Diia\Actions\ServiceRequestsManager
  37895.      */
  37896.     protected function getServiceRequestsManagerService()
  37897.     {
  37898.         include_once \dirname(__DIR__4).'/src/IntegrationBundle/Service/Diia/Actions/ServiceRequestsManager.php';
  37899.         $a = ($this->services['integration.service.diia.service'] ?? $this->getIntegration_Service_Diia_ServiceService());
  37900.         if (isset($this->privates['IntegrationBundle\\Service\\Diia\\Actions\\ServiceRequestsManager'])) {
  37901.             return $this->privates['IntegrationBundle\\Service\\Diia\\Actions\\ServiceRequestsManager'];
  37902.         }
  37903.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  37904.         if (isset($this->privates['IntegrationBundle\\Service\\Diia\\Actions\\ServiceRequestsManager'])) {
  37905.             return $this->privates['IntegrationBundle\\Service\\Diia\\Actions\\ServiceRequestsManager'];
  37906.         }
  37907.         return $this->privates['IntegrationBundle\\Service\\Diia\\Actions\\ServiceRequestsManager'] = new \IntegrationBundle\Service\Diia\Actions\ServiceRequestsManager($a$b);
  37908.     }
  37909.     /**
  37910.      * Gets the private 'IntegrationBundle\Service\Diia\DiiaCallbackService' shared autowired service.
  37911.      *
  37912.      * @return \IntegrationBundle\Service\Diia\DiiaCallbackService
  37913.      */
  37914.     protected function getDiiaCallbackServiceService()
  37915.     {
  37916.         include_once \dirname(__DIR__4).'/src/IntegrationBundle/Service/Diia/DiiaCallbackService.php';
  37917.         $a = ($this->services['integration.service.diia.service'] ?? $this->getIntegration_Service_Diia_ServiceService());
  37918.         if (isset($this->privates['IntegrationBundle\\Service\\Diia\\DiiaCallbackService'])) {
  37919.             return $this->privates['IntegrationBundle\\Service\\Diia\\DiiaCallbackService'];
  37920.         }
  37921.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  37922.         if (isset($this->privates['IntegrationBundle\\Service\\Diia\\DiiaCallbackService'])) {
  37923.             return $this->privates['IntegrationBundle\\Service\\Diia\\DiiaCallbackService'];
  37924.         }
  37925.         return $this->privates['IntegrationBundle\\Service\\Diia\\DiiaCallbackService'] = new \IntegrationBundle\Service\Diia\DiiaCallbackService($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b, ($this->privates['IntegrationBundle\\Service\\Diia\\Actions\\OfferManager'] ?? $this->getOfferManagerService()));
  37926.     }
  37927.     /**
  37928.      * Gets the private 'MyBundle\Factory\AuthCodeDTOFactory' shared autowired service.
  37929.      *
  37930.      * @return \MyBundle\Factory\AuthCodeDTOFactory
  37931.      */
  37932.     protected function getAuthCodeDTOFactoryService()
  37933.     {
  37934.         include_once \dirname(__DIR__4).'/src/MyBundle/Factory/AuthCodeDTOFactory.php';
  37935.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  37936.         if (isset($this->privates['MyBundle\\Factory\\AuthCodeDTOFactory'])) {
  37937.             return $this->privates['MyBundle\\Factory\\AuthCodeDTOFactory'];
  37938.         }
  37939.         return $this->privates['MyBundle\\Factory\\AuthCodeDTOFactory'] = new \MyBundle\Factory\AuthCodeDTOFactory($a);
  37940.     }
  37941.     /**
  37942.      * Gets the private 'MyBundle\Factory\OtpEntityFactory' shared autowired service.
  37943.      *
  37944.      * @return \MyBundle\Factory\OtpEntityFactory
  37945.      */
  37946.     protected function getOtpEntityFactoryService()
  37947.     {
  37948.         include_once \dirname(__DIR__4).'/src/MyBundle/Factory/OtpEntityFactory.php';
  37949.         include_once \dirname(__DIR__4).'/src/MyBundle/Factory/OtpCodeGenerator.php';
  37950.         return $this->privates['MyBundle\\Factory\\OtpEntityFactory'] = new \MyBundle\Factory\OtpEntityFactory(($this->services['my.factory.otp.code.generator'] ?? ($this->services['my.factory.otp.code.generator'] = new \MyBundle\Factory\OtpCodeGenerator('dev'))));
  37951.     }
  37952.     /**
  37953.      * Gets the private 'MyBundle\Factory\ReferralDataDTOFactory' shared autowired service.
  37954.      *
  37955.      * @return \MyBundle\Factory\ReferralDataDTOFactory
  37956.      */
  37957.     protected function getReferralDataDTOFactoryService()
  37958.     {
  37959.         include_once \dirname(__DIR__4).'/src/MyBundle/Factory/ReferralDataDTOFactory.php';
  37960.         return $this->privates['MyBundle\\Factory\\ReferralDataDTOFactory'] = new \MyBundle\Factory\ReferralDataDTOFactory();
  37961.     }
  37962.     /**
  37963.      * Gets the private 'MyBundle\Factory\RegUserDTOFactory' shared autowired service.
  37964.      *
  37965.      * @return \MyBundle\Factory\RegUserDTOFactory
  37966.      */
  37967.     protected function getRegUserDTOFactoryService()
  37968.     {
  37969.         include_once \dirname(__DIR__4).'/src/MyBundle/Factory/RegUserDTOFactory.php';
  37970.         return $this->privates['MyBundle\\Factory\\RegUserDTOFactory'] = new \MyBundle\Factory\RegUserDTOFactory();
  37971.     }
  37972.     /**
  37973.      * Gets the private 'MyBundle\Factory\StringGenerator' shared autowired service.
  37974.      *
  37975.      * @return \MyBundle\Factory\StringGenerator
  37976.      */
  37977.     protected function getStringGeneratorService()
  37978.     {
  37979.         include_once \dirname(__DIR__4).'/src/MyBundle/Factory/StringGenerator.php';
  37980.         return $this->privates['MyBundle\\Factory\\StringGenerator'] = new \MyBundle\Factory\StringGenerator();
  37981.     }
  37982.     /**
  37983.      * Gets the private 'MyBundle\Factory\UserEntityFactory' shared autowired service.
  37984.      *
  37985.      * @return \MyBundle\Factory\UserEntityFactory
  37986.      */
  37987.     protected function getUserEntityFactoryService()
  37988.     {
  37989.         include_once \dirname(__DIR__4).'/src/MyBundle/Factory/UserEntityFactory.php';
  37990.         return $this->privates['MyBundle\\Factory\\UserEntityFactory'] = new \MyBundle\Factory\UserEntityFactory(($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  37991.     }
  37992.     /**
  37993.      * Gets the private 'MyBundle\Service\AuthDataValidator' shared autowired service.
  37994.      *
  37995.      * @return \MyBundle\Service\AuthDataValidator
  37996.      */
  37997.     protected function getAuthDataValidatorService()
  37998.     {
  37999.         include_once \dirname(__DIR__4).'/src/MyBundle/Service/AuthDataValidator.php';
  38000.         return $this->privates['MyBundle\\Service\\AuthDataValidator'] = new \MyBundle\Service\AuthDataValidator();
  38001.     }
  38002.     /**
  38003.      * Gets the private 'MyBundle\Service\AuthService' shared autowired service.
  38004.      *
  38005.      * @return \MyBundle\Service\AuthService
  38006.      */
  38007.     protected function getAuthServiceService()
  38008.     {
  38009.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  38010.         if (isset($this->privates['MyBundle\\Service\\AuthService'])) {
  38011.             return $this->privates['MyBundle\\Service\\AuthService'];
  38012.         }
  38013.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  38014.         if (isset($this->privates['MyBundle\\Service\\AuthService'])) {
  38015.             return $this->privates['MyBundle\\Service\\AuthService'];
  38016.         }
  38017.         $c = ($this->services['router'] ?? $this->getRouterService());
  38018.         if (isset($this->privates['MyBundle\\Service\\AuthService'])) {
  38019.             return $this->privates['MyBundle\\Service\\AuthService'];
  38020.         }
  38021.         $d = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  38022.         if (isset($this->privates['MyBundle\\Service\\AuthService'])) {
  38023.             return $this->privates['MyBundle\\Service\\AuthService'];
  38024.         }
  38025.         $e = ($this->privates['MyBundle\\Service\\BasketService'] ?? $this->getBasketServiceService());
  38026.         if (isset($this->privates['MyBundle\\Service\\AuthService'])) {
  38027.             return $this->privates['MyBundle\\Service\\AuthService'];
  38028.         }
  38029.         $f = ($this->services['core.user.model'] ?? $this->getCore_User_ModelService());
  38030.         if (isset($this->privates['MyBundle\\Service\\AuthService'])) {
  38031.             return $this->privates['MyBundle\\Service\\AuthService'];
  38032.         }
  38033.         return $this->privates['MyBundle\\Service\\AuthService'] = new \MyBundle\Service\AuthService(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a$b$c, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $d, ($this->services['translator'] ?? $this->getTranslatorService()), $e$f);
  38034.     }
  38035.     /**
  38036.      * Gets the private 'MyBundle\Service\BasketService' shared autowired service.
  38037.      *
  38038.      * @return \MyBundle\Service\BasketService
  38039.      */
  38040.     protected function getBasketServiceService()
  38041.     {
  38042.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  38043.         if (isset($this->privates['MyBundle\\Service\\BasketService'])) {
  38044.             return $this->privates['MyBundle\\Service\\BasketService'];
  38045.         }
  38046.         $b = ($this->services['router'] ?? $this->getRouterService());
  38047.         if (isset($this->privates['MyBundle\\Service\\BasketService'])) {
  38048.             return $this->privates['MyBundle\\Service\\BasketService'];
  38049.         }
  38050.         $c = ($this->services['core.cart.collection'] ?? $this->getCore_Cart_CollectionService());
  38051.         if (isset($this->privates['MyBundle\\Service\\BasketService'])) {
  38052.             return $this->privates['MyBundle\\Service\\BasketService'];
  38053.         }
  38054.         return $this->privates['MyBundle\\Service\\BasketService'] = new \MyBundle\Service\BasketService($a$b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $c);
  38055.     }
  38056.     /**
  38057.      * Gets the private 'MyBundle\Service\NightBookingService' shared autowired service.
  38058.      *
  38059.      * @return \MyBundle\Service\NightBookingService
  38060.      */
  38061.     protected function getNightBookingServiceService()
  38062.     {
  38063.         include_once \dirname(__DIR__4).'/src/MyBundle/Service/NightBookingService.php';
  38064.         include_once \dirname(__DIR__4).'/src/CoreBundle/Component/Request/Curl.php';
  38065.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  38066.         if (isset($this->privates['MyBundle\\Service\\NightBookingService'])) {
  38067.             return $this->privates['MyBundle\\Service\\NightBookingService'];
  38068.         }
  38069.         $b = ($this->services['router'] ?? $this->getRouterService());
  38070.         if (isset($this->privates['MyBundle\\Service\\NightBookingService'])) {
  38071.             return $this->privates['MyBundle\\Service\\NightBookingService'];
  38072.         }
  38073.         $c = ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService());
  38074.         if (isset($this->privates['MyBundle\\Service\\NightBookingService'])) {
  38075.             return $this->privates['MyBundle\\Service\\NightBookingService'];
  38076.         }
  38077.         $d = ($this->services['telegram.bot'] ?? $this->getTelegram_BotService());
  38078.         if (isset($this->privates['MyBundle\\Service\\NightBookingService'])) {
  38079.             return $this->privates['MyBundle\\Service\\NightBookingService'];
  38080.         }
  38081.         $e = ($this->services['my.sms.infobip.sender'] ?? $this->getMy_Sms_Infobip_SenderService());
  38082.         if (isset($this->privates['MyBundle\\Service\\NightBookingService'])) {
  38083.             return $this->privates['MyBundle\\Service\\NightBookingService'];
  38084.         }
  38085.         $f = ($this->services['gateway.postomate.service'] ?? $this->getGateway_Postomate_ServiceService());
  38086.         if (isset($this->privates['MyBundle\\Service\\NightBookingService'])) {
  38087.             return $this->privates['MyBundle\\Service\\NightBookingService'];
  38088.         }
  38089.         $g = ($this->services['gateway.territory_access.service'] ?? $this->getGateway_TerritoryAccess_ServiceService());
  38090.         if (isset($this->privates['MyBundle\\Service\\NightBookingService'])) {
  38091.             return $this->privates['MyBundle\\Service\\NightBookingService'];
  38092.         }
  38093.         $h = ($this->services['gateway.camera_subscriber.service'] ?? $this->getGateway_CameraSubscriber_ServiceService());
  38094.         if (isset($this->privates['MyBundle\\Service\\NightBookingService'])) {
  38095.             return $this->privates['MyBundle\\Service\\NightBookingService'];
  38096.         }
  38097.         return $this->privates['MyBundle\\Service\\NightBookingService'] = new \MyBundle\Service\NightBookingService($a, ($this->services['core.request.curl'] ?? ($this->services['core.request.curl'] = new \CoreBundle\Component\Request\Curl())), $b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $c$d$e$f$g$h, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  38098.     }
  38099.     /**
  38100.      * Gets the private 'MyBundle\Service\OrderService' shared autowired service.
  38101.      *
  38102.      * @return \MyBundle\Service\OrderService
  38103.      */
  38104.     protected function getOrderServiceService()
  38105.     {
  38106.         include_once \dirname(__DIR__4).'/src/MyBundle/Service/OrderService.php';
  38107.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  38108.         if (isset($this->privates['MyBundle\\Service\\OrderService'])) {
  38109.             return $this->privates['MyBundle\\Service\\OrderService'];
  38110.         }
  38111.         $b = ($this->services['router'] ?? $this->getRouterService());
  38112.         if (isset($this->privates['MyBundle\\Service\\OrderService'])) {
  38113.             return $this->privates['MyBundle\\Service\\OrderService'];
  38114.         }
  38115.         $c = ($this->services['core.api.1c_online_service'] ?? $this->getCore_Api_1cOnlineServiceService());
  38116.         if (isset($this->privates['MyBundle\\Service\\OrderService'])) {
  38117.             return $this->privates['MyBundle\\Service\\OrderService'];
  38118.         }
  38119.         $d = ($this->services['order.model'] ?? $this->getOrder_ModelService());
  38120.         if (isset($this->privates['MyBundle\\Service\\OrderService'])) {
  38121.             return $this->privates['MyBundle\\Service\\OrderService'];
  38122.         }
  38123.         $e = ($this->services['core.cart.collection'] ?? $this->getCore_Cart_CollectionService());
  38124.         if (isset($this->privates['MyBundle\\Service\\OrderService'])) {
  38125.             return $this->privates['MyBundle\\Service\\OrderService'];
  38126.         }
  38127.         $f = ($this->services['dc.accessory.shop'] ?? $this->getDc_Accessory_ShopService());
  38128.         if (isset($this->privates['MyBundle\\Service\\OrderService'])) {
  38129.             return $this->privates['MyBundle\\Service\\OrderService'];
  38130.         }
  38131.         return $this->privates['MyBundle\\Service\\OrderService'] = new \MyBundle\Service\OrderService($a$b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $c, ($this->services['portmone.acquiring'] ?? $this->getPortmone_AcquiringService()), $d$e$f);
  38132.     }
  38133.     /**
  38134.      * Gets the private 'MyBundle\Service\ProfileCalculatorEmployeeService' shared autowired service.
  38135.      *
  38136.      * @return \MyBundle\Service\ProfileCalculatorEmployeeService
  38137.      */
  38138.     protected function getProfileCalculatorEmployeeServiceService()
  38139.     {
  38140.         include_once \dirname(__DIR__4).'/src/MyBundle/Service/ProfileCalculatorEmployeeService.php';
  38141.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  38142.         if (isset($this->privates['MyBundle\\Service\\ProfileCalculatorEmployeeService'])) {
  38143.             return $this->privates['MyBundle\\Service\\ProfileCalculatorEmployeeService'];
  38144.         }
  38145.         return $this->privates['MyBundle\\Service\\ProfileCalculatorEmployeeService'] = new \MyBundle\Service\ProfileCalculatorEmployeeService($a);
  38146.     }
  38147.     /**
  38148.      * Gets the private 'MyBundle\Service\ProfileService' shared autowired service.
  38149.      *
  38150.      * @return \MyBundle\Service\ProfileService
  38151.      */
  38152.     protected function getProfileServiceService()
  38153.     {
  38154.         include_once \dirname(__DIR__4).'/src/MyBundle/Service/ProfileService.php';
  38155.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  38156.         if (isset($this->privates['MyBundle\\Service\\ProfileService'])) {
  38157.             return $this->privates['MyBundle\\Service\\ProfileService'];
  38158.         }
  38159.         $b = ($this->services['CoreBundle\\Model\\Vehicles\\Repository'] ?? $this->getRepositoryService());
  38160.         if (isset($this->privates['MyBundle\\Service\\ProfileService'])) {
  38161.             return $this->privates['MyBundle\\Service\\ProfileService'];
  38162.         }
  38163.         $c = ($this->services['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService());
  38164.         if (isset($this->privates['MyBundle\\Service\\ProfileService'])) {
  38165.             return $this->privates['MyBundle\\Service\\ProfileService'];
  38166.         }
  38167.         return $this->privates['MyBundle\\Service\\ProfileService'] = new \MyBundle\Service\ProfileService($a$b$c);
  38168.     }
  38169.     /**
  38170.      * Gets the private 'Snc\RedisBundle\Command\RedisQueryCommand' shared service.
  38171.      *
  38172.      * @return \Snc\RedisBundle\Command\RedisQueryCommand
  38173.      */
  38174.     protected function getRedisQueryCommandService()
  38175.     {
  38176.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38177.         include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Command/RedisQueryCommand.php';
  38178.         $this->privates['Snc\\RedisBundle\\Command\\RedisQueryCommand'] = $instance = new \Snc\RedisBundle\Command\RedisQueryCommand(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  38179.             'default' => ['privates''snc_redis.default''getSncRedis_DefaultService'false],
  38180.             'session' => ['privates''snc_redis.session''getSncRedis_SessionService'false],
  38181.         ], [
  38182.             'default' => 'Redis',
  38183.             'session' => 'Redis',
  38184.         ]), ($this->privates['var_dumper.contextualized_cli_dumper'] ?? $this->getVarDumper_ContextualizedCliDumperService()), ($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()));
  38185.         $instance->setName('redis:query');
  38186.         return $instance;
  38187.     }
  38188.     /**
  38189.      * Gets the private 'Sonata\MediaBundle\Validator\Constraints\ImageUploadDimensionValidator' shared service.
  38190.      *
  38191.      * @return \Sonata\MediaBundle\Validator\Constraints\ImageUploadDimensionValidator
  38192.      */
  38193.     protected function getImageUploadDimensionValidatorService()
  38194.     {
  38195.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  38196.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  38197.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Validator/Constraints/ImageUploadDimensionValidator.php';
  38198.         $a = ($this->services['sonata.media.provider.image'] ?? $this->getSonata_Media_Provider_ImageService());
  38199.         if (isset($this->privates['Sonata\\MediaBundle\\Validator\\Constraints\\ImageUploadDimensionValidator'])) {
  38200.             return $this->privates['Sonata\\MediaBundle\\Validator\\Constraints\\ImageUploadDimensionValidator'];
  38201.         }
  38202.         return $this->privates['Sonata\\MediaBundle\\Validator\\Constraints\\ImageUploadDimensionValidator'] = new \Sonata\MediaBundle\Validator\Constraints\ImageUploadDimensionValidator(($this->privates['sonata.media.adapter.image.gd'] ?? ($this->privates['sonata.media.adapter.image.gd'] = new \Imagine\Gd\Imagine())), $a);
  38203.     }
  38204.     /**
  38205.      * Gets the private 'admin.insurance.prorgamm' service.
  38206.      *
  38207.      * @return \AdminBundle\Admin\ProgramAdmin
  38208.      */
  38209.     protected function getAdmin_Insurance_ProrgammService()
  38210.     {
  38211.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  38212.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  38213.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  38214.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  38215.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  38216.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  38217.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  38218.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  38219.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  38220.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  38221.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  38222.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  38223.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/ProgramAdmin.php';
  38224.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  38225.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  38226.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  38227.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  38228.         $this->factories['service_container']['admin.insurance.prorgamm'] = function () {
  38229.             $instance = new \AdminBundle\Admin\ProgramAdmin('admin.insurance.prorgamm''InsuranceBundle\\Entity\\Program''AdminBundle\\Controller\\CRUDInsController');
  38230.             $instance->setManagerType('orm');
  38231.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  38232.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  38233.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  38234.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  38235.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  38236.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  38237.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  38238.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  38239.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  38240.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  38241.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  38242.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  38243.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  38244.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  38245.             $instance->setPagerType('default');
  38246.             $instance->setLabel('КАСКО');
  38247.             $instance->setTranslationDomain('messages');
  38248.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  38249.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  38250.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  38251.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  38252.             $instance->setTemplateRegistry(($this->services['admin.insurance.prorgamm.template_registry'] ?? $this->getAdmin_Insurance_Prorgamm_TemplateRegistryService()));
  38253.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  38254.             $instance->initialize();
  38255.             return $instance;
  38256.         };
  38257.         return $this->factories['service_container']['admin.insurance.prorgamm']();
  38258.     }
  38259.     /**
  38260.      * Gets the private 'admin.vehicle_auto_ria_option' service.
  38261.      *
  38262.      * @return \AdminBundle\Admin\Vehicles\VehicleAutoRiaOptionAdmin
  38263.      */
  38264.     protected function getAdmin_VehicleAutoRiaOptionService()
  38265.     {
  38266.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  38267.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  38268.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  38269.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  38270.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  38271.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  38272.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  38273.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  38274.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  38275.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  38276.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  38277.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  38278.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/VehicleAutoRiaOptionAdmin.php';
  38279.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  38280.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  38281.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  38282.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  38283.         $this->factories['service_container']['admin.vehicle_auto_ria_option'] = function () {
  38284.             $instance = new \AdminBundle\Admin\Vehicles\VehicleAutoRiaOptionAdmin('admin.vehicle_auto_ria_option''CoreBundle\\Entity\\Vehicles\\VehicleAutoRiaOption''sonata.admin.controller.crud');
  38285.             $instance->setManagerType('orm');
  38286.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  38287.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  38288.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  38289.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  38290.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  38291.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  38292.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  38293.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  38294.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  38295.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  38296.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  38297.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  38298.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  38299.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  38300.             $instance->setPagerType('default');
  38301.             $instance->setLabel('Vehicle Auto Ria Option');
  38302.             $instance->setTranslationDomain('messages');
  38303.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  38304.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  38305.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  38306.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  38307.             $instance->setTemplateRegistry(($this->services['admin.vehicle_auto_ria_option.template_registry'] ?? $this->getAdmin_VehicleAutoRiaOption_TemplateRegistryService()));
  38308.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  38309.             $instance->initialize();
  38310.             return $instance;
  38311.         };
  38312.         return $this->factories['service_container']['admin.vehicle_auto_ria_option']();
  38313.     }
  38314.     /**
  38315.      * Gets the private 'admin.vehicles.vehicle_card_type' service.
  38316.      *
  38317.      * @return \AdminBundle\Admin\Vehicles\VehicleCardTypeAdmin
  38318.      */
  38319.     protected function getAdmin_Vehicles_VehicleCardTypeService()
  38320.     {
  38321.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  38322.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  38323.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  38324.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  38325.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  38326.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  38327.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  38328.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  38329.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  38330.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  38331.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  38332.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  38333.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/VehicleCardTypeAdmin.php';
  38334.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  38335.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  38336.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  38337.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  38338.         $this->factories['service_container']['admin.vehicles.vehicle_card_type'] = function () {
  38339.             $instance = new \AdminBundle\Admin\Vehicles\VehicleCardTypeAdmin('admin.vehicles.vehicle_card_type''CoreBundle\\Entity\\Vehicles\\VehicleCardType''sonata.admin.controller.crud');
  38340.             $instance->setManagerType('orm');
  38341.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  38342.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  38343.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  38344.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  38345.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  38346.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  38347.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  38348.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  38349.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  38350.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  38351.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  38352.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  38353.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  38354.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  38355.             $instance->setPagerType('default');
  38356.             $instance->setLabel('Vehicle Card Type');
  38357.             $instance->setTranslationDomain('messages');
  38358.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  38359.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  38360.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  38361.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  38362.             $instance->setTemplateRegistry(($this->services['admin.vehicles.vehicle_card_type.template_registry'] ?? $this->getAdmin_Vehicles_VehicleCardType_TemplateRegistryService()));
  38363.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  38364.             $instance->initialize();
  38365.             return $instance;
  38366.         };
  38367.         return $this->factories['service_container']['admin.vehicles.vehicle_card_type']();
  38368.     }
  38369.     /**
  38370.      * Gets the private 'admin.vidi.blog' service.
  38371.      *
  38372.      * @return \AdminBundle\Admin\Vidi\BlogAdmin
  38373.      */
  38374.     protected function getAdmin_Vidi_BlogService()
  38375.     {
  38376.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  38377.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  38378.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  38379.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  38380.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  38381.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  38382.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  38383.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  38384.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  38385.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  38386.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  38387.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  38388.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  38389.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vidi/BlogAdmin.php';
  38390.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  38391.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  38392.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  38393.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  38394.         $this->factories['service_container']['admin.vidi.blog'] = function () {
  38395.             $instance = new \AdminBundle\Admin\Vidi\BlogAdmin('admin.vidi.blog''PortalBundle\\Entity\\Blog''sonata.admin.controller.crud');
  38396.             $instance->setManagerType('orm');
  38397.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  38398.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  38399.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  38400.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  38401.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  38402.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  38403.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  38404.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  38405.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  38406.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  38407.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  38408.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  38409.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  38410.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  38411.             $instance->setPagerType('default');
  38412.             $instance->setLabel('Блог');
  38413.             $instance->setTranslationDomain('messages');
  38414.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  38415.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  38416.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  38417.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  38418.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  38419.             $instance->setTemplateRegistry(($this->services['admin.vidi.blog.template_registry'] ?? $this->getAdmin_Vidi_Blog_TemplateRegistryService()));
  38420.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  38421.             $instance->initialize();
  38422.             return $instance;
  38423.         };
  38424.         return $this->factories['service_container']['admin.vidi.blog']();
  38425.     }
  38426.     /**
  38427.      * Gets the private 'admin.vidi.blog_category' service.
  38428.      *
  38429.      * @return \AdminBundle\Admin\Vidi\BlogCategoryAdmin
  38430.      */
  38431.     protected function getAdmin_Vidi_BlogCategoryService()
  38432.     {
  38433.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  38434.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  38435.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  38436.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  38437.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  38438.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  38439.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  38440.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  38441.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  38442.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  38443.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  38444.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  38445.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/BaseAdmin.php';
  38446.         include_once \dirname(__DIR__4).'/src/AdminBundle/Admin/Vidi/BlogCategoryAdmin.php';
  38447.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  38448.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  38449.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  38450.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  38451.         $this->factories['service_container']['admin.vidi.blog_category'] = function () {
  38452.             $instance = new \AdminBundle\Admin\Vidi\BlogCategoryAdmin('admin.vidi.blog_category''PortalBundle\\Entity\\BlogCategory''sonata.admin.controller.crud');
  38453.             $instance->setManagerType('orm');
  38454.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  38455.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  38456.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  38457.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  38458.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  38459.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  38460.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  38461.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  38462.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  38463.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  38464.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  38465.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  38466.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  38467.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  38468.             $instance->setPagerType('default');
  38469.             $instance->setLabel('Категорії блогу');
  38470.             $instance->setTranslationDomain('messages');
  38471.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  38472.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  38473.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  38474.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  38475.             $instance->setContainerServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['core.autoria.api'] ?? $this->getCore_Autoria_ApiService()));
  38476.             $instance->setTemplateRegistry(($this->services['admin.vidi.blog_category.template_registry'] ?? $this->getAdmin_Vidi_BlogCategory_TemplateRegistryService()));
  38477.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  38478.             $instance->initialize();
  38479.             return $instance;
  38480.         };
  38481.         return $this->factories['service_container']['admin.vidi.blog_category']();
  38482.     }
  38483.     /**
  38484.      * Gets the private 'annotations.cache_adapter' shared service.
  38485.      *
  38486.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  38487.      */
  38488.     protected function getAnnotations_CacheAdapterService()
  38489.     {
  38490.         $a = ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  38491.         if (isset($this->privates['annotations.cache_adapter'])) {
  38492.             return $this->privates['annotations.cache_adapter'];
  38493.         }
  38494.         return $this->privates['annotations.cache_adapter'] = \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), $a);
  38495.     }
  38496.     /**
  38497.      * Gets the private 'annotations.cache_warmer' shared service.
  38498.      *
  38499.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  38500.      */
  38501.     protected function getAnnotations_CacheWarmerService()
  38502.     {
  38503.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  38504.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  38505.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  38506.         return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#'true);
  38507.     }
  38508.     /**
  38509.      * Gets the private 'annotations.cached_reader' shared service.
  38510.      *
  38511.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  38512.      */
  38513.     protected function getAnnotations_CachedReaderService()
  38514.     {
  38515.         $a = ($this->privates['annotations.cache_adapter'] ?? $this->getAnnotations_CacheAdapterService());
  38516.         if (isset($this->privates['annotations.cached_reader'])) {
  38517.             return $this->privates['annotations.cached_reader'];
  38518.         }
  38519.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $atrue);
  38520.     }
  38521.     /**
  38522.      * Gets the private 'annotations.reader' shared service.
  38523.      *
  38524.      * @return \Doctrine\Common\Annotations\AnnotationReader
  38525.      */
  38526.     protected function getAnnotations_ReaderService()
  38527.     {
  38528.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  38529.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  38530.         $a->registerUniqueLoader('class_exists');
  38531.         $instance->addGlobalIgnoredName('required'$a);
  38532.         return $instance;
  38533.     }
  38534.     /**
  38535.      * Gets the private 'api.service.layout' shared service.
  38536.      *
  38537.      * @return \ApiBundle\Services\AdditionalLayoutElementsService
  38538.      */
  38539.     protected function getApi_Service_LayoutService()
  38540.     {
  38541.         include_once \dirname(__DIR__4).'/src/ApiBundle/Services/AdditionalLayoutElementsService.php';
  38542.         include_once \dirname(__DIR__4).'/src/ApiBundle/Model/VehicleGroupByCategoryModel.php';
  38543.         return $this->privates['api.service.layout'] = new \ApiBundle\Services\AdditionalLayoutElementsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['vehicle.group.category.model'] ?? ($this->services['vehicle.group.category.model'] = new \ApiBundle\Model\VehicleGroupByCategoryModel())), $this);
  38544.     }
  38545.     /**
  38546.      * Gets the private 'assets.packages' shared service.
  38547.      *
  38548.      * @return \Symfony\Component\Asset\Packages
  38549.      */
  38550.     protected function getAssets_PackagesService()
  38551.     {
  38552.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  38553.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('v1.4.779''%s?%s'), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  38554.             return new \EmptyIterator();
  38555.         }, 0));
  38556.     }
  38557.     /**
  38558.      * Gets the private 'cache.annotations' shared service.
  38559.      *
  38560.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  38561.      */
  38562.     protected function getCache_AnnotationsService()
  38563.     {
  38564.         $a = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  38565.         if (isset($this->privates['cache.annotations'])) {
  38566.             return $this->privates['cache.annotations'];
  38567.         }
  38568.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('5Zc0GW54CE'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), $a));
  38569.     }
  38570.     /**
  38571.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  38572.      *
  38573.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  38574.      */
  38575.     protected function getCache_Doctrine_Orm_Default_QueryService()
  38576.     {
  38577.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  38578.     }
  38579.     /**
  38580.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  38581.      *
  38582.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  38583.      */
  38584.     protected function getCache_Doctrine_Orm_Default_ResultService()
  38585.     {
  38586.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  38587.     }
  38588.     /**
  38589.      * Gets the private 'cache.property_info' shared service.
  38590.      *
  38591.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  38592.      */
  38593.     protected function getCache_PropertyInfoService()
  38594.     {
  38595.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('mpN0cTEKBY'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  38596.     }
  38597.     /**
  38598.      * Gets the private 'cache.security_expression_language' shared service.
  38599.      *
  38600.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  38601.      */
  38602.     protected function getCache_SecurityExpressionLanguageService()
  38603.     {
  38604.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('MZ+FDPII-w'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  38605.     }
  38606.     /**
  38607.      * Gets the private 'cache.serializer' shared service.
  38608.      *
  38609.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  38610.      */
  38611.     protected function getCache_SerializerService()
  38612.     {
  38613.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('zDxFvT4-5i'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  38614.     }
  38615.     /**
  38616.      * Gets the private 'cache.validator' shared service.
  38617.      *
  38618.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  38619.      */
  38620.     protected function getCache_ValidatorService()
  38621.     {
  38622.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('TR3giOtMLb'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  38623.     }
  38624.     /**
  38625.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  38626.      *
  38627.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  38628.      */
  38629.     protected function getCachePoolClearer_CacheWarmerService()
  38630.     {
  38631.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  38632.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  38633.         return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [=> 'cache.validator'=> 'cache.serializer']);
  38634.     }
  38635.     /**
  38636.      * Gets the private 'config_builder.warmer' shared service.
  38637.      *
  38638.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  38639.      */
  38640.     protected function getConfigBuilder_WarmerService()
  38641.     {
  38642.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  38643.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  38644.         return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  38645.     }
  38646.     /**
  38647.      * Gets the private 'config_cache_factory' shared service.
  38648.      *
  38649.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  38650.      */
  38651.     protected function getConfigCacheFactoryService()
  38652.     {
  38653.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  38654.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
  38655.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  38656.         }, 2));
  38657.     }
  38658.     /**
  38659.      * Gets the private 'console.command.about' shared service.
  38660.      *
  38661.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  38662.      */
  38663.     protected function getConsole_Command_AboutService()
  38664.     {
  38665.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38666.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  38667.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  38668.         $instance->setName('about');
  38669.         $instance->setDescription('Display information about the current project');
  38670.         return $instance;
  38671.     }
  38672.     /**
  38673.      * Gets the private 'console.command.assets_install' shared service.
  38674.      *
  38675.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  38676.      */
  38677.     protected function getConsole_Command_AssetsInstallService()
  38678.     {
  38679.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38680.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  38681.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  38682.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  38683.         $instance->setName('assets:install');
  38684.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  38685.         return $instance;
  38686.     }
  38687.     /**
  38688.      * Gets the private 'console.command.cache_clear' shared service.
  38689.      *
  38690.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  38691.      */
  38692.     protected function getConsole_Command_CacheClearService()
  38693.     {
  38694.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38695.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  38696.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  38697.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['.container.private.cache_clearer'] ?? $this->get_Container_Private_CacheClearerService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  38698.         $instance->setName('cache:clear');
  38699.         $instance->setDescription('Clear the cache');
  38700.         return $instance;
  38701.     }
  38702.     /**
  38703.      * Gets the private 'console.command.cache_pool_clear' shared service.
  38704.      *
  38705.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  38706.      */
  38707.     protected function getConsole_Command_CachePoolClearService()
  38708.     {
  38709.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38710.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  38711.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.security_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language']);
  38712.         $instance->setName('cache:pool:clear');
  38713.         $instance->setDescription('Clear cache pools');
  38714.         return $instance;
  38715.     }
  38716.     /**
  38717.      * Gets the private 'console.command.cache_pool_delete' shared service.
  38718.      *
  38719.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  38720.      */
  38721.     protected function getConsole_Command_CachePoolDeleteService()
  38722.     {
  38723.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38724.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  38725.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.security_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language']);
  38726.         $instance->setName('cache:pool:delete');
  38727.         $instance->setDescription('Delete an item from a cache pool');
  38728.         return $instance;
  38729.     }
  38730.     /**
  38731.      * Gets the private 'console.command.cache_pool_list' shared service.
  38732.      *
  38733.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  38734.      */
  38735.     protected function getConsole_Command_CachePoolListService()
  38736.     {
  38737.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38738.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  38739.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.security_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language']);
  38740.         $instance->setName('cache:pool:list');
  38741.         $instance->setDescription('List available cache pools');
  38742.         return $instance;
  38743.     }
  38744.     /**
  38745.      * Gets the private 'console.command.cache_pool_prune' shared service.
  38746.      *
  38747.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  38748.      */
  38749.     protected function getConsole_Command_CachePoolPruneService()
  38750.     {
  38751.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38752.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  38753.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  38754.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  38755.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  38756.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  38757.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  38758.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  38759.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  38760.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  38761.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  38762.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  38763.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  38764.         }, 10));
  38765.         $instance->setName('cache:pool:prune');
  38766.         $instance->setDescription('Prune cache pools');
  38767.         return $instance;
  38768.     }
  38769.     /**
  38770.      * Gets the private 'console.command.cache_warmup' shared service.
  38771.      *
  38772.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  38773.      */
  38774.     protected function getConsole_Command_CacheWarmupService()
  38775.     {
  38776.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38777.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  38778.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  38779.         $instance->setName('cache:warmup');
  38780.         $instance->setDescription('Warm up an empty cache');
  38781.         return $instance;
  38782.     }
  38783.     /**
  38784.      * Gets the private 'console.command.config_debug' shared service.
  38785.      *
  38786.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  38787.      */
  38788.     protected function getConsole_Command_ConfigDebugService()
  38789.     {
  38790.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38791.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  38792.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  38793.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  38794.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  38795.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  38796.         $instance->setName('debug:config');
  38797.         $instance->setDescription('Dump the current configuration for an extension');
  38798.         return $instance;
  38799.     }
  38800.     /**
  38801.      * Gets the private 'console.command.config_dump_reference' shared service.
  38802.      *
  38803.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  38804.      */
  38805.     protected function getConsole_Command_ConfigDumpReferenceService()
  38806.     {
  38807.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38808.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  38809.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  38810.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  38811.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  38812.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  38813.         $instance->setName('config:dump-reference');
  38814.         $instance->setDescription('Dump the default configuration for an extension');
  38815.         return $instance;
  38816.     }
  38817.     /**
  38818.      * Gets the private 'console.command.container_debug' shared service.
  38819.      *
  38820.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  38821.      */
  38822.     protected function getConsole_Command_ContainerDebugService()
  38823.     {
  38824.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38825.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  38826.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  38827.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  38828.         $instance->setName('debug:container');
  38829.         $instance->setDescription('Display current services for an application');
  38830.         return $instance;
  38831.     }
  38832.     /**
  38833.      * Gets the private 'console.command.container_lint' shared service.
  38834.      *
  38835.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  38836.      */
  38837.     protected function getConsole_Command_ContainerLintService()
  38838.     {
  38839.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38840.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  38841.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  38842.         $instance->setName('lint:container');
  38843.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  38844.         return $instance;
  38845.     }
  38846.     /**
  38847.      * Gets the private 'console.command.debug_autowiring' shared service.
  38848.      *
  38849.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  38850.      */
  38851.     protected function getConsole_Command_DebugAutowiringService()
  38852.     {
  38853.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38854.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  38855.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  38856.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  38857.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  38858.         $instance->setName('debug:autowiring');
  38859.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  38860.         return $instance;
  38861.     }
  38862.     /**
  38863.      * Gets the private 'console.command.dotenv_debug' shared service.
  38864.      *
  38865.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  38866.      */
  38867.     protected function getConsole_Command_DotenvDebugService()
  38868.     {
  38869.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38870.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  38871.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  38872.         $instance->setName('debug:dotenv');
  38873.         $instance->setDescription('Lists all dotenv files with variables and values');
  38874.         return $instance;
  38875.     }
  38876.     /**
  38877.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  38878.      *
  38879.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  38880.      */
  38881.     protected function getConsole_Command_EventDispatcherDebugService()
  38882.     {
  38883.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38884.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  38885.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.IRj1lZ9'] ?? $this->get_ServiceLocator_IRj1lZ9Service()));
  38886.         $instance->setName('debug:event-dispatcher');
  38887.         $instance->setDescription('Display configured listeners for an application');
  38888.         return $instance;
  38889.     }
  38890.     /**
  38891.      * Gets the private 'console.command.form_debug' shared service.
  38892.      *
  38893.      * @return \Symfony\Component\Form\Command\DebugCommand
  38894.      */
  38895.     protected function getConsole_Command_FormDebugService()
  38896.     {
  38897.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38898.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  38899.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'DcSiteBundle\\Form'=> 'ImporterBundle\\Form'=> 'FOS\\CKEditorBundle\\Form\\Type'=> 'FOS\\UserBundle\\Form\\Type'=> 'Sonata\\BlockBundle\\Form\\Type'=> 'Sonata\\AdminBundle\\Form\\Type'=> 'Sonata\\AdminBundle\\Form\\Type\\Filter'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'=> 'Sonata\\MediaBundle\\Form\\Type'10 => 'Sonata\\Form\\Type'], [=> 'DcSiteBundle\\Form\\BuyPartsType'=> 'DcSiteBundle\\Form\\VacancyType'=> 'DcSiteBundle\\Form\\MotoTestDriveType'=> 'ImporterBundle\\Form\\TestDriveType'=> 'ImporterBundle\\Form\\BuyPartsType'=> 'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType'=> 'FOS\\UserBundle\\Form\\Type\\UsernameFormType'=> 'FOS\\UserBundle\\Form\\Type\\ProfileFormType'=> 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType'=> 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType'10 => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType'11 => 'Sonata\\BlockBundle\\Form\\Type\\ServiceListType'12 => 'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType'13 => 'Sonata\\AdminBundle\\Form\\Type\\AdminType'14 => 'Sonata\\AdminBundle\\Form\\Type\\ModelType'15 => 'Sonata\\AdminBundle\\Form\\Type\\ModelListType'16 => 'Sonata\\AdminBundle\\Form\\Type\\ModelReferenceType'17 => 'Sonata\\AdminBundle\\Form\\Type\\ModelHiddenType'18 => 'Sonata\\AdminBundle\\Form\\Type\\ModelAutocompleteType'19 => 'Sonata\\AdminBundle\\Form\\Type\\CollectionType'20 => 'Sonata\\AdminBundle\\Form\\Type\\ChoiceFieldMaskType'21 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\NumberType'22 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\ChoiceType'23 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DefaultType'24 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateType'25 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateRangeType'26 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeType'27 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeRangeType'28 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'29 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'30 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'31 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'32 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'33 => 'Sonata\\MediaBundle\\Form\\Type\\MediaType'34 => 'Sonata\\Form\\Type\\ImmutableArrayType'35 => 'Sonata\\Form\\Type\\BooleanType'36 => 'Sonata\\Form\\Type\\CollectionType'37 => 'Sonata\\Form\\Type\\DateRangeType'38 => 'Sonata\\Form\\Type\\DateTimeRangeType'39 => 'Sonata\\Form\\Type\\DatePickerType'40 => 'Sonata\\Form\\Type\\DateTimePickerType'41 => 'Sonata\\Form\\Type\\DateRangePickerType'42 => 'Sonata\\Form\\Type\\DateTimeRangePickerType'], [=> 'Sonata\\AdminBundle\\Form\\Extension\\Field\\Type\\FormTypeFieldExtension'=> 'Sonata\\AdminBundle\\Form\\Extension\\Field\\Type\\MopaCompatibilityTypeFieldExtension'=> 'Sonata\\AdminBundle\\Form\\Extension\\ChoiceTypeExtension'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'10 => 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'11 => 'Nelmio\\ApiDocBundle\\Form\\Extension\\DocumentationExtension'], [=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  38900.         $instance->setName('debug:form');
  38901.         $instance->setDescription('Display form type information');
  38902.         return $instance;
  38903.     }
  38904.     /**
  38905.      * Gets the private 'console.command.router_debug' shared service.
  38906.      *
  38907.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  38908.      */
  38909.     protected function getConsole_Command_RouterDebugService()
  38910.     {
  38911.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38912.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  38913.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  38914.         $this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  38915.         $instance->setName('debug:router');
  38916.         $instance->setDescription('Display current routes for an application');
  38917.         return $instance;
  38918.     }
  38919.     /**
  38920.      * Gets the private 'console.command.router_match' shared service.
  38921.      *
  38922.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  38923.      */
  38924.     protected function getConsole_Command_RouterMatchService()
  38925.     {
  38926.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38927.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  38928.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  38929.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  38930.         }, 1));
  38931.         $instance->setName('router:match');
  38932.         $instance->setDescription('Help debug routes by simulating a path info match');
  38933.         return $instance;
  38934.     }
  38935.     /**
  38936.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  38937.      *
  38938.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  38939.      */
  38940.     protected function getConsole_Command_SecretsDecryptToLocalService()
  38941.     {
  38942.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38943.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  38944.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  38945.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  38946.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  38947.         $instance->setName('secrets:decrypt-to-local');
  38948.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  38949.         return $instance;
  38950.     }
  38951.     /**
  38952.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  38953.      *
  38954.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  38955.      */
  38956.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  38957.     {
  38958.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38959.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  38960.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  38961.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  38962.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  38963.         $instance->setName('secrets:encrypt-from-local');
  38964.         $instance->setDescription('Encrypt all local secrets to the vault');
  38965.         return $instance;
  38966.     }
  38967.     /**
  38968.      * Gets the private 'console.command.secrets_generate_key' shared service.
  38969.      *
  38970.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  38971.      */
  38972.     protected function getConsole_Command_SecretsGenerateKeyService()
  38973.     {
  38974.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38975.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  38976.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  38977.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  38978.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  38979.         $instance->setName('secrets:generate-keys');
  38980.         $instance->setDescription('Generate new encryption keys');
  38981.         return $instance;
  38982.     }
  38983.     /**
  38984.      * Gets the private 'console.command.secrets_list' shared service.
  38985.      *
  38986.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  38987.      */
  38988.     protected function getConsole_Command_SecretsListService()
  38989.     {
  38990.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38991.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  38992.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  38993.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  38994.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  38995.         $instance->setName('secrets:list');
  38996.         $instance->setDescription('List all secrets');
  38997.         return $instance;
  38998.     }
  38999.     /**
  39000.      * Gets the private 'console.command.secrets_remove' shared service.
  39001.      *
  39002.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  39003.      */
  39004.     protected function getConsole_Command_SecretsRemoveService()
  39005.     {
  39006.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39007.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  39008.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  39009.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  39010.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  39011.         $instance->setName('secrets:remove');
  39012.         $instance->setDescription('Remove a secret from the vault');
  39013.         return $instance;
  39014.     }
  39015.     /**
  39016.      * Gets the private 'console.command.secrets_set' shared service.
  39017.      *
  39018.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  39019.      */
  39020.     protected function getConsole_Command_SecretsSetService()
  39021.     {
  39022.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39023.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  39024.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  39025.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  39026.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  39027.         $instance->setName('secrets:set');
  39028.         $instance->setDescription('Set a secret in the vault');
  39029.         return $instance;
  39030.     }
  39031.     /**
  39032.      * Gets the private 'console.command.translation_debug' shared service.
  39033.      *
  39034.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  39035.      */
  39036.     protected function getConsole_Command_TranslationDebugService()
  39037.     {
  39038.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39039.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  39040.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/src/AutomarketBundle/Resources/translations'), => (\dirname(__DIR__4).'/src/CoreBundle/Resources/translations'), => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations'), 10 => (\dirname(__DIR__4).'/src/ImporterBundle/Resources/translations'), 11 => (\dirname(__DIR__4).'/src/InsuranceBundle/Resources/translations'), 12 => (\dirname(__DIR__4).'/src/IntegrationBundle/Resources/translations'), 13 => (\dirname(__DIR__4).'/src/LeasingBundle/Resources/translations'), 14 => (\dirname(__DIR__4).'/src/MyBundle/Resources/translations'), 15 => (\dirname(__DIR__4).'/src/PortalBundle/Resources/translations'), 16 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations'), 17 => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'), => (\dirname(__DIR__4).'/src/AcquiringBundle/Resources/views'), => (\dirname(__DIR__4).'/src/CoreBundle/Resources/views'), => (\dirname(__DIR__4).'/src/BmpGatewayBundle/Resources/views'), => (\dirname(__DIR__4).'/src/AdminBundle/Resources/views'), => (\dirname(__DIR__4).'/src/InsuranceBundle/Resources/views'), => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/views'), => (\dirname(__DIR__4).'/src/ImporterBundle/Resources/views'), => (\dirname(__DIR__4).'/src/LeasingBundle/Resources/views'), => (\dirname(__DIR__4).'/templates/bundles/FOSUserBundle'), 10 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 11 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 12 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Passenger/VehicleAdmin.php'), 13 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Passenger/VariationAdmin.php'), 14 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Passenger/InStockAdmin.php'), 15 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Passenger/RentVehicleAdmin.php'), 16 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Passenger/UsedVehicleAdmin.php'), 17 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Passenger/SpecificationAdmin.php'), 18 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/AutoRiaOptionsAdmin.php'), 19 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Fraight/VehicleAdmin.php'), 20 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Fraight/VariationAdmin.php'), 21 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Fraight/InStockAdmin.php'), 22 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Fraight/SpecificationAdmin.php'), 23 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Bus/VehicleAdmin.php'), 24 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Bus/VariationAdmin.php'), 25 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Bus/InStockAdmin.php'), 26 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Bus/SpecificationAdmin.php'), 27 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Moto/VehicleAdmin.php'), 28 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Moto/VariationAdmin.php'), 29 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Moto/InStockAdmin.php'), 30 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Moto/RentVehicleAdmin.php'), 31 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Moto/UsedVehicleAdmin.php'), 32 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Water/VehicleAdmin.php'), 33 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Water/VariationAdmin.php'), 34 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Special/VehicleAdmin.php'), 35 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Special/VariationAdmin.php'), 36 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Special/InStockAdmin.php'), 37 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/ProjectAdmin.php'), 38 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DirectionOfProductionAdmin.php'), 39 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/ProjectContentAdmin.php'), 40 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/VehicleItemAdmin.php'), 41 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/VariationCharacteristicAdmin.php'), 42 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/InStockContentAdmin.php'), 43 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/InStockPartAdmin.php'), 44 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/EquipmentAdmin.php'), 45 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/SpecificationOptionsAdmin.php'), 46 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/VehicleContentAdmin.php'), 47 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/VehicleFileAdmin.php'), 48 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/FeatureAdmin.php'), 49 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/FeatureContentAdmin.php'), 50 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/FaqAdmin.php'), 51 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/FaqContentAdmin.php'), 52 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/InfoSyncAdmin.php'), 53 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/VehicleAutoRiaOptionAdmin.php'), 54 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/VehicleCardTypeAdmin.php'), 55 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/LeadsAdmin.php'), 56 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/ConfiguratorOfferAdmin.php'), 57 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/ActionsAdmin.php'), 58 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/NewsAdmin.php'), 59 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/PagesAdmin.php'), 60 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/PageContentAdmin.php'), 61 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/VacancyAdmin.php'), 62 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/MainSliderAdmin.php'), 63 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/VacancyContentAdmin.php'), 64 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/AccessoriesAdmin.php'), 65 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/AccessoriesContentAdmin.php'), 66 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/TestDriveAdmin.php'), 67 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/AccessoriesGroupAdmin.php'), 68 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/AccessoriesCategoryAdmin.php'), 69 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/AccessoriesCategoryContentAdmin.php'), 70 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/VehicleAccessoryAdmin.php'), 71 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/ResumeAdmin.php'), 72 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/GeneratorAdmin.php'), 73 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/BoatAdmin.php'), 74 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/NonMotorizedBoatAdmin.php'), 75 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/BoatEngineAdmin.php'), 76 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/CarGroupAdmin.php'), 77 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/EventsAdmin.php'), 78 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/ViDiWorkerAdmin.php'), 79 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/ViDiDepartmentAdmin.php'), 80 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/TestDriveRoutesAdmin.php'), 81 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/TourRoutesAdmin.php'), 82 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/TourRouteContentAdmin.php'), 83 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/TourRouteParamsAdmin.php'), 84 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/SalesContractAdmin.php'), 85 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/TermsMaintenanceAdmin.php'), 86 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/BodyRepairCertificateAdmin.php'), 87 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/ReplacementCarConditionAdmin.php'), 88 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/SpecialOffersAdmin.php'), 89 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/ClientPartnerAdmin.php'), 90 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/FaqAdmin.php'), 91 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/SpecialOffersContentAdmin.php'), 92 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/InnerMailAdmin.php'), 93 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/AccessoriesAdmin.php'), 94 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/VehicleAccessoryAdmin.php'), 95 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/AccessoriesGroupAdmin.php'), 96 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/BasePostContentAdmin.php'), 97 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/ActionsAdmin.php'), 98 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/NewsAdmin.php'), 99 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/VacancyAdmin.php'), 100 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/VacancyContentAdmin.php'), 101 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/MainSliderAdmin.php'), 102 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/WorkerAdmin.php'), 103 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/DepartmentAdmin.php'), 104 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/Vehicles/Moto/UsedVehicleAdmin.php'), 105 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/Vehicles/VehicleContentAdmin.php'), 106 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/Vehicles/Moto/VariationAdmin.php'), 107 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/Vehicles/VariationCharacteristicAdmin.php'), 108 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/ContactAdmin.php'), 109 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/AboutCompanyAdmin.php'), 110 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/TestDriveAdmin.php'), 111 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/PagesServicesAdmin.php'), 112 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/PageContentAdmin.php'), 113 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/SeoAdmin.php'), 114 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/ProgramAdmin.php'), 115 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/ActionsAdmin.php'), 116 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/PayoutsAdmin.php'), 117 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/NewsAdmin.php'), 118 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/InformationDocumentAdmin.php'), 119 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/InformationDocumentCategoryAdmin.php'), 120 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/InformationDocumentCategoryContentAdmin.php'), 121 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/InsuranceConditionAdmin.php'), 122 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/InsuranceConditionCategoryAdmin.php'), 123 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/InsuranceConditionCategoryContentAdmin.php'), 124 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/MediationServiceAdmin.php'), 125 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/MediationServiceMediatorAdmin.php'), 126 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/MediatorProductAdmin.php'), 127 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/ReviewAdmin.php'), 128 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/FaqAdmin.php'), 129 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/CaseAdmin.php'), 130 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/CaseDocumentAdmin.php'), 131 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Service/JobAdmin.php'), 132 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Service/ServiceWorkAdmin.php'), 133 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Service/ServiceWorkPartAdmin.php'), 134 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Service/ServiceWorkJobAdmin.php'), 135 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Service/PartAdmin.php'), 136 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/ServicePageAdmin.php'), 137 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/ServicePageContentAdmin.php'), 138 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/ServicePageCategoryAdmin.php'), 139 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/ServicePageCategoryContentAdmin.php'), 140 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Service/BodyRepairCategoryAdmin.php'), 141 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Service/BodyRepairCategoryContentAdmin.php'), 142 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/References/ModelAdmin.php'), 143 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/References/EquipmentOptionAdmin.php'), 144 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/References/FeatureGroupAdmin.php'), 145 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/References/CategoryAdmin.php'), 146 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/References/VehicleGroupAdmin.php'), 147 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/References/VehicleRecommendGroupAdmin.php'), 148 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/References/EngineAdmin.php'), 149 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/References/MarkdownAdmin.php'), 150 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Founders/BiographyAdmin.php'), 151 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Founders/NewsAdmin.php'), 152 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Founders/PublicationsAdmin.php'), 153 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Founders/SolemnEventsAdmin.php'), 154 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Founders/CategorySocialInvestmentsAdmin.php'), 155 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Founders/SocialInvestmentsAdmin.php'), 156 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Founders/GalleryPhotoAdmin.php'), 157 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Founders/GalleryVideoAdmin.php'), 158 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Shop/GoodsAdmin.php'), 159 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Shop/GoodsContentAdmin.php'), 160 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Shop/GroupAdmin.php'), 161 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vidi/MainSliderAdmin.php'), 162 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vidi/AnnouncementBarAdmin.php'), 163 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vidi/VacancyAdmin.php'), 164 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vidi/ResumeAdmin.php'), 165 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vidi/CatalogBannerAdmin.php'), 166 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vidi/CreditCalculationReviewAdmin.php'), 167 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vidi/BlogAdmin.php'), 168 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vidi/BlogCategoryAdmin.php'), 169 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/VidiFounders/FoundersAdmin.php'), 170 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/VidiFounders/FoundersBiographyAdmin.php'), 171 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/VidiFounders/FoundersNewsAdmin.php'), 172 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/VidiFounders/FoundersPublicationsAdmin.php'), 173 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/VidiFounders/FoundersPhotoAdmin.php'), 174 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/VidiFounders/FoundersVideoAdmin.php'), 175 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/ModelRange/Pages/PagesAdmin.php'), 176 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Ticket/TicketAdmin.php'), 177 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Ticket/TicketDashboardAdmin.php'), 178 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Ticket/TicketPlanerAdmin.php'), 179 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Ticket/TicketReportAdmin.php'), 180 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/OrderAdmin.php'), 181 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/AdminLogAdmin.php'), 182 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DealerAdmin.php'), 183 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/BrandAdmin.php'), 184 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/TxnAdmin.php'), 185 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/TaskAdmin.php'), 186 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/UserAdmin.php'), 187 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/ClientAdmin.php'), 188 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/CreditProgramAdmin.php'), 189 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/BasePostContentAdmin.php'), 190 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/CorpSalesAdmin.php'), 191 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/PostLogAdmin.php'), 192 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/InnerMailAdmin.php'), 193 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SeoMetaTagAdmin.php'), 194 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/VehicleEstimateOddsAdmin.php'), 195 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Document/BranchesAdmin.php'), 196 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Document/DealerOfferAdmin.php'), 197 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Report/ReportAnalyticAdmin.php'), 198 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Report/CriticalLogAdmin.php'), 199 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Filters/VehicleFilterAdmin.php'), 200 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Filters/VehicleAutoriaAdmin.php'), 201 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/LogsAdmin.php'), 202 => (\dirname(__DIR__4).'/src/AutomarketBundle/Services/CatalogService.php'), 203 => (\dirname(__DIR__4).'/src/AutomarketBundle/Services/SeoService.php'), 204 => (\dirname(__DIR__4).'/src/BmpGatewayBundle/Command/PeugeotSyncCommand.php'), 205 => (\dirname(__DIR__4).'/src/CoreBundle/Twig/TwigExtension.php'), 206 => (\dirname(__DIR__4).'/src/CoreBundle/Services/VehiclesSubscriberService.php'), 207 => (\dirname(__DIR__4).'/src/DcSiteBundle/Model/Worker.php'), 208 => (\dirname(__DIR__4).'/src/CoreBundle/Component/CoreFormFactory.php'), 209 => (\dirname(__DIR__4).'/src/DcSiteBundle/Services/VehicleService.php'), 210 => (\dirname(__DIR__4).'/src/DcSiteBundle/Services/AccessoryService.php'), 211 => (\dirname(__DIR__4).'/src/MyBundle/Service/AuthService.php'), 212 => (\dirname(__DIR__4).'/src/PortalBundle/Controller/AjaxController.php'), 213 => (\dirname(__DIR__4).'/src/PortalBundle/Model/Catalog.php'), 214 => (\dirname(__DIR__4).'/src/PortalBundle/Model/SeoMetaTag.php'), 215 => (\dirname(__DIR__4).'/src/PortalBundle/Model/Breadcrumbs.php'), 216 => (\dirname(__DIR__4).'/src/PortalBundle/Services/CatalogService.php'), 217 => (\dirname(__DIR__4).'/src/PortalBundle/Services/ComparisonService.php'), 218 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/FlashListener.php'), 219 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/XEditableRuntime.php'), 220 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 221 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 222 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 223 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 224 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 225 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 226 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 227 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 228 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 229 => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Security/RolesDownloadStrategy.php'), 230 => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Controller/MediaAdminController.php'), 231 => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Admin/ORM/MediaAdmin.php'), 232 => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Admin/GalleryAdmin.php'), 233 => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Admin/GalleryItemAdmin.php'), 234 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 235 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 236 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 237 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 238 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  39041.         $instance->setName('debug:translation');
  39042.         $instance->setDescription('Display translation messages information');
  39043.         return $instance;
  39044.     }
  39045.     /**
  39046.      * Gets the private 'console.command.translation_extract' shared service.
  39047.      *
  39048.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  39049.      */
  39050.     protected function getConsole_Command_TranslationExtractService()
  39051.     {
  39052.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39053.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  39054.         $this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'ua', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/src/AutomarketBundle/Resources/translations'), => (\dirname(__DIR__4).'/src/CoreBundle/Resources/translations'), => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations'), 10 => (\dirname(__DIR__4).'/src/ImporterBundle/Resources/translations'), 11 => (\dirname(__DIR__4).'/src/InsuranceBundle/Resources/translations'), 12 => (\dirname(__DIR__4).'/src/IntegrationBundle/Resources/translations'), 13 => (\dirname(__DIR__4).'/src/LeasingBundle/Resources/translations'), 14 => (\dirname(__DIR__4).'/src/MyBundle/Resources/translations'), 15 => (\dirname(__DIR__4).'/src/PortalBundle/Resources/translations'), 16 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations'), 17 => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'), => (\dirname(__DIR__4).'/src/AcquiringBundle/Resources/views'), => (\dirname(__DIR__4).'/src/CoreBundle/Resources/views'), => (\dirname(__DIR__4).'/src/BmpGatewayBundle/Resources/views'), => (\dirname(__DIR__4).'/src/AdminBundle/Resources/views'), => (\dirname(__DIR__4).'/src/InsuranceBundle/Resources/views'), => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/views'), => (\dirname(__DIR__4).'/src/ImporterBundle/Resources/views'), => (\dirname(__DIR__4).'/src/LeasingBundle/Resources/views'), => (\dirname(__DIR__4).'/templates/bundles/FOSUserBundle'), 10 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 11 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 12 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Passenger/VehicleAdmin.php'), 13 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Passenger/VariationAdmin.php'), 14 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Passenger/InStockAdmin.php'), 15 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Passenger/RentVehicleAdmin.php'), 16 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Passenger/UsedVehicleAdmin.php'), 17 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Passenger/SpecificationAdmin.php'), 18 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/AutoRiaOptionsAdmin.php'), 19 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Fraight/VehicleAdmin.php'), 20 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Fraight/VariationAdmin.php'), 21 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Fraight/InStockAdmin.php'), 22 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Fraight/SpecificationAdmin.php'), 23 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Bus/VehicleAdmin.php'), 24 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Bus/VariationAdmin.php'), 25 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Bus/InStockAdmin.php'), 26 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Bus/SpecificationAdmin.php'), 27 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Moto/VehicleAdmin.php'), 28 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Moto/VariationAdmin.php'), 29 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Moto/InStockAdmin.php'), 30 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Moto/RentVehicleAdmin.php'), 31 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Moto/UsedVehicleAdmin.php'), 32 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Water/VehicleAdmin.php'), 33 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Water/VariationAdmin.php'), 34 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Special/VehicleAdmin.php'), 35 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Special/VariationAdmin.php'), 36 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/Special/InStockAdmin.php'), 37 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/ProjectAdmin.php'), 38 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DirectionOfProductionAdmin.php'), 39 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/ProjectContentAdmin.php'), 40 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/VehicleItemAdmin.php'), 41 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/VariationCharacteristicAdmin.php'), 42 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/InStockContentAdmin.php'), 43 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/InStockPartAdmin.php'), 44 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/EquipmentAdmin.php'), 45 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/SpecificationOptionsAdmin.php'), 46 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/VehicleContentAdmin.php'), 47 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/VehicleFileAdmin.php'), 48 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/FeatureAdmin.php'), 49 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/FeatureContentAdmin.php'), 50 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/FaqAdmin.php'), 51 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/FaqContentAdmin.php'), 52 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/InfoSyncAdmin.php'), 53 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/VehicleAutoRiaOptionAdmin.php'), 54 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vehicles/VehicleCardTypeAdmin.php'), 55 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/LeadsAdmin.php'), 56 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/ConfiguratorOfferAdmin.php'), 57 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/ActionsAdmin.php'), 58 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/NewsAdmin.php'), 59 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/PagesAdmin.php'), 60 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/PageContentAdmin.php'), 61 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/VacancyAdmin.php'), 62 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/MainSliderAdmin.php'), 63 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/VacancyContentAdmin.php'), 64 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/AccessoriesAdmin.php'), 65 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/AccessoriesContentAdmin.php'), 66 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/TestDriveAdmin.php'), 67 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/AccessoriesGroupAdmin.php'), 68 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/AccessoriesCategoryAdmin.php'), 69 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/AccessoriesCategoryContentAdmin.php'), 70 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/VehicleAccessoryAdmin.php'), 71 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/ResumeAdmin.php'), 72 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/GeneratorAdmin.php'), 73 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/BoatAdmin.php'), 74 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/NonMotorizedBoatAdmin.php'), 75 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/BoatEngineAdmin.php'), 76 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/CarGroupAdmin.php'), 77 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/EventsAdmin.php'), 78 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/ViDiWorkerAdmin.php'), 79 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/ViDiDepartmentAdmin.php'), 80 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/TestDriveRoutesAdmin.php'), 81 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/TourRoutesAdmin.php'), 82 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/TourRouteContentAdmin.php'), 83 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/TourRouteParamsAdmin.php'), 84 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/SalesContractAdmin.php'), 85 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/TermsMaintenanceAdmin.php'), 86 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/BodyRepairCertificateAdmin.php'), 87 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/ReplacementCarConditionAdmin.php'), 88 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/SpecialOffersAdmin.php'), 89 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/ClientPartnerAdmin.php'), 90 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/FaqAdmin.php'), 91 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DCAutoSite/SpecialOffersContentAdmin.php'), 92 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/InnerMailAdmin.php'), 93 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/AccessoriesAdmin.php'), 94 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/VehicleAccessoryAdmin.php'), 95 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/AccessoriesGroupAdmin.php'), 96 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/BasePostContentAdmin.php'), 97 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/ActionsAdmin.php'), 98 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/NewsAdmin.php'), 99 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/VacancyAdmin.php'), 100 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/VacancyContentAdmin.php'), 101 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/MainSliderAdmin.php'), 102 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/WorkerAdmin.php'), 103 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/DepartmentAdmin.php'), 104 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/Vehicles/Moto/UsedVehicleAdmin.php'), 105 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/Vehicles/VehicleContentAdmin.php'), 106 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/Vehicles/Moto/VariationAdmin.php'), 107 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/Vehicles/VariationCharacteristicAdmin.php'), 108 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/ContactAdmin.php'), 109 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/AboutCompanyAdmin.php'), 110 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/TestDriveAdmin.php'), 111 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/PagesServicesAdmin.php'), 112 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/PageContentAdmin.php'), 113 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SubAutoSite/SeoAdmin.php'), 114 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/ProgramAdmin.php'), 115 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/ActionsAdmin.php'), 116 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/PayoutsAdmin.php'), 117 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/NewsAdmin.php'), 118 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/InformationDocumentAdmin.php'), 119 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/InformationDocumentCategoryAdmin.php'), 120 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/InformationDocumentCategoryContentAdmin.php'), 121 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/InsuranceConditionAdmin.php'), 122 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/InsuranceConditionCategoryAdmin.php'), 123 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/InsuranceConditionCategoryContentAdmin.php'), 124 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/MediationServiceAdmin.php'), 125 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/MediationServiceMediatorAdmin.php'), 126 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/MediatorProductAdmin.php'), 127 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/ReviewAdmin.php'), 128 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/FaqAdmin.php'), 129 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/CaseAdmin.php'), 130 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Insurance/CaseDocumentAdmin.php'), 131 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Service/JobAdmin.php'), 132 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Service/ServiceWorkAdmin.php'), 133 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Service/ServiceWorkPartAdmin.php'), 134 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Service/ServiceWorkJobAdmin.php'), 135 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Service/PartAdmin.php'), 136 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/ServicePageAdmin.php'), 137 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/ServicePageContentAdmin.php'), 138 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/ServicePageCategoryAdmin.php'), 139 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/ServicePageCategoryContentAdmin.php'), 140 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Service/BodyRepairCategoryAdmin.php'), 141 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Service/BodyRepairCategoryContentAdmin.php'), 142 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/References/ModelAdmin.php'), 143 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/References/EquipmentOptionAdmin.php'), 144 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/References/FeatureGroupAdmin.php'), 145 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/References/CategoryAdmin.php'), 146 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/References/VehicleGroupAdmin.php'), 147 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/References/VehicleRecommendGroupAdmin.php'), 148 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/References/EngineAdmin.php'), 149 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/References/MarkdownAdmin.php'), 150 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Founders/BiographyAdmin.php'), 151 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Founders/NewsAdmin.php'), 152 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Founders/PublicationsAdmin.php'), 153 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Founders/SolemnEventsAdmin.php'), 154 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Founders/CategorySocialInvestmentsAdmin.php'), 155 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Founders/SocialInvestmentsAdmin.php'), 156 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Founders/GalleryPhotoAdmin.php'), 157 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Founders/GalleryVideoAdmin.php'), 158 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Shop/GoodsAdmin.php'), 159 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Shop/GoodsContentAdmin.php'), 160 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Shop/GroupAdmin.php'), 161 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vidi/MainSliderAdmin.php'), 162 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vidi/AnnouncementBarAdmin.php'), 163 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vidi/VacancyAdmin.php'), 164 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vidi/ResumeAdmin.php'), 165 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vidi/CatalogBannerAdmin.php'), 166 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vidi/CreditCalculationReviewAdmin.php'), 167 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vidi/BlogAdmin.php'), 168 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Vidi/BlogCategoryAdmin.php'), 169 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/VidiFounders/FoundersAdmin.php'), 170 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/VidiFounders/FoundersBiographyAdmin.php'), 171 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/VidiFounders/FoundersNewsAdmin.php'), 172 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/VidiFounders/FoundersPublicationsAdmin.php'), 173 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/VidiFounders/FoundersPhotoAdmin.php'), 174 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/VidiFounders/FoundersVideoAdmin.php'), 175 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/ModelRange/Pages/PagesAdmin.php'), 176 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Ticket/TicketAdmin.php'), 177 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Ticket/TicketDashboardAdmin.php'), 178 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Ticket/TicketPlanerAdmin.php'), 179 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Ticket/TicketReportAdmin.php'), 180 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/OrderAdmin.php'), 181 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/AdminLogAdmin.php'), 182 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/DealerAdmin.php'), 183 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/BrandAdmin.php'), 184 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/TxnAdmin.php'), 185 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/TaskAdmin.php'), 186 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/UserAdmin.php'), 187 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/ClientAdmin.php'), 188 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/CreditProgramAdmin.php'), 189 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/BasePostContentAdmin.php'), 190 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/CorpSalesAdmin.php'), 191 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/PostLogAdmin.php'), 192 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/InnerMailAdmin.php'), 193 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/SeoMetaTagAdmin.php'), 194 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/VehicleEstimateOddsAdmin.php'), 195 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Document/BranchesAdmin.php'), 196 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Document/DealerOfferAdmin.php'), 197 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Report/ReportAnalyticAdmin.php'), 198 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Report/CriticalLogAdmin.php'), 199 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Filters/VehicleFilterAdmin.php'), 200 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/Filters/VehicleAutoriaAdmin.php'), 201 => (\dirname(__DIR__4).'/src/AdminBundle/Admin/LogsAdmin.php'), 202 => (\dirname(__DIR__4).'/src/AutomarketBundle/Services/CatalogService.php'), 203 => (\dirname(__DIR__4).'/src/AutomarketBundle/Services/SeoService.php'), 204 => (\dirname(__DIR__4).'/src/BmpGatewayBundle/Command/PeugeotSyncCommand.php'), 205 => (\dirname(__DIR__4).'/src/CoreBundle/Twig/TwigExtension.php'), 206 => (\dirname(__DIR__4).'/src/CoreBundle/Services/VehiclesSubscriberService.php'), 207 => (\dirname(__DIR__4).'/src/DcSiteBundle/Model/Worker.php'), 208 => (\dirname(__DIR__4).'/src/CoreBundle/Component/CoreFormFactory.php'), 209 => (\dirname(__DIR__4).'/src/DcSiteBundle/Services/VehicleService.php'), 210 => (\dirname(__DIR__4).'/src/DcSiteBundle/Services/AccessoryService.php'), 211 => (\dirname(__DIR__4).'/src/MyBundle/Service/AuthService.php'), 212 => (\dirname(__DIR__4).'/src/PortalBundle/Controller/AjaxController.php'), 213 => (\dirname(__DIR__4).'/src/PortalBundle/Model/Catalog.php'), 214 => (\dirname(__DIR__4).'/src/PortalBundle/Model/SeoMetaTag.php'), 215 => (\dirname(__DIR__4).'/src/PortalBundle/Model/Breadcrumbs.php'), 216 => (\dirname(__DIR__4).'/src/PortalBundle/Services/CatalogService.php'), 217 => (\dirname(__DIR__4).'/src/PortalBundle/Services/ComparisonService.php'), 218 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/FlashListener.php'), 219 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/XEditableRuntime.php'), 220 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 221 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 222 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 223 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 224 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 225 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 226 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 227 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 228 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 229 => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Security/RolesDownloadStrategy.php'), 230 => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Controller/MediaAdminController.php'), 231 => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Admin/ORM/MediaAdmin.php'), 232 => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Admin/GalleryAdmin.php'), 233 => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Admin/GalleryItemAdmin.php'), 234 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 235 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 236 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 237 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 238 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  39055.         $instance->setName('translation:extract');
  39056.         $instance->setAliases([=> 'translation:update']);
  39057.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  39058.         return $instance;
  39059.     }
  39060.     /**
  39061.      * Gets the private 'console.command.translation_pull' shared service.
  39062.      *
  39063.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  39064.      */
  39065.     protected function getConsole_Command_TranslationPullService()
  39066.     {
  39067.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39068.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  39069.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  39070.         $this->privates['console.command.translation_pull'] = $instance = new \Symfony\Component\Translation\Command\TranslationPullCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), 'ua', [], []);
  39071.         $instance->setName('translation:pull');
  39072.         $instance->setDescription('Pull translations from a given provider.');
  39073.         return $instance;
  39074.     }
  39075.     /**
  39076.      * Gets the private 'console.command.translation_push' shared service.
  39077.      *
  39078.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  39079.      */
  39080.     protected function getConsole_Command_TranslationPushService()
  39081.     {
  39082.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39083.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  39084.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  39085.         $this->privates['console.command.translation_push'] = $instance = new \Symfony\Component\Translation\Command\TranslationPushCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), [], []);
  39086.         $instance->setName('translation:push');
  39087.         $instance->setDescription('Push translations to a given provider.');
  39088.         return $instance;
  39089.     }
  39090.     /**
  39091.      * Gets the private 'console.command.validator_debug' shared service.
  39092.      *
  39093.      * @return \Symfony\Component\Validator\Command\DebugCommand
  39094.      */
  39095.     protected function getConsole_Command_ValidatorDebugService()
  39096.     {
  39097.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39098.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  39099.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  39100.         $instance->setName('debug:validator');
  39101.         $instance->setDescription('Display validation constraints for classes');
  39102.         return $instance;
  39103.     }
  39104.     /**
  39105.      * Gets the private 'console.command.xliff_lint' shared service.
  39106.      *
  39107.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  39108.      */
  39109.     protected function getConsole_Command_XliffLintService()
  39110.     {
  39111.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39112.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  39113.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  39114.         $instance->setName('lint:xliff');
  39115.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  39116.         return $instance;
  39117.     }
  39118.     /**
  39119.      * Gets the private 'console.command.yaml_lint' shared service.
  39120.      *
  39121.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  39122.      */
  39123.     protected function getConsole_Command_YamlLintService()
  39124.     {
  39125.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39126.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  39127.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  39128.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  39129.         $instance->setName('lint:yaml');
  39130.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  39131.         return $instance;
  39132.     }
  39133.     /**
  39134.      * Gets the private 'console.error_listener' shared service.
  39135.      *
  39136.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  39137.      */
  39138.     protected function getConsole_ErrorListenerService()
  39139.     {
  39140.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  39141.         $a = ($this->services['monolog.error_db_handler'] ?? $this->getMonolog_ErrorDbHandlerService());
  39142.         if (isset($this->privates['console.error_listener'])) {
  39143.             return $this->privates['console.error_listener'];
  39144.         }
  39145.         $b = new \Symfony\Bridge\Monolog\Logger('console');
  39146.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  39147.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  39148.         $b->pushHandler($a);
  39149.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  39150.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  39151.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($b);
  39152.     }
  39153.     /**
  39154.      * Gets the private 'container.env_var_processor' shared service.
  39155.      *
  39156.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  39157.      */
  39158.     protected function getContainer_EnvVarProcessorService()
  39159.     {
  39160.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  39161.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  39162.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  39163.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  39164.         }, 1));
  39165.     }
  39166.     /**
  39167.      * Gets the private 'container.getenv' shared service.
  39168.      *
  39169.      * @return \Closure
  39170.      */
  39171.     protected function getContainer_GetenvService()
  39172.     {
  39173.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  39174.     }
  39175.     /**
  39176.      * Gets the private 'data_collector.form' shared service.
  39177.      *
  39178.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  39179.      */
  39180.     protected function getDataCollector_FormService()
  39181.     {
  39182.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  39183.     }
  39184.     /**
  39185.      * Gets the private 'data_collector.request' shared service.
  39186.      *
  39187.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  39188.      */
  39189.     protected function getDataCollector_RequestService()
  39190.     {
  39191.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  39192.     }
  39193.     /**
  39194.      * Gets the private 'data_collector.request.session_collector' shared service.
  39195.      *
  39196.      * @return \Closure
  39197.      */
  39198.     protected function getDataCollector_Request_SessionCollectorService()
  39199.     {
  39200.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  39201.     }
  39202.     /**
  39203.      * Gets the private 'debug.argument_resolver.default' shared service.
  39204.      *
  39205.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  39206.      */
  39207.     protected function getDebug_ArgumentResolver_DefaultService()
  39208.     {
  39209.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  39210.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  39211.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  39212.         return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  39213.     }
  39214.     /**
  39215.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  39216.      *
  39217.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  39218.      */
  39219.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  39220.     {
  39221.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  39222.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  39223.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  39224.         $a = ($this->privates['.service_locator.TW4GLNh'] ?? $this->get_ServiceLocator_TW4GLNhService());
  39225.         if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  39226.             return $this->privates['debug.argument_resolver.not_tagged_controller'];
  39227.         }
  39228.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  39229.     }
  39230.     /**
  39231.      * Gets the private 'debug.argument_resolver.request' shared service.
  39232.      *
  39233.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  39234.      */
  39235.     protected function getDebug_ArgumentResolver_RequestService()
  39236.     {
  39237.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  39238.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  39239.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  39240.         return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  39241.     }
  39242.     /**
  39243.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  39244.      *
  39245.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  39246.      */
  39247.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  39248.     {
  39249.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  39250.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  39251.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  39252.         return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  39253.     }
  39254.     /**
  39255.      * Gets the private 'debug.argument_resolver.service' shared service.
  39256.      *
  39257.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  39258.      */
  39259.     protected function getDebug_ArgumentResolver_ServiceService()
  39260.     {
  39261.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  39262.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  39263.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  39264.         $a = ($this->privates['.service_locator.TW4GLNh'] ?? $this->get_ServiceLocator_TW4GLNhService());
  39265.         if (isset($this->privates['debug.argument_resolver.service'])) {
  39266.             return $this->privates['debug.argument_resolver.service'];
  39267.         }
  39268.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  39269.     }
  39270.     /**
  39271.      * Gets the private 'debug.argument_resolver.session' shared service.
  39272.      *
  39273.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  39274.      */
  39275.     protected function getDebug_ArgumentResolver_SessionService()
  39276.     {
  39277.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  39278.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  39279.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  39280.         return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  39281.     }
  39282.     /**
  39283.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  39284.      *
  39285.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  39286.      */
  39287.     protected function getDebug_ArgumentResolver_VariadicService()
  39288.     {
  39289.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  39290.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  39291.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  39292.         return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  39293.     }
  39294.     /**
  39295.      * Gets the private 'debug.controller_resolver' shared service.
  39296.      *
  39297.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  39298.      */
  39299.     protected function getDebug_ControllerResolverService()
  39300.     {
  39301.         $a = ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService());
  39302.         if (isset($this->privates['debug.controller_resolver'])) {
  39303.             return $this->privates['debug.controller_resolver'];
  39304.         }
  39305.         return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this$a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  39306.     }
  39307.     /**
  39308.      * Gets the private 'debug.debug_handlers_listener' shared service.
  39309.      *
  39310.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  39311.      */
  39312.     protected function getDebug_DebugHandlersListenerService()
  39313.     {
  39314.         $a = ($this->services['monolog.error_db_handler'] ?? $this->getMonolog_ErrorDbHandlerService());
  39315.         if (isset($this->privates['debug.debug_handlers_listener'])) {
  39316.             return $this->privates['debug.debug_handlers_listener'];
  39317.         }
  39318.         $b = new \Symfony\Bridge\Monolog\Logger('php');
  39319.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  39320.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  39321.         $b->pushHandler($a);
  39322.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  39323.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  39324.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$bNULL, -1truetrueNULL);
  39325.     }
  39326.     /**
  39327.      * Gets the private 'debug.dump_listener' shared service.
  39328.      *
  39329.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  39330.      */
  39331.     protected function getDebug_DumpListenerService()
  39332.     {
  39333.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  39334.         return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.contextualized_cli_dumper'] ?? $this->getVarDumper_ContextualizedCliDumperService()), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  39335.     }
  39336.     /**
  39337.      * Gets the private 'debug.file_link_formatter' shared service.
  39338.      *
  39339.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  39340.      */
  39341.     protected function getDebug_FileLinkFormatterService()
  39342.     {
  39343.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__4), function () {
  39344.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  39345.         });
  39346.     }
  39347.     /**
  39348.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  39349.      *
  39350.      * @return \string
  39351.      */
  39352.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  39353.     {
  39354.         $a = ($this->services['router'] ?? $this->getRouterService());
  39355.         if (isset($this->privates['debug.file_link_formatter.url_format'])) {
  39356.             return $this->privates['debug.file_link_formatter.url_format'];
  39357.         }
  39358.         return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat($a'_profiler_open_file''?file=%f&line=%l#line%l');
  39359.     }
  39360.     /**
  39361.      * Gets the private 'debug.log_processor' shared service.
  39362.      *
  39363.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  39364.      */
  39365.     protected function getDebug_LogProcessorService()
  39366.     {
  39367.         return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  39368.     }
  39369.     /**
  39370.      * Gets the private 'debug.security.access.decision_manager' shared service.
  39371.      *
  39372.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  39373.      */
  39374.     protected function getDebug_Security_Access_DecisionManagerService()
  39375.     {
  39376.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  39377.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  39378.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  39379.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  39380.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  39381.     }
  39382.     /**
  39383.      * Gets the private 'debug.security.firewall' shared service.
  39384.      *
  39385.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  39386.      */
  39387.     protected function getDebug_Security_FirewallService()
  39388.     {
  39389.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  39390.         if (isset($this->privates['debug.security.firewall'])) {
  39391.             return $this->privates['debug.security.firewall'];
  39392.         }
  39393.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  39394.         if (isset($this->privates['debug.security.firewall'])) {
  39395.             return $this->privates['debug.security.firewall'];
  39396.         }
  39397.         $c = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  39398.         if (isset($this->privates['debug.security.firewall'])) {
  39399.             return $this->privates['debug.security.firewall'];
  39400.         }
  39401.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b$c);
  39402.     }
  39403.     /**
  39404.      * Gets the private 'debug.security.user_value_resolver' shared service.
  39405.      *
  39406.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  39407.      */
  39408.     protected function getDebug_Security_UserValueResolverService()
  39409.     {
  39410.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  39411.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  39412.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  39413.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  39414.     }
  39415.     /**
  39416.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  39417.      *
  39418.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  39419.      */
  39420.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  39421.     {
  39422.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  39423.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  39424.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  39425.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  39426.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  39427.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  39428.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  39429.         }
  39430.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()))), $a);
  39431.     }
  39432.     /**
  39433.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  39434.      *
  39435.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  39436.      */
  39437.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  39438.     {
  39439.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  39440.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  39441.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  39442.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  39443.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  39444.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  39445.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  39446.         }
  39447.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  39448.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  39449.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  39450.         }
  39451.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $a, ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $b);
  39452.     }
  39453.     /**
  39454.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  39455.      *
  39456.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  39457.      */
  39458.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  39459.     {
  39460.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  39461.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  39462.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  39463.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  39464.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  39465.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  39466.         if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  39467.             return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  39468.         }
  39469.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $a);
  39470.     }
  39471.     /**
  39472.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  39473.      *
  39474.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  39475.      */
  39476.     protected function getDebug_Security_Voter_VoteListenerService()
  39477.     {
  39478.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  39479.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  39480.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  39481.             return $this->privates['debug.security.voter.vote_listener'];
  39482.         }
  39483.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  39484.     }
  39485.     /**
  39486.      * Gets the private 'debug.sonata.admin.argument_resolver.admin' shared service.
  39487.      *
  39488.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  39489.      */
  39490.     protected function getDebug_Sonata_Admin_ArgumentResolver_AdminService()
  39491.     {
  39492.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  39493.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  39494.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/ArgumentResolver/CompatibleValueResolverInterface.php';
  39495.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/ArgumentResolver/AdminValueResolver.php';
  39496.         $a = ($this->privates['sonata.admin.request.fetcher'] ?? $this->getSonata_Admin_Request_FetcherService());
  39497.         if (isset($this->privates['debug.sonata.admin.argument_resolver.admin'])) {
  39498.             return $this->privates['debug.sonata.admin.argument_resolver.admin'];
  39499.         }
  39500.         return $this->privates['debug.sonata.admin.argument_resolver.admin'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Sonata\AdminBundle\ArgumentResolver\AdminValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  39501.     }
  39502.     /**
  39503.      * Gets the private 'debug.sonata.admin.argument_resolver.proxy_query' shared service.
  39504.      *
  39505.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  39506.      */
  39507.     protected function getDebug_Sonata_Admin_ArgumentResolver_ProxyQueryService()
  39508.     {
  39509.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  39510.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  39511.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/ArgumentResolver/CompatibleValueResolverInterface.php';
  39512.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/ArgumentResolver/ProxyQueryResolver.php';
  39513.         return $this->privates['debug.sonata.admin.argument_resolver.proxy_query'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Sonata\AdminBundle\ArgumentResolver\ProxyQueryResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  39514.     }
  39515.     /**
  39516.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  39517.      *
  39518.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
  39519.      */
  39520.     protected function getDoctrine_CacheClearMetadataCommandService()
  39521.     {
  39522.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39523.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  39524.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  39525.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/MetadataCommand.php';
  39526.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  39527.         $instance->setName('doctrine:cache:clear-metadata');
  39528.         return $instance;
  39529.     }
  39530.     /**
  39531.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  39532.      *
  39533.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
  39534.      */
  39535.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  39536.     {
  39537.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39538.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  39539.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  39540.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryCommand.php';
  39541.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  39542.         $instance->setName('doctrine:cache:clear-query');
  39543.         return $instance;
  39544.     }
  39545.     /**
  39546.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  39547.      *
  39548.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
  39549.      */
  39550.     protected function getDoctrine_CacheClearResultCommandService()
  39551.     {
  39552.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39553.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  39554.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  39555.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/ResultCommand.php';
  39556.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  39557.         $instance->setName('doctrine:cache:clear-result');
  39558.         return $instance;
  39559.     }
  39560.     /**
  39561.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  39562.      *
  39563.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
  39564.      */
  39565.     protected function getDoctrine_CacheCollectionRegionCommandService()
  39566.     {
  39567.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39568.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  39569.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  39570.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  39571.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  39572.         $instance->setName('doctrine:cache:clear-collection-region');
  39573.         return $instance;
  39574.     }
  39575.     /**
  39576.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  39577.      *
  39578.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
  39579.      */
  39580.     protected function getDoctrine_ClearEntityRegionCommandService()
  39581.     {
  39582.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39583.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  39584.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  39585.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  39586.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  39587.         $instance->setName('doctrine:cache:clear-entity-region');
  39588.         return $instance;
  39589.     }
  39590.     /**
  39591.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  39592.      *
  39593.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
  39594.      */
  39595.     protected function getDoctrine_ClearQueryRegionCommandService()
  39596.     {
  39597.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39598.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  39599.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  39600.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  39601.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  39602.         $instance->setName('doctrine:cache:clear-query-region');
  39603.         return $instance;
  39604.     }
  39605.     /**
  39606.      * Gets the private 'doctrine.database_create_command' shared service.
  39607.      *
  39608.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  39609.      */
  39610.     protected function getDoctrine_DatabaseCreateCommandService()
  39611.     {
  39612.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39613.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  39614.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/CreateDatabaseDoctrineCommand.php';
  39615.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  39616.         $instance->setName('doctrine:database:create');
  39617.         return $instance;
  39618.     }
  39619.     /**
  39620.      * Gets the private 'doctrine.database_drop_command' shared service.
  39621.      *
  39622.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  39623.      */
  39624.     protected function getDoctrine_DatabaseDropCommandService()
  39625.     {
  39626.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39627.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  39628.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DropDatabaseDoctrineCommand.php';
  39629.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  39630.         $instance->setName('doctrine:database:drop');
  39631.         return $instance;
  39632.     }
  39633.     /**
  39634.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  39635.      *
  39636.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  39637.      */
  39638.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  39639.     {
  39640.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  39641.             'core.vehicle_item_listener' => ['services''core.vehicle_item_listener''getCore_VehicleItemListenerService'false],
  39642.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  39643.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  39644.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  39645.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  39646.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'false],
  39647.             'sonata.doctrine.mapper' => ['privates''sonata.doctrine.mapper''getSonata_Doctrine_MapperService'false],
  39648.             'sonata.media.doctrine.event_subscriber' => ['privates''sonata.media.doctrine.event_subscriber''getSonata_Media_Doctrine_EventSubscriberService'false],
  39649.         ], [
  39650.             'core.vehicle_item_listener' => '?',
  39651.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  39652.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  39653.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  39654.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  39655.             'fos_user.user_listener' => '?',
  39656.             'sonata.doctrine.mapper' => '?',
  39657.             'sonata.media.doctrine.event_subscriber' => '?',
  39658.         ]), [=> [=> [=> 'loadClassMetadata'], => 'sonata.doctrine.mapper'], => 'core.vehicle_item_listener'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'prePersist'], => 'fos_user.user_listener'], => [=> [=> 'preUpdate'], => 'fos_user.user_listener'], => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], => [=> [=> 'prePersist'], => 'sonata.media.doctrine.event_subscriber'], => [=> [=> 'preUpdate'], => 'sonata.media.doctrine.event_subscriber'], 10 => [=> [=> 'preRemove'], => 'sonata.media.doctrine.event_subscriber'], 11 => [=> [=> 'postUpdate'], => 'sonata.media.doctrine.event_subscriber'], 12 => [=> [=> 'postRemove'], => 'sonata.media.doctrine.event_subscriber'], 13 => [=> [=> 'postPersist'], => 'sonata.media.doctrine.event_subscriber'], 14 => [=> [=> 'onClear'], => 'sonata.media.doctrine.event_subscriber']]);
  39659.     }
  39660.     /**
  39661.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  39662.      *
  39663.      * @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
  39664.      */
  39665.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  39666.     {
  39667.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39668.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  39669.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  39670.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  39671.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  39672.         $instance->setName('doctrine:ensure-production-settings');
  39673.         return $instance;
  39674.     }
  39675.     /**
  39676.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  39677.      *
  39678.      * @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
  39679.      */
  39680.     protected function getDoctrine_MappingConvertCommandService()
  39681.     {
  39682.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39683.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  39684.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  39685.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php';
  39686.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  39687.         $instance->setName('doctrine:mapping:convert');
  39688.         return $instance;
  39689.     }
  39690.     /**
  39691.      * Gets the private 'doctrine.mapping_import_command' shared service.
  39692.      *
  39693.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  39694.      */
  39695.     protected function getDoctrine_MappingImportCommandService()
  39696.     {
  39697.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39698.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  39699.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/ImportMappingDoctrineCommand.php';
  39700.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  39701.         $instance->setName('doctrine:mapping:import');
  39702.         return $instance;
  39703.     }
  39704.     /**
  39705.      * Gets the private 'doctrine.mapping_info_command' shared service.
  39706.      *
  39707.      * @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
  39708.      */
  39709.     protected function getDoctrine_MappingInfoCommandService()
  39710.     {
  39711.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39712.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  39713.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  39714.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/InfoCommand.php';
  39715.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\InfoCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  39716.         $instance->setName('doctrine:mapping:info');
  39717.         return $instance;
  39718.     }
  39719.     /**
  39720.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  39721.      *
  39722.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  39723.      */
  39724.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  39725.     {
  39726.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Version/MigrationFactory.php';
  39727.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/MigrationsFactory/ContainerAwareMigrationFactory.php';
  39728.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  39729.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  39730.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  39731.         }
  39732.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  39733.     }
  39734.     /**
  39735.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  39736.      *
  39737.      * @return \Doctrine\Migrations\DependencyFactory
  39738.      */
  39739.     protected function getDoctrine_Migrations_DependencyFactoryService()
  39740.     {
  39741.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/DependencyFactory.php';
  39742.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Migration/ConfigurationLoader.php';
  39743.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Migration/ExistingConfiguration.php';
  39744.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Configuration.php';
  39745.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Metadata/Storage/MetadataStorageConfiguration.php';
  39746.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Metadata/Storage/TableMetadataStorageConfiguration.php';
  39747.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/EntityManagerLoader.php';
  39748.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  39749.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  39750.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  39751.         $a->setAllOrNothing(false);
  39752.         $a->setCheckDatabasePlatform(true);
  39753.         $a->setTransactional(true);
  39754.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  39755.         $this->privates['doctrine.migrations.dependency_factory'] = $instance \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  39756.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  39757.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  39758.         });
  39759.         return $instance;
  39760.     }
  39761.     /**
  39762.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  39763.      *
  39764.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  39765.      */
  39766.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  39767.     {
  39768.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/EntityManagerProvider.php';
  39769.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  39770.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  39771.     }
  39772.     /**
  39773.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  39774.      *
  39775.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  39776.      */
  39777.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  39778.     {
  39779.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  39780.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  39781.         if (isset($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'])) {
  39782.             return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'];
  39783.         }
  39784.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  39785.     }
  39786.     /**
  39787.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  39788.      *
  39789.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  39790.      */
  39791.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  39792.     {
  39793.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  39794.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  39795.     }
  39796.     /**
  39797.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  39798.      *
  39799.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  39800.      */
  39801.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  39802.     {
  39803.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39804.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  39805.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  39806.     }
  39807.     /**
  39808.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  39809.      *
  39810.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  39811.      */
  39812.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  39813.     {
  39814.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39815.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  39816.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  39817.             return new \EmptyIterator();
  39818.         }, 0));
  39819.     }
  39820.     /**
  39821.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  39822.      *
  39823.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  39824.      */
  39825.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  39826.     {
  39827.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39828.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  39829.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  39830.     }
  39831.     /**
  39832.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  39833.      *
  39834.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  39835.      */
  39836.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  39837.     {
  39838.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  39839.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  39840.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  39841.     }
  39842.     /**
  39843.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  39844.      *
  39845.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  39846.      */
  39847.     protected function getDoctrine_Orm_Validator_UniqueService()
  39848.     {
  39849.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  39850.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  39851.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  39852.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  39853.     }
  39854.     /**
  39855.      * Gets the private 'doctrine.query_dql_command' shared service.
  39856.      *
  39857.      * @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
  39858.      */
  39859.     protected function getDoctrine_QueryDqlCommandService()
  39860.     {
  39861.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39862.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  39863.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  39864.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/RunDqlCommand.php';
  39865.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\RunDqlCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  39866.         $instance->setName('doctrine:query:dql');
  39867.         return $instance;
  39868.     }
  39869.     /**
  39870.      * Gets the private 'doctrine.query_sql_command' shared service.
  39871.      *
  39872.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  39873.      */
  39874.     protected function getDoctrine_QuerySqlCommandService()
  39875.     {
  39876.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39877.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  39878.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  39879.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/Proxy/RunSqlDoctrineCommand.php';
  39880.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  39881.         $instance->setName('doctrine:query:sql');
  39882.         return $instance;
  39883.     }
  39884.     /**
  39885.      * Gets the private 'doctrine.schema_create_command' shared service.
  39886.      *
  39887.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
  39888.      */
  39889.     protected function getDoctrine_SchemaCreateCommandService()
  39890.     {
  39891.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39892.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  39893.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  39894.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  39895.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/CreateCommand.php';
  39896.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  39897.         $instance->setName('doctrine:schema:create');
  39898.         return $instance;
  39899.     }
  39900.     /**
  39901.      * Gets the private 'doctrine.schema_drop_command' shared service.
  39902.      *
  39903.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
  39904.      */
  39905.     protected function getDoctrine_SchemaDropCommandService()
  39906.     {
  39907.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39908.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  39909.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  39910.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  39911.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/DropCommand.php';
  39912.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  39913.         $instance->setName('doctrine:schema:drop');
  39914.         return $instance;
  39915.     }
  39916.     /**
  39917.      * Gets the private 'doctrine.schema_update_command' shared service.
  39918.      *
  39919.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
  39920.      */
  39921.     protected function getDoctrine_SchemaUpdateCommandService()
  39922.     {
  39923.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39924.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  39925.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  39926.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  39927.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  39928.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  39929.         $instance->setName('doctrine:schema:update');
  39930.         return $instance;
  39931.     }
  39932.     /**
  39933.      * Gets the private 'doctrine.schema_validate_command' shared service.
  39934.      *
  39935.      * @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
  39936.      */
  39937.     protected function getDoctrine_SchemaValidateCommandService()
  39938.     {
  39939.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39940.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  39941.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  39942.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ValidateSchemaCommand.php';
  39943.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  39944.         $instance->setName('doctrine:schema:validate');
  39945.         return $instance;
  39946.     }
  39947.     /**
  39948.      * Gets the private 'doctrine.ulid_generator' shared service.
  39949.      *
  39950.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  39951.      */
  39952.     protected function getDoctrine_UlidGeneratorService()
  39953.     {
  39954.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  39955.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  39956.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  39957.     }
  39958.     /**
  39959.      * Gets the private 'doctrine.uuid_generator' shared service.
  39960.      *
  39961.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  39962.      */
  39963.     protected function getDoctrine_UuidGeneratorService()
  39964.     {
  39965.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  39966.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  39967.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  39968.     }
  39969.     /**
  39970.      * Gets the private 'doctrine_migrations.current_command' shared service.
  39971.      *
  39972.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  39973.      */
  39974.     protected function getDoctrineMigrations_CurrentCommandService()
  39975.     {
  39976.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39977.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  39978.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/CurrentCommand.php';
  39979.         $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  39980.         $instance->setName('doctrine:migrations:current');
  39981.         $instance->setDescription('Outputs the current version');
  39982.         return $instance;
  39983.     }
  39984.     /**
  39985.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  39986.      *
  39987.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  39988.      */
  39989.     protected function getDoctrineMigrations_DiffCommandService()
  39990.     {
  39991.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39992.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  39993.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DiffCommand.php';
  39994.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  39995.         $instance->setName('doctrine:migrations:diff');
  39996.         $instance->setDescription('Generate a migration by comparing your current database to your mapping information.');
  39997.         return $instance;
  39998.     }
  39999.     /**
  40000.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  40001.      *
  40002.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  40003.      */
  40004.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  40005.     {
  40006.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  40007.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  40008.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DumpSchemaCommand.php';
  40009.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  40010.         $instance->setName('doctrine:migrations:dump-schema');
  40011.         $instance->setDescription('Dump the schema for your database to a migration.');
  40012.         return $instance;
  40013.     }
  40014.     /**
  40015.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  40016.      *
  40017.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  40018.      */
  40019.     protected function getDoctrineMigrations_ExecuteCommandService()
  40020.     {
  40021.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  40022.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  40023.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/ExecuteCommand.php';
  40024.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  40025.         $instance->setName('doctrine:migrations:execute');
  40026.         $instance->setDescription('Execute one or more migration versions up or down manually.');
  40027.         return $instance;
  40028.     }
  40029.     /**
  40030.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  40031.      *
  40032.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  40033.      */
  40034.     protected function getDoctrineMigrations_GenerateCommandService()
  40035.     {
  40036.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  40037.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  40038.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/GenerateCommand.php';
  40039.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  40040.         $instance->setName('doctrine:migrations:generate');
  40041.         $instance->setDescription('Generate a blank migration class.');
  40042.         return $instance;
  40043.     }
  40044.     /**
  40045.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  40046.      *
  40047.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  40048.      */
  40049.     protected function getDoctrineMigrations_LatestCommandService()
  40050.     {
  40051.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  40052.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  40053.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/LatestCommand.php';
  40054.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  40055.         $instance->setName('doctrine:migrations:latest');
  40056.         $instance->setDescription('Outputs the latest version');
  40057.         return $instance;
  40058.     }
  40059.     /**
  40060.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  40061.      *
  40062.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  40063.      */
  40064.     protected function getDoctrineMigrations_MigrateCommandService()
  40065.     {
  40066.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  40067.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  40068.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/MigrateCommand.php';
  40069.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  40070.         $instance->setName('doctrine:migrations:migrate');
  40071.         $instance->setDescription('Execute a migration to a specified version or the latest available version.');
  40072.         return $instance;
  40073.     }
  40074.     /**
  40075.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  40076.      *
  40077.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  40078.      */
  40079.     protected function getDoctrineMigrations_RollupCommandService()
  40080.     {
  40081.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  40082.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  40083.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/RollupCommand.php';
  40084.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  40085.         $instance->setName('doctrine:migrations:rollup');
  40086.         $instance->setDescription('Rollup migrations by deleting all tracked versions and insert the one version that exists.');
  40087.         return $instance;
  40088.     }
  40089.     /**
  40090.      * Gets the private 'doctrine_migrations.status_command' shared service.
  40091.      *
  40092.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  40093.      */
  40094.     protected function getDoctrineMigrations_StatusCommandService()
  40095.     {
  40096.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  40097.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  40098.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/StatusCommand.php';
  40099.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  40100.         $instance->setName('doctrine:migrations:status');
  40101.         $instance->setDescription('View the status of a set of migrations.');
  40102.         return $instance;
  40103.     }
  40104.     /**
  40105.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  40106.      *
  40107.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  40108.      */
  40109.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  40110.     {
  40111.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  40112.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  40113.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/SyncMetadataCommand.php';
  40114.         $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  40115.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  40116.         $instance->setDescription('Ensures that the metadata storage is at the latest version.');
  40117.         return $instance;
  40118.     }
  40119.     /**
  40120.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  40121.      *
  40122.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  40123.      */
  40124.     protected function getDoctrineMigrations_UpToDateCommandService()
  40125.     {
  40126.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  40127.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  40128.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/UpToDateCommand.php';
  40129.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  40130.         $instance->setName('doctrine:migrations:up-to-date');
  40131.         $instance->setDescription('Tells you if your schema is up-to-date.');
  40132.         return $instance;
  40133.     }
  40134.     /**
  40135.      * Gets the private 'doctrine_migrations.version_command' shared service.
  40136.      *
  40137.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  40138.      */
  40139.     protected function getDoctrineMigrations_VersionCommandService()
  40140.     {
  40141.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  40142.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  40143.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/VersionCommand.php';
  40144.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  40145.         $instance->setName('doctrine:migrations:version');
  40146.         $instance->setDescription('Manually add and delete migration versions from the version table.');
  40147.         return $instance;
  40148.     }
  40149.     /**
  40150.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  40151.      *
  40152.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  40153.      */
  40154.     protected function getDoctrineMigrations_VersionsCommandService()
  40155.     {
  40156.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  40157.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  40158.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/ListCommand.php';
  40159.         $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  40160.         $instance->setName('doctrine:migrations:list');
  40161.         $instance->setDescription('Display a list of all available migrations and their status.');
  40162.         return $instance;
  40163.     }
  40164.     /**
  40165.      * Gets the private 'error_handler.error_renderer.html' shared service.
  40166.      *
  40167.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  40168.      */
  40169.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  40170.     {
  40171.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  40172.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  40173.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  40174.         return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  40175.     }
  40176.     /**
  40177.      * Gets the private 'exception_listener' shared service.
  40178.      *
  40179.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  40180.      */
  40181.     protected function getExceptionListenerService()
  40182.     {
  40183.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  40184.     }
  40185.     /**
  40186.      * Gets the private 'form.choice_list_factory.cached' shared service.
  40187.      *
  40188.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  40189.      */
  40190.     protected function getForm_ChoiceListFactory_CachedService()
  40191.     {
  40192.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  40193.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  40194.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  40195.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  40196.         return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
  40197.     }
  40198.     /**
  40199.      * Gets the private 'form.registry' shared service.
  40200.      *
  40201.      * @return \Symfony\Component\Form\FormRegistry
  40202.      */
  40203.     protected function getForm_RegistryService()
  40204.     {
  40205.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  40206.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  40207.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  40208.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  40209.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  40210.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  40211.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  40212.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  40213.             'DcSiteBundle\\Form\\BuyPartsType' => ['services''DcSiteBundle\\Form\\BuyPartsType''getBuyPartsTypeService'false],
  40214.             'DcSiteBundle\\Form\\MotoTestDriveType' => ['services''dc.forms.moto_test_drive''getDc_Forms_MotoTestDriveService'false],
  40215.             'DcSiteBundle\\Form\\VacancyType' => ['services''DcSiteBundle\\Form\\VacancyType''getVacancyTypeService'false],
  40216.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => ['privates''fos_ck_editor.form.type''getFosCkEditor_Form_TypeService'false],
  40217.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => ['privates''fos_user.change_password.form.type''getFosUser_ChangePassword_Form_TypeService'false],
  40218.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => ['privates''fos_user.profile.form.type''getFosUser_Profile_Form_TypeService'false],
  40219.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => ['privates''fos_user.registration.form.type''getFosUser_Registration_Form_TypeService'false],
  40220.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => ['privates''fos_user.resetting.form.type''getFosUser_Resetting_Form_TypeService'false],
  40221.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => ['privates''fos_user.username_form_type''getFosUser_UsernameFormTypeService'false],
  40222.             'ImporterBundle\\Form\\BuyPartsType' => ['privates''ImporterBundle\\Form\\BuyPartsType''getBuyPartsType2Service'false],
  40223.             'ImporterBundle\\Form\\TestDriveType' => ['services''importer.forms.test_drive''getImporter_Forms_TestDriveService'false],
  40224.             'Sonata\\AdminBundle\\Form\\Type\\AdminType' => ['privates''sonata.admin.form.type.admin''getSonata_Admin_Form_Type_AdminService'false],
  40225.             'Sonata\\AdminBundle\\Form\\Type\\ChoiceFieldMaskType' => ['privates''sonata.admin.doctrine_orm.form.type.choice_field_mask''getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService'false],
  40226.             'Sonata\\AdminBundle\\Form\\Type\\CollectionType' => ['privates''sonata.admin.form.type.collection''getSonata_Admin_Form_Type_CollectionService'false],
  40227.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\ChoiceType' => ['privates''sonata.admin.form.filter.type.choice''getSonata_Admin_Form_Filter_Type_ChoiceService'false],
  40228.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateRangeType' => ['privates''sonata.admin.form.filter.type.daterange''getSonata_Admin_Form_Filter_Type_DaterangeService'false],
  40229.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeRangeType' => ['privates''sonata.admin.form.filter.type.datetime_range''getSonata_Admin_Form_Filter_Type_DatetimeRangeService'false],
  40230.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeType' => ['privates''sonata.admin.form.filter.type.datetime''getSonata_Admin_Form_Filter_Type_DatetimeService'false],
  40231.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateType' => ['privates''sonata.admin.form.filter.type.date''getSonata_Admin_Form_Filter_Type_DateService'false],
  40232.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DefaultType' => ['privates''sonata.admin.form.filter.type.default''getSonata_Admin_Form_Filter_Type_DefaultService'false],
  40233.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\NumberType' => ['privates''sonata.admin.form.filter.type.number''getSonata_Admin_Form_Filter_Type_NumberService'false],
  40234.             'Sonata\\AdminBundle\\Form\\Type\\ModelAutocompleteType' => ['privates''sonata.admin.form.type.model_autocomplete''getSonata_Admin_Form_Type_ModelAutocompleteService'false],
  40235.             'Sonata\\AdminBundle\\Form\\Type\\ModelHiddenType' => ['privates''sonata.admin.form.type.model_hidden''getSonata_Admin_Form_Type_ModelHiddenService'false],
  40236.             'Sonata\\AdminBundle\\Form\\Type\\ModelListType' => ['privates''sonata.admin.form.type.model_list''getSonata_Admin_Form_Type_ModelListService'false],
  40237.             'Sonata\\AdminBundle\\Form\\Type\\ModelReferenceType' => ['privates''sonata.admin.form.type.model_reference''getSonata_Admin_Form_Type_ModelReferenceService'false],
  40238.             'Sonata\\AdminBundle\\Form\\Type\\ModelType' => ['privates''sonata.admin.form.type.model_choice''getSonata_Admin_Form_Type_ModelChoiceService'false],
  40239.             'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType' => ['privates''sonata.block.form.type.container_template''getSonata_Block_Form_Type_ContainerTemplateService'false],
  40240.             'Sonata\\BlockBundle\\Form\\Type\\ServiceListType' => ['privates''sonata.block.form.type.block''getSonata_Block_Form_Type_BlockService'false],
  40241.             'Sonata\\Form\\Type\\BooleanType' => ['privates''sonata.form.type.boolean''getSonata_Form_Type_BooleanService'false],
  40242.             'Sonata\\Form\\Type\\CollectionType' => ['privates''sonata.form.type.collection''getSonata_Form_Type_CollectionService'false],
  40243.             'Sonata\\Form\\Type\\DatePickerType' => ['privates''sonata.form.type.date_picker''getSonata_Form_Type_DatePickerService'false],
  40244.             'Sonata\\Form\\Type\\DateRangePickerType' => ['privates''sonata.form.type.date_range_picker''getSonata_Form_Type_DateRangePickerService'false],
  40245.             'Sonata\\Form\\Type\\DateRangeType' => ['privates''sonata.form.type.date_range''getSonata_Form_Type_DateRangeService'false],
  40246.             'Sonata\\Form\\Type\\DateTimePickerType' => ['privates''sonata.form.type.datetime_picker''getSonata_Form_Type_DatetimePickerService'false],
  40247.             'Sonata\\Form\\Type\\DateTimeRangePickerType' => ['privates''sonata.form.type.datetime_range_picker''getSonata_Form_Type_DatetimeRangePickerService'false],
  40248.             'Sonata\\Form\\Type\\DateTimeRangeType' => ['privates''sonata.form.type.datetime_range''getSonata_Form_Type_DatetimeRangeService'false],
  40249.             'Sonata\\Form\\Type\\ImmutableArrayType' => ['privates''sonata.form.type.array''getSonata_Form_Type_ArrayService'false],
  40250.             'Sonata\\MediaBundle\\Form\\Type\\MediaType' => ['privates''sonata.media.form.type.media''getSonata_Media_Form_Type_MediaService'false],
  40251.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  40252.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  40253.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  40254.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  40255.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  40256.         ], [
  40257.             'DcSiteBundle\\Form\\BuyPartsType' => '?',
  40258.             'DcSiteBundle\\Form\\MotoTestDriveType' => '?',
  40259.             'DcSiteBundle\\Form\\VacancyType' => '?',
  40260.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => '?',
  40261.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => '?',
  40262.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => '?',
  40263.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => '?',
  40264.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => '?',
  40265.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => '?',
  40266.             'ImporterBundle\\Form\\BuyPartsType' => '?',
  40267.             'ImporterBundle\\Form\\TestDriveType' => '?',
  40268.             'Sonata\\AdminBundle\\Form\\Type\\AdminType' => '?',
  40269.             'Sonata\\AdminBundle\\Form\\Type\\ChoiceFieldMaskType' => '?',
  40270.             'Sonata\\AdminBundle\\Form\\Type\\CollectionType' => '?',
  40271.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\ChoiceType' => '?',
  40272.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateRangeType' => '?',
  40273.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeRangeType' => '?',
  40274.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeType' => '?',
  40275.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateType' => '?',
  40276.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DefaultType' => '?',
  40277.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\NumberType' => '?',
  40278.             'Sonata\\AdminBundle\\Form\\Type\\ModelAutocompleteType' => '?',
  40279.             'Sonata\\AdminBundle\\Form\\Type\\ModelHiddenType' => '?',
  40280.             'Sonata\\AdminBundle\\Form\\Type\\ModelListType' => '?',
  40281.             'Sonata\\AdminBundle\\Form\\Type\\ModelReferenceType' => '?',
  40282.             'Sonata\\AdminBundle\\Form\\Type\\ModelType' => '?',
  40283.             'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType' => '?',
  40284.             'Sonata\\BlockBundle\\Form\\Type\\ServiceListType' => '?',
  40285.             'Sonata\\Form\\Type\\BooleanType' => '?',
  40286.             'Sonata\\Form\\Type\\CollectionType' => '?',
  40287.             'Sonata\\Form\\Type\\DatePickerType' => '?',
  40288.             'Sonata\\Form\\Type\\DateRangePickerType' => '?',
  40289.             'Sonata\\Form\\Type\\DateRangeType' => '?',
  40290.             'Sonata\\Form\\Type\\DateTimePickerType' => '?',
  40291.             'Sonata\\Form\\Type\\DateTimeRangePickerType' => '?',
  40292.             'Sonata\\Form\\Type\\DateTimeRangeType' => '?',
  40293.             'Sonata\\Form\\Type\\ImmutableArrayType' => '?',
  40294.             'Sonata\\MediaBundle\\Form\\Type\\MediaType' => '?',
  40295.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  40296.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  40297.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  40298.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  40299.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  40300.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  40301.             yield => ($this->privates['sonata.admin.form.extension.field'] ?? $this->getSonata_Admin_Form_Extension_FieldService());
  40302.             yield => ($this->privates['sonata.admin.form.extension.field.mopa'] ?? ($this->privates['sonata.admin.form.extension.field.mopa'] = new \Sonata\AdminBundle\Form\Extension\Field\Type\MopaCompatibilityTypeFieldExtension()));
  40303.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  40304.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  40305.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  40306.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  40307.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  40308.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  40309.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  40310.         }, 9), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => new RewindableGenerator(function () {
  40311.             yield => ($this->privates['sonata.admin.form.extension.choice'] ?? ($this->privates['sonata.admin.form.extension.choice'] = new \Sonata\AdminBundle\Form\Extension\ChoiceTypeExtension()));
  40312.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  40313.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  40314.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  40315.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  40316.         }, 1)], new RewindableGenerator(function () {
  40317.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  40318.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  40319.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  40320.     }
  40321.     /**
  40322.      * Gets the private 'form.server_params' shared service.
  40323.      *
  40324.      * @return \Symfony\Component\Form\Util\ServerParams
  40325.      */
  40326.     protected function getForm_ServerParamsService()
  40327.     {
  40328.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  40329.         return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  40330.     }
  40331.     /**
  40332.      * Gets the private 'form.type.choice' shared service.
  40333.      *
  40334.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  40335.      */
  40336.     protected function getForm_Type_ChoiceService()
  40337.     {
  40338.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  40339.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  40340.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  40341.         return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  40342.     }
  40343.     /**
  40344.      * Gets the private 'form.type.color' shared service.
  40345.      *
  40346.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  40347.      */
  40348.     protected function getForm_Type_ColorService()
  40349.     {
  40350.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  40351.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  40352.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  40353.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  40354.     }
  40355.     /**
  40356.      * Gets the private 'form.type.entity' shared service.
  40357.      *
  40358.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  40359.      */
  40360.     protected function getForm_Type_EntityService()
  40361.     {
  40362.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  40363.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  40364.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  40365.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  40366.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  40367.     }
  40368.     /**
  40369.      * Gets the private 'form.type.form' shared service.
  40370.      *
  40371.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  40372.      */
  40373.     protected function getForm_Type_FormService()
  40374.     {
  40375.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  40376.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  40377.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  40378.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  40379.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  40380.     }
  40381.     /**
  40382.      * Gets the private 'form.type_extension.csrf' shared service.
  40383.      *
  40384.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  40385.      */
  40386.     protected function getForm_TypeExtension_CsrfService()
  40387.     {
  40388.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  40389.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  40390.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  40391.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  40392.     }
  40393.     /**
  40394.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  40395.      *
  40396.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  40397.      */
  40398.     protected function getForm_TypeExtension_Form_DataCollectorService()
  40399.     {
  40400.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  40401.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  40402.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  40403.         return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  40404.     }
  40405.     /**
  40406.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  40407.      *
  40408.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  40409.      */
  40410.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  40411.     {
  40412.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  40413.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  40414.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  40415.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  40416.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  40417.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
  40418.     }
  40419.     /**
  40420.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  40421.      *
  40422.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  40423.      */
  40424.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  40425.     {
  40426.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  40427.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  40428.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  40429.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  40430.     }
  40431.     /**
  40432.      * Gets the private 'form.type_extension.form.validator' shared service.
  40433.      *
  40434.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  40435.      */
  40436.     protected function getForm_TypeExtension_Form_ValidatorService()
  40437.     {
  40438.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  40439.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  40440.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  40441.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  40442.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), true, ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  40443.     }
  40444.     /**
  40445.      * Gets the private 'form.type_extension.upload.validator' shared service.
  40446.      *
  40447.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  40448.      */
  40449.     protected function getForm_TypeExtension_Upload_ValidatorService()
  40450.     {
  40451.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  40452.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  40453.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  40454.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  40455.     }
  40456.     /**
  40457.      * Gets the private 'form.type_guesser.doctrine' shared service.
  40458.      *
  40459.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  40460.      */
  40461.     protected function getForm_TypeGuesser_DoctrineService()
  40462.     {
  40463.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  40464.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  40465.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  40466.     }
  40467.     /**
  40468.      * Gets the private 'form.type_guesser.validator' shared service.
  40469.      *
  40470.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  40471.      */
  40472.     protected function getForm_TypeGuesser_ValidatorService()
  40473.     {
  40474.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  40475.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  40476.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  40477.     }
  40478.     /**
  40479.      * Gets the private 'fos_ck_editor.command.installer' shared service.
  40480.      *
  40481.      * @return \FOS\CKEditorBundle\Command\CKEditorInstallerCommand
  40482.      */
  40483.     protected function getFosCkEditor_Command_InstallerService()
  40484.     {
  40485.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  40486.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Command/CKEditorInstallerCommand.php';
  40487.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Installer/CKEditorInstaller.php';
  40488.         $this->privates['fos_ck_editor.command.installer'] = $instance = new \FOS\CKEditorBundle\Command\CKEditorInstallerCommand(new \FOS\CKEditorBundle\Installer\CKEditorInstaller());
  40489.         $instance->setName('ckeditor:install');
  40490.         return $instance;
  40491.     }
  40492.     /**
  40493.      * Gets the private 'fos_ck_editor.form.type' shared service.
  40494.      *
  40495.      * @return \FOS\CKEditorBundle\Form\Type\CKEditorType
  40496.      */
  40497.     protected function getFosCkEditor_Form_TypeService()
  40498.     {
  40499.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  40500.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  40501.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Form/Type/CKEditorType.php';
  40502.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfigurationInterface.php';
  40503.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfiguration.php';
  40504.         return $this->privates['fos_ck_editor.form.type'] = new \FOS\CKEditorBundle\Form\Type\CKEditorType(new \FOS\CKEditorBundle\Config\CKEditorConfiguration(['base_path' => 'bundles/fosckeditor''js_path' => 'bundles/fosckeditor/ckeditor.js''configs' => ['default' => ['toolbar' => [=> [=> 'Source'=> 'Maximize'=> 'Cut'=> 'Copy'=> 'Paste'=> 'PasteText'=> 'PasteFromWord'=> '-'=> 'Undo'=> 'Redo'], => '/'=> [=> 'Image'=> 'Table'=> 'Link'=> 'HorizontalRule'=> 'SpecialChar'=> 'Smiley'=> '-'=> 'Bold'=> 'Italic'=> 'Underline'10 => 'Strike'11 => 'Subscript'12 => 'Superscript'13 => '-'14 => '-'15 => 'RemoveFormat'16 => '-'17 => 'NumberedList'18 => 'BulletedList'19 => '-'20 => 'JustifyLeft'21 => 'JustifyCenter'22 => 'JustifyRight'23 => 'JustifyBlock'], => '/'=> [=> 'Styles'=> 'Format'=> 'Font'=> 'FontSize'=> 'TextColor'=> 'BGColor']], 'allowedContent' => true'filebrowserBrowseRoute' => 'admin_sonata_media_media_browser''filebrowserImageBrowseRoute' => 'admin_sonata_media_media_browser''filebrowserImageBrowseRouteParameters' => ['provider' => 'sonata.media.provider.image'], 'filebrowserUploadRoute' => 'admin_sonata_media_media_upload''filebrowserUploadRouteParameters' => ['provider' => 'sonata.media.provider.file'], 'filebrowserImageUploadRoute' => 'admin_sonata_media_media_upload''filebrowserImageUploadRouteParameters' => ['provider' => 'sonata.media.provider.image''context' => 'default']]], 'enable' => true'async' => false'auto_inline' => true'inline' => false'autoload' => true'jquery' => false'require_js' => false'input_sync' => false'jquery_path' => 'bundles/fosckeditor/adapters/jquery.js''default_config' => NULL'plugins' => [], 'styles' => [], 'templates' => [], 'filebrowsers' => [], 'toolbars' => ['configs' => [], 'items' => []]]));
  40505.     }
  40506.     /**
  40507.      * Gets the private 'fos_user.change_password.form.type' shared service.
  40508.      *
  40509.      * @return \FOS\UserBundle\Form\Type\ChangePasswordFormType
  40510.      */
  40511.     protected function getFosUser_ChangePassword_Form_TypeService()
  40512.     {
  40513.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  40514.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  40515.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/ChangePasswordFormType.php';
  40516.         return $this->privates['fos_user.change_password.form.type'] = new \FOS\UserBundle\Form\Type\ChangePasswordFormType('CoreBundle\\Entity\\User');
  40517.     }
  40518.     /**
  40519.      * Gets the private 'fos_user.command.activate_user' shared service.
  40520.      *
  40521.      * @return \FOS\UserBundle\Command\ActivateUserCommand
  40522.      */
  40523.     protected function getFosUser_Command_ActivateUserService()
  40524.     {
  40525.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  40526.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/ActivateUserCommand.php';
  40527.         $this->privates['fos_user.command.activate_user'] = $instance = new \FOS\UserBundle\Command\ActivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  40528.         $instance->setName('fos:user:activate');
  40529.         $instance->setDescription('Activate a user');
  40530.         return $instance;
  40531.     }
  40532.     /**
  40533.      * Gets the private 'fos_user.command.change_password' shared service.
  40534.      *
  40535.      * @return \FOS\UserBundle\Command\ChangePasswordCommand
  40536.      */
  40537.     protected function getFosUser_Command_ChangePasswordService()
  40538.     {
  40539.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  40540.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/ChangePasswordCommand.php';
  40541.         $this->privates['fos_user.command.change_password'] = $instance = new \FOS\UserBundle\Command\ChangePasswordCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  40542.         $instance->setName('fos:user:change-password');
  40543.         $instance->setDescription('Change the password of a user.');
  40544.         return $instance;
  40545.     }
  40546.     /**
  40547.      * Gets the private 'fos_user.command.create_user' shared service.
  40548.      *
  40549.      * @return \FOS\UserBundle\Command\CreateUserCommand
  40550.      */
  40551.     protected function getFosUser_Command_CreateUserService()
  40552.     {
  40553.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  40554.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/CreateUserCommand.php';
  40555.         $this->privates['fos_user.command.create_user'] = $instance = new \FOS\UserBundle\Command\CreateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  40556.         $instance->setName('fos:user:create');
  40557.         $instance->setDescription('Create a user.');
  40558.         return $instance;
  40559.     }
  40560.     /**
  40561.      * Gets the private 'fos_user.command.deactivate_user' shared service.
  40562.      *
  40563.      * @return \FOS\UserBundle\Command\DeactivateUserCommand
  40564.      */
  40565.     protected function getFosUser_Command_DeactivateUserService()
  40566.     {
  40567.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  40568.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/DeactivateUserCommand.php';
  40569.         $this->privates['fos_user.command.deactivate_user'] = $instance = new \FOS\UserBundle\Command\DeactivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  40570.         $instance->setName('fos:user:deactivate');
  40571.         $instance->setDescription('Deactivate a user');
  40572.         return $instance;
  40573.     }
  40574.     /**
  40575.      * Gets the private 'fos_user.command.demote_user' shared service.
  40576.      *
  40577.      * @return \FOS\UserBundle\Command\DemoteUserCommand
  40578.      */
  40579.     protected function getFosUser_Command_DemoteUserService()
  40580.     {
  40581.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  40582.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/RoleCommand.php';
  40583.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/DemoteUserCommand.php';
  40584.         $this->privates['fos_user.command.demote_user'] = $instance = new \FOS\UserBundle\Command\DemoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  40585.         $instance->setName('fos:user:demote');
  40586.         $instance->setDescription('Demote a user by removing a role');
  40587.         return $instance;
  40588.     }
  40589.     /**
  40590.      * Gets the private 'fos_user.command.promote_user' shared service.
  40591.      *
  40592.      * @return \FOS\UserBundle\Command\PromoteUserCommand
  40593.      */
  40594.     protected function getFosUser_Command_PromoteUserService()
  40595.     {
  40596.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  40597.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/RoleCommand.php';
  40598.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/PromoteUserCommand.php';
  40599.         $this->privates['fos_user.command.promote_user'] = $instance = new \FOS\UserBundle\Command\PromoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  40600.         $instance->setName('fos:user:promote');
  40601.         $instance->setDescription('Promotes a user by adding a role');
  40602.         return $instance;
  40603.     }
  40604.     /**
  40605.      * Gets the private 'fos_user.listener.authentication' shared service.
  40606.      *
  40607.      * @return \FOS\UserBundle\EventListener\AuthenticationListener
  40608.      */
  40609.     protected function getFosUser_Listener_AuthenticationService()
  40610.     {
  40611.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/AuthenticationListener.php';
  40612.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Security/LoginManagerInterface.php';
  40613.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Security/LoginManager.php';
  40614.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  40615.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  40616.         return $this->privates['fos_user.listener.authentication'] = new \FOS\UserBundle\EventListener\AuthenticationListener(new \FOS\UserBundle\Security\LoginManager(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL), 'main');
  40617.     }
  40618.     /**
  40619.      * Gets the private 'fos_user.listener.flash' shared service.
  40620.      *
  40621.      * @return \FOS\UserBundle\EventListener\FlashListener
  40622.      */
  40623.     protected function getFosUser_Listener_FlashService()
  40624.     {
  40625.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/FlashListener.php';
  40626.         return $this->privates['fos_user.listener.flash'] = new \FOS\UserBundle\EventListener\FlashListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['translator'] ?? $this->getTranslatorService()));
  40627.     }
  40628.     /**
  40629.      * Gets the private 'fos_user.listener.resetting' shared service.
  40630.      *
  40631.      * @return \FOS\UserBundle\EventListener\ResettingListener
  40632.      */
  40633.     protected function getFosUser_Listener_ResettingService()
  40634.     {
  40635.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/ResettingListener.php';
  40636.         $a = ($this->services['router'] ?? $this->getRouterService());
  40637.         if (isset($this->privates['fos_user.listener.resetting'])) {
  40638.             return $this->privates['fos_user.listener.resetting'];
  40639.         }
  40640.         return $this->privates['fos_user.listener.resetting'] = new \FOS\UserBundle\EventListener\ResettingListener($a86400);
  40641.     }
  40642.     /**
  40643.      * Gets the private 'fos_user.profile.form.type' shared service.
  40644.      *
  40645.      * @return \FOS\UserBundle\Form\Type\ProfileFormType
  40646.      */
  40647.     protected function getFosUser_Profile_Form_TypeService()
  40648.     {
  40649.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  40650.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  40651.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/ProfileFormType.php';
  40652.         return $this->privates['fos_user.profile.form.type'] = new \FOS\UserBundle\Form\Type\ProfileFormType('CoreBundle\\Entity\\User');
  40653.     }
  40654.     /**
  40655.      * Gets the private 'fos_user.registration.form.type' shared service.
  40656.      *
  40657.      * @return \FOS\UserBundle\Form\Type\RegistrationFormType
  40658.      */
  40659.     protected function getFosUser_Registration_Form_TypeService()
  40660.     {
  40661.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  40662.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  40663.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/RegistrationFormType.php';
  40664.         return $this->privates['fos_user.registration.form.type'] = new \FOS\UserBundle\Form\Type\RegistrationFormType('CoreBundle\\Entity\\User');
  40665.     }
  40666.     /**
  40667.      * Gets the private 'fos_user.resetting.form.type' shared service.
  40668.      *
  40669.      * @return \FOS\UserBundle\Form\Type\ResettingFormType
  40670.      */
  40671.     protected function getFosUser_Resetting_Form_TypeService()
  40672.     {
  40673.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  40674.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  40675.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/ResettingFormType.php';
  40676.         return $this->privates['fos_user.resetting.form.type'] = new \FOS\UserBundle\Form\Type\ResettingFormType('CoreBundle\\Entity\\User');
  40677.     }
  40678.     /**
  40679.      * Gets the private 'fos_user.security.interactive_login_listener' shared service.
  40680.      *
  40681.      * @return \FOS\UserBundle\EventListener\LastLoginListener
  40682.      */
  40683.     protected function getFosUser_Security_InteractiveLoginListenerService()
  40684.     {
  40685.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/LastLoginListener.php';
  40686.         return $this->privates['fos_user.security.interactive_login_listener'] = new \FOS\UserBundle\EventListener\LastLoginListener(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  40687.     }
  40688.     /**
  40689.      * Gets the private 'fos_user.user_listener' shared service.
  40690.      *
  40691.      * @return \FOS\UserBundle\Doctrine\UserListener
  40692.      */
  40693.     protected function getFosUser_UserListenerService()
  40694.     {
  40695.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40696.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Doctrine/UserListener.php';
  40697.         return $this->privates['fos_user.user_listener'] = new \FOS\UserBundle\Doctrine\UserListener(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()));
  40698.     }
  40699.     /**
  40700.      * Gets the private 'fos_user.user_provider.username' shared service.
  40701.      *
  40702.      * @return \FOS\UserBundle\Security\UserProvider
  40703.      */
  40704.     protected function getFosUser_UserProvider_UsernameService()
  40705.     {
  40706.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  40707.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Security/UserProvider.php';
  40708.         return $this->privates['fos_user.user_provider.username'] = new \FOS\UserBundle\Security\UserProvider(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  40709.     }
  40710.     /**
  40711.      * Gets the private 'fos_user.username_form_type' shared service.
  40712.      *
  40713.      * @return \FOS\UserBundle\Form\Type\UsernameFormType
  40714.      */
  40715.     protected function getFosUser_UsernameFormTypeService()
  40716.     {
  40717.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  40718.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  40719.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/UsernameFormType.php';
  40720.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  40721.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/DataTransformer/UserToUsernameTransformer.php';
  40722.         return $this->privates['fos_user.username_form_type'] = new \FOS\UserBundle\Form\Type\UsernameFormType(new \FOS\UserBundle\Form\DataTransformer\UserToUsernameTransformer(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService())));
  40723.     }
  40724.     /**
  40725.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  40726.      *
  40727.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  40728.      */
  40729.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  40730.     {
  40731.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  40732.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  40733.     }
  40734.     /**
  40735.      * Gets the private 'fos_user.util.password_updater' shared service.
  40736.      *
  40737.      * @return \FOS\UserBundle\Util\HashingPasswordUpdater
  40738.      */
  40739.     protected function getFosUser_Util_PasswordUpdaterService()
  40740.     {
  40741.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\HashingPasswordUpdater(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  40742.     }
  40743.     /**
  40744.      * Gets the private 'fos_user.util.user_manipulator' shared service.
  40745.      *
  40746.      * @return \FOS\UserBundle\Util\UserManipulator
  40747.      */
  40748.     protected function getFosUser_Util_UserManipulatorService()
  40749.     {
  40750.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/UserManipulator.php';
  40751.         return $this->privates['fos_user.util.user_manipulator'] = new \FOS\UserBundle\Util\UserManipulator(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  40752.     }
  40753.     /**
  40754.      * Gets the private 'fragment.listener' shared service.
  40755.      *
  40756.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  40757.      */
  40758.     protected function getFragment_ListenerService()
  40759.     {
  40760.         return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), '/_fragment');
  40761.     }
  40762.     /**
  40763.      * Gets the private 'fragment.renderer.hinclude' shared service.
  40764.      *
  40765.      * @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer
  40766.      */
  40767.     protected function getFragment_Renderer_HincludeService()
  40768.     {
  40769.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  40770.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  40771.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php';
  40772.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  40773.         if (isset($this->privates['fragment.renderer.hinclude'])) {
  40774.             return $this->privates['fragment.renderer.hinclude'];
  40775.         }
  40776.         $this->privates['fragment.renderer.hinclude'] = $instance = new \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer($a, ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), NULL);
  40777.         $instance->setFragmentPath('/_fragment');
  40778.         return $instance;
  40779.     }
  40780.     /**
  40781.      * Gets the private 'fragment.renderer.inline' shared service.
  40782.      *
  40783.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  40784.      */
  40785.     protected function getFragment_Renderer_InlineService()
  40786.     {
  40787.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  40788.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  40789.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  40790.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  40791.         if (isset($this->privates['fragment.renderer.inline'])) {
  40792.             return $this->privates['fragment.renderer.inline'];
  40793.         }
  40794.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  40795.         if (isset($this->privates['fragment.renderer.inline'])) {
  40796.             return $this->privates['fragment.renderer.inline'];
  40797.         }
  40798.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  40799.         $instance->setFragmentPath('/_fragment');
  40800.         return $instance;
  40801.     }
  40802.     /**
  40803.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  40804.      *
  40805.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  40806.      */
  40807.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  40808.     {
  40809.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  40810.     }
  40811.     /**
  40812.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  40813.      *
  40814.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  40815.      */
  40816.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  40817.     {
  40818.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  40819.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  40820.             return $this->privates['framework_extra_bundle.event.is_granted'];
  40821.         }
  40822.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  40823.     }
  40824.     /**
  40825.      * Gets the private 'jms_serializer.array_collection_handler' shared service.
  40826.      *
  40827.      * @return \JMS\Serializer\Handler\ArrayCollectionHandler
  40828.      */
  40829.     protected function getJmsSerializer_ArrayCollectionHandlerService()
  40830.     {
  40831.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  40832.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ArrayCollectionHandler.php';
  40833.         return $this->privates['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
  40834.     }
  40835.     /**
  40836.      * Gets the private 'jms_serializer.cache.cache_clearer' shared service.
  40837.      *
  40838.      * @return \JMS\SerializerBundle\Cache\CacheClearer
  40839.      */
  40840.     protected function getJmsSerializer_Cache_CacheClearerService()
  40841.     {
  40842.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  40843.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Cache/CacheClearer.php';
  40844.         return $this->privates['jms_serializer.cache.cache_clearer'] = new \JMS\SerializerBundle\Cache\CacheClearer(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer_default')))));
  40845.     }
  40846.     /**
  40847.      * Gets the private 'jms_serializer.constraint_violation_handler' shared service.
  40848.      *
  40849.      * @return \JMS\Serializer\Handler\ConstraintViolationHandler
  40850.      */
  40851.     protected function getJmsSerializer_ConstraintViolationHandlerService()
  40852.     {
  40853.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  40854.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ConstraintViolationHandler.php';
  40855.         return $this->privates['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
  40856.     }
  40857.     /**
  40858.      * Gets the private 'jms_serializer.datetime_handler' shared service.
  40859.      *
  40860.      * @return \JMS\Serializer\Handler\DateHandler
  40861.      */
  40862.     protected function getJmsSerializer_DatetimeHandlerService()
  40863.     {
  40864.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  40865.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/DateHandler.php';
  40866.         return $this->privates['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP''Europe/Vilnius'true, [=> 'Y-m-d\\TH:i:sP']);
  40867.     }
  40868.     /**
  40869.      * Gets the private 'jms_serializer.doctrine_proxy_subscriber' shared service.
  40870.      *
  40871.      * @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
  40872.      */
  40873.     protected function getJmsSerializer_DoctrineProxySubscriberService()
  40874.     {
  40875.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  40876.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/Subscriber/DoctrineProxySubscriber.php';
  40877.         return $this->privates['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(truefalse);
  40878.     }
  40879.     /**
  40880.      * Gets the private 'jms_serializer.event_dispatcher' shared service.
  40881.      *
  40882.      * @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
  40883.      */
  40884.     protected function getJmsSerializer_EventDispatcherService()
  40885.     {
  40886.         $this->privates['jms_serializer.event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  40887.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'false],
  40888.             'jms_serializer.traceable_runs_listener' => ['privates''jms_serializer.traceable_runs_listener''getJmsSerializer_TraceableRunsListenerService'false],
  40889.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'false],
  40890.         ], [
  40891.             'jms_serializer.stopwatch_subscriber' => '?',
  40892.             'jms_serializer.traceable_runs_listener' => '?',
  40893.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  40894.         ]));
  40895.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], NULLNULLNULL);
  40896.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  40897.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Persistence\\Proxy');
  40898.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  40899.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ORM\\PersistentCollection');
  40900.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\MongoDB\\PersistentCollection');
  40901.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\PHPCR\\PersistentCollection');
  40902.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Persistence\\Proxy');
  40903.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  40904.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'ProxyManager\\Proxy\\LazyLoadingInterface');
  40905.         $instance->addListener('serializer.pre_deserialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  40906.         $instance->addListener('serializer.post_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], NULLNULLNULL);
  40907.         return $instance;
  40908.     }
  40909.     /**
  40910.      * Gets the private 'jms_serializer.expression_evaluator' shared service.
  40911.      *
  40912.      * @return \JMS\Serializer\Expression\ExpressionEvaluator
  40913.      */
  40914.     protected function getJmsSerializer_ExpressionEvaluatorService()
  40915.     {
  40916.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  40917.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  40918.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  40919.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  40920.         $a = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  40921.         $a->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  40922.         return $this->privates['jms_serializer.expression_evaluator'] = new \JMS\Serializer\Expression\ExpressionEvaluator($a, ['container' => $this]);
  40923.     }
  40924.     /**
  40925.      * Gets the private 'jms_serializer.form_error_handler' shared service.
  40926.      *
  40927.      * @return \JMS\Serializer\Handler\FormErrorHandler
  40928.      */
  40929.     protected function getJmsSerializer_FormErrorHandlerService()
  40930.     {
  40931.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  40932.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php';
  40933.         return $this->privates['jms_serializer.form_error_handler'] = new \JMS\Serializer\Handler\FormErrorHandler(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  40934.     }
  40935.     /**
  40936.      * Gets the private 'jms_serializer.iterator_handler' shared service.
  40937.      *
  40938.      * @return \JMS\Serializer\Handler\IteratorHandler
  40939.      */
  40940.     protected function getJmsSerializer_IteratorHandlerService()
  40941.     {
  40942.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  40943.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/IteratorHandler.php';
  40944.         return $this->privates['jms_serializer.iterator_handler'] = new \JMS\Serializer\Handler\IteratorHandler();
  40945.     }
  40946.     /**
  40947.      * Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
  40948.      *
  40949.      * @return \JMS\SerializerBundle\Debug\TraceableFileLocator
  40950.      */
  40951.     protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
  40952.     {
  40953.         return $this->privates['jms_serializer.metadata.traceable_file_locator'] = new \JMS\SerializerBundle\Debug\TraceableFileLocator(new \Metadata\Driver\FileLocator(['Sonata\\BlockBundle' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/config/serializer')]));
  40954.     }
  40955.     /**
  40956.      * Gets the private 'jms_serializer.metadata.typed_properties_driver' shared service.
  40957.      *
  40958.      * @return \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver
  40959.      */
  40960.     protected function getJmsSerializer_Metadata_TypedPropertiesDriverService()
  40961.     {
  40962.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/TypedPropertiesDriver.php';
  40963.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AbstractDoctrineTypeDriver.php';
  40964.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/DoctrineTypeDriver.php';
  40965.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  40966.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  40967.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  40968.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php';
  40969.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/YamlDriver.php';
  40970.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
  40971.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/SerializedNameAnnotationStrategy.php';
  40972.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/CamelCaseNamingStrategy.php';
  40973.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/XmlDriver.php';
  40974.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationOrAttributeDriver.php';
  40975.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/NullDriver.php';
  40976.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  40977.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  40978.         $a = ($this->privates['jms_serializer.metadata.traceable_file_locator'] ?? $this->getJmsSerializer_Metadata_TraceableFileLocatorService());
  40979.         $b = new \JMS\Serializer\Naming\SerializedNameAnnotationStrategy(new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_'true));
  40980.         $c = ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser()));
  40981.         $d = ($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService());
  40982.         return $this->privates['jms_serializer.metadata.typed_properties_driver'] = new \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver(new \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver(new \Metadata\Driver\DriverChain([=> new \JMS\Serializer\Metadata\Driver\YamlDriver($a$b$c$d), => new \JMS\Serializer\Metadata\Driver\XmlDriver($a$b$c$d), => new \JMS\Serializer\Metadata\Driver\AnnotationOrAttributeDriver($b$c$d, ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), => new \JMS\Serializer\Metadata\Driver\NullDriver($b)]), ($this->services['doctrine'] ?? $this->getDoctrineService()), $c), $c);
  40983.     }
  40984.     /**
  40985.      * Gets the private 'jms_serializer.stopwatch_subscriber' shared service.
  40986.      *
  40987.      * @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
  40988.      */
  40989.     protected function getJmsSerializer_StopwatchSubscriberService()
  40990.     {
  40991.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  40992.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php';
  40993.         return $this->privates['jms_serializer.stopwatch_subscriber'] = new \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), 'jms_serializer.default');
  40994.     }
  40995.     /**
  40996.      * Gets the private 'jms_serializer.traceable_handler_registry' shared service.
  40997.      *
  40998.      * @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
  40999.      */
  41000.     protected function getJmsSerializer_TraceableHandlerRegistryService()
  41001.     {
  41002.         $this->privates['jms_serializer.traceable_handler_registry'] = $instance = new \JMS\SerializerBundle\Debug\TraceableHandlerRegistry(new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  41003.             'jms_serializer.union_handler' => ['privates''jms_serializer.union_handler''getJmsSerializer_UnionHandlerService'false],
  41004.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'false],
  41005.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'false],
  41006.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'false],
  41007.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'false],
  41008.             'jms_serializer.form_error_handler' => ['privates''jms_serializer.form_error_handler''getJmsSerializer_FormErrorHandlerService'false],
  41009.         ], [
  41010.             'jms_serializer.union_handler' => '?',
  41011.             'jms_serializer.array_collection_handler' => '?',
  41012.             'jms_serializer.datetime_handler' => '?',
  41013.             'jms_serializer.iterator_handler' => '?',
  41014.             'jms_serializer.constraint_violation_handler' => '?',
  41015.             'jms_serializer.form_error_handler' => '?',
  41016.         ])));
  41017.         $instance->registerHandler(2'union''json', [=> 'jms_serializer.union_handler'=> 'deserializeUnion']);
  41018.         $instance->registerHandler(2'union''xml', [=> 'jms_serializer.union_handler'=> 'deserializeUnion']);
  41019.         $instance->registerHandler(2'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  41020.         $instance->registerHandler(2'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  41021.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  41022.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  41023.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  41024.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  41025.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  41026.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  41027.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  41028.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  41029.         $instance->registerHandler(2'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson']);
  41030.         $instance->registerHandler(2'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']);
  41031.         $instance->registerHandler(2'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson']);
  41032.         $instance->registerHandler(2'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']);
  41033.         $instance->registerHandler(2'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson']);
  41034.         $instance->registerHandler(2'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']);
  41035.         $instance->registerHandler(2'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson']);
  41036.         $instance->registerHandler(2'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']);
  41037.         $instance->registerHandler(2'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  41038.         $instance->registerHandler(2'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  41039.         $instance->registerHandler(2'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  41040.         $instance->registerHandler(2'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  41041.         $instance->registerHandler(2'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  41042.         $instance->registerHandler(2'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  41043.         $instance->registerHandler(1'union''json', [=> 'jms_serializer.union_handler'=> 'serializeUnion']);
  41044.         $instance->registerHandler(1'union''xml', [=> 'jms_serializer.union_handler'=> 'serializeUnion']);
  41045.         $instance->registerHandler(1'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  41046.         $instance->registerHandler(1'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  41047.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  41048.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  41049.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  41050.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  41051.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  41052.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  41053.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  41054.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  41055.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml']);
  41056.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']);
  41057.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml']);
  41058.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']);
  41059.         $instance->registerHandler(1'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  41060.         $instance->registerHandler(1'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  41061.         $instance->registerHandler(1'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  41062.         $instance->registerHandler(1'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  41063.         $instance->registerHandler(1'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  41064.         $instance->registerHandler(1'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  41065.         $instance->registerHandler(1'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  41066.         $instance->registerHandler(1'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  41067.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToxml']);
  41068.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormTojson']);
  41069.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToXml']);
  41070.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToJson']);
  41071.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorToxml']);
  41072.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorTojson']);
  41073.         $instance->registerHandler(1'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  41074.         $instance->registerHandler(1'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  41075.         $instance->registerHandler(1'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  41076.         $instance->registerHandler(1'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  41077.         $instance->registerHandler(1'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  41078.         $instance->registerHandler(1'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  41079.         return $instance;
  41080.     }
  41081.     /**
  41082.      * Gets the private 'jms_serializer.traceable_metadata_factory' shared service.
  41083.      *
  41084.      * @return \JMS\SerializerBundle\Debug\TraceableMetadataFactory
  41085.      */
  41086.     protected function getJmsSerializer_TraceableMetadataFactoryService()
  41087.     {
  41088.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  41089.             'metadata_driver' => ['privates''jms_serializer.metadata.typed_properties_driver''getJmsSerializer_Metadata_TypedPropertiesDriverService'false],
  41090.         ], [
  41091.             'metadata_driver' => '?',
  41092.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  41093.         $a->setCache(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer_default')))));
  41094.         $a->setIncludeInterfaces(false);
  41095.         return $this->privates['jms_serializer.traceable_metadata_factory'] = new \JMS\SerializerBundle\Debug\TraceableMetadataFactory($a);
  41096.     }
  41097.     /**
  41098.      * Gets the private 'jms_serializer.traceable_runs_listener' shared service.
  41099.      *
  41100.      * @return \JMS\SerializerBundle\Debug\RunsListener
  41101.      */
  41102.     protected function getJmsSerializer_TraceableRunsListenerService()
  41103.     {
  41104.         return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
  41105.     }
  41106.     /**
  41107.      * Gets the private 'jms_serializer.twig_extension.serializer_runtime_helper' shared service.
  41108.      *
  41109.      * @return \JMS\Serializer\Twig\SerializerRuntimeHelper
  41110.      */
  41111.     protected function getJmsSerializer_TwigExtension_SerializerRuntimeHelperService()
  41112.     {
  41113.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeHelper.php';
  41114.         return $this->privates['jms_serializer.twig_extension.serializer_runtime_helper'] = new \JMS\Serializer\Twig\SerializerRuntimeHelper(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  41115.     }
  41116.     /**
  41117.      * Gets the private 'jms_serializer.union_handler' shared service.
  41118.      *
  41119.      * @return \JMS\Serializer\Handler\UnionHandler
  41120.      */
  41121.     protected function getJmsSerializer_UnionHandlerService()
  41122.     {
  41123.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  41124.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/UnionHandler.php';
  41125.         return $this->privates['jms_serializer.union_handler'] = new \JMS\Serializer\Handler\UnionHandler();
  41126.     }
  41127.     /**
  41128.      * Gets the private 'knp_menu.menu_provider.builder_alias' shared service.
  41129.      *
  41130.      * @return \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider
  41131.      */
  41132.     protected function getKnpMenu_MenuProvider_BuilderAliasService()
  41133.     {
  41134.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  41135.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Provider/BuilderAliasProvider.php';
  41136.         return $this->privates['knp_menu.menu_provider.builder_alias'] = new \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider(($this->services['kernel'] ?? $this->get('kernel'1)), $this, ($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  41137.     }
  41138.     /**
  41139.      * Gets the private 'knp_menu.menu_provider.chain' shared service.
  41140.      *
  41141.      * @return \Knp\Menu\Provider\ChainProvider
  41142.      */
  41143.     protected function getKnpMenu_MenuProvider_ChainService()
  41144.     {
  41145.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  41146.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  41147.         return $this->privates['knp_menu.menu_provider.chain'] = new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  41148.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->getKnpMenu_MenuProvider_LazyService());
  41149.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->getKnpMenu_MenuProvider_BuilderAliasService());
  41150.             yield => ($this->privates['sonata.admin.menu.group_provider'] ?? $this->getSonata_Admin_Menu_GroupProviderService());
  41151.         }, 3));
  41152.     }
  41153.     /**
  41154.      * Gets the private 'knp_menu.menu_provider.lazy' shared service.
  41155.      *
  41156.      * @return \Knp\Menu\Provider\LazyProvider
  41157.      */
  41158.     protected function getKnpMenu_MenuProvider_LazyService()
  41159.     {
  41160.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  41161.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/LazyProvider.php';
  41162.         return $this->privates['knp_menu.menu_provider.lazy'] = new \Knp\Menu\Provider\LazyProvider(['sonata_admin_sidebar' => function () {
  41163.             return (isset($this->factories['service_container']['sonata.admin.sidebar_menu']) ? $this->factories['service_container']['sonata.admin.sidebar_menu']() : $this->getSonata_Admin_SidebarMenuService());
  41164.         }]);
  41165.     }
  41166.     /**
  41167.      * Gets the private 'knp_menu.renderer.list' shared service.
  41168.      *
  41169.      * @return \Knp\Menu\Renderer\ListRenderer
  41170.      */
  41171.     protected function getKnpMenu_Renderer_ListService()
  41172.     {
  41173.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/Renderer.php';
  41174.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  41175.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/ListRenderer.php';
  41176.         return $this->privates['knp_menu.renderer.list'] = new \Knp\Menu\Renderer\ListRenderer(($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), [], 'UTF-8');
  41177.     }
  41178.     /**
  41179.      * Gets the private 'knp_menu.renderer.twig' shared service.
  41180.      *
  41181.      * @return \Knp\Menu\Renderer\TwigRenderer
  41182.      */
  41183.     protected function getKnpMenu_Renderer_TwigService()
  41184.     {
  41185.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  41186.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/TwigRenderer.php';
  41187.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  41188.         if (isset($this->privates['knp_menu.renderer.twig'])) {
  41189.             return $this->privates['knp_menu.renderer.twig'];
  41190.         }
  41191.         return $this->privates['knp_menu.renderer.twig'] = new \Knp\Menu\Renderer\TwigRenderer($a'@KnpMenu/menu.html.twig', ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), []);
  41192.     }
  41193.     /**
  41194.      * Gets the private 'knp_menu.twig.runtime' shared service.
  41195.      *
  41196.      * @return \Knp\Menu\Twig\MenuRuntimeExtension
  41197.      */
  41198.     protected function getKnpMenu_Twig_RuntimeService()
  41199.     {
  41200.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuRuntimeExtension.php';
  41201.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  41202.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  41203.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  41204.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  41205.         $a = ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService());
  41206.         if (isset($this->privates['knp_menu.twig.runtime'])) {
  41207.             return $this->privates['knp_menu.twig.runtime'];
  41208.         }
  41209.         $b = new \Knp\Menu\Util\MenuManipulator();
  41210.         $c = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  41211.         return $this->privates['knp_menu.twig.runtime'] = new \Knp\Menu\Twig\MenuRuntimeExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  41212.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'false],
  41213.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'false],
  41214.         ], [
  41215.             'list' => 'Knp\\Menu\\Renderer\\ListRenderer',
  41216.             'twig' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  41217.         ]), 'twig'), $a$b$c), $c$b);
  41218.     }
  41219.     /**
  41220.      * Gets the private 'knp_menu.voter.router' shared service.
  41221.      *
  41222.      * @return \Knp\Menu\Matcher\Voter\RouteVoter
  41223.      */
  41224.     protected function getKnpMenu_Voter_RouterService()
  41225.     {
  41226.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  41227.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/RouteVoter.php';
  41228.         return $this->privates['knp_menu.voter.router'] = new \Knp\Menu\Matcher\Voter\RouteVoter(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  41229.     }
  41230.     /**
  41231.      * Gets the private 'lexik_jwt_authentication.check_config_command' shared service.
  41232.      *
  41233.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand
  41234.      */
  41235.     protected function getLexikJwtAuthentication_CheckConfigCommandService()
  41236.     {
  41237.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  41238.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/CheckConfigCommand.php';
  41239.         $this->privates['lexik_jwt_authentication.check_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), 'HS256');
  41240.         $instance->setName('lexik:jwt:check-config');
  41241.         $instance->setDescription('Checks that the bundle is properly configured.');
  41242.         return $instance;
  41243.     }
  41244.     /**
  41245.      * Gets the private 'lexik_jwt_authentication.enable_encryption_config_command' shared service.
  41246.      *
  41247.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand
  41248.      */
  41249.     protected function getLexikJwtAuthentication_EnableEncryptionConfigCommandService()
  41250.     {
  41251.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  41252.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  41253.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  41254.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  41255.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/EnableEncryptionConfigCommand.php';
  41256.         $this->privates['lexik_jwt_authentication.enable_encryption_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand(NULL);
  41257.         $instance->setName('lexik:jwt:enable-encryption');
  41258.         $instance->setDescription('Enable Web-Token encryption support.');
  41259.         return $instance;
  41260.     }
  41261.     /**
  41262.      * Gets the private 'lexik_jwt_authentication.generate_keypair_command' shared service.
  41263.      *
  41264.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand
  41265.      */
  41266.     protected function getLexikJwtAuthentication_GenerateKeypairCommandService()
  41267.     {
  41268.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  41269.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateKeyPairCommand.php';
  41270.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  41271.         $this->privates['lexik_jwt_authentication.generate_keypair_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), $this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE'), 'HS256');
  41272.         $instance->setName('lexik:jwt:generate-keypair');
  41273.         $instance->setDescription('Generate public/private keys for use in your application.');
  41274.         return $instance;
  41275.     }
  41276.     /**
  41277.      * Gets the private 'lexik_jwt_authentication.migrate_config_command' shared service.
  41278.      *
  41279.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand
  41280.      */
  41281.     protected function getLexikJwtAuthentication_MigrateConfigCommandService()
  41282.     {
  41283.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  41284.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  41285.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  41286.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  41287.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/MigrateConfigCommand.php';
  41288.         $this->privates['lexik_jwt_authentication.migrate_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), $this->getEnv('JWT_PASSPHRASE'), 'HS256');
  41289.         $instance->setName('lexik:jwt:migrate-config');
  41290.         $instance->setDescription('Migrate LexikJWTAuthenticationBundle configuration to the Web-Token one.');
  41291.         return $instance;
  41292.     }
  41293.     /**
  41294.      * Gets the private 'locale_aware_listener' shared service.
  41295.      *
  41296.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  41297.      */
  41298.     protected function getLocaleAwareListenerService()
  41299.     {
  41300.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  41301.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('ua')));
  41302.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  41303.             yield => ($this->privates['sonata.form.type.date_picker'] ?? $this->getSonata_Form_Type_DatePickerService());
  41304.             yield => ($this->privates['sonata.form.type.datetime_picker'] ?? $this->getSonata_Form_Type_DatetimePickerService());
  41305.         }, 4), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  41306.     }
  41307.     /**
  41308.      * Gets the private 'locale_listener' shared service.
  41309.      *
  41310.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  41311.      */
  41312.     protected function getLocaleListenerService()
  41313.     {
  41314.         $a = ($this->services['router'] ?? $this->getRouterService());
  41315.         if (isset($this->privates['locale_listener'])) {
  41316.             return $this->privates['locale_listener'];
  41317.         }
  41318.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'ua'$afalse, []);
  41319.     }
  41320.     /**
  41321.      * Gets the private 'mailer.mailer' shared service.
  41322.      *
  41323.      * @return \Symfony\Component\Mailer\Mailer
  41324.      */
  41325.     protected function getMailer_MailerService()
  41326.     {
  41327.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  41328.         if (isset($this->privates['mailer.mailer'])) {
  41329.             return $this->privates['mailer.mailer'];
  41330.         }
  41331.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  41332.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  41333.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  41334.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  41335.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  41336.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL$a);
  41337.     }
  41338.     /**
  41339.      * Gets the private 'mailer.transport_factory.native' shared service.
  41340.      *
  41341.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  41342.      */
  41343.     protected function getMailer_TransportFactory_NativeService()
  41344.     {
  41345.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  41346.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  41347.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  41348.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  41349.         if (isset($this->privates['mailer.transport_factory.native'])) {
  41350.             return $this->privates['mailer.transport_factory.native'];
  41351.         }
  41352.         return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  41353.     }
  41354.     /**
  41355.      * Gets the private 'mailer.transport_factory.null' shared service.
  41356.      *
  41357.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  41358.      */
  41359.     protected function getMailer_TransportFactory_NullService()
  41360.     {
  41361.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  41362.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  41363.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  41364.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  41365.         if (isset($this->privates['mailer.transport_factory.null'])) {
  41366.             return $this->privates['mailer.transport_factory.null'];
  41367.         }
  41368.         $b = ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService());
  41369.         if (isset($this->privates['mailer.transport_factory.null'])) {
  41370.             return $this->privates['mailer.transport_factory.null'];
  41371.         }
  41372.         $c = ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService());
  41373.         if (isset($this->privates['mailer.transport_factory.null'])) {
  41374.             return $this->privates['mailer.transport_factory.null'];
  41375.         }
  41376.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($a$b$c);
  41377.     }
  41378.     /**
  41379.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  41380.      *
  41381.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  41382.      */
  41383.     protected function getMailer_TransportFactory_SendmailService()
  41384.     {
  41385.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  41386.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  41387.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  41388.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  41389.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  41390.             return $this->privates['mailer.transport_factory.sendmail'];
  41391.         }
  41392.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  41393.     }
  41394.     /**
  41395.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  41396.      *
  41397.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  41398.      */
  41399.     protected function getMailer_TransportFactory_SmtpService()
  41400.     {
  41401.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  41402.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  41403.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  41404.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  41405.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  41406.             return $this->privates['mailer.transport_factory.smtp'];
  41407.         }
  41408.         return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  41409.     }
  41410.     /**
  41411.      * Gets the private 'mime_types' shared service.
  41412.      *
  41413.      * @return \Symfony\Component\Mime\MimeTypes
  41414.      */
  41415.     protected function getMimeTypesService()
  41416.     {
  41417.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  41418.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  41419.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  41420.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  41421.         $instance->setDefault($instance);
  41422.         return $instance;
  41423.     }
  41424.     /**
  41425.      * Gets the private 'monolog.command.server_log' shared service.
  41426.      *
  41427.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  41428.      */
  41429.     protected function getMonolog_Command_ServerLogService()
  41430.     {
  41431.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  41432.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  41433.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  41434.         $instance->setName('server:log');
  41435.         $instance->setDescription('Start a log server that displays logs in real time');
  41436.         return $instance;
  41437.     }
  41438.     /**
  41439.      * Gets the private 'monolog.handler.callback_daemon' shared service.
  41440.      *
  41441.      * @return \Monolog\Handler\StreamHandler
  41442.      */
  41443.     protected function getMonolog_Handler_CallbackDaemonService()
  41444.     {
  41445.         $this->privates['monolog.handler.callback_daemon'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/callback_daemon.log'), 'info'trueNULLfalse);
  41446.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  41447.         return $instance;
  41448.     }
  41449.     /**
  41450.      * Gets the private 'monolog.handler.camera_subscriber_service' shared service.
  41451.      *
  41452.      * @return \Monolog\Handler\StreamHandler
  41453.      */
  41454.     protected function getMonolog_Handler_CameraSubscriberServiceService()
  41455.     {
  41456.         $this->privates['monolog.handler.camera_subscriber_service'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/camera_subscriber_service.log'), 'info'trueNULLfalse);
  41457.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  41458.         return $instance;
  41459.     }
  41460.     /**
  41461.      * Gets the private 'monolog.handler.console' shared service.
  41462.      *
  41463.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  41464.      */
  41465.     protected function getMonolog_Handler_ConsoleService()
  41466.     {
  41467.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  41468.     }
  41469.     /**
  41470.      * Gets the private 'monolog.handler.debug_logger_service' shared service.
  41471.      *
  41472.      * @return \Monolog\Handler\StreamHandler
  41473.      */
  41474.     protected function getMonolog_Handler_DebugLoggerServiceService()
  41475.     {
  41476.         $this->privates['monolog.handler.debug_logger_service'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/debug_logger.log'), 'info'trueNULLfalse);
  41477.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  41478.         return $instance;
  41479.     }
  41480.     /**
  41481.      * Gets the private 'monolog.handler.diia' shared service.
  41482.      *
  41483.      * @return \Monolog\Handler\StreamHandler
  41484.      */
  41485.     protected function getMonolog_Handler_DiiaService()
  41486.     {
  41487.         $this->privates['monolog.handler.diia'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/diia.log'), 'info'trueNULLfalse);
  41488.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  41489.         return $instance;
  41490.     }
  41491.     /**
  41492.      * Gets the private 'monolog.handler.mailer_logger_service' shared service.
  41493.      *
  41494.      * @return \Monolog\Handler\StreamHandler
  41495.      */
  41496.     protected function getMonolog_Handler_MailerLoggerServiceService()
  41497.     {
  41498.         $this->privates['monolog.handler.mailer_logger_service'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/mailer_logger.log'), 'info'trueNULLfalse);
  41499.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  41500.         return $instance;
  41501.     }
  41502.     /**
  41503.      * Gets the private 'monolog.handler.main' shared service.
  41504.      *
  41505.      * @return \Monolog\Handler\FingersCrossedHandler
  41506.      */
  41507.     protected function getMonolog_Handler_MainService()
  41508.     {
  41509.         $a = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  41510.         $a->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  41511.         return $this->privates['monolog.handler.main'] = new \Monolog\Handler\FingersCrossedHandler($a, new \Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy('error'), 0truetrueNULL);
  41512.     }
  41513.     /**
  41514.      * Gets the private 'monolog.handler.night_service' shared service.
  41515.      *
  41516.      * @return \Monolog\Handler\StreamHandler
  41517.      */
  41518.     protected function getMonolog_Handler_NightServiceService()
  41519.     {
  41520.         $this->privates['monolog.handler.night_service'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/night_service.log'), 'info'trueNULLfalse);
  41521.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  41522.         return $instance;
  41523.     }
  41524.     /**
  41525.      * Gets the private 'monolog.handler.odata_manager' shared service.
  41526.      *
  41527.      * @return \Monolog\Handler\StreamHandler
  41528.      */
  41529.     protected function getMonolog_Handler_OdataManagerService()
  41530.     {
  41531.         $this->privates['monolog.handler.odata_manager'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/odata_manager.log'), 'info'trueNULLfalse);
  41532.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  41533.         return $instance;
  41534.     }
  41535.     /**
  41536.      * Gets the private 'monolog.handler.one_c_service' shared service.
  41537.      *
  41538.      * @return \Monolog\Handler\StreamHandler
  41539.      */
  41540.     protected function getMonolog_Handler_OneCServiceService()
  41541.     {
  41542.         $this->privates['monolog.handler.one_c_service'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/one_c_service.log'), 'info'trueNULLfalse);
  41543.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  41544.         return $instance;
  41545.     }
  41546.     /**
  41547.      * Gets the private 'monolog.handler.postomate_service' shared service.
  41548.      *
  41549.      * @return \Monolog\Handler\StreamHandler
  41550.      */
  41551.     protected function getMonolog_Handler_PostomateServiceService()
  41552.     {
  41553.         $this->privates['monolog.handler.postomate_service'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/postomate_service.log'), 'info'trueNULLfalse);
  41554.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  41555.         return $instance;
  41556.     }
  41557.     /**
  41558.      * Gets the private 'monolog.handler.ria_curl' shared service.
  41559.      *
  41560.      * @return \Monolog\Handler\StreamHandler
  41561.      */
  41562.     protected function getMonolog_Handler_RiaCurlService()
  41563.     {
  41564.         $this->privates['monolog.handler.ria_curl'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/curl.log'), 'info'trueNULLfalse);
  41565.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  41566.         return $instance;
  41567.     }
  41568.     /**
  41569.      * Gets the private 'monolog.handler.territory_access_service' shared service.
  41570.      *
  41571.      * @return \Monolog\Handler\StreamHandler
  41572.      */
  41573.     protected function getMonolog_Handler_TerritoryAccessServiceService()
  41574.     {
  41575.         $this->privates['monolog.handler.territory_access_service'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/territory_access.log'), 'info'trueNULLfalse);
  41576.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  41577.         return $instance;
  41578.     }
  41579.     /**
  41580.      * Gets the private 'monolog.logger' shared service.
  41581.      *
  41582.      * @return \Symfony\Bridge\Monolog\Logger
  41583.      */
  41584.     protected function getMonolog_LoggerService()
  41585.     {
  41586.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  41587.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  41588.         $instance->useMicrosecondTimestamps(true);
  41589.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  41590.         $instance->pushHandler(($this->services['monolog.error_db_handler'] ?? $this->getMonolog_ErrorDbHandlerService()));
  41591.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  41592.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  41593.         return $instance;
  41594.     }
  41595.     /**
  41596.      * Gets the private 'monolog.logger.cache' shared service.
  41597.      *
  41598.      * @return \Symfony\Bridge\Monolog\Logger
  41599.      */
  41600.     protected function getMonolog_Logger_CacheService()
  41601.     {
  41602.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  41603.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  41604.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  41605.         $instance->pushHandler(($this->services['monolog.error_db_handler'] ?? $this->getMonolog_ErrorDbHandlerService()));
  41606.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  41607.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  41608.         return $instance;
  41609.     }
  41610.     /**
  41611.      * Gets the private 'monolog.logger.mailer' shared service.
  41612.      *
  41613.      * @return \Symfony\Bridge\Monolog\Logger
  41614.      */
  41615.     protected function getMonolog_Logger_MailerService()
  41616.     {
  41617.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  41618.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  41619.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  41620.         $instance->pushHandler(($this->services['monolog.error_db_handler'] ?? $this->getMonolog_ErrorDbHandlerService()));
  41621.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  41622.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  41623.         return $instance;
  41624.     }
  41625.     /**
  41626.      * Gets the private 'monolog.logger.request' shared service.
  41627.      *
  41628.      * @return \Symfony\Bridge\Monolog\Logger
  41629.      */
  41630.     protected function getMonolog_Logger_RequestService()
  41631.     {
  41632.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  41633.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  41634.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  41635.         $instance->pushHandler(($this->services['monolog.error_db_handler'] ?? $this->getMonolog_ErrorDbHandlerService()));
  41636.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  41637.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  41638.         return $instance;
  41639.     }
  41640.     /**
  41641.      * Gets the private 'monolog.logger.security' shared service.
  41642.      *
  41643.      * @return \Symfony\Bridge\Monolog\Logger
  41644.      */
  41645.     protected function getMonolog_Logger_SecurityService()
  41646.     {
  41647.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  41648.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  41649.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  41650.         $instance->pushHandler(($this->services['monolog.error_db_handler'] ?? $this->getMonolog_ErrorDbHandlerService()));
  41651.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  41652.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  41653.         return $instance;
  41654.     }
  41655.     /**
  41656.      * Gets the private 'monolog.logger.snappy' shared service.
  41657.      *
  41658.      * @return \Symfony\Bridge\Monolog\Logger
  41659.      */
  41660.     protected function getMonolog_Logger_SnappyService()
  41661.     {
  41662.         $this->privates['monolog.logger.snappy'] = $instance = new \Symfony\Bridge\Monolog\Logger('snappy');
  41663.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  41664.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  41665.         $instance->pushHandler(($this->services['monolog.error_db_handler'] ?? $this->getMonolog_ErrorDbHandlerService()));
  41666.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  41667.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  41668.         return $instance;
  41669.     }
  41670.     /**
  41671.      * Gets the private 'nelmio_api_doc.describers.config' shared service.
  41672.      *
  41673.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  41674.      */
  41675.     protected function getNelmioApiDoc_Describers_ConfigService()
  41676.     {
  41677.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  41678.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ExternalDocDescriber.php';
  41679.         return $this->privates['nelmio_api_doc.describers.config'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber(['info' => ['title' => 'Vidi API Documentation''version' => '1.0.0']]);
  41680.     }
  41681.     /**
  41682.      * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  41683.      *
  41684.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  41685.      */
  41686.     protected function getNelmioApiDoc_Describers_Route_DefaultService()
  41687.     {
  41688.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  41689.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  41690.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  41691.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
  41692.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  41693.         return $this->privates['nelmio_api_doc.describers.route.default'] = new \Nelmio\ApiDocBundle\Describer\RouteDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), new RewindableGenerator(function () {
  41694.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  41695.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  41696.         }, 2));
  41697.     }
  41698.     /**
  41699.      * Gets the private 'nelmio_api_doc.describers.swagger_php.default' shared service.
  41700.      *
  41701.      * @return \Nelmio\ApiDocBundle\Describer\SwaggerPhpDescriber
  41702.      */
  41703.     protected function getNelmioApiDoc_Describers_SwaggerPhp_DefaultService()
  41704.     {
  41705.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  41706.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  41707.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/SwaggerPhpDescriber.php';
  41708.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  41709.         return $this->privates['nelmio_api_doc.describers.swagger_php.default'] = new \Nelmio\ApiDocBundle\Describer\SwaggerPhpDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  41710.     }
  41711.     /**
  41712.      * Gets the private 'nelmio_api_doc.generator_locator' shared service.
  41713.      *
  41714.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  41715.      */
  41716.     protected function getNelmioApiDoc_GeneratorLocatorService()
  41717.     {
  41718.         return $this->privates['nelmio_api_doc.generator_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  41719.             'default' => ['services''nelmio_api_doc.generator.default''getNelmioApiDoc_Generator_DefaultService'false],
  41720.         ], [
  41721.             'default' => '?',
  41722.         ]);
  41723.     }
  41724.     /**
  41725.      * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  41726.      *
  41727.      * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  41728.      */
  41729.     protected function getNelmioApiDoc_ModelDescribers_FormService()
  41730.     {
  41731.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  41732.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  41733.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  41734.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/FormModelDescriber.php';
  41735.         return $this->privates['nelmio_api_doc.model_describers.form'] = new \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()));
  41736.     }
  41737.     /**
  41738.      * Gets the private 'nelmio_api_doc.model_describers.jms' shared service.
  41739.      *
  41740.      * @return \Nelmio\ApiDocBundle\ModelDescriber\JMSModelDescriber
  41741.      */
  41742.     protected function getNelmioApiDoc_ModelDescribers_JmsService()
  41743.     {
  41744.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  41745.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  41746.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  41747.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/JMSModelDescriber.php';
  41748.         return $this->privates['nelmio_api_doc.model_describers.jms'] = new \Nelmio\ApiDocBundle\ModelDescriber\JMSModelDescriber(($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService()), NULL, ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()));
  41749.     }
  41750.     /**
  41751.      * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  41752.      *
  41753.      * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  41754.      */
  41755.     protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  41756.     {
  41757.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  41758.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  41759.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  41760.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ObjectModelDescriber.php';
  41761.         return $this->privates['nelmio_api_doc.model_describers.object'] = new \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber(($this->privates['property_info'] ?? $this->getPropertyInfoService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), new RewindableGenerator(function () {
  41762.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  41763.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
  41764.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
  41765.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
  41766.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
  41767.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
  41768.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
  41769.         }, 7), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  41770.     }
  41771.     /**
  41772.      * Gets the private 'nelmio_api_doc.object_model.property_describers.array' shared service.
  41773.      *
  41774.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber
  41775.      */
  41776.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService()
  41777.     {
  41778.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  41779.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  41780.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  41781.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ArrayPropertyDescriber.php';
  41782.         return $this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber(new RewindableGenerator(function () {
  41783.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  41784.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
  41785.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
  41786.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
  41787.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
  41788.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
  41789.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
  41790.         }, 7));
  41791.     }
  41792.     /**
  41793.      * Gets the private 'nelmio_api_doc.routes.default' shared service.
  41794.      *
  41795.      * @return \Symfony\Component\Routing\RouteCollection
  41796.      */
  41797.     protected function getNelmioApiDoc_Routes_DefaultService()
  41798.     {
  41799.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  41800.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Routing/FilteredRouteCollectionBuilder.php';
  41801.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  41802.         return $this->privates['nelmio_api_doc.routes.default'] = (new \Nelmio\ApiDocBundle\Routing\FilteredRouteCollectionBuilder(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), 'default', ['path_patterns' => [=> '^/unicommerce'], 'host_patterns' => [], 'name_patterns' => [], 'with_annotation' => false'disable_default_routes' => false]))->filter(($this->services['router'] ?? $this->getRouterService())->getRouteCollection());
  41803.     }
  41804.     /**
  41805.      * Gets the private 'parameter_bag' shared service.
  41806.      *
  41807.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  41808.      */
  41809.     protected function getParameterBagService()
  41810.     {
  41811.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  41812.     }
  41813.     /**
  41814.      * Gets the private 'profiler_listener' shared service.
  41815.      *
  41816.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  41817.      */
  41818.     protected function getProfilerListenerService()
  41819.     {
  41820.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  41821.         if (isset($this->privates['profiler_listener'])) {
  41822.             return $this->privates['profiler_listener'];
  41823.         }
  41824.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  41825.     }
  41826.     /**
  41827.      * Gets the private 'property_accessor' shared service.
  41828.      *
  41829.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  41830.      */
  41831.     protected function getPropertyAccessorService()
  41832.     {
  41833.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  41834.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  41835.     }
  41836.     /**
  41837.      * Gets the private 'property_info' shared service.
  41838.      *
  41839.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  41840.      */
  41841.     protected function getPropertyInfoService()
  41842.     {
  41843.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  41844.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  41845.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  41846.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  41847.         }, 3), new RewindableGenerator(function () {
  41848.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  41849.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  41850.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  41851.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  41852.         }, 4), new RewindableGenerator(function () {
  41853.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  41854.         }, 1), new RewindableGenerator(function () {
  41855.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  41856.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  41857.         }, 2), new RewindableGenerator(function () {
  41858.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  41859.         }, 1));
  41860.     }
  41861.     /**
  41862.      * Gets the private 'property_info.serializer_extractor' shared service.
  41863.      *
  41864.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  41865.      */
  41866.     protected function getPropertyInfo_SerializerExtractorService()
  41867.     {
  41868.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  41869.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  41870.     }
  41871.     /**
  41872.      * Gets the private 'router.cache_warmer' shared service.
  41873.      *
  41874.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  41875.      */
  41876.     protected function getRouter_CacheWarmerService()
  41877.     {
  41878.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  41879.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  41880.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  41881.             'router' => ['services''router''getRouterService'false],
  41882.         ], [
  41883.             'router' => '?',
  41884.         ]))->withContext('router.cache_warmer'$this));
  41885.     }
  41886.     /**
  41887.      * Gets the private 'router.expression_language_provider' shared service.
  41888.      *
  41889.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  41890.      */
  41891.     protected function getRouter_ExpressionLanguageProviderService()
  41892.     {
  41893.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  41894.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  41895.         ], [
  41896.             'env' => 'Closure',
  41897.         ]));
  41898.     }
  41899.     /**
  41900.      * Gets the private 'router.request_context' shared service.
  41901.      *
  41902.      * @return \Symfony\Component\Routing\RequestContext
  41903.      */
  41904.     protected function getRouter_RequestContextService()
  41905.     {
  41906.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  41907.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  41908.         return $instance;
  41909.     }
  41910.     /**
  41911.      * Gets the private 'router_listener' shared service.
  41912.      *
  41913.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  41914.      */
  41915.     protected function getRouterListenerService()
  41916.     {
  41917.         $a = ($this->services['router'] ?? $this->getRouterService());
  41918.         if (isset($this->privates['router_listener'])) {
  41919.             return $this->privates['router_listener'];
  41920.         }
  41921.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  41922.     }
  41923.     /**
  41924.      * Gets the private 'secrets.vault' shared service.
  41925.      *
  41926.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  41927.      */
  41928.     protected function getSecrets_VaultService()
  41929.     {
  41930.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  41931.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  41932.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  41933.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  41934.         return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/'.$this->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
  41935.     }
  41936.     /**
  41937.      * Gets the private 'security.access_listener' shared service.
  41938.      *
  41939.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  41940.      */
  41941.     protected function getSecurity_AccessListenerService()
  41942.     {
  41943.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  41944.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  41945.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  41946.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  41947.         if (isset($this->privates['security.access_listener'])) {
  41948.             return $this->privates['security.access_listener'];
  41949.         }
  41950.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  41951.         if (isset($this->privates['security.access_listener'])) {
  41952.             return $this->privates['security.access_listener'];
  41953.         }
  41954.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), $b);
  41955.     }
  41956.     /**
  41957.      * Gets the private 'security.access_map' shared service.
  41958.      *
  41959.      * @return \Symfony\Component\Security\Http\AccessMap
  41960.      */
  41961.     protected function getSecurity_AccessMapService()
  41962.     {
  41963.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  41964.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  41965.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  41966.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  41967.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  41968.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login$''admin\\.'.$this->getEnv('string:HOST_SECURITY')), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  41969.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login-check-admin$''admin\\.'.$this->getEnv('string:HOST_SECURITY')), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  41970.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/register''admin\\.'.$this->getEnv('string:HOST_SECURITY')), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  41971.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/resetting''admin\\.'.$this->getEnv('string:HOST_SECURITY')), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  41972.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/logout-admin$''admin\\.'.$this->getEnv('string:HOST_SECURITY')), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  41973.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/''admin\\.'.$this->getEnv('string:HOST_SECURITY')), [=> 'ROLE_ADMIN'], NULL);
  41974.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/$''loyalty\\.'.$this->getEnv('string:HOST_SECURITY')), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  41975.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/profile/''loyalty\\.'.$this->getEnv('string:HOST_SECURITY')), [=> 'ROLE_INSURANCE_USER'=> 'ROLE_LOYALTY_USER'], NULL);
  41976.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/$''insurance\\.'.$this->getEnv('string:HOST_SECURITY')), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  41977.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(ua|ru)/profile/print/sticker/''insurance\\.'.$this->getEnv('string:HOST_SECURITY')), [=> 'ROLE_INSURANCE_USER'=> 'ROLE_LOYALTY_USER'=> 'ROLE_ADMIN'=> 'ROLE_INSURANCE_AVARKOM'], NULL);
  41978.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(ua|ru)/profile/''insurance\\.'.$this->getEnv('string:HOST_SECURITY')), [=> 'ROLE_INSURANCE_USER'=> 'ROLE_LOYALTY_USER'], NULL);
  41979.         return $instance;
  41980.     }
  41981.     /**
  41982.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  41983.      *
  41984.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  41985.      *
  41986.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  41987.      */
  41988.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  41989.     {
  41990.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  41991.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  41992.         if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  41993.             return $this->privates['security.authentication.listener.anonymous.main'];
  41994.         }
  41995.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a);
  41996.     }
  41997.     /**
  41998.      * Gets the private 'security.authentication.listener.form.main' shared service.
  41999.      *
  42000.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  42001.      *
  42002.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.
  42003.      */
  42004.     protected function getSecurity_Authentication_Listener_Form_MainService()
  42005.     {
  42006.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.');
  42007.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  42008.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  42009.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  42010.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  42011.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  42012.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  42013.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  42014.             return $this->privates['security.authentication.listener.form.main'];
  42015.         }
  42016.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  42017.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  42018.             return $this->privates['security.authentication.listener.form.main'];
  42019.         }
  42020.         $c = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  42021.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  42022.             return $this->privates['security.authentication.listener.form.main'];
  42023.         }
  42024.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  42025.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  42026.             return $this->privates['security.authentication.listener.form.main'];
  42027.         }
  42028.         $e = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($b, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  42029.         $e->setOptions(['login_path' => '/login''default_target_path' => '/''always_use_default_target_path' => false'target_path_parameter' => '_target_path''use_referer' => false]);
  42030.         $e->setFirewallName('main');
  42031.         $f = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  42032.         $g = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler($c$b, [], $f);
  42033.         $g->setOptions(['login_path' => '/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  42034.         return $this->privates['security.authentication.listener.form.main'] = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()), $b'main'$e$g, ['login_path' => '/login''check_path' => '/login_check''use_forward' => false'require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''enable_csrf' => false'post_only' => true'form_only' => false], $f$d, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  42035.     }
  42036.     /**
  42037.      * Gets the private 'security.authentication.manager' shared service.
  42038.      *
  42039.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  42040.      *
  42041.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  42042.      */
  42043.     protected function getSecurity_Authentication_ManagerService()
  42044.     {
  42045.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  42046.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  42047.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
  42048.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  42049.         }, 2), true);
  42050.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  42051.         return $instance;
  42052.     }
  42053.     /**
  42054.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  42055.      *
  42056.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  42057.      *
  42058.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  42059.      */
  42060.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  42061.     {
  42062.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  42063.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  42064.     }
  42065.     /**
  42066.      * Gets the private 'security.authentication.provider.dao.main' shared service.
  42067.      *
  42068.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  42069.      *
  42070.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.
  42071.      */
  42072.     protected function getSecurity_Authentication_Provider_Dao_MainService()
  42073.     {
  42074.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.');
  42075.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  42076.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  42077.         return $this->privates['security.authentication.provider.dao.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['fos_user.user_provider.username'] ?? $this->getFosUser_UserProvider_UsernameService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'main', ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), true);
  42078.     }
  42079.     /**
  42080.      * Gets the private 'security.authentication.session_strategy' shared service.
  42081.      *
  42082.      * @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
  42083.      */
  42084.     protected function getSecurity_Authentication_SessionStrategyService()
  42085.     {
  42086.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  42087.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  42088.         return $this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  42089.     }
  42090.     /**
  42091.      * Gets the private 'security.channel_listener' shared service.
  42092.      *
  42093.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  42094.      */
  42095.     protected function getSecurity_ChannelListenerService()
  42096.     {
  42097.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  42098.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  42099.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  42100.         $a = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  42101.         if (isset($this->privates['security.channel_listener'])) {
  42102.             return $this->privates['security.channel_listener'];
  42103.         }
  42104.         $b = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  42105.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), $a$b->getHttpPort(), $b->getHttpsPort());
  42106.     }
  42107.     /**
  42108.      * Gets the private 'security.command.debug_firewall' shared service.
  42109.      *
  42110.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  42111.      */
  42112.     protected function getSecurity_Command_DebugFirewallService()
  42113.     {
  42114.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  42115.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  42116.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.TLRF7BM'] ?? $this->get_ServiceLocator_TLRF7BMService()), ($this->privates['.service_locator.IRj1lZ9'] ?? $this->get_ServiceLocator_IRj1lZ9Service()), [], false);
  42117.         $instance->setName('debug:firewall');
  42118.         $instance->setDescription('Display information about your security firewall(s)');
  42119.         return $instance;
  42120.     }
  42121.     /**
  42122.      * Gets the private 'security.command.user_password_encoder' shared service.
  42123.      *
  42124.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  42125.      *
  42126.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  42127.      */
  42128.     protected function getSecurity_Command_UserPasswordEncoderService()
  42129.     {
  42130.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  42131.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->services['security.encoder_factory'] ?? $this->getSecurity_EncoderFactoryService()), [=> 'FOS\\UserBundle\\Model\\UserInterface']);
  42132.         $instance->setName('security:encode-password');
  42133.         $instance->setDescription('Encode a password');
  42134.         return $instance;
  42135.     }
  42136.     /**
  42137.      * Gets the private 'security.command.user_password_hash' shared service.
  42138.      *
  42139.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  42140.      */
  42141.     protected function getSecurity_Command_UserPasswordHashService()
  42142.     {
  42143.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  42144.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  42145.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'FOS\\UserBundle\\Model\\UserInterface']);
  42146.         $instance->setName('security:hash-password');
  42147.         $instance->setDescription('Hash a user password');
  42148.         return $instance;
  42149.     }
  42150.     /**
  42151.      * Gets the private 'security.context_listener.0' shared service.
  42152.      *
  42153.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  42154.      */
  42155.     protected function getSecurity_ContextListener_0Service()
  42156.     {
  42157.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  42158.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  42159.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  42160.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  42161.         if (isset($this->privates['security.context_listener.0'])) {
  42162.             return $this->privates['security.context_listener.0'];
  42163.         }
  42164.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  42165.             yield => ($this->privates['fos_user.user_provider.username'] ?? $this->getFosUser_UserProvider_UsernameService());
  42166.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  42167.     }
  42168.     /**
  42169.      * Gets the private 'security.csrf.token_storage' shared service.
  42170.      *
  42171.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  42172.      */
  42173.     protected function getSecurity_Csrf_TokenStorageService()
  42174.     {
  42175.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  42176.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  42177.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  42178.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  42179.     }
  42180.     /**
  42181.      * Gets the private 'security.event_dispatcher.main' shared service.
  42182.      *
  42183.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  42184.      */
  42185.     protected function getSecurity_EventDispatcher_MainService()
  42186.     {
  42187.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  42188.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  42189.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  42190.         }, => 'onLogout'], 64);
  42191.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  42192.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  42193.         }, => 'onLogout'], 0);
  42194.         $instance->addListener('security.interactive_login', [=> function () {
  42195.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  42196.         }, => 'onSecurityInteractiveLogin'], 0);
  42197.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  42198.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  42199.         }, => 'onLogout'], 0);
  42200.         return $instance;
  42201.     }
  42202.     /**
  42203.      * Gets the private 'security.firewall.map' shared service.
  42204.      *
  42205.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  42206.      */
  42207.     protected function getSecurity_Firewall_MapService()
  42208.     {
  42209.         $a = ($this->privates['.service_locator.TLRF7BM'] ?? $this->get_ServiceLocator_TLRF7BMService());
  42210.         if (isset($this->privates['security.firewall.map'])) {
  42211.             return $this->privates['security.firewall.map'];
  42212.         }
  42213.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  42214.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  42215.         }, 1));
  42216.     }
  42217.     /**
  42218.      * Gets the private 'security.firewall.map.context.main' shared service.
  42219.      *
  42220.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  42221.      */
  42222.     protected function getSecurity_Firewall_Map_Context_MainService()
  42223.     {
  42224.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  42225.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  42226.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  42227.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  42228.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  42229.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  42230.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  42231.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  42232.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  42233.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  42234.         if (isset($this->privates['security.firewall.map.context.main'])) {
  42235.             return $this->privates['security.firewall.map.context.main'];
  42236.         }
  42237.         $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  42238.         $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  42239.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  42240.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  42241.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  42242.             yield => ($this->privates['security.authentication.listener.form.main'] ?? $this->getSecurity_Authentication_Listener_Form_MainService());
  42243.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  42244.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  42245.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $c'main', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint($a$c'/login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($b$c, ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => '/logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker''.security.request_matcher.3UEFixr'truefalse'fos_user.user_provider.username''main''security.authentication.form_entry_point.main'NULLNULL, [=> 'form_login'=> 'anonymous'], NULL));
  42246.     }
  42247.     /**
  42248.      * Gets the private 'security.helper' shared service.
  42249.      *
  42250.      * @return \Symfony\Component\Security\Core\Security
  42251.      */
  42252.     protected function getSecurity_HelperService()
  42253.     {
  42254.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  42255.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  42256.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  42257.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  42258.         ], [
  42259.             'security.authorization_checker' => '?',
  42260.             'security.token_storage' => '?',
  42261.         ]));
  42262.     }
  42263.     /**
  42264.      * Gets the private 'security.http_utils' shared service.
  42265.      *
  42266.      * @return \Symfony\Component\Security\Http\HttpUtils
  42267.      */
  42268.     protected function getSecurity_HttpUtilsService()
  42269.     {
  42270.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  42271.         $a = ($this->services['router'] ?? $this->getRouterService());
  42272.         if (isset($this->privates['security.http_utils'])) {
  42273.             return $this->privates['security.http_utils'];
  42274.         }
  42275.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i'NULL);
  42276.     }
  42277.     /**
  42278.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  42279.      *
  42280.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  42281.      */
  42282.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  42283.     {
  42284.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  42285.         return $this->privates['security.logout.listener.csrf_token_clearing'] = new \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  42286.     }
  42287.     /**
  42288.      * Gets the private 'security.logout.listener.default.main' shared service.
  42289.      *
  42290.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  42291.      */
  42292.     protected function getSecurity_Logout_Listener_Default_MainService()
  42293.     {
  42294.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  42295.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/login');
  42296.     }
  42297.     /**
  42298.      * Gets the private 'security.logout_url_generator' shared service.
  42299.      *
  42300.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  42301.      */
  42302.     protected function getSecurity_LogoutUrlGeneratorService()
  42303.     {
  42304.         $a = ($this->services['router'] ?? $this->getRouterService());
  42305.         if (isset($this->privates['security.logout_url_generator'])) {
  42306.             return $this->privates['security.logout_url_generator'];
  42307.         }
  42308.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  42309.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  42310.         return $instance;
  42311.     }
  42312.     /**
  42313.      * Gets the private 'security.password_hasher_factory' shared service.
  42314.      *
  42315.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  42316.      */
  42317.     protected function getSecurity_PasswordHasherFactoryService()
  42318.     {
  42319.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['FOS\\UserBundle\\Model\\UserInterface' => ['class' => 'Symfony\\Component\\PasswordHasher\\Hasher\\NativePasswordHasher''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  42320.     }
  42321.     /**
  42322.      * Gets the private 'security.role_hierarchy' shared service.
  42323.      *
  42324.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  42325.      */
  42326.     protected function getSecurity_RoleHierarchyService()
  42327.     {
  42328.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  42329.     }
  42330.     /**
  42331.      * Gets the private 'security.user_password_hasher' shared service.
  42332.      *
  42333.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  42334.      */
  42335.     protected function getSecurity_UserPasswordHasherService()
  42336.     {
  42337.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  42338.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  42339.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  42340.     }
  42341.     /**
  42342.      * Gets the private 'security.validator.user_password' shared service.
  42343.      *
  42344.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  42345.      */
  42346.     protected function getSecurity_Validator_UserPasswordService()
  42347.     {
  42348.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  42349.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  42350.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  42351.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  42352.     }
  42353.     /**
  42354.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  42355.      *
  42356.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  42357.      */
  42358.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  42359.     {
  42360.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  42361.     }
  42362.     /**
  42363.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  42364.      *
  42365.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  42366.      */
  42367.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  42368.     {
  42369.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  42370.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  42371.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  42372.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  42373.     }
  42374.     /**
  42375.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  42376.      *
  42377.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  42378.      */
  42379.     protected function getSensioFrameworkExtra_Security_ListenerService()
  42380.     {
  42381.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  42382.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  42383.             return $this->privates['sensio_framework_extra.security.listener'];
  42384.         }
  42385.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  42386.     }
  42387.     /**
  42388.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  42389.      *
  42390.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  42391.      */
  42392.     protected function getSensioFrameworkExtra_View_ListenerService()
  42393.     {
  42394.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  42395.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  42396.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  42397.         ], [
  42398.             'twig' => '?',
  42399.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  42400.         return $instance;
  42401.     }
  42402.     /**
  42403.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  42404.      *
  42405.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  42406.      */
  42407.     protected function getSerializer_Mapping_CacheWarmerService()
  42408.     {
  42409.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  42410.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  42411.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  42412.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  42413.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  42414.         return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  42415.     }
  42416.     /**
  42417.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  42418.      *
  42419.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  42420.      */
  42421.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  42422.     {
  42423.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  42424.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  42425.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  42426.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  42427.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  42428.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  42429.         return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]));
  42430.     }
  42431.     /**
  42432.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  42433.      *
  42434.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  42435.      */
  42436.     protected function getSerializer_NameConverter_MetadataAwareService()
  42437.     {
  42438.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  42439.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  42440.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  42441.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  42442.     }
  42443.     /**
  42444.      * Gets the private 'session.factory' shared service.
  42445.      *
  42446.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  42447.      */
  42448.     protected function getSession_FactoryService()
  42449.     {
  42450.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  42451.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  42452.         $a = ($this->services['core.vidi.session_storage'] ?? $this->getCore_Vidi_SessionStorageService());
  42453.         if (isset($this->privates['session.factory'])) {
  42454.             return $this->privates['session.factory'];
  42455.         }
  42456.         $b = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  42457.         if (isset($this->privates['session.factory'])) {
  42458.             return $this->privates['session.factory'];
  42459.         }
  42460.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, [=> $b=> 'onSessionUsage']);
  42461.     }
  42462.     /**
  42463.      * Gets the private 'session_listener' shared service.
  42464.      *
  42465.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  42466.      */
  42467.     protected function getSessionListenerService()
  42468.     {
  42469.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  42470.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  42471.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  42472.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  42473.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  42474.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  42475.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  42476.         ], [
  42477.             'initialized_session' => '?',
  42478.             'logger' => '?',
  42479.             'request_stack' => '?',
  42480.             'session' => '?',
  42481.             'session_collector' => '?',
  42482.             'session_factory' => '?',
  42483.         ]), true$this->getParameter('session.storage.options'));
  42484.     }
  42485.     /**
  42486.      * Gets the private 'snc_redis.default' shared service.
  42487.      *
  42488.      * @return \Redis
  42489.      */
  42490.     protected function getSncRedis_DefaultService($lazyLoad true)
  42491.     {
  42492.         return $this->privates['snc_redis.default'] = ($this->privates['snc_redis.phpredis_factory'] ?? $this->getSncRedis_PhpredisFactoryService())->create('Redis', [=> $this->getEnv('resolve:REDIS_URL')], ['connection_async' => false'connection_persistent' => false'connection_timeout' => 5'read_write_timeout' => NULL'iterable_multibulk' => false'throw_errors' => true'serialization' => 'default''cluster' => NULL'prefix' => NULL'service' => NULL], 'default'false);
  42493.     }
  42494.     /**
  42495.      * Gets the private 'snc_redis.logger' shared service.
  42496.      *
  42497.      * @return \Snc\RedisBundle\Logger\RedisLogger
  42498.      */
  42499.     protected function getSncRedis_LoggerService()
  42500.     {
  42501.         $a = ($this->services['monolog.error_db_handler'] ?? $this->getMonolog_ErrorDbHandlerService());
  42502.         if (isset($this->privates['snc_redis.logger'])) {
  42503.             return $this->privates['snc_redis.logger'];
  42504.         }
  42505.         $b = new \Symfony\Bridge\Monolog\Logger('snc_redis');
  42506.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  42507.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  42508.         $b->pushHandler($a);
  42509.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  42510.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  42511.         return $this->privates['snc_redis.logger'] = new \Snc\RedisBundle\Logger\RedisLogger($b);
  42512.     }
  42513.     /**
  42514.      * Gets the private 'snc_redis.phpredis_factory' shared service.
  42515.      *
  42516.      * @return \Snc\RedisBundle\Factory\PhpredisClientFactory
  42517.      */
  42518.     protected function getSncRedis_PhpredisFactoryService()
  42519.     {
  42520.         include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Factory/PhpredisClientFactory.php';
  42521.         include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Logger/RedisCallInterceptor.php';
  42522.         include_once \dirname(__DIR__4).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Configuration.php';
  42523.         include_once \dirname(__DIR__4).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/GeneratorStrategy/GeneratorStrategyInterface.php';
  42524.         include_once \dirname(__DIR__4).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/GeneratorStrategy/FileWriterGeneratorStrategy.php';
  42525.         include_once \dirname(__DIR__4).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/FileLocator/FileLocatorInterface.php';
  42526.         include_once \dirname(__DIR__4).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/FileLocator/FileLocator.php';
  42527.         $a = ($this->privates['snc_redis.logger'] ?? $this->getSncRedis_LoggerService());
  42528.         if (isset($this->privates['snc_redis.phpredis_factory'])) {
  42529.             return $this->privates['snc_redis.phpredis_factory'];
  42530.         }
  42531.         $b = new \ProxyManager\Configuration();
  42532.         $b->setGeneratorStrategy(new \ProxyManager\GeneratorStrategy\FileWriterGeneratorStrategy(new \ProxyManager\FileLocator\FileLocator($this->targetDir.'')));
  42533.         $b->setProxiesTargetDir($this->targetDir.'');
  42534.         return $this->privates['snc_redis.phpredis_factory'] = new \Snc\RedisBundle\Factory\PhpredisClientFactory(new \Snc\RedisBundle\Logger\RedisCallInterceptor($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), $b);
  42535.     }
  42536.     /**
  42537.      * Gets the private 'snc_redis.session' shared service.
  42538.      *
  42539.      * @return \Redis
  42540.      */
  42541.     protected function getSncRedis_SessionService($lazyLoad true)
  42542.     {
  42543.         $a = ($this->privates['snc_redis.phpredis_factory'] ?? $this->getSncRedis_PhpredisFactoryService());
  42544.         if (isset($this->privates['snc_redis.session'])) {
  42545.             return $this->privates['snc_redis.session'];
  42546.         }
  42547.         return $this->privates['snc_redis.session'] = $a->create('Redis', [=> $this->getEnv('resolve:REDIS_SESSION_URL')], ['connection_async' => false'connection_persistent' => false'connection_timeout' => 5'read_write_timeout' => NULL'iterable_multibulk' => false'throw_errors' => true'serialization' => 'default''cluster' => NULL'prefix' => NULL'service' => NULL], 'session'true);
  42548.     }
  42549.     /**
  42550.      * Gets the private 'sonata.admin.admin_exporter' shared service.
  42551.      *
  42552.      * @return \Sonata\AdminBundle\Bridge\Exporter\AdminExporter
  42553.      */
  42554.     protected function getSonata_Admin_AdminExporterService()
  42555.     {
  42556.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Bridge/Exporter/AdminExporter.php';
  42557.         return $this->privates['sonata.admin.admin_exporter'] = new \Sonata\AdminBundle\Bridge\Exporter\AdminExporter(($this->services['sonata.exporter.exporter'] ?? $this->getSonata_Exporter_ExporterService()));
  42558.     }
  42559.     /**
  42560.      * Gets the private 'sonata.admin.audit.manager' shared service.
  42561.      *
  42562.      * @return \Sonata\AdminBundle\Model\AuditManager
  42563.      */
  42564.     protected function getSonata_Admin_Audit_ManagerService()
  42565.     {
  42566.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManagerInterface.php';
  42567.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManager.php';
  42568.         return $this->privates['sonata.admin.audit.manager'] = new \Sonata\AdminBundle\Model\AuditManager(($this->privates['.service_locator.Xbsa8iG'] ?? ($this->privates['.service_locator.Xbsa8iG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))));
  42569.     }
  42570.     /**
  42571.      * Gets the private 'sonata.admin.breadcrumbs_builder' shared service.
  42572.      *
  42573.      * @return \Sonata\AdminBundle\Admin\BreadcrumbsBuilder
  42574.      */
  42575.     protected function getSonata_Admin_BreadcrumbsBuilderService()
  42576.     {
  42577.         return $this->privates['sonata.admin.breadcrumbs_builder'] = new \Sonata\AdminBundle\Admin\BreadcrumbsBuilder($this->parameters['sonata.admin.configuration.breadcrumbs']);
  42578.     }
  42579.     /**
  42580.      * Gets the private 'sonata.admin.builder.orm_datagrid' shared service.
  42581.      *
  42582.      * @return \Sonata\DoctrineORMAdminBundle\Builder\DatagridBuilder
  42583.      */
  42584.     protected function getSonata_Admin_Builder_OrmDatagridService()
  42585.     {
  42586.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  42587.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/DatagridBuilderInterface.php';
  42588.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/DatagridBuilder.php';
  42589.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterFactoryInterface.php';
  42590.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterFactory.php';
  42591.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/TypeGuesserInterface.php';
  42592.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/TypeGuesserChain.php';
  42593.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/FieldDescription/FilterTypeGuesser.php';
  42594.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  42595.         if (isset($this->privates['sonata.admin.builder.orm_datagrid'])) {
  42596.             return $this->privates['sonata.admin.builder.orm_datagrid'];
  42597.         }
  42598.         return $this->privates['sonata.admin.builder.orm_datagrid'] = new \Sonata\DoctrineORMAdminBundle\Builder\DatagridBuilder($a, new \Sonata\AdminBundle\Filter\FilterFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  42599.             'Sonata\\DoctrineORMAdminBundle\\Filter\\BooleanFilter' => [false'sonata.admin.orm.filter.type.boolean''getSonata_Admin_Orm_Filter_Type_BooleanService'false],
  42600.             'Sonata\\DoctrineORMAdminBundle\\Filter\\CallbackFilter' => [false'sonata.admin.orm.filter.type.callback''getSonata_Admin_Orm_Filter_Type_CallbackService'false],
  42601.             'Sonata\\DoctrineORMAdminBundle\\Filter\\ChoiceFilter' => [false'sonata.admin.orm.filter.type.choice''getSonata_Admin_Orm_Filter_Type_ChoiceService'false],
  42602.             'Sonata\\DoctrineORMAdminBundle\\Filter\\ClassFilter' => [false'sonata.admin.orm.filter.type.class''getSonata_Admin_Orm_Filter_Type_ClassService'false],
  42603.             'Sonata\\DoctrineORMAdminBundle\\Filter\\CountFilter' => [false'sonata.admin.orm.filter.type.count''getSonata_Admin_Orm_Filter_Type_CountService'false],
  42604.             'Sonata\\DoctrineORMAdminBundle\\Filter\\DateFilter' => [false'sonata.admin.orm.filter.type.date''getSonata_Admin_Orm_Filter_Type_DateService'false],
  42605.             'Sonata\\DoctrineORMAdminBundle\\Filter\\DateRangeFilter' => [false'sonata.admin.orm.filter.type.date_range''getSonata_Admin_Orm_Filter_Type_DateRangeService'false],
  42606.             'Sonata\\DoctrineORMAdminBundle\\Filter\\DateTimeFilter' => [false'sonata.admin.orm.filter.type.datetime''getSonata_Admin_Orm_Filter_Type_DatetimeService'false],
  42607.             'Sonata\\DoctrineORMAdminBundle\\Filter\\DateTimeRangeFilter' => [false'sonata.admin.orm.filter.type.datetime_range''getSonata_Admin_Orm_Filter_Type_DatetimeRangeService'false],
  42608.             'Sonata\\DoctrineORMAdminBundle\\Filter\\EmptyFilter' => [false'sonata.admin.orm.filter.type.empty''getSonata_Admin_Orm_Filter_Type_EmptyService'false],
  42609.             'Sonata\\DoctrineORMAdminBundle\\Filter\\ModelAutocompleteFilter' => [false'sonata.admin.orm.filter.type.model_autocomplete''getSonata_Admin_Orm_Filter_Type_ModelAutocompleteService'false],
  42610.             'Sonata\\DoctrineORMAdminBundle\\Filter\\ModelFilter' => [false'sonata.admin.orm.filter.type.model''getSonata_Admin_Orm_Filter_Type_ModelService'false],
  42611.             'Sonata\\DoctrineORMAdminBundle\\Filter\\NullFilter' => [false'sonata.admin.orm.filter.type.null''getSonata_Admin_Orm_Filter_Type_NullService'false],
  42612.             'Sonata\\DoctrineORMAdminBundle\\Filter\\NumberFilter' => [false'sonata.admin.orm.filter.type.number''getSonata_Admin_Orm_Filter_Type_NumberService'false],
  42613.             'Sonata\\DoctrineORMAdminBundle\\Filter\\StringFilter' => [false'sonata.admin.orm.filter.type.string''getSonata_Admin_Orm_Filter_Type_StringService'false],
  42614.             'Sonata\\DoctrineORMAdminBundle\\Filter\\StringListFilter' => [false'sonata.admin.orm.filter.type.string_list''getSonata_Admin_Orm_Filter_Type_StringListService'false],
  42615.             'Sonata\\DoctrineORMAdminBundle\\Filter\\TimeFilter' => [false'sonata.admin.orm.filter.type.time''getSonata_Admin_Orm_Filter_Type_TimeService'false],
  42616.             'Sonata\\DoctrineORMAdminBundle\\Filter\\UidFilter' => [false'sonata.admin.orm.filter.type.uid''getSonata_Admin_Orm_Filter_Type_UidService'false],
  42617.         ], [
  42618.             'Sonata\\DoctrineORMAdminBundle\\Filter\\BooleanFilter' => '?',
  42619.             'Sonata\\DoctrineORMAdminBundle\\Filter\\CallbackFilter' => '?',
  42620.             'Sonata\\DoctrineORMAdminBundle\\Filter\\ChoiceFilter' => '?',
  42621.             'Sonata\\DoctrineORMAdminBundle\\Filter\\ClassFilter' => '?',
  42622.             'Sonata\\DoctrineORMAdminBundle\\Filter\\CountFilter' => '?',
  42623.             'Sonata\\DoctrineORMAdminBundle\\Filter\\DateFilter' => '?',
  42624.             'Sonata\\DoctrineORMAdminBundle\\Filter\\DateRangeFilter' => '?',
  42625.             'Sonata\\DoctrineORMAdminBundle\\Filter\\DateTimeFilter' => '?',
  42626.             'Sonata\\DoctrineORMAdminBundle\\Filter\\DateTimeRangeFilter' => '?',
  42627.             'Sonata\\DoctrineORMAdminBundle\\Filter\\EmptyFilter' => '?',
  42628.             'Sonata\\DoctrineORMAdminBundle\\Filter\\ModelAutocompleteFilter' => '?',
  42629.             'Sonata\\DoctrineORMAdminBundle\\Filter\\ModelFilter' => '?',
  42630.             'Sonata\\DoctrineORMAdminBundle\\Filter\\NullFilter' => '?',
  42631.             'Sonata\\DoctrineORMAdminBundle\\Filter\\NumberFilter' => '?',
  42632.             'Sonata\\DoctrineORMAdminBundle\\Filter\\StringFilter' => '?',
  42633.             'Sonata\\DoctrineORMAdminBundle\\Filter\\StringListFilter' => '?',
  42634.             'Sonata\\DoctrineORMAdminBundle\\Filter\\TimeFilter' => '?',
  42635.             'Sonata\\DoctrineORMAdminBundle\\Filter\\UidFilter' => '?',
  42636.         ])), new \Sonata\AdminBundle\FieldDescription\TypeGuesserChain([=> new \Sonata\DoctrineORMAdminBundle\FieldDescription\FilterTypeGuesser()]), true);
  42637.     }
  42638.     /**
  42639.      * Gets the private 'sonata.admin.builder.orm_form' shared service.
  42640.      *
  42641.      * @return \Sonata\DoctrineORMAdminBundle\Builder\FormContractor
  42642.      */
  42643.     protected function getSonata_Admin_Builder_OrmFormService()
  42644.     {
  42645.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  42646.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/FormContractorInterface.php';
  42647.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/AbstractFormContractor.php';
  42648.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/FormContractor.php';
  42649.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  42650.         if (isset($this->privates['sonata.admin.builder.orm_form'])) {
  42651.             return $this->privates['sonata.admin.builder.orm_form'];
  42652.         }
  42653.         $b = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  42654.         if (isset($this->privates['sonata.admin.builder.orm_form'])) {
  42655.             return $this->privates['sonata.admin.builder.orm_form'];
  42656.         }
  42657.         return $this->privates['sonata.admin.builder.orm_form'] = new \Sonata\DoctrineORMAdminBundle\Builder\FormContractor($a$b);
  42658.     }
  42659.     /**
  42660.      * Gets the private 'sonata.admin.builder.orm_list' shared service.
  42661.      *
  42662.      * @return \Sonata\DoctrineORMAdminBundle\Builder\ListBuilder
  42663.      */
  42664.     protected function getSonata_Admin_Builder_OrmListService()
  42665.     {
  42666.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  42667.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/ListBuilderInterface.php';
  42668.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/ListBuilder.php';
  42669.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/TypeGuesserInterface.php';
  42670.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/TypeGuesserChain.php';
  42671.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/FieldDescription/TypeGuesser.php';
  42672.         return $this->privates['sonata.admin.builder.orm_list'] = new \Sonata\DoctrineORMAdminBundle\Builder\ListBuilder(new \Sonata\AdminBundle\FieldDescription\TypeGuesserChain([=> new \Sonata\DoctrineORMAdminBundle\FieldDescription\TypeGuesser()]), ['array' => '@SonataAdmin/CRUD/list_array.html.twig''boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig''date' => '@SonataAdmin/CRUD/list_date.html.twig''time' => '@SonataAdmin/CRUD/list_time.html.twig''datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig''textarea' => '@SonataAdmin/CRUD/list_string.html.twig''email' => '@SonataAdmin/CRUD/list_email.html.twig''enum' => '@SonataAdmin/CRUD/list_enum.html.twig''trans' => '@SonataAdmin/CRUD/list_trans.html.twig''string' => '@SonataAdmin/CRUD/list_string.html.twig''integer' => '@SonataAdmin/CRUD/list_string.html.twig''float' => '@SonataAdmin/CRUD/list_string.html.twig''identifier' => '@SonataAdmin/CRUD/list_string.html.twig''currency' => '@SonataAdmin/CRUD/list_currency.html.twig''percent' => '@SonataAdmin/CRUD/list_percent.html.twig''choice' => '@SonataAdmin/CRUD/list_choice.html.twig''url' => '@SonataAdmin/CRUD/list_url.html.twig''html' => '@SonataAdmin/CRUD/list_html.html.twig''many_to_many' => '@SonataAdmin/CRUD/Association/list_many_to_many.html.twig''many_to_one' => '@SonataAdmin/CRUD/Association/list_many_to_one.html.twig''one_to_many' => '@SonataAdmin/CRUD/Association/list_one_to_many.html.twig''one_to_one' => '@SonataAdmin/CRUD/Association/list_one_to_one.html.twig']);
  42673.     }
  42674.     /**
  42675.      * Gets the private 'sonata.admin.builder.orm_show' shared service.
  42676.      *
  42677.      * @return \Sonata\DoctrineORMAdminBundle\Builder\ShowBuilder
  42678.      */
  42679.     protected function getSonata_Admin_Builder_OrmShowService()
  42680.     {
  42681.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  42682.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/ShowBuilderInterface.php';
  42683.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/ShowBuilder.php';
  42684.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/TypeGuesserInterface.php';
  42685.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/TypeGuesserChain.php';
  42686.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/FieldDescription/TypeGuesser.php';
  42687.         return $this->privates['sonata.admin.builder.orm_show'] = new \Sonata\DoctrineORMAdminBundle\Builder\ShowBuilder(new \Sonata\AdminBundle\FieldDescription\TypeGuesserChain([=> new \Sonata\DoctrineORMAdminBundle\FieldDescription\TypeGuesser()]), ['array' => '@SonataAdmin/CRUD/show_array.html.twig''boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig''date' => '@SonataAdmin/CRUD/show_date.html.twig''time' => '@SonataAdmin/CRUD/show_time.html.twig''datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig''email' => '@SonataAdmin/CRUD/show_email.html.twig''enum' => '@SonataAdmin/CRUD/show_enum.html.twig''trans' => '@SonataAdmin/CRUD/show_trans.html.twig''string' => '@SonataAdmin/CRUD/base_show_field.html.twig''integer' => '@SonataAdmin/CRUD/base_show_field.html.twig''float' => '@SonataAdmin/CRUD/base_show_field.html.twig''currency' => '@SonataAdmin/CRUD/show_currency.html.twig''percent' => '@SonataAdmin/CRUD/show_percent.html.twig''choice' => '@SonataAdmin/CRUD/show_choice.html.twig''url' => '@SonataAdmin/CRUD/show_url.html.twig''html' => '@SonataAdmin/CRUD/show_html.html.twig''many_to_many' => '@SonataAdmin/CRUD/Association/show_many_to_many.html.twig''many_to_one' => '@SonataAdmin/CRUD/Association/show_many_to_one.html.twig''one_to_many' => '@SonataAdmin/CRUD/Association/show_one_to_many.html.twig''one_to_one' => '@SonataAdmin/CRUD/Association/show_one_to_one.html.twig']);
  42688.     }
  42689.     /**
  42690.      * Gets the private 'sonata.admin.command.explain' shared service.
  42691.      *
  42692.      * @return \Sonata\AdminBundle\Command\ExplainAdminCommand
  42693.      */
  42694.     protected function getSonata_Admin_Command_ExplainService()
  42695.     {
  42696.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  42697.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/ExplainAdminCommand.php';
  42698.         $this->privates['sonata.admin.command.explain'] = $instance = new \Sonata\AdminBundle\Command\ExplainAdminCommand(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  42699.         $instance->setName('sonata:admin:explain');
  42700.         $instance->setDescription('Explain an admin service');
  42701.         return $instance;
  42702.     }
  42703.     /**
  42704.      * Gets the private 'sonata.admin.command.generate_object_acl' shared service.
  42705.      *
  42706.      * @return \Sonata\AdminBundle\Command\GenerateObjectAclCommand
  42707.      */
  42708.     protected function getSonata_Admin_Command_GenerateObjectAclService()
  42709.     {
  42710.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  42711.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/QuestionableCommand.php';
  42712.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/GenerateObjectAclCommand.php';
  42713.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/ObjectAclManipulatorInterface.php';
  42714.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/ObjectAclManipulator.php';
  42715.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Util/ObjectAclManipulator.php';
  42716.         $this->privates['sonata.admin.command.generate_object_acl'] = $instance = new \Sonata\AdminBundle\Command\GenerateObjectAclCommand(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ['sonata.admin.manipulator.acl.object.orm' => new \Sonata\DoctrineORMAdminBundle\Util\ObjectAclManipulator(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  42717.         $instance->setName('sonata:admin:generate-object-acl');
  42718.         $instance->setDescription('Install ACL for the objects of the Admin Classes.');
  42719.         return $instance;
  42720.     }
  42721.     /**
  42722.      * Gets the private 'sonata.admin.command.list' shared service.
  42723.      *
  42724.      * @return \Sonata\AdminBundle\Command\ListAdminCommand
  42725.      */
  42726.     protected function getSonata_Admin_Command_ListService()
  42727.     {
  42728.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  42729.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/ListAdminCommand.php';
  42730.         $this->privates['sonata.admin.command.list'] = $instance = new \Sonata\AdminBundle\Command\ListAdminCommand(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  42731.         $instance->setName('sonata:admin:list');
  42732.         $instance->setDescription('List all admin services available');
  42733.         return $instance;
  42734.     }
  42735.     /**
  42736.      * Gets the private 'sonata.admin.command.setup_acl' shared service.
  42737.      *
  42738.      * @return \Sonata\AdminBundle\Command\SetupAclCommand
  42739.      */
  42740.     protected function getSonata_Admin_Command_SetupAclService()
  42741.     {
  42742.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  42743.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/SetupAclCommand.php';
  42744.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminAclManipulatorInterface.php';
  42745.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminAclManipulator.php';
  42746.         $this->privates['sonata.admin.command.setup_acl'] = $instance = new \Sonata\AdminBundle\Command\SetupAclCommand(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), new \Sonata\AdminBundle\Util\AdminAclManipulator('Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder'));
  42747.         $instance->setName('sonata:admin:setup-acl');
  42748.         $instance->setDescription('Install ACL for Admin Classes');
  42749.         return $instance;
  42750.     }
  42751.     /**
  42752.      * Gets the private 'sonata.admin.doctrine_orm.form.type.choice_field_mask' shared service.
  42753.      *
  42754.      * @return \Sonata\AdminBundle\Form\Type\ChoiceFieldMaskType
  42755.      */
  42756.     protected function getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService()
  42757.     {
  42758.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  42759.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  42760.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ChoiceFieldMaskType.php';
  42761.         return $this->privates['sonata.admin.doctrine_orm.form.type.choice_field_mask'] = new \Sonata\AdminBundle\Form\Type\ChoiceFieldMaskType();
  42762.     }
  42763.     /**
  42764.      * Gets the private 'sonata.admin.event.extension' shared service.
  42765.      *
  42766.      * @return \Sonata\AdminBundle\Event\AdminEventExtension
  42767.      */
  42768.     protected function getSonata_Admin_Event_ExtensionService()
  42769.     {
  42770.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminExtensionInterface.php';
  42771.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdminExtension.php';
  42772.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Event/AdminEventExtension.php';
  42773.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  42774.         if (isset($this->privates['sonata.admin.event.extension'])) {
  42775.             return $this->privates['sonata.admin.event.extension'];
  42776.         }
  42777.         return $this->privates['sonata.admin.event.extension'] = new \Sonata\AdminBundle\Event\AdminEventExtension($a);
  42778.     }
  42779.     /**
  42780.      * Gets the private 'sonata.admin.field_description_factory.orm' shared service.
  42781.      *
  42782.      * @return \Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescriptionFactory
  42783.      */
  42784.     protected function getSonata_Admin_FieldDescriptionFactory_OrmService()
  42785.     {
  42786.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionFactoryInterface.php';
  42787.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/FieldDescription/FieldDescriptionFactory.php';
  42788.         return $this->privates['sonata.admin.field_description_factory.orm'] = new \Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescriptionFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  42789.     }
  42790.     /**
  42791.      * Gets the private 'sonata.admin.form.extension.field' shared service.
  42792.      *
  42793.      * @return \Sonata\AdminBundle\Form\Extension\Field\Type\FormTypeFieldExtension
  42794.      */
  42795.     protected function getSonata_Admin_Form_Extension_FieldService()
  42796.     {
  42797.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  42798.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  42799.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Extension/Field/Type/FormTypeFieldExtension.php';
  42800.         return $this->privates['sonata.admin.form.extension.field'] = new \Sonata\AdminBundle\Form\Extension\Field\Type\FormTypeFieldExtension(['Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '''Symfony\\Component\\Form\\Extension\\Core\\Type\\DateType' => 'sonata-medium-date''Symfony\\Component\\Form\\Extension\\Core\\Type\\DateTimeType' => 'sonata-medium-date''Symfony\\Component\\Form\\Extension\\Core\\Type\\EmailType' => '''Symfony\\Component\\Form\\Extension\\Core\\Type\\IntegerType' => '''Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType' => '''Symfony\\Component\\Form\\Extension\\Core\\Type\\TextType' => ''], ['html5_validate' => true'sort_admins' => false'confirm_exit' => true'js_debug' => false'skin' => 'skin-black''use_select2' => true'use_icheck' => true'use_bootlint' => false'use_stickyforms' => true'pager_links' => NULL'form_type' => 'standard''default_admin_route' => 'show''default_group' => 'default''default_label_catalogue' => 'SonataAdminBundle''default_translation_domain' => NULL'default_icon' => 'fas fa-folder''dropdown_number_groups_per_colums' => 2'logo_content' => 'all''list_action_button_content' => 'all''lock_protection' => false'mosaic_background' => 'bundles/sonataadmin/images/default_mosaic_image.png''javascripts' => [=> 'bundles/sonataadmin/app.js'=> 'bundles/sonataform/app.js'], 'stylesheets' => [=> 'bundles/sonataadmin/app.css'=> 'bundles/sonataform/app.css'=> 'bundles/sonataadmin/admin-lte-skins/skin-black.min.css'], 'role_admin' => 'ROLE_SONATA_ADMIN''role_super_admin' => 'ROLE_SUPER_ADMIN''search' => true]);
  42801.     }
  42802.     /**
  42803.      * Gets the private 'sonata.admin.form.filter.type.choice' shared service.
  42804.      *
  42805.      * @return \Sonata\AdminBundle\Form\Type\Filter\ChoiceType
  42806.      */
  42807.     protected function getSonata_Admin_Form_Filter_Type_ChoiceService()
  42808.     {
  42809.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  42810.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  42811.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/ChoiceType.php';
  42812.         return $this->privates['sonata.admin.form.filter.type.choice'] = new \Sonata\AdminBundle\Form\Type\Filter\ChoiceType();
  42813.     }
  42814.     /**
  42815.      * Gets the private 'sonata.admin.form.filter.type.date' shared service.
  42816.      *
  42817.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateType
  42818.      */
  42819.     protected function getSonata_Admin_Form_Filter_Type_DateService()
  42820.     {
  42821.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  42822.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  42823.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateType.php';
  42824.         return $this->privates['sonata.admin.form.filter.type.date'] = new \Sonata\AdminBundle\Form\Type\Filter\DateType();
  42825.     }
  42826.     /**
  42827.      * Gets the private 'sonata.admin.form.filter.type.daterange' shared service.
  42828.      *
  42829.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateRangeType
  42830.      */
  42831.     protected function getSonata_Admin_Form_Filter_Type_DaterangeService()
  42832.     {
  42833.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  42834.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  42835.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateRangeType.php';
  42836.         return $this->privates['sonata.admin.form.filter.type.daterange'] = new \Sonata\AdminBundle\Form\Type\Filter\DateRangeType();
  42837.     }
  42838.     /**
  42839.      * Gets the private 'sonata.admin.form.filter.type.datetime' shared service.
  42840.      *
  42841.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateTimeType
  42842.      */
  42843.     protected function getSonata_Admin_Form_Filter_Type_DatetimeService()
  42844.     {
  42845.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  42846.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  42847.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeType.php';
  42848.         return $this->privates['sonata.admin.form.filter.type.datetime'] = new \Sonata\AdminBundle\Form\Type\Filter\DateTimeType();
  42849.     }
  42850.     /**
  42851.      * Gets the private 'sonata.admin.form.filter.type.datetime_range' shared service.
  42852.      *
  42853.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateTimeRangeType
  42854.      */
  42855.     protected function getSonata_Admin_Form_Filter_Type_DatetimeRangeService()
  42856.     {
  42857.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  42858.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  42859.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeRangeType.php';
  42860.         return $this->privates['sonata.admin.form.filter.type.datetime_range'] = new \Sonata\AdminBundle\Form\Type\Filter\DateTimeRangeType();
  42861.     }
  42862.     /**
  42863.      * Gets the private 'sonata.admin.form.filter.type.default' shared service.
  42864.      *
  42865.      * @return \Sonata\AdminBundle\Form\Type\Filter\DefaultType
  42866.      */
  42867.     protected function getSonata_Admin_Form_Filter_Type_DefaultService()
  42868.     {
  42869.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  42870.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  42871.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DefaultType.php';
  42872.         return $this->privates['sonata.admin.form.filter.type.default'] = new \Sonata\AdminBundle\Form\Type\Filter\DefaultType();
  42873.     }
  42874.     /**
  42875.      * Gets the private 'sonata.admin.form.filter.type.number' shared service.
  42876.      *
  42877.      * @return \Sonata\AdminBundle\Form\Type\Filter\NumberType
  42878.      */
  42879.     protected function getSonata_Admin_Form_Filter_Type_NumberService()
  42880.     {
  42881.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  42882.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  42883.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/NumberType.php';
  42884.         return $this->privates['sonata.admin.form.filter.type.number'] = new \Sonata\AdminBundle\Form\Type\Filter\NumberType();
  42885.     }
  42886.     /**
  42887.      * Gets the private 'sonata.admin.form.type.admin' shared service.
  42888.      *
  42889.      * @return \Sonata\AdminBundle\Form\Type\AdminType
  42890.      */
  42891.     protected function getSonata_Admin_Form_Type_AdminService()
  42892.     {
  42893.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  42894.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  42895.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/AdminType.php';
  42896.         return $this->privates['sonata.admin.form.type.admin'] = new \Sonata\AdminBundle\Form\Type\AdminType(($this->privates['sonata.admin.helper'] ?? $this->getSonata_Admin_HelperService()));
  42897.     }
  42898.     /**
  42899.      * Gets the private 'sonata.admin.form.type.collection' shared service.
  42900.      *
  42901.      * @return \Sonata\AdminBundle\Form\Type\CollectionType
  42902.      */
  42903.     protected function getSonata_Admin_Form_Type_CollectionService()
  42904.     {
  42905.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  42906.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  42907.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/CollectionType.php';
  42908.         return $this->privates['sonata.admin.form.type.collection'] = new \Sonata\AdminBundle\Form\Type\CollectionType();
  42909.     }
  42910.     /**
  42911.      * Gets the private 'sonata.admin.form.type.model_autocomplete' shared service.
  42912.      *
  42913.      * @return \Sonata\AdminBundle\Form\Type\ModelAutocompleteType
  42914.      */
  42915.     protected function getSonata_Admin_Form_Type_ModelAutocompleteService()
  42916.     {
  42917.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  42918.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  42919.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelAutocompleteType.php';
  42920.         return $this->privates['sonata.admin.form.type.model_autocomplete'] = new \Sonata\AdminBundle\Form\Type\ModelAutocompleteType();
  42921.     }
  42922.     /**
  42923.      * Gets the private 'sonata.admin.form.type.model_choice' shared service.
  42924.      *
  42925.      * @return \Sonata\AdminBundle\Form\Type\ModelType
  42926.      */
  42927.     protected function getSonata_Admin_Form_Type_ModelChoiceService()
  42928.     {
  42929.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  42930.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  42931.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelType.php';
  42932.         return $this->privates['sonata.admin.form.type.model_choice'] = new \Sonata\AdminBundle\Form\Type\ModelType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  42933.     }
  42934.     /**
  42935.      * Gets the private 'sonata.admin.form.type.model_hidden' shared service.
  42936.      *
  42937.      * @return \Sonata\AdminBundle\Form\Type\ModelHiddenType
  42938.      */
  42939.     protected function getSonata_Admin_Form_Type_ModelHiddenService()
  42940.     {
  42941.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  42942.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  42943.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelHiddenType.php';
  42944.         return $this->privates['sonata.admin.form.type.model_hidden'] = new \Sonata\AdminBundle\Form\Type\ModelHiddenType();
  42945.     }
  42946.     /**
  42947.      * Gets the private 'sonata.admin.form.type.model_list' shared service.
  42948.      *
  42949.      * @return \Sonata\AdminBundle\Form\Type\ModelListType
  42950.      */
  42951.     protected function getSonata_Admin_Form_Type_ModelListService()
  42952.     {
  42953.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  42954.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  42955.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelListType.php';
  42956.         return $this->privates['sonata.admin.form.type.model_list'] = new \Sonata\AdminBundle\Form\Type\ModelListType();
  42957.     }
  42958.     /**
  42959.      * Gets the private 'sonata.admin.form.type.model_reference' shared service.
  42960.      *
  42961.      * @return \Sonata\AdminBundle\Form\Type\ModelReferenceType
  42962.      */
  42963.     protected function getSonata_Admin_Form_Type_ModelReferenceService()
  42964.     {
  42965.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  42966.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  42967.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelReferenceType.php';
  42968.         return $this->privates['sonata.admin.form.type.model_reference'] = new \Sonata\AdminBundle\Form\Type\ModelReferenceType();
  42969.     }
  42970.     /**
  42971.      * Gets the private 'sonata.admin.global_template_registry' shared service.
  42972.      *
  42973.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  42974.      */
  42975.     protected function getSonata_Admin_GlobalTemplateRegistryService()
  42976.     {
  42977.         return $this->privates['sonata.admin.global_template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  42978.     }
  42979.     /**
  42980.      * Gets the private 'sonata.admin.helper' shared service.
  42981.      *
  42982.      * @return \Sonata\AdminBundle\Admin\AdminHelper
  42983.      */
  42984.     protected function getSonata_Admin_HelperService()
  42985.     {
  42986.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminHelper.php';
  42987.         return $this->privates['sonata.admin.helper'] = new \Sonata\AdminBundle\Admin\AdminHelper(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  42988.     }
  42989.     /**
  42990.      * Gets the private 'sonata.admin.menu.group_provider' shared service.
  42991.      *
  42992.      * @return \Sonata\AdminBundle\Menu\Provider\GroupMenuProvider
  42993.      */
  42994.     protected function getSonata_Admin_Menu_GroupProviderService()
  42995.     {
  42996.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  42997.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Menu/Provider/GroupMenuProvider.php';
  42998.         $a = ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  42999.         if (isset($this->privates['sonata.admin.menu.group_provider'])) {
  43000.             return $this->privates['sonata.admin.menu.group_provider'];
  43001.         }
  43002.         $b = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  43003.         if (isset($this->privates['sonata.admin.menu.group_provider'])) {
  43004.             return $this->privates['sonata.admin.menu.group_provider'];
  43005.         }
  43006.         return $this->privates['sonata.admin.menu.group_provider'] = new \Sonata\AdminBundle\Menu\Provider\GroupMenuProvider(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()), $a$b);
  43007.     }
  43008.     /**
  43009.      * Gets the private 'sonata.admin.menu.matcher.voter.admin' shared service.
  43010.      *
  43011.      * @return \Sonata\AdminBundle\Menu\Matcher\Voter\AdminVoter
  43012.      */
  43013.     protected function getSonata_Admin_Menu_Matcher_Voter_AdminService()
  43014.     {
  43015.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  43016.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Menu/Matcher/Voter/AdminVoter.php';
  43017.         return $this->privates['sonata.admin.menu.matcher.voter.admin'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\AdminVoter(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  43018.     }
  43019.     /**
  43020.      * Gets the private 'sonata.admin.menu_builder' shared service.
  43021.      *
  43022.      * @return \Sonata\AdminBundle\Menu\MenuBuilder
  43023.      */
  43024.     protected function getSonata_Admin_MenuBuilderService()
  43025.     {
  43026.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Menu/MenuBuilder.php';
  43027.         $a = ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  43028.         if (isset($this->privates['sonata.admin.menu_builder'])) {
  43029.             return $this->privates['sonata.admin.menu_builder'];
  43030.         }
  43031.         $b = ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService());
  43032.         if (isset($this->privates['sonata.admin.menu_builder'])) {
  43033.             return $this->privates['sonata.admin.menu_builder'];
  43034.         }
  43035.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  43036.         if (isset($this->privates['sonata.admin.menu_builder'])) {
  43037.             return $this->privates['sonata.admin.menu_builder'];
  43038.         }
  43039.         return $this->privates['sonata.admin.menu_builder'] = new \Sonata\AdminBundle\Menu\MenuBuilder($a, ($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()), $b$c);
  43040.     }
  43041.     /**
  43042.      * Gets the private 'sonata.admin.object.manipulator.acl.admin' shared service.
  43043.      *
  43044.      * @return \Sonata\AdminBundle\Util\AdminObjectAclManipulator
  43045.      */
  43046.     protected function getSonata_Admin_Object_Manipulator_Acl_AdminService()
  43047.     {
  43048.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminObjectAclManipulator.php';
  43049.         return $this->privates['sonata.admin.object.manipulator.acl.admin'] = new \Sonata\AdminBundle\Util\AdminObjectAclManipulator(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder');
  43050.     }
  43051.     /**
  43052.      * Gets the private 'sonata.admin.orm.filter.type.boolean' service.
  43053.      *
  43054.      * @return \Sonata\DoctrineORMAdminBundle\Filter\BooleanFilter
  43055.      */
  43056.     protected function getSonata_Admin_Orm_Filter_Type_BooleanService()
  43057.     {
  43058.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  43059.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/ChainableFilterInterface.php';
  43060.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  43061.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/GroupableConditionAwareInterface.php';
  43062.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  43063.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/BooleanFilter.php';
  43064.         $this->factories['service_container']['sonata.admin.orm.filter.type.boolean'] = function () {
  43065.             return new \Sonata\DoctrineORMAdminBundle\Filter\BooleanFilter();
  43066.         };
  43067.         return $this->factories['service_container']['sonata.admin.orm.filter.type.boolean']();
  43068.     }
  43069.     /**
  43070.      * Gets the private 'sonata.admin.orm.filter.type.callback' service.
  43071.      *
  43072.      * @return \Sonata\DoctrineORMAdminBundle\Filter\CallbackFilter
  43073.      */
  43074.     protected function getSonata_Admin_Orm_Filter_Type_CallbackService()
  43075.     {
  43076.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  43077.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/ChainableFilterInterface.php';
  43078.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  43079.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/GroupableConditionAwareInterface.php';
  43080.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  43081.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/CallbackFilter.php';
  43082.         $this->factories['service_container']['sonata.admin.orm.filter.type.callback'] = function () {
  43083.             return new \Sonata\DoctrineORMAdminBundle\Filter\CallbackFilter();
  43084.         };
  43085.         return $this->factories['service_container']['sonata.admin.orm.filter.type.callback']();
  43086.     }
  43087.     /**
  43088.      * Gets the private 'sonata.admin.orm.filter.type.choice' service.
  43089.      *
  43090.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ChoiceFilter
  43091.      */
  43092.     protected function getSonata_Admin_Orm_Filter_Type_ChoiceService()
  43093.     {
  43094.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  43095.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/ChainableFilterInterface.php';
  43096.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  43097.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/GroupableConditionAwareInterface.php';
  43098.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  43099.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ChoiceFilter.php';
  43100.         $this->factories['service_container']['sonata.admin.orm.filter.type.choice'] = function () {
  43101.             return new \Sonata\DoctrineORMAdminBundle\Filter\ChoiceFilter();
  43102.         };
  43103.         return $this->factories['service_container']['sonata.admin.orm.filter.type.choice']();
  43104.     }
  43105.     /**
  43106.      * Gets the private 'sonata.admin.orm.filter.type.class' service.
  43107.      *
  43108.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ClassFilter
  43109.      */
  43110.     protected function getSonata_Admin_Orm_Filter_Type_ClassService()
  43111.     {
  43112.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  43113.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/ChainableFilterInterface.php';
  43114.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  43115.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/GroupableConditionAwareInterface.php';
  43116.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  43117.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ClassFilter.php';
  43118.         $this->factories['service_container']['sonata.admin.orm.filter.type.class'] = function () {
  43119.             return new \Sonata\DoctrineORMAdminBundle\Filter\ClassFilter();
  43120.         };
  43121.         return $this->factories['service_container']['sonata.admin.orm.filter.type.class']();
  43122.     }
  43123.     /**
  43124.      * Gets the private 'sonata.admin.orm.filter.type.count' service.
  43125.      *
  43126.      * @return \Sonata\DoctrineORMAdminBundle\Filter\CountFilter
  43127.      */
  43128.     protected function getSonata_Admin_Orm_Filter_Type_CountService()
  43129.     {
  43130.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  43131.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/ChainableFilterInterface.php';
  43132.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  43133.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/GroupableConditionAwareInterface.php';
  43134.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  43135.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/CountFilter.php';
  43136.         $this->factories['service_container']['sonata.admin.orm.filter.type.count'] = function () {
  43137.             return new \Sonata\DoctrineORMAdminBundle\Filter\CountFilter();
  43138.         };
  43139.         return $this->factories['service_container']['sonata.admin.orm.filter.type.count']();
  43140.     }
  43141.     /**
  43142.      * Gets the private 'sonata.admin.orm.filter.type.date' service.
  43143.      *
  43144.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateFilter
  43145.      */
  43146.     protected function getSonata_Admin_Orm_Filter_Type_DateService()
  43147.     {
  43148.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  43149.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/ChainableFilterInterface.php';
  43150.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  43151.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/GroupableConditionAwareInterface.php';
  43152.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  43153.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  43154.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateFilter.php';
  43155.         $this->factories['service_container']['sonata.admin.orm.filter.type.date'] = function () {
  43156.             return new \Sonata\DoctrineORMAdminBundle\Filter\DateFilter();
  43157.         };
  43158.         return $this->factories['service_container']['sonata.admin.orm.filter.type.date']();
  43159.     }
  43160.     /**
  43161.      * Gets the private 'sonata.admin.orm.filter.type.date_range' service.
  43162.      *
  43163.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateRangeFilter
  43164.      */
  43165.     protected function getSonata_Admin_Orm_Filter_Type_DateRangeService()
  43166.     {
  43167.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  43168.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/ChainableFilterInterface.php';
  43169.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  43170.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/GroupableConditionAwareInterface.php';
  43171.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  43172.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  43173.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateRangeFilter.php';
  43174.         $this->factories['service_container']['sonata.admin.orm.filter.type.date_range'] = function () {
  43175.             return new \Sonata\DoctrineORMAdminBundle\Filter\DateRangeFilter();
  43176.         };
  43177.         return $this->factories['service_container']['sonata.admin.orm.filter.type.date_range']();
  43178.     }
  43179.     /**
  43180.      * Gets the private 'sonata.admin.orm.filter.type.datetime' service.
  43181.      *
  43182.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateTimeFilter
  43183.      */
  43184.     protected function getSonata_Admin_Orm_Filter_Type_DatetimeService()
  43185.     {
  43186.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  43187.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/ChainableFilterInterface.php';
  43188.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  43189.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/GroupableConditionAwareInterface.php';
  43190.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  43191.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  43192.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateTimeFilter.php';
  43193.         $this->factories['service_container']['sonata.admin.orm.filter.type.datetime'] = function () {
  43194.             return new \Sonata\DoctrineORMAdminBundle\Filter\DateTimeFilter();
  43195.         };
  43196.         return $this->factories['service_container']['sonata.admin.orm.filter.type.datetime']();
  43197.     }
  43198.     /**
  43199.      * Gets the private 'sonata.admin.orm.filter.type.datetime_range' service.
  43200.      *
  43201.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateTimeRangeFilter
  43202.      */
  43203.     protected function getSonata_Admin_Orm_Filter_Type_DatetimeRangeService()
  43204.     {
  43205.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  43206.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/ChainableFilterInterface.php';
  43207.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  43208.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/GroupableConditionAwareInterface.php';
  43209.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  43210.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  43211.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateTimeRangeFilter.php';
  43212.         $this->factories['service_container']['sonata.admin.orm.filter.type.datetime_range'] = function () {
  43213.             return new \Sonata\DoctrineORMAdminBundle\Filter\DateTimeRangeFilter();
  43214.         };
  43215.         return $this->factories['service_container']['sonata.admin.orm.filter.type.datetime_range']();
  43216.     }
  43217.     /**
  43218.      * Gets the private 'sonata.admin.orm.filter.type.empty' service.
  43219.      *
  43220.      * @return \Sonata\DoctrineORMAdminBundle\Filter\EmptyFilter
  43221.      */
  43222.     protected function getSonata_Admin_Orm_Filter_Type_EmptyService()
  43223.     {
  43224.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  43225.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/ChainableFilterInterface.php';
  43226.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  43227.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/GroupableConditionAwareInterface.php';
  43228.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  43229.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/EmptyFilter.php';
  43230.         $this->factories['service_container']['sonata.admin.orm.filter.type.empty'] = function () {
  43231.             return new \Sonata\DoctrineORMAdminBundle\Filter\EmptyFilter();
  43232.         };
  43233.         return $this->factories['service_container']['sonata.admin.orm.filter.type.empty']();
  43234.     }
  43235.     /**
  43236.      * Gets the private 'sonata.admin.orm.filter.type.model' service.
  43237.      *
  43238.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ModelFilter
  43239.      */
  43240.     protected function getSonata_Admin_Orm_Filter_Type_ModelService()
  43241.     {
  43242.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  43243.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/ChainableFilterInterface.php';
  43244.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  43245.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/GroupableConditionAwareInterface.php';
  43246.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  43247.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ModelFilter.php';
  43248.         $this->factories['service_container']['sonata.admin.orm.filter.type.model'] = function () {
  43249.             return new \Sonata\DoctrineORMAdminBundle\Filter\ModelFilter();
  43250.         };
  43251.         return $this->factories['service_container']['sonata.admin.orm.filter.type.model']();
  43252.     }
  43253.     /**
  43254.      * Gets the private 'sonata.admin.orm.filter.type.model_autocomplete' service.
  43255.      *
  43256.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ModelAutocompleteFilter
  43257.      */
  43258.     protected function getSonata_Admin_Orm_Filter_Type_ModelAutocompleteService()
  43259.     {
  43260.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  43261.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/ChainableFilterInterface.php';
  43262.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  43263.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/GroupableConditionAwareInterface.php';
  43264.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  43265.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ModelAutocompleteFilter.php';
  43266.         $this->factories['service_container']['sonata.admin.orm.filter.type.model_autocomplete'] = function () {
  43267.             return new \Sonata\DoctrineORMAdminBundle\Filter\ModelAutocompleteFilter();
  43268.         };
  43269.         return $this->factories['service_container']['sonata.admin.orm.filter.type.model_autocomplete']();
  43270.     }
  43271.     /**
  43272.      * Gets the private 'sonata.admin.orm.filter.type.null' service.
  43273.      *
  43274.      * @return \Sonata\DoctrineORMAdminBundle\Filter\NullFilter
  43275.      */
  43276.     protected function getSonata_Admin_Orm_Filter_Type_NullService()
  43277.     {
  43278.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  43279.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/ChainableFilterInterface.php';
  43280.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  43281.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/GroupableConditionAwareInterface.php';
  43282.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  43283.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/NullFilter.php';
  43284.         $this->factories['service_container']['sonata.admin.orm.filter.type.null'] = function () {
  43285.             return new \Sonata\DoctrineORMAdminBundle\Filter\NullFilter();
  43286.         };
  43287.         return $this->factories['service_container']['sonata.admin.orm.filter.type.null']();
  43288.     }
  43289.     /**
  43290.      * Gets the private 'sonata.admin.orm.filter.type.number' service.
  43291.      *
  43292.      * @return \Sonata\DoctrineORMAdminBundle\Filter\NumberFilter
  43293.      */
  43294.     protected function getSonata_Admin_Orm_Filter_Type_NumberService()
  43295.     {
  43296.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  43297.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/ChainableFilterInterface.php';
  43298.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  43299.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/GroupableConditionAwareInterface.php';
  43300.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  43301.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/NumberFilter.php';
  43302.         $this->factories['service_container']['sonata.admin.orm.filter.type.number'] = function () {
  43303.             return new \Sonata\DoctrineORMAdminBundle\Filter\NumberFilter();
  43304.         };
  43305.         return $this->factories['service_container']['sonata.admin.orm.filter.type.number']();
  43306.     }
  43307.     /**
  43308.      * Gets the private 'sonata.admin.orm.filter.type.string' service.
  43309.      *
  43310.      * @return \Sonata\DoctrineORMAdminBundle\Filter\StringFilter
  43311.      */
  43312.     protected function getSonata_Admin_Orm_Filter_Type_StringService()
  43313.     {
  43314.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  43315.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/ChainableFilterInterface.php';
  43316.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  43317.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/GroupableConditionAwareInterface.php';
  43318.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  43319.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/SearchableFilterInterface.php';
  43320.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/StringFilter.php';
  43321.         $this->factories['service_container']['sonata.admin.orm.filter.type.string'] = function () {
  43322.             return new \Sonata\DoctrineORMAdminBundle\Filter\StringFilter();
  43323.         };
  43324.         return $this->factories['service_container']['sonata.admin.orm.filter.type.string']();
  43325.     }
  43326.     /**
  43327.      * Gets the private 'sonata.admin.orm.filter.type.string_list' service.
  43328.      *
  43329.      * @return \Sonata\DoctrineORMAdminBundle\Filter\StringListFilter
  43330.      */
  43331.     protected function getSonata_Admin_Orm_Filter_Type_StringListService()
  43332.     {
  43333.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  43334.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/ChainableFilterInterface.php';
  43335.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  43336.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/GroupableConditionAwareInterface.php';
  43337.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  43338.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/StringListFilter.php';
  43339.         $this->factories['service_container']['sonata.admin.orm.filter.type.string_list'] = function () {
  43340.             return new \Sonata\DoctrineORMAdminBundle\Filter\StringListFilter();
  43341.         };
  43342.         return $this->factories['service_container']['sonata.admin.orm.filter.type.string_list']();
  43343.     }
  43344.     /**
  43345.      * Gets the private 'sonata.admin.orm.filter.type.time' service.
  43346.      *
  43347.      * @return \Sonata\DoctrineORMAdminBundle\Filter\TimeFilter
  43348.      */
  43349.     protected function getSonata_Admin_Orm_Filter_Type_TimeService()
  43350.     {
  43351.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  43352.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/ChainableFilterInterface.php';
  43353.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  43354.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/GroupableConditionAwareInterface.php';
  43355.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  43356.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  43357.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/TimeFilter.php';
  43358.         $this->factories['service_container']['sonata.admin.orm.filter.type.time'] = function () {
  43359.             return new \Sonata\DoctrineORMAdminBundle\Filter\TimeFilter();
  43360.         };
  43361.         return $this->factories['service_container']['sonata.admin.orm.filter.type.time']();
  43362.     }
  43363.     /**
  43364.      * Gets the private 'sonata.admin.orm.filter.type.uid' service.
  43365.      *
  43366.      * @return \Sonata\DoctrineORMAdminBundle\Filter\UidFilter
  43367.      */
  43368.     protected function getSonata_Admin_Orm_Filter_Type_UidService()
  43369.     {
  43370.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  43371.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/ChainableFilterInterface.php';
  43372.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  43373.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/GroupableConditionAwareInterface.php';
  43374.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  43375.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/SearchableFilterInterface.php';
  43376.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/UidFilter.php';
  43377.         $this->factories['service_container']['sonata.admin.orm.filter.type.uid'] = function () {
  43378.             return new \Sonata\DoctrineORMAdminBundle\Filter\UidFilter();
  43379.         };
  43380.         return $this->factories['service_container']['sonata.admin.orm.filter.type.uid']();
  43381.     }
  43382.     /**
  43383.      * Gets the private 'sonata.admin.pool' shared service.
  43384.      *
  43385.      * @return \Sonata\AdminBundle\Admin\Pool
  43386.      */
  43387.     protected function getSonata_Admin_PoolService()
  43388.     {
  43389.         return $this->privates['sonata.admin.pool'] = new \Sonata\AdminBundle\Admin\Pool(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  43390.             'admin.brand' => [false'admin.brand''getAdmin_BrandService'false],
  43391.             'admin.car.accessories' => [false'admin.car.accessories''getAdmin_Car_AccessoriesService'false],
  43392.             'admin.car.accessories_group' => [false'admin.car.accessories_group''getAdmin_Car_AccessoriesGroupService'false],
  43393.             'admin.client' => [false'admin.client''getAdmin_ClientService'false],
  43394.             'admin.core.car_group' => [false'admin.core.car_group''getAdmin_Core_CarGroupService'false],
  43395.             'admin.core.corp_sales' => [false'admin.core.corp_sales''getAdmin_Core_CorpSalesService'false],
  43396.             'admin.core.department' => [false'admin.core.department''getAdmin_Core_DepartmentService'false],
  43397.             'admin.core.post_content' => [false'admin.core.post_content''getAdmin_Core_PostContentService'false],
  43398.             'admin.core.vacancy_content' => [false'admin.core.vacancy_content''getAdmin_Core_VacancyContentService'false],
  43399.             'admin.core.worker' => [false'admin.core.worker''getAdmin_Core_WorkerService'false],
  43400.             'admin.credit.programm' => [false'admin.credit.programm''getAdmin_Credit_ProgrammService'false],
  43401.             'admin.critical_log' => [false'admin.critical_log''getAdmin_CriticalLogService'false],
  43402.             'admin.dc.accessories' => [false'admin.dc.accessories''getAdmin_Dc_AccessoriesService'false],
  43403.             'admin.dc.accessories_category' => [false'admin.dc.accessories_category''getAdmin_Dc_AccessoriesCategoryService'false],
  43404.             'admin.dc.accessories_category_content' => [false'admin.dc.accessories_category_content''getAdmin_Dc_AccessoriesCategoryContentService'false],
  43405.             'admin.dc.accessories_content' => [false'admin.dc.accessories_content''getAdmin_Dc_AccessoriesContentService'false],
  43406.             'admin.dc.actions.post' => [false'admin.dc.actions.post''getAdmin_Dc_Actions_PostService'false],
  43407.             'admin.dc.all_leads' => [false'admin.dc.all_leads''getAdmin_Dc_AllLeadsService'false],
  43408.             'admin.dc.body_repair_certificate' => [false'admin.dc.body_repair_certificate''getAdmin_Dc_BodyRepairCertificateService'false],
  43409.             'admin.dc.client_partner' => [false'admin.dc.client_partner''getAdmin_Dc_ClientPartnerService'false],
  43410.             'admin.dc.configurator_offer' => [false'admin.dc.configurator_offer''getAdmin_Dc_ConfiguratorOfferService'false],
  43411.             'admin.dc.events' => [false'admin.dc.events''getAdmin_Dc_EventsService'false],
  43412.             'admin.dc.faq' => [false'admin.dc.faq''getAdmin_Dc_FaqService'false],
  43413.             'admin.dc.generator' => [false'admin.dc.generator''getAdmin_Dc_GeneratorService'false],
  43414.             'admin.dc.news.post' => [false'admin.dc.news.post''getAdmin_Dc_News_PostService'false],
  43415.             'admin.dc.page_content' => [false'admin.dc.page_content''getAdmin_Dc_PageContentService'false],
  43416.             'admin.dc.pages' => [false'admin.dc.pages''getAdmin_Dc_PagesService'false],
  43417.             'admin.dc.replacement_car_condition' => [false'admin.dc.replacement_car_condition''getAdmin_Dc_ReplacementCarConditionService'false],
  43418.             'admin.dc.resume' => [false'admin.dc.resume''getAdmin_Dc_ResumeService'false],
  43419.             'admin.dc.sales_contract' => [false'admin.dc.sales_contract''getAdmin_Dc_SalesContractService'false],
  43420.             'admin.dc.slider' => [false'admin.dc.slider''getAdmin_Dc_SliderService'false],
  43421.             'admin.dc.special_offers' => [false'admin.dc.special_offers''getAdmin_Dc_SpecialOffersService'false],
  43422.             'admin.dc.special_offers_content' => [false'admin.dc.special_offers_content''getAdmin_Dc_SpecialOffersContentService'false],
  43423.             'admin.dc.terms_maintenance' => [false'admin.dc.terms_maintenance''getAdmin_Dc_TermsMaintenanceService'false],
  43424.             'admin.dc.test_drive' => [false'admin.dc.test_drive''getAdmin_Dc_TestDriveService'false],
  43425.             'admin.dc.test_drive.routes' => [false'admin.dc.test_drive.routes''getAdmin_Dc_TestDrive_RoutesService'false],
  43426.             'admin.dc.tour_route_content' => [false'admin.dc.tour_route_content''getAdmin_Dc_TourRouteContentService'false],
  43427.             'admin.dc.tour_route_params' => [false'admin.dc.tour_route_params''getAdmin_Dc_TourRouteParamsService'false],
  43428.             'admin.dc.tour_routes' => [false'admin.dc.tour_routes''getAdmin_Dc_TourRoutesService'false],
  43429.             'admin.dc.vacancy' => [false'admin.dc.vacancy''getAdmin_Dc_VacancyService'false],
  43430.             'admin.dealer' => [false'admin.dealer''getAdmin_DealerService'false],
  43431.             'admin.document_branch' => [false'admin.document_branch''getAdmin_DocumentBranchService'false],
  43432.             'admin.document_dealer' => [false'admin.document_dealer''getAdmin_DocumentDealerService'false],
  43433.             'admin.estimate_odds' => [false'admin.estimate_odds''getAdmin_EstimateOddsService'false],
  43434.             'admin.founder.biography' => [false'admin.founder.biography''getAdmin_Founder_BiographyService'false],
  43435.             'admin.founder.category_social_investments' => [false'admin.founder.category_social_investments''getAdmin_Founder_CategorySocialInvestmentsService'false],
  43436.             'admin.founder.galleryPhoto' => [false'admin.founder.galleryPhoto''getAdmin_Founder_GalleryPhotoService'false],
  43437.             'admin.founder.galleryVideo' => [false'admin.founder.galleryVideo''getAdmin_Founder_GalleryVideoService'false],
  43438.             'admin.founder.news' => [false'admin.founder.news''getAdmin_Founder_NewsService'false],
  43439.             'admin.founder.publication' => [false'admin.founder.publication''getAdmin_Founder_PublicationService'false],
  43440.             'admin.founder.social_investments' => [false'admin.founder.social_investments''getAdmin_Founder_SocialInvestmentsService'false],
  43441.             'admin.founder.solemn_event' => [false'admin.founder.solemn_event''getAdmin_Founder_SolemnEventService'false],
  43442.             'admin.inner_mail' => [false'admin.inner_mail''getAdmin_InnerMailService'false],
  43443.             'admin.insurance.actions.post' => [false'admin.insurance.actions.post''getAdmin_Insurance_Actions_PostService'false],
  43444.             'admin.insurance.case' => [false'admin.insurance.case''getAdmin_Insurance_CaseService'false],
  43445.             'admin.insurance.case_document' => [false'admin.insurance.case_document''getAdmin_Insurance_CaseDocumentService'false],
  43446.             'admin.insurance.faq' => [false'admin.insurance.faq''getAdmin_Insurance_FaqService'false],
  43447.             'admin.insurance.information_document' => [false'admin.insurance.information_document''getAdmin_Insurance_InformationDocumentService'false],
  43448.             'admin.insurance.information_document_category' => [false'admin.insurance.information_document_category''getAdmin_Insurance_InformationDocumentCategoryService'false],
  43449.             'admin.insurance.information_document_category_content' => [false'admin.insurance.information_document_category_content''getAdmin_Insurance_InformationDocumentCategoryContentService'false],
  43450.             'admin.insurance.insurance_condition' => [false'admin.insurance.insurance_condition''getAdmin_Insurance_InsuranceConditionService'false],
  43451.             'admin.insurance.insurance_condition_category' => [false'admin.insurance.insurance_condition_category''getAdmin_Insurance_InsuranceConditionCategoryService'false],
  43452.             'admin.insurance.insurance_condition_category_content' => [false'admin.insurance.insurance_condition_category_content''getAdmin_Insurance_InsuranceConditionCategoryContentService'false],
  43453.             'admin.insurance.mediation_service' => [false'admin.insurance.mediation_service''getAdmin_Insurance_MediationServiceService'false],
  43454.             'admin.insurance.mediation_service_mediator' => [false'admin.insurance.mediation_service_mediator''getAdmin_Insurance_MediationServiceMediatorService'false],
  43455.             'admin.insurance.mediator_product' => [false'admin.insurance.mediator_product''getAdmin_Insurance_MediatorProductService'false],
  43456.             'admin.insurance.news.post' => [false'admin.insurance.news.post''getAdmin_Insurance_News_PostService'false],
  43457.             'admin.insurance.payouts' => [false'admin.insurance.payouts''getAdmin_Insurance_PayoutsService'false],
  43458.             'admin.insurance.prorgamm' => [false'admin.insurance.prorgamm''getAdmin_Insurance_ProrgammService'false],
  43459.             'admin.insurance.review' => [false'admin.insurance.review''getAdmin_Insurance_ReviewService'false],
  43460.             'admin.log' => [false'admin.log''getAdmin_LogService'false],
  43461.             'admin.logs' => [false'admin.logs''getAdmin_LogsService'false],
  43462.             'admin.modelRange.pages' => [false'admin.modelRange.pages''getAdmin_ModelRange_PagesService'false],
  43463.             'admin.order' => [false'admin.order''getAdmin_OrderService'false],
  43464.             'admin.post_log' => [false'admin.post_log''getAdmin_PostLogService'false],
  43465.             'admin.report' => [false'admin.report''getAdmin_ReportService'false],
  43466.             'admin.seo' => [false'admin.seo''getAdmin_SeoService'false],
  43467.             'admin.service.body_repair_category' => [false'admin.service.body_repair_category''getAdmin_Service_BodyRepairCategoryService'false],
  43468.             'admin.service.body_repair_category_content' => [false'admin.service.body_repair_category_content''getAdmin_Service_BodyRepairCategoryContentService'false],
  43469.             'admin.service.job' => [false'admin.service.job''getAdmin_Service_JobService'false],
  43470.             'admin.service.part' => [false'admin.service.part''getAdmin_Service_PartService'false],
  43471.             'admin.service.service_page_category' => [false'admin.service.service_page_category''getAdmin_Service_ServicePageCategoryService'false],
  43472.             'admin.service.service_page_category_content' => [false'admin.service.service_page_category_content''getAdmin_Service_ServicePageCategoryContentService'false],
  43473.             'admin.service.service_page_content' => [false'admin.service.service_page_content''getAdmin_Service_ServicePageContentService'false],
  43474.             'admin.service.servise_page' => [false'admin.service.servise_page''getAdmin_Service_ServisePageService'false],
  43475.             'admin.service.to_regulation_job' => [false'admin.service.to_regulation_job''getAdmin_Service_ToRegulationJobService'false],
  43476.             'admin.service.to_regulation_part' => [false'admin.service.to_regulation_part''getAdmin_Service_ToRegulationPartService'false],
  43477.             'admin.service.to_regulations' => [false'admin.service.to_regulations''getAdmin_Service_ToRegulationsService'false],
  43478.             'admin.shop.goods' => [false'admin.shop.goods''getAdmin_Shop_GoodsService'false],
  43479.             'admin.shop.goods_content' => [false'admin.shop.goods_content''getAdmin_Shop_GoodsContentService'false],
  43480.             'admin.shop.group' => [false'admin.shop.group''getAdmin_Shop_GroupService'false],
  43481.             'admin.sub.about_company' => [false'admin.sub.about_company''getAdmin_Sub_AboutCompanyService'false],
  43482.             'admin.sub.accessories' => [false'admin.sub.accessories''getAdmin_Sub_AccessoriesService'false],
  43483.             'admin.sub.accessories_group' => [false'admin.sub.accessories_group''getAdmin_Sub_AccessoriesGroupService'false],
  43484.             'admin.sub.actions.post' => [false'admin.sub.actions.post''getAdmin_Sub_Actions_PostService'false],
  43485.             'admin.sub.contact' => [false'admin.sub.contact''getAdmin_Sub_ContactService'false],
  43486.             'admin.sub.department' => [false'admin.sub.department''getAdmin_Sub_DepartmentService'false],
  43487.             'admin.sub.inner_mail' => [false'admin.sub.inner_mail''getAdmin_Sub_InnerMailService'false],
  43488.             'admin.sub.news.post' => [false'admin.sub.news.post''getAdmin_Sub_News_PostService'false],
  43489.             'admin.sub.page_content' => [false'admin.sub.page_content''getAdmin_Sub_PageContentService'false],
  43490.             'admin.sub.pages_services' => [false'admin.sub.pages_services''getAdmin_Sub_PagesServicesService'false],
  43491.             'admin.sub.post_content' => [false'admin.sub.post_content''getAdmin_Sub_PostContentService'false],
  43492.             'admin.sub.seo' => [false'admin.sub.seo''getAdmin_Sub_SeoService'false],
  43493.             'admin.sub.slider' => [false'admin.sub.slider''getAdmin_Sub_SliderService'false],
  43494.             'admin.sub.test_drive' => [false'admin.sub.test_drive''getAdmin_Sub_TestDriveService'false],
  43495.             'admin.sub.vacancy' => [false'admin.sub.vacancy''getAdmin_Sub_VacancyService'false],
  43496.             'admin.sub.vacancy_content' => [false'admin.sub.vacancy_content''getAdmin_Sub_VacancyContentService'false],
  43497.             'admin.sub.vehicle_accessories' => [false'admin.sub.vehicle_accessories''getAdmin_Sub_VehicleAccessoriesService'false],
  43498.             'admin.sub.vehicles.content' => [false'admin.sub.vehicles.content''getAdmin_Sub_Vehicles_ContentService'false],
  43499.             'admin.sub.vehicles.moto_used' => [false'admin.sub.vehicles.moto_used''getAdmin_Sub_Vehicles_MotoUsedService'false],
  43500.             'admin.sub.vehicles.moto_variation' => [false'admin.sub.vehicles.moto_variation''getAdmin_Sub_Vehicles_MotoVariationService'false],
  43501.             'admin.sub.vehicles.variation_characteristic' => [false'admin.sub.vehicles.variation_characteristic''getAdmin_Sub_Vehicles_VariationCharacteristicService'false],
  43502.             'admin.sub.worker' => [false'admin.sub.worker''getAdmin_Sub_WorkerService'false],
  43503.             'admin.sync_info' => [false'admin.sync_info''getAdmin_SyncInfoService'false],
  43504.             'admin.task' => [false'admin.task''getAdmin_TaskService'false],
  43505.             'admin.ticket' => [false'admin.ticket''getAdmin_TicketService'false],
  43506.             'admin.ticket-dashboard' => [false'admin.ticket-dashboard''getAdmin_TicketdashboardService'false],
  43507.             'admin.ticket-planer' => [false'admin.ticket-planer''getAdmin_TicketplanerService'false],
  43508.             'admin.ticket-report' => [false'admin.ticket-report''getAdmin_TicketreportService'false],
  43509.             'admin.txn' => [false'admin.txn''getAdmin_TxnService'false],
  43510.             'admin.user' => [false'admin.user''getAdmin_UserService'false],
  43511.             'admin.vehicle_auto_ria_option' => [false'admin.vehicle_auto_ria_option''getAdmin_VehicleAutoRiaOptionService'false],
  43512.             'admin.vehicles.autoria_options' => [false'admin.vehicles.autoria_options''getAdmin_Vehicles_AutoriaOptionsService'false],
  43513.             'admin.vehicles.bus_in_stock' => [false'admin.vehicles.bus_in_stock''getAdmin_Vehicles_BusInStockService'false],
  43514.             'admin.vehicles.bus_specification' => [false'admin.vehicles.bus_specification''getAdmin_Vehicles_BusSpecificationService'false],
  43515.             'admin.vehicles.bus_variation' => [false'admin.vehicles.bus_variation''getAdmin_Vehicles_BusVariationService'false],
  43516.             'admin.vehicles.bus_vehicle' => [false'admin.vehicles.bus_vehicle''getAdmin_Vehicles_BusVehicleService'false],
  43517.             'admin.vehicles.category' => [false'admin.vehicles.category''getAdmin_Vehicles_CategoryService'false],
  43518.             'admin.vehicles.content' => [false'admin.vehicles.content''getAdmin_Vehicles_ContentService'false],
  43519.             'admin.vehicles.direction_of_production' => [false'admin.vehicles.direction_of_production''getAdmin_Vehicles_DirectionOfProductionService'false],
  43520.             'admin.vehicles.engine' => [false'admin.vehicles.engine''getAdmin_Vehicles_EngineService'false],
  43521.             'admin.vehicles.equipment' => [false'admin.vehicles.equipment''getAdmin_Vehicles_EquipmentService'false],
  43522.             'admin.vehicles.equipment_iption' => [false'admin.vehicles.equipment_iption''getAdmin_Vehicles_EquipmentIptionService'false],
  43523.             'admin.vehicles.faq_content' => [false'admin.vehicles.faq_content''getAdmin_Vehicles_FaqContentService'false],
  43524.             'admin.vehicles.faqs' => [false'admin.vehicles.faqs''getAdmin_Vehicles_FaqsService'false],
  43525.             'admin.vehicles.features' => [false'admin.vehicles.features''getAdmin_Vehicles_FeaturesService'false],
  43526.             'admin.vehicles.features.group' => [false'admin.vehicles.features.group''getAdmin_Vehicles_Features_GroupService'false],
  43527.             'admin.vehicles.features_content' => [false'admin.vehicles.features_content''getAdmin_Vehicles_FeaturesContentService'false],
  43528.             'admin.vehicles.file' => [false'admin.vehicles.file''getAdmin_Vehicles_FileService'false],
  43529.             'admin.vehicles.fraight_in_stock' => [false'admin.vehicles.fraight_in_stock''getAdmin_Vehicles_FraightInStockService'false],
  43530.             'admin.vehicles.fraight_specification' => [false'admin.vehicles.fraight_specification''getAdmin_Vehicles_FraightSpecificationService'false],
  43531.             'admin.vehicles.fraight_variation' => [false'admin.vehicles.fraight_variation''getAdmin_Vehicles_FraightVariationService'false],
  43532.             'admin.vehicles.fraight_vehicle' => [false'admin.vehicles.fraight_vehicle''getAdmin_Vehicles_FraightVehicleService'false],
  43533.             'admin.vehicles.group' => [false'admin.vehicles.group''getAdmin_Vehicles_GroupService'false],
  43534.             'admin.vehicles.in_stock_content' => [false'admin.vehicles.in_stock_content''getAdmin_Vehicles_InStockContentService'false],
  43535.             'admin.vehicles.in_stock_part' => [false'admin.vehicles.in_stock_part''getAdmin_Vehicles_InStockPartService'false],
  43536.             'admin.vehicles.markdown' => [false'admin.vehicles.markdown''getAdmin_Vehicles_MarkdownService'false],
  43537.             'admin.vehicles.model' => [false'admin.vehicles.model''getAdmin_Vehicles_ModelService'false],
  43538.             'admin.vehicles.moto_in_stock' => [false'admin.vehicles.moto_in_stock''getAdmin_Vehicles_MotoInStockService'false],
  43539.             'admin.vehicles.moto_rent' => [false'admin.vehicles.moto_rent''getAdmin_Vehicles_MotoRentService'false],
  43540.             'admin.vehicles.moto_used' => [false'admin.vehicles.moto_used''getAdmin_Vehicles_MotoUsedService'false],
  43541.             'admin.vehicles.moto_variation' => [false'admin.vehicles.moto_variation''getAdmin_Vehicles_MotoVariationService'false],
  43542.             'admin.vehicles.moto_vehicle' => [false'admin.vehicles.moto_vehicle''getAdmin_Vehicles_MotoVehicleService'false],
  43543.             'admin.vehicles.passenger_in_stock' => [false'admin.vehicles.passenger_in_stock''getAdmin_Vehicles_PassengerInStockService'false],
  43544.             'admin.vehicles.passenger_in_stock_special' => [false'admin.vehicles.passenger_in_stock_special''getAdmin_Vehicles_PassengerInStockSpecialService'false],
  43545.             'admin.vehicles.passenger_rent' => [false'admin.vehicles.passenger_rent''getAdmin_Vehicles_PassengerRentService'false],
  43546.             'admin.vehicles.passenger_used' => [false'admin.vehicles.passenger_used''getAdmin_Vehicles_PassengerUsedService'false],
  43547.             'admin.vehicles.passenger_variation' => [false'admin.vehicles.passenger_variation''getAdmin_Vehicles_PassengerVariationService'false],
  43548.             'admin.vehicles.passenger_vehicle' => [false'admin.vehicles.passenger_vehicle''getAdmin_Vehicles_PassengerVehicleService'false],
  43549.             'admin.vehicles.recommend_group' => [false'admin.vehicles.recommend_group''getAdmin_Vehicles_RecommendGroupService'false],
  43550.             'admin.vehicles.special_projects' => [false'admin.vehicles.special_projects''getAdmin_Vehicles_SpecialProjectsService'false],
  43551.             'admin.vehicles.special_projects_content' => [false'admin.vehicles.special_projects_content''getAdmin_Vehicles_SpecialProjectsContentService'false],
  43552.             'admin.vehicles.special_variation' => [false'admin.vehicles.special_variation''getAdmin_Vehicles_SpecialVariationService'false],
  43553.             'admin.vehicles.special_vehicle' => [false'admin.vehicles.special_vehicle''getAdmin_Vehicles_SpecialVehicleService'false],
  43554.             'admin.vehicles.specification' => [false'admin.vehicles.specification''getAdmin_Vehicles_SpecificationService'false],
  43555.             'admin.vehicles.specification_options' => [false'admin.vehicles.specification_options''getAdmin_Vehicles_SpecificationOptionsService'false],
  43556.             'admin.vehicles.variation_characteristic' => [false'admin.vehicles.variation_characteristic''getAdmin_Vehicles_VariationCharacteristicService'false],
  43557.             'admin.vehicles.vehicle_card_type' => [false'admin.vehicles.vehicle_card_type''getAdmin_Vehicles_VehicleCardTypeService'false],
  43558.             'admin.vehicles.vehicle_item' => [false'admin.vehicles.vehicle_item''getAdmin_Vehicles_VehicleItemService'false],
  43559.             'admin.vehicles.water_variation' => [false'admin.vehicles.water_variation''getAdmin_Vehicles_WaterVariationService'false],
  43560.             'admin.vehicles.water_vehicle' => [false'admin.vehicles.water_vehicle''getAdmin_Vehicles_WaterVehicleService'false],
  43561.             'admin.vehicles_autoria' => [false'admin.vehicles_autoria''getAdmin_VehiclesAutoriaService'false],
  43562.             'admin.vehicles_filter' => [false'admin.vehicles_filter''getAdmin_VehiclesFilterService'false],
  43563.             'admin.vidi.blog' => [false'admin.vidi.blog''getAdmin_Vidi_BlogService'false],
  43564.             'admin.vidi.blog_category' => [false'admin.vidi.blog_category''getAdmin_Vidi_BlogCategoryService'false],
  43565.             'admin.vidi.catalog_banner' => [false'admin.vidi.catalog_banner''getAdmin_Vidi_CatalogBannerService'false],
  43566.             'admin.vidi.credit_calc_reviews' => [false'admin.vidi.credit_calc_reviews''getAdmin_Vidi_CreditCalcReviewsService'false],
  43567.             'admin.vidi.foundersBiography' => [false'admin.vidi.foundersBiography''getAdmin_Vidi_FoundersBiographyService'false],
  43568.             'admin.vidi.foundersFounders' => [false'admin.vidi.foundersFounders''getAdmin_Vidi_FoundersFoundersService'false],
  43569.             'admin.vidi.foundersNews' => [false'admin.vidi.foundersNews''getAdmin_Vidi_FoundersNewsService'false],
  43570.             'admin.vidi.foundersPhoto' => [false'admin.vidi.foundersPhoto''getAdmin_Vidi_FoundersPhotoService'false],
  43571.             'admin.vidi.foundersPublications' => [false'admin.vidi.foundersPublications''getAdmin_Vidi_FoundersPublicationsService'false],
  43572.             'admin.vidi.foundersVideo' => [false'admin.vidi.foundersVideo''getAdmin_Vidi_FoundersVideoService'false],
  43573.             'admin.vidi.resume' => [false'admin.vidi.resume''getAdmin_Vidi_ResumeService'false],
  43574.             'admin.vidi.slider' => [false'admin.vidi.slider''getAdmin_Vidi_SliderService'false],
  43575.             'admin.vidi.vacancy' => [false'admin.vidi.vacancy''getAdmin_Vidi_VacancyService'false],
  43576.             'dc_site.admin.boat' => [false'dc_site.admin.boat''getDcSite_Admin_BoatService'false],
  43577.             'dc_site.admin.boat_engine' => [false'dc_site.admin.boat_engine''getDcSite_Admin_BoatEngineService'false],
  43578.             'dc_site.admin.non_motorized_boat' => [false'dc_site.admin.non_motorized_boat''getDcSite_Admin_NonMotorizedBoatService'false],
  43579.             'portal.admin.announcement_bar' => [false'portal.admin.announcement_bar''getPortal_Admin_AnnouncementBarService'false],
  43580.             'sonata.media.admin.gallery' => [false'sonata.media.admin.gallery''getSonata_Media_Admin_GalleryService'false],
  43581.             'sonata.media.admin.gallery_item' => [false'sonata.media.admin.gallery_item''getSonata_Media_Admin_GalleryItemService'false],
  43582.             'sonata.media.admin.media' => [false'sonata.media.admin.media''getSonata_Media_Admin_MediaService'false],
  43583.         ], [
  43584.             'admin.brand' => '?',
  43585.             'admin.car.accessories' => '?',
  43586.             'admin.car.accessories_group' => '?',
  43587.             'admin.client' => '?',
  43588.             'admin.core.car_group' => '?',
  43589.             'admin.core.corp_sales' => '?',
  43590.             'admin.core.department' => '?',
  43591.             'admin.core.post_content' => '?',
  43592.             'admin.core.vacancy_content' => '?',
  43593.             'admin.core.worker' => '?',
  43594.             'admin.credit.programm' => '?',
  43595.             'admin.critical_log' => '?',
  43596.             'admin.dc.accessories' => '?',
  43597.             'admin.dc.accessories_category' => '?',
  43598.             'admin.dc.accessories_category_content' => '?',
  43599.             'admin.dc.accessories_content' => '?',
  43600.             'admin.dc.actions.post' => '?',
  43601.             'admin.dc.all_leads' => '?',
  43602.             'admin.dc.body_repair_certificate' => '?',
  43603.             'admin.dc.client_partner' => '?',
  43604.             'admin.dc.configurator_offer' => '?',
  43605.             'admin.dc.events' => '?',
  43606.             'admin.dc.faq' => '?',
  43607.             'admin.dc.generator' => '?',
  43608.             'admin.dc.news.post' => '?',
  43609.             'admin.dc.page_content' => '?',
  43610.             'admin.dc.pages' => '?',
  43611.             'admin.dc.replacement_car_condition' => '?',
  43612.             'admin.dc.resume' => '?',
  43613.             'admin.dc.sales_contract' => '?',
  43614.             'admin.dc.slider' => '?',
  43615.             'admin.dc.special_offers' => '?',
  43616.             'admin.dc.special_offers_content' => '?',
  43617.             'admin.dc.terms_maintenance' => '?',
  43618.             'admin.dc.test_drive' => '?',
  43619.             'admin.dc.test_drive.routes' => '?',
  43620.             'admin.dc.tour_route_content' => '?',
  43621.             'admin.dc.tour_route_params' => '?',
  43622.             'admin.dc.tour_routes' => '?',
  43623.             'admin.dc.vacancy' => '?',
  43624.             'admin.dealer' => '?',
  43625.             'admin.document_branch' => '?',
  43626.             'admin.document_dealer' => '?',
  43627.             'admin.estimate_odds' => '?',
  43628.             'admin.founder.biography' => '?',
  43629.             'admin.founder.category_social_investments' => '?',
  43630.             'admin.founder.galleryPhoto' => '?',
  43631.             'admin.founder.galleryVideo' => '?',
  43632.             'admin.founder.news' => '?',
  43633.             'admin.founder.publication' => '?',
  43634.             'admin.founder.social_investments' => '?',
  43635.             'admin.founder.solemn_event' => '?',
  43636.             'admin.inner_mail' => '?',
  43637.             'admin.insurance.actions.post' => '?',
  43638.             'admin.insurance.case' => '?',
  43639.             'admin.insurance.case_document' => '?',
  43640.             'admin.insurance.faq' => '?',
  43641.             'admin.insurance.information_document' => '?',
  43642.             'admin.insurance.information_document_category' => '?',
  43643.             'admin.insurance.information_document_category_content' => '?',
  43644.             'admin.insurance.insurance_condition' => '?',
  43645.             'admin.insurance.insurance_condition_category' => '?',
  43646.             'admin.insurance.insurance_condition_category_content' => '?',
  43647.             'admin.insurance.mediation_service' => '?',
  43648.             'admin.insurance.mediation_service_mediator' => '?',
  43649.             'admin.insurance.mediator_product' => '?',
  43650.             'admin.insurance.news.post' => '?',
  43651.             'admin.insurance.payouts' => '?',
  43652.             'admin.insurance.prorgamm' => '?',
  43653.             'admin.insurance.review' => '?',
  43654.             'admin.log' => '?',
  43655.             'admin.logs' => '?',
  43656.             'admin.modelRange.pages' => '?',
  43657.             'admin.order' => '?',
  43658.             'admin.post_log' => '?',
  43659.             'admin.report' => '?',
  43660.             'admin.seo' => '?',
  43661.             'admin.service.body_repair_category' => '?',
  43662.             'admin.service.body_repair_category_content' => '?',
  43663.             'admin.service.job' => '?',
  43664.             'admin.service.part' => '?',
  43665.             'admin.service.service_page_category' => '?',
  43666.             'admin.service.service_page_category_content' => '?',
  43667.             'admin.service.service_page_content' => '?',
  43668.             'admin.service.servise_page' => '?',
  43669.             'admin.service.to_regulation_job' => '?',
  43670.             'admin.service.to_regulation_part' => '?',
  43671.             'admin.service.to_regulations' => '?',
  43672.             'admin.shop.goods' => '?',
  43673.             'admin.shop.goods_content' => '?',
  43674.             'admin.shop.group' => '?',
  43675.             'admin.sub.about_company' => '?',
  43676.             'admin.sub.accessories' => '?',
  43677.             'admin.sub.accessories_group' => '?',
  43678.             'admin.sub.actions.post' => '?',
  43679.             'admin.sub.contact' => '?',
  43680.             'admin.sub.department' => '?',
  43681.             'admin.sub.inner_mail' => '?',
  43682.             'admin.sub.news.post' => '?',
  43683.             'admin.sub.page_content' => '?',
  43684.             'admin.sub.pages_services' => '?',
  43685.             'admin.sub.post_content' => '?',
  43686.             'admin.sub.seo' => '?',
  43687.             'admin.sub.slider' => '?',
  43688.             'admin.sub.test_drive' => '?',
  43689.             'admin.sub.vacancy' => '?',
  43690.             'admin.sub.vacancy_content' => '?',
  43691.             'admin.sub.vehicle_accessories' => '?',
  43692.             'admin.sub.vehicles.content' => '?',
  43693.             'admin.sub.vehicles.moto_used' => '?',
  43694.             'admin.sub.vehicles.moto_variation' => '?',
  43695.             'admin.sub.vehicles.variation_characteristic' => '?',
  43696.             'admin.sub.worker' => '?',
  43697.             'admin.sync_info' => '?',
  43698.             'admin.task' => '?',
  43699.             'admin.ticket' => '?',
  43700.             'admin.ticket-dashboard' => '?',
  43701.             'admin.ticket-planer' => '?',
  43702.             'admin.ticket-report' => '?',
  43703.             'admin.txn' => '?',
  43704.             'admin.user' => '?',
  43705.             'admin.vehicle_auto_ria_option' => '?',
  43706.             'admin.vehicles.autoria_options' => '?',
  43707.             'admin.vehicles.bus_in_stock' => '?',
  43708.             'admin.vehicles.bus_specification' => '?',
  43709.             'admin.vehicles.bus_variation' => '?',
  43710.             'admin.vehicles.bus_vehicle' => '?',
  43711.             'admin.vehicles.category' => '?',
  43712.             'admin.vehicles.content' => '?',
  43713.             'admin.vehicles.direction_of_production' => '?',
  43714.             'admin.vehicles.engine' => '?',
  43715.             'admin.vehicles.equipment' => '?',
  43716.             'admin.vehicles.equipment_iption' => '?',
  43717.             'admin.vehicles.faq_content' => '?',
  43718.             'admin.vehicles.faqs' => '?',
  43719.             'admin.vehicles.features' => '?',
  43720.             'admin.vehicles.features.group' => '?',
  43721.             'admin.vehicles.features_content' => '?',
  43722.             'admin.vehicles.file' => '?',
  43723.             'admin.vehicles.fraight_in_stock' => '?',
  43724.             'admin.vehicles.fraight_specification' => '?',
  43725.             'admin.vehicles.fraight_variation' => '?',
  43726.             'admin.vehicles.fraight_vehicle' => '?',
  43727.             'admin.vehicles.group' => '?',
  43728.             'admin.vehicles.in_stock_content' => '?',
  43729.             'admin.vehicles.in_stock_part' => '?',
  43730.             'admin.vehicles.markdown' => '?',
  43731.             'admin.vehicles.model' => '?',
  43732.             'admin.vehicles.moto_in_stock' => '?',
  43733.             'admin.vehicles.moto_rent' => '?',
  43734.             'admin.vehicles.moto_used' => '?',
  43735.             'admin.vehicles.moto_variation' => '?',
  43736.             'admin.vehicles.moto_vehicle' => '?',
  43737.             'admin.vehicles.passenger_in_stock' => '?',
  43738.             'admin.vehicles.passenger_in_stock_special' => '?',
  43739.             'admin.vehicles.passenger_rent' => '?',
  43740.             'admin.vehicles.passenger_used' => '?',
  43741.             'admin.vehicles.passenger_variation' => '?',
  43742.             'admin.vehicles.passenger_vehicle' => '?',
  43743.             'admin.vehicles.recommend_group' => '?',
  43744.             'admin.vehicles.special_projects' => '?',
  43745.             'admin.vehicles.special_projects_content' => '?',
  43746.             'admin.vehicles.special_variation' => '?',
  43747.             'admin.vehicles.special_vehicle' => '?',
  43748.             'admin.vehicles.specification' => '?',
  43749.             'admin.vehicles.specification_options' => '?',
  43750.             'admin.vehicles.variation_characteristic' => '?',
  43751.             'admin.vehicles.vehicle_card_type' => '?',
  43752.             'admin.vehicles.vehicle_item' => '?',
  43753.             'admin.vehicles.water_variation' => '?',
  43754.             'admin.vehicles.water_vehicle' => '?',
  43755.             'admin.vehicles_autoria' => '?',
  43756.             'admin.vehicles_filter' => '?',
  43757.             'admin.vidi.blog' => '?',
  43758.             'admin.vidi.blog_category' => '?',
  43759.             'admin.vidi.catalog_banner' => '?',
  43760.             'admin.vidi.credit_calc_reviews' => '?',
  43761.             'admin.vidi.foundersBiography' => '?',
  43762.             'admin.vidi.foundersFounders' => '?',
  43763.             'admin.vidi.foundersNews' => '?',
  43764.             'admin.vidi.foundersPhoto' => '?',
  43765.             'admin.vidi.foundersPublications' => '?',
  43766.             'admin.vidi.foundersVideo' => '?',
  43767.             'admin.vidi.resume' => '?',
  43768.             'admin.vidi.slider' => '?',
  43769.             'admin.vidi.vacancy' => '?',
  43770.             'dc_site.admin.boat' => '?',
  43771.             'dc_site.admin.boat_engine' => '?',
  43772.             'dc_site.admin.non_motorized_boat' => '?',
  43773.             'portal.admin.announcement_bar' => '?',
  43774.             'sonata.media.admin.gallery' => '?',
  43775.             'sonata.media.admin.gallery_item' => '?',
  43776.             'sonata.media.admin.media' => '?',
  43777.         ]), [=> 'admin.vehicles.passenger_vehicle'=> 'admin.vehicles.passenger_variation'=> 'admin.vehicles.passenger_in_stock'=> 'admin.vehicles.passenger_rent'=> 'admin.vehicles.passenger_used'=> 'admin.vehicles.specification'=> 'admin.vehicles.autoria_options'=> 'admin.vehicles.fraight_vehicle'=> 'admin.vehicles.fraight_variation'=> 'admin.vehicles.fraight_in_stock'10 => 'admin.vehicles.fraight_specification'11 => 'admin.vehicles.bus_vehicle'12 => 'admin.vehicles.bus_variation'13 => 'admin.vehicles.bus_in_stock'14 => 'admin.vehicles.bus_specification'15 => 'admin.vehicles.moto_vehicle'16 => 'admin.vehicles.moto_variation'17 => 'admin.vehicles.moto_in_stock'18 => 'admin.vehicles.moto_rent'19 => 'admin.vehicles.moto_used'20 => 'admin.vehicles.water_vehicle'21 => 'admin.vehicles.water_variation'22 => 'admin.vehicles.special_vehicle'23 => 'admin.vehicles.special_variation'24 => 'admin.vehicles.passenger_in_stock_special'25 => 'admin.vehicles.special_projects'26 => 'admin.vehicles.direction_of_production'27 => 'admin.vehicles.special_projects_content'28 => 'admin.vehicles.vehicle_item'29 => 'admin.vehicles.variation_characteristic'30 => 'admin.vehicles.in_stock_content'31 => 'admin.vehicles.in_stock_part'32 => 'admin.vehicles.equipment'33 => 'admin.vehicles.specification_options'34 => 'admin.vehicles.content'35 => 'admin.vehicles.file'36 => 'admin.vehicles.features'37 => 'admin.vehicles.features_content'38 => 'admin.vehicles.faqs'39 => 'admin.vehicles.faq_content'40 => 'admin.sync_info'41 => 'admin.vehicle_auto_ria_option'42 => 'admin.vehicles.vehicle_card_type'43 => 'admin.dc.all_leads'44 => 'admin.dc.configurator_offer'45 => 'admin.dc.actions.post'46 => 'admin.dc.news.post'47 => 'admin.dc.pages'48 => 'admin.dc.page_content'49 => 'admin.dc.vacancy'50 => 'admin.dc.slider'51 => 'admin.core.vacancy_content'52 => 'admin.dc.accessories'53 => 'admin.dc.accessories_content'54 => 'admin.dc.test_drive'55 => 'admin.car.accessories_group'56 => 'admin.dc.accessories_category'57 => 'admin.dc.accessories_category_content'58 => 'admin.car.accessories'59 => 'admin.dc.resume'60 => 'admin.dc.generator'61 => 'dc_site.admin.boat'62 => 'dc_site.admin.non_motorized_boat'63 => 'dc_site.admin.boat_engine'64 => 'admin.core.car_group'65 => 'admin.dc.events'66 => 'admin.core.worker'67 => 'admin.core.department'68 => 'admin.dc.test_drive.routes'69 => 'admin.dc.tour_routes'70 => 'admin.dc.tour_route_content'71 => 'admin.dc.tour_route_params'72 => 'admin.dc.sales_contract'73 => 'admin.dc.terms_maintenance'74 => 'admin.dc.body_repair_certificate'75 => 'admin.dc.replacement_car_condition'76 => 'admin.dc.special_offers'77 => 'admin.dc.client_partner'78 => 'admin.dc.faq'79 => 'admin.dc.special_offers_content'80 => 'admin.sub.inner_mail'81 => 'admin.sub.accessories'82 => 'admin.sub.vehicle_accessories'83 => 'admin.sub.accessories_group'84 => 'admin.sub.post_content'85 => 'admin.sub.actions.post'86 => 'admin.sub.news.post'87 => 'admin.sub.vacancy'88 => 'admin.sub.vacancy_content'89 => 'admin.sub.slider'90 => 'admin.sub.worker'91 => 'admin.sub.department'92 => 'admin.sub.vehicles.moto_used'93 => 'admin.sub.vehicles.content'94 => 'admin.sub.vehicles.moto_variation'95 => 'admin.sub.vehicles.variation_characteristic'96 => 'admin.sub.contact'97 => 'admin.sub.about_company'98 => 'admin.sub.test_drive'99 => 'admin.sub.pages_services'100 => 'admin.sub.page_content'101 => 'admin.sub.seo'102 => 'admin.insurance.prorgamm'103 => 'admin.insurance.actions.post'104 => 'admin.insurance.payouts'105 => 'admin.insurance.news.post'106 => 'admin.insurance.information_document'107 => 'admin.insurance.information_document_category'108 => 'admin.insurance.information_document_category_content'109 => 'admin.insurance.insurance_condition'110 => 'admin.insurance.insurance_condition_category'111 => 'admin.insurance.insurance_condition_category_content'112 => 'admin.insurance.mediation_service'113 => 'admin.insurance.mediation_service_mediator'114 => 'admin.insurance.mediator_product'115 => 'admin.insurance.review'116 => 'admin.insurance.faq'117 => 'admin.insurance.case'118 => 'admin.insurance.case_document'119 => 'admin.service.job'120 => 'admin.service.to_regulations'121 => 'admin.service.to_regulation_part'122 => 'admin.service.to_regulation_job'123 => 'admin.service.part'124 => 'admin.service.servise_page'125 => 'admin.service.service_page_content'126 => 'admin.service.service_page_category'127 => 'admin.service.service_page_category_content'128 => 'admin.service.body_repair_category'129 => 'admin.service.body_repair_category_content'130 => 'admin.vehicles.model'131 => 'admin.vehicles.equipment_iption'132 => 'admin.vehicles.features.group'133 => 'admin.vehicles.category'134 => 'admin.vehicles.group'135 => 'admin.vehicles.recommend_group'136 => 'admin.vehicles.engine'137 => 'admin.vehicles.markdown'138 => 'admin.founder.biography'139 => 'admin.founder.news'140 => 'admin.founder.publication'141 => 'admin.founder.solemn_event'142 => 'admin.founder.category_social_investments'143 => 'admin.founder.social_investments'144 => 'admin.founder.galleryPhoto'145 => 'admin.founder.galleryVideo'146 => 'admin.shop.goods'147 => 'admin.shop.goods_content'148 => 'admin.shop.group'149 => 'admin.vidi.slider'150 => 'portal.admin.announcement_bar'151 => 'admin.vidi.vacancy'152 => 'admin.vidi.resume'153 => 'admin.vidi.catalog_banner'154 => 'admin.vidi.credit_calc_reviews'155 => 'admin.vidi.blog'156 => 'admin.vidi.blog_category'157 => 'admin.vidi.foundersFounders'158 => 'admin.vidi.foundersBiography'159 => 'admin.vidi.foundersNews'160 => 'admin.vidi.foundersPublications'161 => 'admin.vidi.foundersPhoto'162 => 'admin.vidi.foundersVideo'163 => 'admin.modelRange.pages'164 => 'admin.ticket'165 => 'admin.ticket-dashboard'166 => 'admin.ticket-planer'167 => 'admin.ticket-report'168 => 'admin.order'169 => 'admin.log'170 => 'admin.dealer'171 => 'admin.brand'172 => 'admin.txn'173 => 'admin.task'174 => 'admin.user'175 => 'admin.client'176 => 'admin.credit.programm'177 => 'admin.core.post_content'178 => 'admin.core.corp_sales'179 => 'admin.post_log'180 => 'admin.inner_mail'181 => 'admin.seo'182 => 'admin.estimate_odds'183 => 'admin.document_branch'184 => 'admin.document_dealer'185 => 'admin.report'186 => 'admin.critical_log'187 => 'admin.vehicles_filter'188 => 'admin.vehicles_autoria'189 => 'admin.logs'190 => 'sonata.media.admin.media'191 => 'sonata.media.admin.gallery'192 => 'sonata.media.admin.gallery_item'], ['vidi' => ['label' => 'VIDI''roles' => [=> 'ROLE_SUPER_ADMIN'=> 'ROLE_VIDI'=> 'ROLE_CONTENT_MANAGER'=> 'ROLE_INSURANCE_ADMIN'=> 'ROLE_VIDI_VACANCY'=> 'ROLE_PORTAL_ADMIN'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.vidi.slider''label' => 'Слайдер на главной''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'portal.admin.announcement_bar''label' => 'Анонс бар''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vidi.vacancy''label' => 'Вакансии''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vidi.resume''label' => 'Резюме''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vidi.catalog_banner''label' => 'Банеры каталога''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vidi.credit_calc_reviews''label' => 'Відгуки кредитний калькулятор''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vidi.blog''label' => 'Блог''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vidi.blog_category''label' => 'Категорії блогу''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'vidi_founders' => ['label' => 'VIDI Засновники''roles' => [=> 'ROLE_SUPER_ADMIN'=> 'ROLE_FOUNDERS'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.vidi.foundersFounders''label' => 'Засновники''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vidi.foundersBiography''label' => 'Біографія''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vidi.foundersNews''label' => 'Новини''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vidi.foundersPublications''label' => 'Публікації''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vidi.foundersPhoto''label' => 'Фото''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vidi.foundersVideo''label' => 'Відео''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'founders' => ['label' => 'Founders''roles' => [=> 'ROLE_SUPER_ADMIN'=> 'ROLE_FOUNDERS'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.founder.biography''label' => 'Біографія''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.founder.news''label' => 'Новини''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.founder.publication''label' => 'Публікаціі''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.founder.solemn_event''label' => 'Пам\'ятні події''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.founder.category_social_investments''label' => 'Категорії Соціальних Інвестицій''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.founder.social_investments''label' => 'Соціальні Інвестиції''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.founder.galleryPhoto''label' => 'Фото''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.founder.galleryVideo''label' => 'Відео''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'tickets' => ['label' => 'Задачи''roles' => [=> 'ROLE_SUPER_ADMIN'=> 'ROLE_TICKET'=> 'ROLE_DC_MANAGER'=> 'ROLE_CONTENT_MANAGER'=> 'ROLE_INSURANCE_ADMIN'=> 'ROLE_AUTOMARKET_MANAGER'=> 'ROLE_PORTAL_ADMIN'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.ticket''label' => 'Задачи''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.ticket-dashboard''label' => 'Доска''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.ticket-planer''label' => 'Планер''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.ticket-report''label' => 'Отчеты''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'reports' => ['label' => 'Звіти''roles' => [=> 'ROLE_DC_MANAGER'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.report''label' => 'Звіти''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.critical_log''label' => 'Критичні логи''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'leads' => ['label' => 'Лиды''roles' => [=> 'ROLE_DC_MANAGER'=> 'ROLE_SUPER_ADMIN'=> 'ROLE_BUYER'=> 'ROLE_AUTOMARKET_MANAGER'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.dc.all_leads''label' => 'Лиды''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.dc.configurator_offer''label' => 'Заявки конфигуратора''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.estimate_odds''label' => 'TradeIn коэффициент''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'dcsites' => ['label' => 'Сайты дилеров''roles' => [=> 'ROLE_DC_MANAGER'=> 'ROLE_SUPER_ADMIN'=> 'ROLE_AUTOMARKET_MANAGER'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.sync_info''label' => 'Синхронизировать цены''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.dc.actions.post''label' => 'Акции''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.dc.news.post''label' => 'Новости''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.dc.pages''label' => 'Страницы''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.dc.vacancy''label' => 'Вакансии''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.dc.slider''label' => 'Слайдер на главной''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.dc.test_drive''label' => 'Тест-драйв''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.dc.resume''label' => 'Резюме''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.dc.events''label' => 'Мероприятия''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.core.worker''label' => 'Персонал - сотрудники''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], 10 => ['admin' => 'admin.core.department''label' => 'Персонал - отделы''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], 11 => ['admin' => 'admin.dc.test_drive.routes''label' => 'Маршруты тест-драйвов''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], 12 => ['admin' => 'admin.dc.tour_routes''label' => 'Тури-маршрути''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], 13 => ['admin' => 'admin.dc.sales_contract''label' => 'Условия продажи автомобилей''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], 14 => ['admin' => 'admin.dc.terms_maintenance''label' => 'Условия тех обслуживания''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], 15 => ['admin' => 'admin.dc.body_repair_certificate''label' => 'Сертификаты кузовного рем.''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], 16 => ['admin' => 'admin.dc.replacement_car_condition''label' => 'Условия подменного авто''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], 17 => ['admin' => 'admin.dc.special_offers''label' => 'Спецпредложения''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], 18 => ['admin' => 'admin.dc.client_partner''label' => 'Клієнти і партнери''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], 19 => ['admin' => 'admin.dc.faq''label' => 'Запитання/Відповіді''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'subsites' => ['label' => 'Сайты суб дилеров''roles' => [=> 'ROLE_SUPER_ADMIN'=> 'ROLE_CONTENT_MANAGER'=> 'ROLE_YAMAHA_SUB_DEALER'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.sub.inner_mail''label' => 'Адреса внутренней рассылки''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.sub.accessories''label' => 'Аксессуары''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.sub.accessories_group''label' => 'Аксессуары - категории''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.sub.actions.post''label' => 'Акции''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.sub.news.post''label' => 'Новости''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.sub.vacancy''label' => 'Вакансии''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.sub.slider''label' => 'Слайдер на главной''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.sub.worker''label' => 'Персонал - сотрудники''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.sub.department''label' => 'Персонал - отделы''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.sub.vehicles.moto_used''label' => 'Техника с пробегом''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], 10 => ['admin' => 'admin.sub.contact''label' => 'Контакты''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], 11 => ['admin' => 'admin.sub.about_company''label' => 'О компании''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], 12 => ['admin' => 'admin.sub.test_drive''label' => 'Тест драйв''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], 13 => ['admin' => 'admin.sub.pages_services''label' => 'Разделы услуг''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], 14 => ['admin' => 'admin.sub.seo''label' => 'Seo''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'accessories' => ['label' => 'Аксессуары''roles' => [=> 'ROLE_SUPER_ADMIN'=> 'ROLE_DC_MANAGER'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.dc.accessories''label' => 'Аксессуары''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.car.accessories_group''label' => 'Аксессуары - категории''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.dc.accessories_category''label' => 'Аксессуары - категории NEW''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'references' => ['label' => 'Справочники''roles' => [=> 'ROLE_SUPER_ADMIN'=> 'ROLE_CONTENT_MANAGER'=> 'ROLE_DC_MANAGER'=> 'ROLE_AUTOMARKET_MANAGER'=> 'ROLE_HANDBOOK'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.vehicles.model''label' => 'Модели''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vehicles.equipment_iption''label' => 'Опции комплектаций''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vehicles.features.group''label' => 'Группы особенностей''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vehicles.category''label' => 'Категории техники''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vehicles.group''label' => 'Группы техники''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vehicles.recommend_group''label' => 'Подборки авто''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vehicles.engine''label' => 'Двигатели''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vehicles.markdown''label' => 'Уценка автомобилей''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'seo' => ['label' => 'SEO''roles' => [=> 'ROLE_SUPER_ADMIN'=> 'ROLE_CONTENT_MANAGER'=> 'ROLE_DC_MANAGER'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.modelRange.pages''label' => 'Модельний ряд''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.seo''label' => 'Метаданные''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'shop' => ['label' => 'Магазин''roles' => [=> 'ROLE_SUPER_ADMIN'=> 'ROLE_CONTENT_MANAGER'=> 'ROLE_DC_MANAGER'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.shop.goods''label' => 'Товары''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.shop.group''label' => 'Групы товаров''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'passenger_vehicles' => ['label' => 'Легковые автомобили''roles' => [=> 'ROLE_SUPER_ADMIN'=> 'ROLE_DC_MANAGER'=> 'ROLE_AUTOMARKET_MANAGER'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.vehicles.passenger_vehicle''label' => 'Автомобили''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vehicles.passenger_variation''label' => 'Вариации''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vehicles.passenger_in_stock''label' => 'Автомобили в наличии''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vehicles.passenger_rent''label' => 'Оренда автомобиля''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vehicles.passenger_used''label' => 'Автомобили с пробегом''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vehicles.specification''label' => 'Спецификации''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vehicles.autoria_options''label' => 'AutoRia опции''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'fraight_vehicles' => ['label' => 'Грузовые автомобили''roles' => [=> 'ROLE_SUPER_ADMIN'=> 'ROLE_DC_MANAGER'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.vehicles.fraight_vehicle''label' => 'Автомобили''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vehicles.fraight_variation''label' => 'Вариации''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vehicles.fraight_in_stock''label' => 'Автомобили в наличии''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vehicles.fraight_specification''label' => 'Спецификации''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'bus_vehicles' => ['label' => 'Автобусы''roles' => [=> 'ROLE_SUPER_ADMIN'=> 'ROLE_DC_MANAGER'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.vehicles.bus_vehicle''label' => 'Автобусы''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vehicles.bus_variation''label' => 'Вариации''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vehicles.bus_in_stock''label' => 'Автомобили в наличии''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vehicles.bus_specification''label' => 'Спецификации''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'moto_vehicles' => ['label' => 'Мото техника''roles' => [=> 'ROLE_SUPER_ADMIN'=> 'ROLE_DC_MANAGER'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.vehicles.moto_vehicle''label' => 'Мото техника''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vehicles.moto_variation''label' => 'Вариации''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vehicles.moto_in_stock''label' => 'Мотоциклы в наличии''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vehicles.moto_rent''label' => 'Оренда мото''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vehicles.moto_used''label' => 'Мотоциклы с пробегом''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'water_vehicles' => ['label' => 'Водная техника''roles' => [=> 'ROLE_SUPER_ADMIN'=> 'ROLE_DC_MANAGER'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.vehicles.water_vehicle''label' => 'Водная техника''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vehicles.water_variation''label' => 'Вариации''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'special_vehicles' => ['label' => 'Спецтехника (Юникомерс)''roles' => [=> 'ROLE_SUPER_ADMIN'=> 'ROLE_DC_MANAGER'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.vehicles.special_vehicle''label' => 'Спецтехника''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vehicles.special_variation''label' => 'Вариации''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vehicles.passenger_in_stock_special''label' => 'Автомобили в наличии''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vehicles.special_projects''label' => 'Проекти''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vehicles.direction_of_production''label' => 'Напрямки виробництва''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'generator' => ['label' => 'Генератори''roles' => [=> 'ROLE_SUPER_ADMIN'=> 'ROLE_DC_MANAGER'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.dc.generator''label' => 'Генератори''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'boats' => ['label' => 'Катера / Лодки''roles' => [=> 'ROLE_SUPER_ADMIN'=> 'ROLE_DC_MANAGER'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'dc_site.admin.boat''label' => 'Катера''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'dc_site.admin.non_motorized_boat''label' => 'Лодки''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'boat' => ['label' => 'Лодочные моторы''roles' => [=> 'ROLE_SUPER_ADMIN'=> 'ROLE_DC_MANAGER'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'dc_site.admin.boat_engine''label' => 'Лодочные моторы''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'change_log' => ['label' => 'Логи изменений''roles' => [=> 'ROLE_SUPER_ADMIN'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.log''label' => 'Логи''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.post_log''label' => 'Лог акций и новостей''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'insurance' => ['label' => 'Сайт "ВиДи Страхование"''roles' => [=> 'ROLE_INSURANCE_ADMIN'=> 'ROLE_SUPER_ADMIN'=> 'ROLE_ADMIN'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.insurance.prorgamm''label' => 'КАСКО''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.insurance.actions.post''label' => 'Акции''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.insurance.payouts''label' => 'Выплаты''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.insurance.news.post''label' => 'Новости''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.insurance.information_document''label' => 'Информационные документы''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.insurance.information_document_category''label' => 'Категории инф.документов''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.insurance.insurance_condition''label' => 'Условия страхования''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.insurance.insurance_condition_category''label' => 'Категории условий стр.''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.insurance.mediation_service''label' => 'Посреднические услуги''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.insurance.mediation_service_mediator''label' => 'Посредники''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], 10 => ['admin' => 'admin.insurance.mediator_product''label' => 'Продукты посредников''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], 11 => ['admin' => 'admin.insurance.review''label' => 'Отзывы/Комплаєнс''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], 12 => ['admin' => 'admin.insurance.faq''label' => 'Запитання/Відповіді''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'insurance_case' => ['label' => 'Страховые дела''roles' => [=> 'ROLE_INSURANCE_AVARKOM'=> 'ROLE_SUPER_ADMIN'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.insurance.case''label' => 'Страховые дела''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'credit' => ['label' => 'Кредитные программы''roles' => [=> 'ROLE_CREDIT_MANAGER'=> 'ROLE_SUPER_ADMIN'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.credit.programm''label' => 'Кредитные программы''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'service' => ['label' => 'Сервис''roles' => [=> 'ROLE_SERVICE_MANAGER'=> 'ROLE_SUPER_ADMIN'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.service.job''label' => 'Справочник работ''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.service.to_regulations''label' => 'Регламенты ТО''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.service.part''label' => 'Запасные части''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.service.servise_page''label' => 'Услуги сервиса''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.service.service_page_category''label' => 'Категории сервис''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.service.body_repair_category''label' => 'Категории кузовного''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'dealer' => ['label' => 'Дилеры''roles' => [=> 'ROLE_SUPER_ADMIN'=> 'ROLE_CONTENT_MANAGER'=> 'ROLE_DC_MANAGER'=> 'ROLE_INSURANCE_ADMIN'=> 'ROLE_AUTOMARKET_MANAGER'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.dealer''label' => 'Дилеры''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.brand''label' => 'Бренды''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.inner_mail''label' => 'Адреса внутренней рассылки''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'orders' => ['label' => 'Платежный шлюз''roles' => [=> 'ROLE_ACQUIRING_ADMIN'=> 'ROLE_SUPER_ADMIN'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.order''label' => 'Заказы''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'gateway' => ['label' => 'CRM Шлюз''roles' => [=> 'ROLE_CRM_ADMIN'=> 'ROLE_SUPER_ADMIN'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.txn''label' => 'Транзакции''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.task''label' => 'Задачи в очереди''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'users' => ['label' => 'Пользователи''roles' => [=> 'ROLE_SUPER_ADMIN'=> 'ROLE_CONTENT_MANAGER'=> 'ROLE_DC_MANAGER'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.user''label' => 'Пользователи''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.client''label' => 'Клієнти''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'tm_bot' => ['label' => 'Telegram Bot''roles' => [=> 'ROLE_SUPER_ADMIN'], 'on_top' => false'keep_open' => false'items' => [], 'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'corp_sales' => ['label' => 'Корпоративные продажи''roles' => [=> 'ROLE_CORP_SALES_MANAGER'=> 'ROLE_SUPER_ADMIN'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.core.corp_sales''label' => 'Корпоративные продажи''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'documents' => ['label' => 'Документообіг''roles' => [=> 'ROLE_SUPER_ADMIN'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.document_branch''label' => 'Дія бренчі''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.document_dealer''label' => 'Інтеграція ділерів''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'filters' => ['label' => 'Фільтри''roles' => [=> 'ROLE_SUPER_ADMIN'=> 'ROLE_AUTOMARKET_MANAGER'=> 'ROLE_DC_MANAGER'=> 'ROLE_FILTERS'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.vehicles_filter''label' => 'Фільтри''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.vehicles_autoria''label' => 'Черга''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'logs' => ['label' => 'Логи''roles' => [=> 'ROLE_ADMIN_LOGS'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.logs''label' => 'Список логів''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder']], ['CoreBundle\\Entity\\Vehicles\\Vehicle' => [=> 'admin.vehicles.passenger_vehicle'=> 'admin.vehicles.passenger_used'=> 'admin.vehicles.fraight_vehicle'=> 'admin.vehicles.bus_vehicle'=> 'admin.vehicles.moto_vehicle'=> 'admin.vehicles.moto_used'=> 'admin.vehicles.water_vehicle'=> 'admin.vehicles.special_vehicle'], 'CoreBundle\\Entity\\Vehicles\\Variation' => [=> 'admin.vehicles.passenger_variation'=> 'admin.vehicles.fraight_variation'=> 'admin.vehicles.bus_variation'=> 'admin.vehicles.moto_variation'=> 'admin.vehicles.water_variation'=> 'admin.vehicles.special_variation'], 'CoreBundle\\Entity\\Vehicles\\InStock' => [=> 'admin.vehicles.passenger_in_stock'=> 'admin.vehicles.fraight_in_stock'=> 'admin.vehicles.bus_in_stock'=> 'admin.vehicles.moto_in_stock'=> 'admin.vehicles.passenger_in_stock_special'], 'CoreBundle\\Entity\\Vehicles\\Rent' => [=> 'admin.vehicles.passenger_rent'], 'CoreBundle\\Entity\\Vehicles\\Specification' => [=> 'admin.vehicles.specification'=> 'admin.vehicles.fraight_specification'=> 'admin.vehicles.bus_specification'], 'CoreBundle\\Entity\\AutoRiaOptions' => [=> 'admin.vehicles.autoria_options'], 'CoreBundle\\Entity\\Vehicles\\RentMoto' => [=> 'admin.vehicles.moto_rent'], 'DcSiteBundle\\Entity\\Project' => [=> 'admin.vehicles.special_projects'], 'DcSiteBundle\\Entity\\DirectionOfProduction' => [=> 'admin.vehicles.direction_of_production'], 'DcSiteBundle\\Entity\\ProjectContent' => [=> 'admin.vehicles.special_projects_content'], 'CoreBundle\\Entity\\Vehicles\\VehicleItem' => [=> 'admin.vehicles.vehicle_item'], 'CoreBundle\\Entity\\Vehicles\\VariationCharacteristic' => [=> 'admin.vehicles.variation_characteristic'], 'CoreBundle\\Entity\\Vehicles\\InStockContent' => [=> 'admin.vehicles.in_stock_content'], 'CoreBundle\\Entity\\Vehicles\\InStockPart' => [=> 'admin.vehicles.in_stock_part'], 'CoreBundle\\Entity\\Vehicles\\Equipment' => [=> 'admin.vehicles.equipment'], 'CoreBundle\\Entity\\Vehicles\\SpecificationOptions' => [=> 'admin.vehicles.specification_options'], 'CoreBundle\\Entity\\Vehicles\\VehicleContent' => [=> 'admin.vehicles.content'], 'CoreBundle\\Entity\\Vehicles\\VehicleFile' => [=> 'admin.vehicles.file'], 'CoreBundle\\Entity\\Vehicles\\Feature' => [=> 'admin.vehicles.features'], 'CoreBundle\\Entity\\Vehicles\\FeatureContent' => [=> 'admin.vehicles.features_content'], 'CoreBundle\\Entity\\Vehicles\\Faq' => [=> 'admin.vehicles.faqs'], 'CoreBundle\\Entity\\Vehicles\\FaqContent' => [=> 'admin.vehicles.faq_content'], 'BmpGatewayBundle\\Entity\\SyncParams' => [=> 'admin.sync_info'], 'CoreBundle\\Entity\\Vehicles\\VehicleAutoRiaOption' => [=> 'admin.vehicle_auto_ria_option'], 'CoreBundle\\Entity\\Vehicles\\VehicleCardType' => [=> 'admin.vehicles.vehicle_card_type'], 'CoreBundle\\Entity\\Forms' => [=> 'admin.dc.all_leads'], 'CoreBundle\\Entity\\ConfiguratorOffer' => [=> 'admin.dc.configurator_offer'], 'CoreBundle\\Entity\\Post' => [=> 'admin.dc.actions.post'=> 'admin.dc.news.post'=> 'admin.insurance.actions.post'=> 'admin.insurance.news.post'], 'DcSiteBundle\\Entity\\Page' => [=> 'admin.dc.pages'], 'DcSiteBundle\\Entity\\PageContent' => [=> 'admin.dc.page_content'], 'DcSiteBundle\\Entity\\Vacancy' => [=> 'admin.dc.vacancy'=> 'admin.vidi.vacancy'], 'DcSiteBundle\\Entity\\MainSlider' => [=> 'admin.dc.slider'], 'DcSiteBundle\\Entity\\VacancyContent' => [=> 'admin.core.vacancy_content'], 'DcSiteBundle\\Entity\\Accessories' => [=> 'admin.dc.accessories'], 'DcSiteBundle\\Entity\\AccessoriesContent' => [=> 'admin.dc.accessories_content'], 'BmpGatewayBundle\\Entity\\VehicleTestDrive' => [=> 'admin.dc.test_drive'], 'DcSiteBundle\\Entity\\AccessoriesGroup' => [=> 'admin.car.accessories_group'], 'DcSiteBundle\\Entity\\AccessoriesCategory' => [=> 'admin.dc.accessories_category'], 'DcSiteBundle\\Entity\\AccessoriesCategoryContent' => [=> 'admin.dc.accessories_category_content'], 'DcSiteBundle\\Entity\\Service\\VehicleAccessory' => [=> 'admin.car.accessories'], 'DcSiteBundle\\Entity\\VacancyForm' => [=> 'admin.dc.resume'=> 'admin.vidi.resume'], 'DcSiteBundle\\Entity\\Generator' => [=> 'admin.dc.generator'], 'DcSiteBundle\\Entity\\Boat' => [=> 'dc_site.admin.boat'], 'DcSiteBundle\\Entity\\NonMotorizedBoat' => [=> 'dc_site.admin.non_motorized_boat'], 'DcSiteBundle\\Entity\\BoatEngine' => [=> 'dc_site.admin.boat_engine'], 'CoreBundle\\Entity\\CarGroup' => [=> 'admin.core.car_group'], 'DcSiteBundle\\Entity\\Events' => [=> 'admin.dc.events'], 'CoreBundle\\Entity\\ViDiWorker' => [=> 'admin.core.worker'], 'CoreBundle\\Entity\\ViDiDepartment' => [=> 'admin.core.department'], 'DcSiteBundle\\Entity\\TestDriveRoutes' => [=> 'admin.dc.test_drive.routes'], 'DcSiteBundle\\Entity\\TourRoutes' => [=> 'admin.dc.tour_routes'], 'DcSiteBundle\\Entity\\TourRouteContent' => [=> 'admin.dc.tour_route_content'], 'DcSiteBundle\\Entity\\TourRouteParams' => [=> 'admin.dc.tour_route_params'], 'DcSiteBundle\\Entity\\SalesContract' => [=> 'admin.dc.sales_contract'], 'DcSiteBundle\\Entity\\TermsMaintenance' => [=> 'admin.dc.terms_maintenance'], 'DcSiteBundle\\Entity\\BodyRepairCertificate' => [=> 'admin.dc.body_repair_certificate'], 'DcSiteBundle\\Entity\\ReplacementCarCondition' => [=> 'admin.dc.replacement_car_condition'], 'CoreBundle\\Entity\\SpecialOffers' => [=> 'admin.dc.special_offers'], 'DcSiteBundle\\Entity\\ClientPartner' => [=> 'admin.dc.client_partner'], 'DcSiteBundle\\Entity\\Faq' => [=> 'admin.dc.faq'], 'CoreBundle\\Entity\\SpecialOffersContent' => [=> 'admin.dc.special_offers_content'], 'ImporterBundle\\Entity\\InnerMail' => [=> 'admin.sub.inner_mail'], 'ImporterBundle\\Entity\\Accessories' => [=> 'admin.sub.accessories'], 'ImporterBundle\\Entity\\VehicleAccessory' => [=> 'admin.sub.vehicle_accessories'], 'ImporterBundle\\Entity\\AccessoriesGroup' => [=> 'admin.sub.accessories_group'], 'ImporterBundle\\Entity\\PostContent' => [=> 'admin.sub.post_content'], 'ImporterBundle\\Entity\\Post' => [=> 'admin.sub.actions.post'=> 'admin.sub.news.post'], 'ImporterBundle\\Entity\\Vacancy' => [=> 'admin.sub.vacancy'], 'ImporterBundle\\Entity\\VacancyContent' => [=> 'admin.sub.vacancy_content'], 'ImporterBundle\\Entity\\MainSlider' => [=> 'admin.sub.slider'], 'ImporterBundle\\Entity\\Worker' => [=> 'admin.sub.worker'], 'ImporterBundle\\Entity\\Department' => [=> 'admin.sub.department'], 'ImporterBundle\\Entity\\Vehicles\\Vehicle' => [=> 'admin.sub.vehicles.moto_used'], 'ImporterBundle\\Entity\\Vehicles\\VehicleContent' => [=> 'admin.sub.vehicles.content'], 'ImporterBundle\\Entity\\Vehicles\\Variation' => [=> 'admin.sub.vehicles.moto_variation'], 'ImporterBundle\\Entity\\Vehicles\\VariationCharacteristic' => [=> 'admin.sub.vehicles.variation_characteristic'], 'ImporterBundle\\Entity\\Dealer' => [=> 'admin.sub.contact'=> 'admin.sub.about_company'], 'ImporterBundle\\Entity\\TestDrive' => [=> 'admin.sub.test_drive'], 'ImporterBundle\\Entity\\PagesServices' => [=> 'admin.sub.pages_services'], 'ImporterBundle\\Entity\\PageContent' => [=> 'admin.sub.page_content'], 'ImporterBundle\\Entity\\Seo' => [=> 'admin.sub.seo'], 'InsuranceBundle\\Entity\\Program' => [=> 'admin.insurance.prorgamm'], 'InsuranceBundle\\Entity\\Payouts' => [=> 'admin.insurance.payouts'], 'InsuranceBundle\\Entity\\InformationDocument' => [=> 'admin.insurance.information_document'], 'InsuranceBundle\\Entity\\InformationDocumentCategory' => [=> 'admin.insurance.information_document_category'], 'InsuranceBundle\\Entity\\InformationDocumentCategoryContent' => [=> 'admin.insurance.information_document_category_content'], 'InsuranceBundle\\Entity\\InsuranceCondition' => [=> 'admin.insurance.insurance_condition'], 'InsuranceBundle\\Entity\\InsuranceConditionCategory' => [=> 'admin.insurance.insurance_condition_category'], 'InsuranceBundle\\Entity\\InsuranceConditionCategoryContent' => [=> 'admin.insurance.insurance_condition_category_content'], 'InsuranceBundle\\Entity\\MediationService' => [=> 'admin.insurance.mediation_service'], 'InsuranceBundle\\Entity\\MediationServiceMediator' => [=> 'admin.insurance.mediation_service_mediator'], 'InsuranceBundle\\Entity\\MediatorProduct' => [=> 'admin.insurance.mediator_product'], 'CoreBundle\\Entity\\Review' => [=> 'admin.insurance.review'], 'InsuranceBundle\\Entity\\InsuranceFaq' => [=> 'admin.insurance.faq'], 'InsuranceBundle\\Entity\\InsuranceCase' => [=> 'admin.insurance.case'], 'InsuranceBundle\\Entity\\CaseDocument' => [=> 'admin.insurance.case_document'], 'DcSiteBundle\\Entity\\Job' => [=> 'admin.service.job'], 'DcSiteBundle\\Entity\\ServiceWork' => [=> 'admin.service.to_regulations'], 'DcSiteBundle\\Entity\\ServiceWorkPart' => [=> 'admin.service.to_regulation_part'], 'DcSiteBundle\\Entity\\ServiceWorkJob' => [=> 'admin.service.to_regulation_job'], 'DcSiteBundle\\Entity\\Part' => [=> 'admin.service.part'], 'CoreBundle\\Entity\\ServicePage' => [=> 'admin.service.servise_page'], 'CoreBundle\\Entity\\ServicePageContent' => [=> 'admin.service.service_page_content'], 'CoreBundle\\Entity\\ServicePageCategory' => [=> 'admin.service.service_page_category'], 'CoreBundle\\Entity\\ServicePageCategoryContent' => [=> 'admin.service.service_page_category_content'], 'CoreBundle\\Entity\\BodyRepairCategory' => [=> 'admin.service.body_repair_category'], 'CoreBundle\\Entity\\BodyRepairCategoryContent' => [=> 'admin.service.body_repair_category_content'], 'CoreBundle\\Entity\\Model' => [=> 'admin.vehicles.model'], 'CoreBundle\\Entity\\Vehicles\\EquipmentOption' => [=> 'admin.vehicles.equipment_iption'], 'CoreBundle\\Entity\\Vehicles\\FeatureGroup' => [=> 'admin.vehicles.features.group'], 'CoreBundle\\Entity\\Vehicles\\Category' => [=> 'admin.vehicles.category'], 'CoreBundle\\Entity\\Vehicles\\Group' => [=> 'admin.vehicles.group'], 'CoreBundle\\Entity\\Vehicles\\RecommendGroup' => [=> 'admin.vehicles.recommend_group'], 'DcSiteBundle\\Entity\\Engine' => [=> 'admin.vehicles.engine'], 'DcSiteBundle\\Entity\\Markdown' => [=> 'admin.vehicles.markdown'], 'FoundersBundle\\Entity\\Biography' => [=> 'admin.founder.biography'], 'FoundersBundle\\Entity\\Post' => [=> 'admin.founder.news'=> 'admin.founder.publication'=> 'admin.founder.solemn_event'=> 'admin.founder.social_investments'], 'FoundersBundle\\Entity\\CategoryPost' => [=> 'admin.founder.category_social_investments'], 'FoundersBundle\\Entity\\GalleryPhoto' => [=> 'admin.founder.galleryPhoto'], 'FoundersBundle\\Entity\\GalleryVideo' => [=> 'admin.founder.galleryVideo'], 'CoreBundle\\Entity\\Shop\\Goods' => [=> 'admin.shop.goods'], 'CoreBundle\\Entity\\Shop\\GoodsContent' => [=> 'admin.shop.goods_content'], 'CoreBundle\\Entity\\Shop\\Group' => [=> 'admin.shop.group'], 'PortalBundle\\Entity\\MainSlider' => [=> 'admin.vidi.slider'], 'PortalBundle\\Entity\\AnnouncementBar' => [=> 'portal.admin.announcement_bar'], 'PortalBundle\\Entity\\CatalogBanner' => [=> 'admin.vidi.catalog_banner'], 'PortalBundle\\Entity\\CreditCalculationReview' => [=> 'admin.vidi.credit_calc_reviews'], 'PortalBundle\\Entity\\Blog' => [=> 'admin.vidi.blog'], 'PortalBundle\\Entity\\BlogCategory' => [=> 'admin.vidi.blog_category'], 'PortalBundle\\Entity\\Founders' => [=> 'admin.vidi.foundersFounders'], 'PortalBundle\\Entity\\FoundersBiography' => [=> 'admin.vidi.foundersBiography'], 'PortalBundle\\Entity\\FoundersNews' => [=> 'admin.vidi.foundersNews'], 'PortalBundle\\Entity\\FoundersPublications' => [=> 'admin.vidi.foundersPublications'], 'PortalBundle\\Entity\\FoundersPhoto' => [=> 'admin.vidi.foundersPhoto'], 'PortalBundle\\Entity\\FoundersVideo' => [=> 'admin.vidi.foundersVideo'], 'DcSiteBundle\\Entity\\ModelRangePages' => [=> 'admin.modelRange.pages'], 'CoreBundle\\Entity\\Ticket' => [=> 'admin.ticket'=> 'admin.ticket-dashboard'=> 'admin.ticket-planer'], 'CoreBundle\\Entity\\TicketTime' => [=> 'admin.ticket-report'], 'AcquiringBundle\\Entity\\Order' => [=> 'admin.order'], 'CoreBundle\\Entity\\AdminLog' => [=> 'admin.log'], 'CoreBundle\\Entity\\Dealer' => [=> 'admin.dealer'], 'CoreBundle\\Entity\\Brand' => [=> 'admin.brand'], 'BmpGatewayBundle\\Entity\\GatewayTxn' => [=> 'admin.txn'], 'BmpGatewayBundle\\Entity\\ResendTask' => [=> 'admin.task'], 'CoreBundle\\Entity\\User' => [=> 'admin.user'=> 'admin.client'], 'DcSiteBundle\\Entity\\CreditProgram' => [=> 'admin.credit.programm'], 'CoreBundle\\Entity\\PostContent' => [=> 'admin.core.post_content'], 'LandingBundle\\Entity\\CorpSales' => [=> 'admin.core.corp_sales'], 'CoreBundle\\Entity\\PostLog' => [=> 'admin.post_log'], 'CoreBundle\\Entity\\InnerMail' => [=> 'admin.inner_mail'], 'CoreBundle\\Entity\\SeoMetaTag' => [=> 'admin.seo'], 'CoreBundle\\Entity\\VehicleEstimateOdds' => [=> 'admin.estimate_odds'], 'IntegrationBundle\\Entity\\Diia\\ServiceRequest' => [=> 'admin.document_branch'], 'IntegrationBundle\\Entity\\Dealer\\DealerOffer' => [=> 'admin.document_dealer'], 'CoreBundle\\Entity\\ReportAnalytic' => [=> 'admin.report'], 'CoreBundle\\Entity\\CriticalLog' => [=> 'admin.critical_log'], 'CoreBundle\\Entity\\Vehicles\\VehicleFilter' => [=> 'admin.vehicles_filter'], 'CoreBundle\\Entity\\AutoriaFilter' => [=> 'admin.vehicles_autoria'], 'AdminBundle\\Model\\LogFile' => [=> 'admin.logs'], 'Application\\Sonata\\MediaBundle\\Entity\\Media' => [=> 'sonata.media.admin.media'], 'Application\\Sonata\\MediaBundle\\Entity\\Gallery' => [=> 'sonata.media.admin.gallery'], 'Application\\Sonata\\MediaBundle\\Entity\\GalleryItem' => [=> 'sonata.media.admin.gallery_item']]);
  43778.     }
  43779.     /**
  43780.      * Gets the private 'sonata.admin.request.fetcher' shared service.
  43781.      *
  43782.      * @return \Sonata\AdminBundle\Request\AdminFetcher
  43783.      */
  43784.     protected function getSonata_Admin_Request_FetcherService()
  43785.     {
  43786.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Request/AdminFetcherInterface.php';
  43787.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Request/AdminFetcher.php';
  43788.         $a = ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  43789.         if (isset($this->privates['sonata.admin.request.fetcher'])) {
  43790.             return $this->privates['sonata.admin.request.fetcher'];
  43791.         }
  43792.         return $this->privates['sonata.admin.request.fetcher'] = new \Sonata\AdminBundle\Request\AdminFetcher($a);
  43793.     }
  43794.     /**
  43795.      * Gets the private 'sonata.admin.route.cache_warmup' shared service.
  43796.      *
  43797.      * @return \Sonata\AdminBundle\Route\RoutesCacheWarmUp
  43798.      */
  43799.     protected function getSonata_Admin_Route_CacheWarmupService()
  43800.     {
  43801.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  43802.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RoutesCacheWarmUp.php';
  43803.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RoutesCache.php';
  43804.         return $this->privates['sonata.admin.route.cache_warmup'] = new \Sonata\AdminBundle\Route\RoutesCacheWarmUp(($this->privates['sonata.admin.route.cache'] ?? ($this->privates['sonata.admin.route.cache'] = new \Sonata\AdminBundle\Route\RoutesCache(($this->targetDir.''.'/sonata/admin'), true))), ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  43805.     }
  43806.     /**
  43807.      * Gets the private 'sonata.admin.route.default_generator' shared service.
  43808.      *
  43809.      * @return \Sonata\AdminBundle\Route\DefaultRouteGenerator
  43810.      */
  43811.     protected function getSonata_Admin_Route_DefaultGeneratorService()
  43812.     {
  43813.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RouteGeneratorInterface.php';
  43814.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/DefaultRouteGenerator.php';
  43815.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RoutesCache.php';
  43816.         $a = ($this->services['router'] ?? $this->getRouterService());
  43817.         if (isset($this->privates['sonata.admin.route.default_generator'])) {
  43818.             return $this->privates['sonata.admin.route.default_generator'];
  43819.         }
  43820.         return $this->privates['sonata.admin.route.default_generator'] = new \Sonata\AdminBundle\Route\DefaultRouteGenerator($a, ($this->privates['sonata.admin.route.cache'] ?? ($this->privates['sonata.admin.route.cache'] = new \Sonata\AdminBundle\Route\RoutesCache(($this->targetDir.''.'/sonata/admin'), true))));
  43821.     }
  43822.     /**
  43823.      * Gets the private 'sonata.admin.route.path_info' shared service.
  43824.      *
  43825.      * @return \Sonata\AdminBundle\Route\PathInfoBuilder
  43826.      */
  43827.     protected function getSonata_Admin_Route_PathInfoService()
  43828.     {
  43829.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/RouteBuilderInterface.php';
  43830.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/PathInfoBuilder.php';
  43831.         return $this->privates['sonata.admin.route.path_info'] = new \Sonata\AdminBundle\Route\PathInfoBuilder(($this->privates['sonata.admin.audit.manager'] ?? $this->getSonata_Admin_Audit_ManagerService()));
  43832.     }
  43833.     /**
  43834.      * Gets the private 'sonata.admin.security.handler.role' shared service.
  43835.      *
  43836.      * @return \Sonata\AdminBundle\Security\Handler\RoleSecurityHandler
  43837.      */
  43838.     protected function getSonata_Admin_Security_Handler_RoleService()
  43839.     {
  43840.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/SecurityHandlerInterface.php';
  43841.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/RoleSecurityHandler.php';
  43842.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  43843.         if (isset($this->privates['sonata.admin.security.handler.role'])) {
  43844.             return $this->privates['sonata.admin.security.handler.role'];
  43845.         }
  43846.         return $this->privates['sonata.admin.security.handler.role'] = new \Sonata\AdminBundle\Security\Handler\RoleSecurityHandler($a'ROLE_SUPER_ADMIN');
  43847.     }
  43848.     /**
  43849.      * Gets the private 'sonata.admin.sidebar_menu' service.
  43850.      *
  43851.      * @return \Knp\Menu\MenuItem
  43852.      */
  43853.     protected function getSonata_Admin_SidebarMenuService()
  43854.     {
  43855.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/ItemInterface.php';
  43856.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuItem.php';
  43857.         $this->factories['service_container']['sonata.admin.sidebar_menu'] = function () {
  43858.             $a = ($this->privates['sonata.admin.menu_builder'] ?? $this->getSonata_Admin_MenuBuilderService());
  43859.             if (isset($this->privates['sonata.admin.sidebar_menu'])) {
  43860.                 return $this->privates['sonata.admin.sidebar_menu'];
  43861.             }
  43862.             return $a->createSidebarMenu();
  43863.         };
  43864.         return $this->factories['service_container']['sonata.admin.sidebar_menu']();
  43865.     }
  43866.     /**
  43867.      * Gets the private 'sonata.admin.twig.breadcrumbs_runtime' shared service.
  43868.      *
  43869.      * @return \Sonata\AdminBundle\Twig\BreadcrumbsRuntime
  43870.      */
  43871.     protected function getSonata_Admin_Twig_BreadcrumbsRuntimeService()
  43872.     {
  43873.         return $this->privates['sonata.admin.twig.breadcrumbs_runtime'] = new \Sonata\AdminBundle\Twig\BreadcrumbsRuntime(($this->privates['sonata.admin.breadcrumbs_builder'] ?? $this->getSonata_Admin_BreadcrumbsBuilderService()));
  43874.     }
  43875.     /**
  43876.      * Gets the private 'sonata.admin.twig.canonicalize_runtime' shared service.
  43877.      *
  43878.      * @return \Sonata\AdminBundle\Twig\CanonicalizeRuntime
  43879.      */
  43880.     protected function getSonata_Admin_Twig_CanonicalizeRuntimeService()
  43881.     {
  43882.         return $this->privates['sonata.admin.twig.canonicalize_runtime'] = new \Sonata\AdminBundle\Twig\CanonicalizeRuntime(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL);
  43883.     }
  43884.     /**
  43885.      * Gets the private 'sonata.admin.twig.group_runtime' shared service.
  43886.      *
  43887.      * @return \Sonata\AdminBundle\Twig\GroupRuntime
  43888.      */
  43889.     protected function getSonata_Admin_Twig_GroupRuntimeService()
  43890.     {
  43891.         $a = ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  43892.         if (isset($this->privates['sonata.admin.twig.group_runtime'])) {
  43893.             return $this->privates['sonata.admin.twig.group_runtime'];
  43894.         }
  43895.         return $this->privates['sonata.admin.twig.group_runtime'] = new \Sonata\AdminBundle\Twig\GroupRuntime($a);
  43896.     }
  43897.     /**
  43898.      * Gets the private 'sonata.admin.twig.icon_runtime' shared service.
  43899.      *
  43900.      * @return \Sonata\AdminBundle\Twig\IconRuntime
  43901.      */
  43902.     protected function getSonata_Admin_Twig_IconRuntimeService()
  43903.     {
  43904.         return $this->privates['sonata.admin.twig.icon_runtime'] = new \Sonata\AdminBundle\Twig\IconRuntime();
  43905.     }
  43906.     /**
  43907.      * Gets the private 'sonata.admin.twig.render_element_runtime' shared service.
  43908.      *
  43909.      * @return \Sonata\AdminBundle\Twig\RenderElementRuntime
  43910.      */
  43911.     protected function getSonata_Admin_Twig_RenderElementRuntimeService()
  43912.     {
  43913.         return $this->privates['sonata.admin.twig.render_element_runtime'] = new \Sonata\AdminBundle\Twig\RenderElementRuntime(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  43914.     }
  43915.     /**
  43916.      * Gets the private 'sonata.admin.twig.security_runtime' shared service.
  43917.      *
  43918.      * @return \Sonata\AdminBundle\Twig\SecurityRuntime
  43919.      */
  43920.     protected function getSonata_Admin_Twig_SecurityRuntimeService()
  43921.     {
  43922.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  43923.         if (isset($this->privates['sonata.admin.twig.security_runtime'])) {
  43924.             return $this->privates['sonata.admin.twig.security_runtime'];
  43925.         }
  43926.         return $this->privates['sonata.admin.twig.security_runtime'] = new \Sonata\AdminBundle\Twig\SecurityRuntime($a);
  43927.     }
  43928.     /**
  43929.      * Gets the private 'sonata.admin.twig.sonata_admin_runtime' shared service.
  43930.      *
  43931.      * @return \Sonata\AdminBundle\Twig\SonataAdminRuntime
  43932.      */
  43933.     protected function getSonata_Admin_Twig_SonataAdminRuntimeService()
  43934.     {
  43935.         $a = ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  43936.         if (isset($this->privates['sonata.admin.twig.sonata_admin_runtime'])) {
  43937.             return $this->privates['sonata.admin.twig.sonata_admin_runtime'];
  43938.         }
  43939.         return $this->privates['sonata.admin.twig.sonata_admin_runtime'] = new \Sonata\AdminBundle\Twig\SonataAdminRuntime($a);
  43940.     }
  43941.     /**
  43942.      * Gets the private 'sonata.admin.twig.template_registry_runtime' shared service.
  43943.      *
  43944.      * @return \Sonata\AdminBundle\Twig\TemplateRegistryRuntime
  43945.      */
  43946.     protected function getSonata_Admin_Twig_TemplateRegistryRuntimeService()
  43947.     {
  43948.         $a = ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  43949.         if (isset($this->privates['sonata.admin.twig.template_registry_runtime'])) {
  43950.             return $this->privates['sonata.admin.twig.template_registry_runtime'];
  43951.         }
  43952.         return $this->privates['sonata.admin.twig.template_registry_runtime'] = new \Sonata\AdminBundle\Twig\TemplateRegistryRuntime(($this->privates['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), $a);
  43953.     }
  43954.     /**
  43955.      * Gets the private 'sonata.admin.twig.xeditable_runtime' shared service.
  43956.      *
  43957.      * @return \Sonata\AdminBundle\Twig\XEditableRuntime
  43958.      */
  43959.     protected function getSonata_Admin_Twig_XeditableRuntimeService()
  43960.     {
  43961.         return $this->privates['sonata.admin.twig.xeditable_runtime'] = new \Sonata\AdminBundle\Twig\XEditableRuntime(($this->services['translator'] ?? $this->getTranslatorService()), $this->parameters['sonata.admin.twig.extension.x_editable_type_mapping']);
  43962.     }
  43963.     /**
  43964.      * Gets the private 'sonata.block.cache.handler.default' shared service.
  43965.      *
  43966.      * @return \Sonata\BlockBundle\Cache\HttpCacheHandler
  43967.      *
  43968.      * @deprecated Since sonata-project/block-bundle 4.11: The "sonata.block.cache.handler.default" service is deprecated since sonata-project/block-bundle 4.11 and will be removed in 5.0.
  43969.      */
  43970.     protected function getSonata_Block_Cache_Handler_DefaultService()
  43971.     {
  43972.         trigger_deprecation('sonata-project/block-bundle''4.11''The "sonata.block.cache.handler.default" service is deprecated since sonata-project/block-bundle 4.11 and will be removed in 5.0.');
  43973.         return $this->privates['sonata.block.cache.handler.default'] = new \Sonata\BlockBundle\Cache\HttpCacheHandler();
  43974.     }
  43975.     /**
  43976.      * Gets the private 'sonata.block.command.debug_blocks' shared service.
  43977.      *
  43978.      * @return \Sonata\BlockBundle\Command\DebugBlocksCommand
  43979.      */
  43980.     protected function getSonata_Block_Command_DebugBlocksService()
  43981.     {
  43982.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  43983.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Command/DebugBlocksCommand.php';
  43984.         $this->privates['sonata.block.command.debug_blocks'] = $instance = new \Sonata\BlockBundle\Command\DebugBlocksCommand(($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()));
  43985.         $instance->setName('debug:sonata:block');
  43986.         $instance->setDescription('Debug all blocks available, show default settings of each block');
  43987.         return $instance;
  43988.     }
  43989.     /**
  43990.      * Gets the private 'sonata.block.form.type.block' shared service.
  43991.      *
  43992.      * @return \Sonata\BlockBundle\Form\Type\ServiceListType
  43993.      */
  43994.     protected function getSonata_Block_Form_Type_BlockService()
  43995.     {
  43996.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  43997.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  43998.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Form/Type/ServiceListType.php';
  43999.         return $this->privates['sonata.block.form.type.block'] = new \Sonata\BlockBundle\Form\Type\ServiceListType(($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()));
  44000.     }
  44001.     /**
  44002.      * Gets the private 'sonata.block.form.type.container_template' shared service.
  44003.      *
  44004.      * @return \Sonata\BlockBundle\Form\Type\ContainerTemplateType
  44005.      */
  44006.     protected function getSonata_Block_Form_Type_ContainerTemplateService()
  44007.     {
  44008.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  44009.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  44010.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Form/Type/ContainerTemplateType.php';
  44011.         return $this->privates['sonata.block.form.type.container_template'] = new \Sonata\BlockBundle\Form\Type\ContainerTemplateType(['SonataBlockBundle default template' => '@SonataBlock/Block/block_container.html.twig']);
  44012.     }
  44013.     /**
  44014.      * Gets the private 'sonata.block.templating.helper' shared service.
  44015.      *
  44016.      * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  44017.      */
  44018.     protected function getSonata_Block_Templating_HelperService()
  44019.     {
  44020.         $a = ($this->services['sonata.block.renderer.default'] ?? $this->getSonata_Block_Renderer_DefaultService());
  44021.         if (isset($this->privates['sonata.block.templating.helper'])) {
  44022.             return $this->privates['sonata.block.templating.helper'];
  44023.         }
  44024.         $b = ($this->services['sonata.block.context_manager.default'] ?? $this->getSonata_Block_ContextManager_DefaultService());
  44025.         if (isset($this->privates['sonata.block.templating.helper'])) {
  44026.             return $this->privates['sonata.block.templating.helper'];
  44027.         }
  44028.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  44029.         if (isset($this->privates['sonata.block.templating.helper'])) {
  44030.             return $this->privates['sonata.block.templating.helper'];
  44031.         }
  44032.         return $this->privates['sonata.block.templating.helper'] = new \Sonata\BlockBundle\Templating\Helper\BlockHelper($a$b$c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  44033.     }
  44034.     /**
  44035.      * Gets the private 'sonata.doctrine.mapper' shared service.
  44036.      *
  44037.      * @return \Sonata\Doctrine\Mapper\ORM\DoctrineORMMapper
  44038.      */
  44039.     protected function getSonata_Doctrine_MapperService()
  44040.     {
  44041.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  44042.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Mapper/ORM/DoctrineORMMapper.php';
  44043.         $this->privates['sonata.doctrine.mapper'] = $instance = new \Sonata\Doctrine\Mapper\ORM\DoctrineORMMapper();
  44044.         $instance->addAssociation('Application\\Sonata\\MediaBundle\\Entity\\Media''mapOneToMany', [=> ['fieldName' => 'galleryItems''targetEntity' => 'Application\\Sonata\\MediaBundle\\Entity\\GalleryItem''cascade' => [=> 'persist'], 'mappedBy' => 'media']]);
  44045.         $instance->addAssociation('Application\\Sonata\\MediaBundle\\Entity\\GalleryItem''mapManyToOne', [=> ['fieldName' => 'gallery''targetEntity' => 'Application\\Sonata\\MediaBundle\\Entity\\Gallery''cascade' => [=> 'persist'], 'inversedBy' => 'galleryItems''joinColumns' => [=> ['name' => 'gallery_id''referencedColumnName' => 'id''onDelete' => 'CASCADE']]], => ['fieldName' => 'media''targetEntity' => 'Application\\Sonata\\MediaBundle\\Entity\\Media''cascade' => [=> 'persist'], 'inversedBy' => 'galleryItems''joinColumns' => [=> ['name' => 'media_id''referencedColumnName' => 'id''onDelete' => 'CASCADE']]]]);
  44046.         $instance->addAssociation('Application\\Sonata\\MediaBundle\\Entity\\Gallery''mapOneToMany', [=> ['fieldName' => 'galleryItems''targetEntity' => 'Application\\Sonata\\MediaBundle\\Entity\\GalleryItem''cascade' => [=> 'persist'], 'mappedBy' => 'gallery''orphanRemoval' => true'orderBy' => ['position' => 'ASC']]]);
  44047.         return $instance;
  44048.     }
  44049.     /**
  44050.      * Gets the private 'sonata.form.type.array' shared service.
  44051.      *
  44052.      * @return \Sonata\Form\Type\ImmutableArrayType
  44053.      */
  44054.     protected function getSonata_Form_Type_ArrayService()
  44055.     {
  44056.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  44057.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  44058.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/ImmutableArrayType.php';
  44059.         return $this->privates['sonata.form.type.array'] = new \Sonata\Form\Type\ImmutableArrayType();
  44060.     }
  44061.     /**
  44062.      * Gets the private 'sonata.form.type.boolean' shared service.
  44063.      *
  44064.      * @return \Sonata\Form\Type\BooleanType
  44065.      */
  44066.     protected function getSonata_Form_Type_BooleanService()
  44067.     {
  44068.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  44069.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  44070.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/BooleanType.php';
  44071.         return $this->privates['sonata.form.type.boolean'] = new \Sonata\Form\Type\BooleanType();
  44072.     }
  44073.     /**
  44074.      * Gets the private 'sonata.form.type.collection' shared service.
  44075.      *
  44076.      * @return \Sonata\Form\Type\CollectionType
  44077.      */
  44078.     protected function getSonata_Form_Type_CollectionService()
  44079.     {
  44080.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  44081.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  44082.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/CollectionType.php';
  44083.         return $this->privates['sonata.form.type.collection'] = new \Sonata\Form\Type\CollectionType();
  44084.     }
  44085.     /**
  44086.      * Gets the private 'sonata.form.type.date_picker' shared service.
  44087.      *
  44088.      * @return \Sonata\Form\Type\DatePickerType
  44089.      */
  44090.     protected function getSonata_Form_Type_DatePickerService()
  44091.     {
  44092.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  44093.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  44094.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/BasePickerType.php';
  44095.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DatePickerType.php';
  44096.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Date/JavaScriptFormatConverter.php';
  44097.         return $this->privates['sonata.form.type.date_picker'] = new \Sonata\Form\Type\DatePickerType(($this->privates['sonata.form.date.javascript_format_converter'] ?? ($this->privates['sonata.form.date.javascript_format_converter'] = new \Sonata\Form\Date\JavaScriptFormatConverter())), 'ua');
  44098.     }
  44099.     /**
  44100.      * Gets the private 'sonata.form.type.date_range' shared service.
  44101.      *
  44102.      * @return \Sonata\Form\Type\DateRangeType
  44103.      */
  44104.     protected function getSonata_Form_Type_DateRangeService()
  44105.     {
  44106.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  44107.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  44108.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateRangeType.php';
  44109.         return $this->privates['sonata.form.type.date_range'] = new \Sonata\Form\Type\DateRangeType();
  44110.     }
  44111.     /**
  44112.      * Gets the private 'sonata.form.type.date_range_picker' shared service.
  44113.      *
  44114.      * @return \Sonata\Form\Type\DateRangePickerType
  44115.      */
  44116.     protected function getSonata_Form_Type_DateRangePickerService()
  44117.     {
  44118.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  44119.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  44120.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateRangeType.php';
  44121.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateRangePickerType.php';
  44122.         return $this->privates['sonata.form.type.date_range_picker'] = new \Sonata\Form\Type\DateRangePickerType();
  44123.     }
  44124.     /**
  44125.      * Gets the private 'sonata.form.type.datetime_picker' shared service.
  44126.      *
  44127.      * @return \Sonata\Form\Type\DateTimePickerType
  44128.      */
  44129.     protected function getSonata_Form_Type_DatetimePickerService()
  44130.     {
  44131.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  44132.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  44133.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/BasePickerType.php';
  44134.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimePickerType.php';
  44135.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Date/JavaScriptFormatConverter.php';
  44136.         return $this->privates['sonata.form.type.datetime_picker'] = new \Sonata\Form\Type\DateTimePickerType(($this->privates['sonata.form.date.javascript_format_converter'] ?? ($this->privates['sonata.form.date.javascript_format_converter'] = new \Sonata\Form\Date\JavaScriptFormatConverter())), 'ua');
  44137.     }
  44138.     /**
  44139.      * Gets the private 'sonata.form.type.datetime_range' shared service.
  44140.      *
  44141.      * @return \Sonata\Form\Type\DateTimeRangeType
  44142.      */
  44143.     protected function getSonata_Form_Type_DatetimeRangeService()
  44144.     {
  44145.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  44146.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  44147.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimeRangeType.php';
  44148.         return $this->privates['sonata.form.type.datetime_range'] = new \Sonata\Form\Type\DateTimeRangeType();
  44149.     }
  44150.     /**
  44151.      * Gets the private 'sonata.form.type.datetime_range_picker' shared service.
  44152.      *
  44153.      * @return \Sonata\Form\Type\DateTimeRangePickerType
  44154.      */
  44155.     protected function getSonata_Form_Type_DatetimeRangePickerService()
  44156.     {
  44157.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  44158.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  44159.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimeRangeType.php';
  44160.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimeRangePickerType.php';
  44161.         return $this->privates['sonata.form.type.datetime_range_picker'] = new \Sonata\Form\Type\DateTimeRangePickerType();
  44162.     }
  44163.     /**
  44164.      * Gets the private 'sonata.form.validator.inline' shared service.
  44165.      *
  44166.      * @return \Sonata\Form\Validator\InlineValidator
  44167.      */
  44168.     protected function getSonata_Form_Validator_InlineService()
  44169.     {
  44170.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  44171.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  44172.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Validator/InlineValidator.php';
  44173.         return $this->privates['sonata.form.validator.inline'] = new \Sonata\Form\Validator\InlineValidator($this);
  44174.     }
  44175.     /**
  44176.      * Gets the private 'sonata.media.admin.gallery' service.
  44177.      *
  44178.      * @return \Sonata\MediaBundle\Admin\GalleryAdmin
  44179.      */
  44180.     protected function getSonata_Media_Admin_GalleryService()
  44181.     {
  44182.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  44183.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  44184.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  44185.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  44186.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  44187.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  44188.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  44189.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  44190.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  44191.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  44192.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  44193.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  44194.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Admin/GalleryAdmin.php';
  44195.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  44196.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  44197.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  44198.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/UnderscoreLabelTranslatorStrategy.php';
  44199.         $this->factories['service_container']['sonata.media.admin.gallery'] = function () {
  44200.             $a = ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService());
  44201.             if (isset($this->privates['sonata.media.admin.gallery'])) {
  44202.                 return $this->privates['sonata.media.admin.gallery'];
  44203.             }
  44204.             $instance = new \Sonata\MediaBundle\Admin\GalleryAdmin($a);
  44205.             $instance->setManagerType('orm');
  44206.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  44207.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  44208.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  44209.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  44210.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  44211.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  44212.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  44213.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  44214.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  44215.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  44216.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  44217.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  44218.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  44219.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.underscore'] ?? ($this->privates['sonata.admin.label.strategy.underscore'] = new \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy())));
  44220.             $instance->setModelClass('Application\\Sonata\\MediaBundle\\Entity\\Gallery');
  44221.             $instance->setBaseControllerName('sonata.media.controller.gallery.admin');
  44222.             $instance->setCode('sonata.media.admin.gallery');
  44223.             $instance->setPagerType('default');
  44224.             $instance->setLabel('gallery');
  44225.             $instance->setTranslationDomain('SonataMediaBundle');
  44226.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  44227.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  44228.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  44229.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  44230.             $instance->setTemplateRegistry(($this->services['sonata.media.admin.gallery.template_registry'] ?? $this->getSonata_Media_Admin_Gallery_TemplateRegistryService()));
  44231.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  44232.             $instance->initialize();
  44233.             return $instance;
  44234.         };
  44235.         return $this->factories['service_container']['sonata.media.admin.gallery']();
  44236.     }
  44237.     /**
  44238.      * Gets the private 'sonata.media.admin.gallery_item' service.
  44239.      *
  44240.      * @return \Sonata\MediaBundle\Admin\GalleryItemAdmin
  44241.      */
  44242.     protected function getSonata_Media_Admin_GalleryItemService()
  44243.     {
  44244.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  44245.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  44246.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  44247.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  44248.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  44249.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  44250.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  44251.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  44252.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  44253.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  44254.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  44255.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  44256.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Admin/GalleryItemAdmin.php';
  44257.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  44258.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  44259.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  44260.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/UnderscoreLabelTranslatorStrategy.php';
  44261.         $this->factories['service_container']['sonata.media.admin.gallery_item'] = function () {
  44262.             $instance = new \Sonata\MediaBundle\Admin\GalleryItemAdmin();
  44263.             $instance->setManagerType('orm');
  44264.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  44265.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  44266.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  44267.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  44268.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  44269.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  44270.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  44271.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  44272.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  44273.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  44274.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  44275.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  44276.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  44277.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.underscore'] ?? ($this->privates['sonata.admin.label.strategy.underscore'] = new \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy())));
  44278.             $instance->setModelClass('Application\\Sonata\\MediaBundle\\Entity\\GalleryItem');
  44279.             $instance->setBaseControllerName('sonata.admin.controller.crud');
  44280.             $instance->setCode('sonata.media.admin.gallery_item');
  44281.             $instance->setPagerType('default');
  44282.             $instance->setLabel('gallery_item');
  44283.             $instance->setTranslationDomain('SonataMediaBundle');
  44284.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  44285.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  44286.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  44287.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  44288.             $instance->setTemplateRegistry(($this->services['sonata.media.admin.gallery_item.template_registry'] ?? $this->getSonata_Media_Admin_GalleryItem_TemplateRegistryService()));
  44289.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  44290.             $instance->initialize();
  44291.             return $instance;
  44292.         };
  44293.         return $this->factories['service_container']['sonata.media.admin.gallery_item']();
  44294.     }
  44295.     /**
  44296.      * Gets the private 'sonata.media.admin.media' service.
  44297.      *
  44298.      * @return \Sonata\MediaBundle\Admin\ORM\MediaAdmin
  44299.      */
  44300.     protected function getSonata_Media_Admin_MediaService()
  44301.     {
  44302.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  44303.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  44304.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  44305.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  44306.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  44307.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  44308.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  44309.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  44310.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  44311.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  44312.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  44313.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  44314.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Admin/BaseMediaAdmin.php';
  44315.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Admin/ORM/MediaAdmin.php';
  44316.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  44317.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  44318.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  44319.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/UnderscoreLabelTranslatorStrategy.php';
  44320.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminExtensionInterface.php';
  44321.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdminExtension.php';
  44322.         include_once \dirname(__DIR__4).'/vendor/tilleuls/ckeditor-sonata-media-bundle/src/Admin/MediaAdminExtension.php';
  44323.         $this->factories['service_container']['sonata.media.admin.media'] = function () {
  44324.             $a = ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService());
  44325.             if (isset($this->privates['sonata.media.admin.media'])) {
  44326.                 return $this->privates['sonata.media.admin.media'];
  44327.             }
  44328.             $instance = new \Sonata\MediaBundle\Admin\ORM\MediaAdmin($aNULLNULL);
  44329.             $instance->setManagerType('orm');
  44330.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  44331.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  44332.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  44333.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  44334.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  44335.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  44336.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  44337.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  44338.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  44339.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  44340.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  44341.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  44342.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.underscore'] ?? ($this->privates['sonata.admin.label.strategy.underscore'] = new \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy())));
  44343.             $instance->setModelClass('Application\\Sonata\\MediaBundle\\Entity\\Media');
  44344.             $instance->setBaseControllerName('sonata.media.controller.media.admin');
  44345.             $instance->setCode('sonata.media.admin.media');
  44346.             $instance->setPagerType('default');
  44347.             $instance->setLabel('media');
  44348.             $instance->setTranslationDomain('SonataMediaBundle');
  44349.             $instance->setListModes(['list' => ['icon' => '<i class="fas fa-list fa-fw" aria-hidden="true"></i>''class' => 'fas fa-list fa-fw'], 'mosaic' => ['icon' => '<i class="fas fa-th-large fa-fw" aria-hidden="true"></i>''class' => 'fas fa-th-large fa-fw']]);
  44350.             $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  44351.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  44352.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  44353.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  44354.             $instance->setTemplateRegistry(($this->services['sonata.media.admin.media.template_registry'] ?? $this->getSonata_Media_Admin_Media_TemplateRegistryService()));
  44355.             $instance->addExtension(($this->privates['coop_tilleuls_ck_editor_sonata_media.media.extension'] ?? ($this->privates['coop_tilleuls_ck_editor_sonata_media.media.extension'] = new \CoopTilleuls\Bundle\CKEditorSonataMediaBundle\Admin\MediaAdminExtension())));
  44356.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  44357.             $instance->initialize();
  44358.             return $instance;
  44359.         };
  44360.         return $this->factories['service_container']['sonata.media.admin.media']();
  44361.     }
  44362.     /**
  44363.      * Gets the private 'sonata.media.command.add_mass_media' shared service.
  44364.      *
  44365.      * @return \Sonata\MediaBundle\Command\AddMassMediaCommand
  44366.      */
  44367.     protected function getSonata_Media_Command_AddMassMediaService()
  44368.     {
  44369.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  44370.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Command/AddMassMediaCommand.php';
  44371.         $this->privates['sonata.media.command.add_mass_media'] = $instance = new \Sonata\MediaBundle\Command\AddMassMediaCommand(($this->privates['sonata.media.manager.media'] ?? $this->getSonata_Media_Manager_MediaService()));
  44372.         $instance->setName('sonata:media:add-multiple');
  44373.         $instance->setDescription('Add medias in mass into the database');
  44374.         return $instance;
  44375.     }
  44376.     /**
  44377.      * Gets the private 'sonata.media.command.add_media' shared service.
  44378.      *
  44379.      * @return \Sonata\MediaBundle\Command\AddMediaCommand
  44380.      */
  44381.     protected function getSonata_Media_Command_AddMediaService()
  44382.     {
  44383.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  44384.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Command/AddMediaCommand.php';
  44385.         $this->privates['sonata.media.command.add_media'] = $instance = new \Sonata\MediaBundle\Command\AddMediaCommand(($this->privates['sonata.media.manager.media'] ?? $this->getSonata_Media_Manager_MediaService()));
  44386.         $instance->setName('sonata:media:add');
  44387.         $instance->setDescription('Add a media into the database');
  44388.         return $instance;
  44389.     }
  44390.     /**
  44391.      * Gets the private 'sonata.media.command.clean_media' shared service.
  44392.      *
  44393.      * @return \Sonata\MediaBundle\Command\CleanMediaCommand
  44394.      */
  44395.     protected function getSonata_Media_Command_CleanMediaService()
  44396.     {
  44397.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  44398.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Command/CleanMediaCommand.php';
  44399.         $this->privates['sonata.media.command.clean_media'] = $instance = new \Sonata\MediaBundle\Command\CleanMediaCommand(($this->privates['sonata.media.adapter.filesystem.local'] ?? ($this->privates['sonata.media.adapter.filesystem.local'] = new \Sonata\MediaBundle\Filesystem\Local((\dirname(__DIR__4).'/public/uploads/media'), false))), ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService()), ($this->privates['sonata.media.manager.media'] ?? $this->getSonata_Media_Manager_MediaService()));
  44400.         $instance->setName('sonata:media:clean-uploads');
  44401.         $instance->setDescription('Find orphaned files in media upload directory');
  44402.         return $instance;
  44403.     }
  44404.     /**
  44405.      * Gets the private 'sonata.media.command.fix_media_context' shared service.
  44406.      *
  44407.      * @return \Sonata\MediaBundle\Command\FixMediaContextCommand
  44408.      */
  44409.     protected function getSonata_Media_Command_FixMediaContextService()
  44410.     {
  44411.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  44412.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Command/FixMediaContextCommand.php';
  44413.         $this->privates['sonata.media.command.fix_media_context'] = $instance = new \Sonata\MediaBundle\Command\FixMediaContextCommand(($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService()), NULLNULL);
  44414.         $instance->setName('sonata:media:fix-media-context');
  44415.         $instance->setDescription('Generate the default category for each media context');
  44416.         return $instance;
  44417.     }
  44418.     /**
  44419.      * Gets the private 'sonata.media.command.refresh_metadata' shared service.
  44420.      *
  44421.      * @return \Sonata\MediaBundle\Command\RefreshMetadataCommand
  44422.      */
  44423.     protected function getSonata_Media_Command_RefreshMetadataService()
  44424.     {
  44425.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  44426.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Command/RefreshMetadataCommand.php';
  44427.         $this->privates['sonata.media.command.refresh_metadata'] = $instance = new \Sonata\MediaBundle\Command\RefreshMetadataCommand(($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService()), ($this->privates['sonata.media.manager.media'] ?? $this->getSonata_Media_Manager_MediaService()));
  44428.         $instance->setName('sonata:media:refresh-metadata');
  44429.         $instance->setDescription('Refresh meta information');
  44430.         return $instance;
  44431.     }
  44432.     /**
  44433.      * Gets the private 'sonata.media.command.remove_thumbs' shared service.
  44434.      *
  44435.      * @return \Sonata\MediaBundle\Command\RemoveThumbsCommand
  44436.      */
  44437.     protected function getSonata_Media_Command_RemoveThumbsService()
  44438.     {
  44439.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  44440.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Command/RemoveThumbsCommand.php';
  44441.         $this->privates['sonata.media.command.remove_thumbs'] = $instance = new \Sonata\MediaBundle\Command\RemoveThumbsCommand(($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService()), ($this->privates['sonata.media.manager.media'] ?? $this->getSonata_Media_Manager_MediaService()));
  44442.         $instance->setName('sonata:media:remove-thumbnails');
  44443.         $instance->setDescription('Remove uploaded image thumbs');
  44444.         return $instance;
  44445.     }
  44446.     /**
  44447.      * Gets the private 'sonata.media.command.sync_thumbs' shared service.
  44448.      *
  44449.      * @return \Sonata\MediaBundle\Command\SyncThumbsCommand
  44450.      */
  44451.     protected function getSonata_Media_Command_SyncThumbsService()
  44452.     {
  44453.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  44454.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Command/SyncThumbsCommand.php';
  44455.         $this->privates['sonata.media.command.sync_thumbs'] = $instance = new \Sonata\MediaBundle\Command\SyncThumbsCommand(($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService()), ($this->privates['sonata.media.manager.media'] ?? $this->getSonata_Media_Manager_MediaService()));
  44456.         $instance->setName('sonata:media:sync-thumbnails');
  44457.         $instance->setDescription('Sync uploaded image thumbs with new media formats');
  44458.         return $instance;
  44459.     }
  44460.     /**
  44461.      * Gets the private 'sonata.media.command.update_cdn_status' shared service.
  44462.      *
  44463.      * @return \Sonata\MediaBundle\Command\UpdateCdnStatusCommand
  44464.      */
  44465.     protected function getSonata_Media_Command_UpdateCdnStatusService()
  44466.     {
  44467.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  44468.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Command/UpdateCdnStatusCommand.php';
  44469.         $this->privates['sonata.media.command.update_cdn_status'] = $instance = new \Sonata\MediaBundle\Command\UpdateCdnStatusCommand(($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService()), ($this->privates['sonata.media.manager.media'] ?? $this->getSonata_Media_Manager_MediaService()));
  44470.         $instance->setName('sonata:media:update-cdn-status');
  44471.         $instance->setDescription('Updates model media with the current CDN status');
  44472.         return $instance;
  44473.     }
  44474.     /**
  44475.      * Gets the private 'sonata.media.doctrine.event_subscriber' shared service.
  44476.      *
  44477.      * @return \Sonata\MediaBundle\Listener\ORM\MediaEventSubscriber
  44478.      */
  44479.     protected function getSonata_Media_Doctrine_EventSubscriberService()
  44480.     {
  44481.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  44482.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Listener/BaseMediaEventSubscriber.php';
  44483.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Listener/ORM/MediaEventSubscriber.php';
  44484.         $a = ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService());
  44485.         if (isset($this->privates['sonata.media.doctrine.event_subscriber'])) {
  44486.             return $this->privates['sonata.media.doctrine.event_subscriber'];
  44487.         }
  44488.         return $this->privates['sonata.media.doctrine.event_subscriber'] = new \Sonata\MediaBundle\Listener\ORM\MediaEventSubscriber($aNULL);
  44489.     }
  44490.     /**
  44491.      * Gets the private 'sonata.media.filesystem.local' shared service.
  44492.      *
  44493.      * @return \Gaufrette\Filesystem
  44494.      */
  44495.     protected function getSonata_Media_Filesystem_LocalService()
  44496.     {
  44497.         return $this->privates['sonata.media.filesystem.local'] = new \Gaufrette\Filesystem(($this->privates['sonata.media.adapter.filesystem.local'] ?? ($this->privates['sonata.media.adapter.filesystem.local'] = new \Sonata\MediaBundle\Filesystem\Local((\dirname(__DIR__4).'/public/uploads/media'), false))));
  44498.     }
  44499.     /**
  44500.      * Gets the private 'sonata.media.form.type.media' shared service.
  44501.      *
  44502.      * @return \Sonata\MediaBundle\Form\Type\MediaType
  44503.      */
  44504.     protected function getSonata_Media_Form_Type_MediaService()
  44505.     {
  44506.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  44507.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  44508.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Form/Type/MediaType.php';
  44509.         $a = ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService());
  44510.         if (isset($this->privates['sonata.media.form.type.media'])) {
  44511.             return $this->privates['sonata.media.form.type.media'];
  44512.         }
  44513.         $this->privates['sonata.media.form.type.media'] = $instance = new \Sonata\MediaBundle\Form\Type\MediaType($a'Application\\Sonata\\MediaBundle\\Entity\\Media');
  44514.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  44515.         return $instance;
  44516.     }
  44517.     /**
  44518.      * Gets the private 'sonata.media.manager.gallery' shared service.
  44519.      *
  44520.      * @return \Sonata\MediaBundle\Entity\GalleryManager
  44521.      */
  44522.     protected function getSonata_Media_Manager_GalleryService()
  44523.     {
  44524.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Model/ManagerInterface.php';
  44525.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Model/ClearableManagerInterface.php';
  44526.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Model/BaseManager.php';
  44527.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Model/TransactionalManagerInterface.php';
  44528.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Entity/BaseEntityManager.php';
  44529.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Model/GalleryManagerInterface.php';
  44530.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Entity/GalleryManager.php';
  44531.         return $this->privates['sonata.media.manager.gallery'] = new \Sonata\MediaBundle\Entity\GalleryManager('Application\\Sonata\\MediaBundle\\Entity\\Gallery', ($this->services['doctrine'] ?? $this->getDoctrineService()));
  44532.     }
  44533.     /**
  44534.      * Gets the private 'sonata.media.manager.media' shared service.
  44535.      *
  44536.      * @return \Sonata\MediaBundle\Entity\MediaManager
  44537.      */
  44538.     protected function getSonata_Media_Manager_MediaService()
  44539.     {
  44540.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Model/ManagerInterface.php';
  44541.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Model/ClearableManagerInterface.php';
  44542.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Model/BaseManager.php';
  44543.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Model/TransactionalManagerInterface.php';
  44544.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Entity/BaseEntityManager.php';
  44545.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Model/MediaManagerInterface.php';
  44546.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Entity/MediaManager.php';
  44547.         return $this->privates['sonata.media.manager.media'] = new \Sonata\MediaBundle\Entity\MediaManager('Application\\Sonata\\MediaBundle\\Entity\\Media', ($this->services['doctrine'] ?? $this->getDoctrineService()));
  44548.     }
  44549.     /**
  44550.      * Gets the private 'sonata.media.metadata.proxy' shared service.
  44551.      *
  44552.      * @return \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder
  44553.      */
  44554.     protected function getSonata_Media_Metadata_ProxyService()
  44555.     {
  44556.         $a = ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService());
  44557.         if (isset($this->privates['sonata.media.metadata.proxy'])) {
  44558.             return $this->privates['sonata.media.metadata.proxy'];
  44559.         }
  44560.         return $this->privates['sonata.media.metadata.proxy'] = new \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder($a, new \Sonata\MediaBundle\Metadata\NoopMetadataBuilder(), NULL);
  44561.     }
  44562.     /**
  44563.      * Gets the private 'sonata.media.resizer.simple' shared service.
  44564.      *
  44565.      * @return \Sonata\MediaBundle\Resizer\SimpleResizer
  44566.      */
  44567.     protected function getSonata_Media_Resizer_SimpleService()
  44568.     {
  44569.         $a = ($this->privates['sonata.media.metadata.proxy'] ?? $this->getSonata_Media_Metadata_ProxyService());
  44570.         if (isset($this->privates['sonata.media.resizer.simple'])) {
  44571.             return $this->privates['sonata.media.resizer.simple'];
  44572.         }
  44573.         return $this->privates['sonata.media.resizer.simple'] = new \Sonata\MediaBundle\Resizer\SimpleResizer(($this->privates['sonata.media.adapter.image.gd'] ?? ($this->privates['sonata.media.adapter.image.gd'] = new \Imagine\Gd\Imagine())), 1$a);
  44574.     }
  44575.     /**
  44576.      * Gets the private 'sonata.media.thumbnail.format' shared service.
  44577.      *
  44578.      * @return \Sonata\MediaBundle\Thumbnail\FormatThumbnail
  44579.      */
  44580.     protected function getSonata_Media_Thumbnail_FormatService()
  44581.     {
  44582.         $this->privates['sonata.media.thumbnail.format'] = $instance = new \Sonata\MediaBundle\Thumbnail\FormatThumbnail('jpg');
  44583.         $a = ($this->privates['sonata.media.adapter.image.gd'] ?? ($this->privates['sonata.media.adapter.image.gd'] = new \Imagine\Gd\Imagine()));
  44584.         $b = ($this->privates['sonata.media.metadata.proxy'] ?? $this->getSonata_Media_Metadata_ProxyService());
  44585.         $instance->addResizer('sonata.media.resizer.crop', new \Sonata\MediaBundle\Resizer\CropResizer($a$b));
  44586.         $instance->addResizer('sonata.media.resizer.simple', ($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService()));
  44587.         $instance->addResizer('sonata.media.resizer.square', new \Sonata\MediaBundle\Resizer\SquareResizer($a1$b));
  44588.         return $instance;
  44589.     }
  44590.     /**
  44591.      * Gets the private 'sonata.media.twig.runtime' shared service.
  44592.      *
  44593.      * @return \Sonata\MediaBundle\Twig\MediaRuntime
  44594.      */
  44595.     protected function getSonata_Media_Twig_RuntimeService()
  44596.     {
  44597.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Twig/MediaRuntime.php';
  44598.         $a = ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService());
  44599.         if (isset($this->privates['sonata.media.twig.runtime'])) {
  44600.             return $this->privates['sonata.media.twig.runtime'];
  44601.         }
  44602.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  44603.         if (isset($this->privates['sonata.media.twig.runtime'])) {
  44604.             return $this->privates['sonata.media.twig.runtime'];
  44605.         }
  44606.         return $this->privates['sonata.media.twig.runtime'] = new \Sonata\MediaBundle\Twig\MediaRuntime($a, ($this->privates['sonata.media.manager.media'] ?? $this->getSonata_Media_Manager_MediaService()), $b);
  44607.     }
  44608.     /**
  44609.      * Gets the private 'sonata.media.validator.format' shared service.
  44610.      *
  44611.      * @return \Sonata\MediaBundle\Validator\FormatValidator
  44612.      */
  44613.     protected function getSonata_Media_Validator_FormatService()
  44614.     {
  44615.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  44616.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  44617.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Validator/FormatValidator.php';
  44618.         $a = ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService());
  44619.         if (isset($this->privates['sonata.media.validator.format'])) {
  44620.             return $this->privates['sonata.media.validator.format'];
  44621.         }
  44622.         return $this->privates['sonata.media.validator.format'] = new \Sonata\MediaBundle\Validator\FormatValidator($a);
  44623.     }
  44624.     /**
  44625.      * Gets the private 'sonata.twig.flashmessage.twig.runtime' shared service.
  44626.      *
  44627.      * @return \Sonata\Twig\Extension\FlashMessageRuntime
  44628.      */
  44629.     protected function getSonata_Twig_Flashmessage_Twig_RuntimeService()
  44630.     {
  44631.         include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/FlashMessageRuntime.php';
  44632.         return $this->privates['sonata.twig.flashmessage.twig.runtime'] = new \Sonata\Twig\Extension\FlashMessageRuntime(($this->services['sonata.twig.flashmessage.manager'] ?? $this->getSonata_Twig_Flashmessage_ManagerService()));
  44633.     }
  44634.     /**
  44635.      * Gets the private 'sonata.twig.status_runtime' shared service.
  44636.      *
  44637.      * @return \Sonata\Twig\Extension\StatusRuntime
  44638.      */
  44639.     protected function getSonata_Twig_StatusRuntimeService()
  44640.     {
  44641.         include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/StatusRuntime.php';
  44642.         return $this->privates['sonata.twig.status_runtime'] = new \Sonata\Twig\Extension\StatusRuntime();
  44643.     }
  44644.     /**
  44645.      * Gets the private 'translation.extractor' shared service.
  44646.      *
  44647.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  44648.      */
  44649.     protected function getTranslation_ExtractorService()
  44650.     {
  44651.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  44652.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  44653.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  44654.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/Extractor/AdminExtractor.php';
  44655.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  44656.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  44657.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  44658.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  44659.         $instance->addExtractor('sonata_admin', new \Sonata\AdminBundle\Translator\Extractor\AdminExtractor(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->privates['sonata.admin.breadcrumbs_builder'] ?? $this->getSonata_Admin_BreadcrumbsBuilderService())));
  44660.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  44661.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  44662.         return $instance;
  44663.     }
  44664.     /**
  44665.      * Gets the private 'translation.loader.csv' shared service.
  44666.      *
  44667.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  44668.      */
  44669.     protected function getTranslation_Loader_CsvService()
  44670.     {
  44671.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  44672.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  44673.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  44674.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  44675.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  44676.     }
  44677.     /**
  44678.      * Gets the private 'translation.loader.dat' shared service.
  44679.      *
  44680.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  44681.      */
  44682.     protected function getTranslation_Loader_DatService()
  44683.     {
  44684.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  44685.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  44686.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  44687.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  44688.     }
  44689.     /**
  44690.      * Gets the private 'translation.loader.ini' shared service.
  44691.      *
  44692.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  44693.      */
  44694.     protected function getTranslation_Loader_IniService()
  44695.     {
  44696.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  44697.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  44698.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  44699.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  44700.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  44701.     }
  44702.     /**
  44703.      * Gets the private 'translation.loader.json' shared service.
  44704.      *
  44705.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  44706.      */
  44707.     protected function getTranslation_Loader_JsonService()
  44708.     {
  44709.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  44710.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  44711.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  44712.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  44713.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  44714.     }
  44715.     /**
  44716.      * Gets the private 'translation.loader.mo' shared service.
  44717.      *
  44718.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  44719.      */
  44720.     protected function getTranslation_Loader_MoService()
  44721.     {
  44722.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  44723.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  44724.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  44725.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  44726.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  44727.     }
  44728.     /**
  44729.      * Gets the private 'translation.loader.php' shared service.
  44730.      *
  44731.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  44732.      */
  44733.     protected function getTranslation_Loader_PhpService()
  44734.     {
  44735.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  44736.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  44737.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  44738.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  44739.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  44740.     }
  44741.     /**
  44742.      * Gets the private 'translation.loader.po' shared service.
  44743.      *
  44744.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  44745.      */
  44746.     protected function getTranslation_Loader_PoService()
  44747.     {
  44748.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  44749.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  44750.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  44751.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  44752.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  44753.     }
  44754.     /**
  44755.      * Gets the private 'translation.loader.qt' shared service.
  44756.      *
  44757.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  44758.      */
  44759.     protected function getTranslation_Loader_QtService()
  44760.     {
  44761.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  44762.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  44763.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  44764.     }
  44765.     /**
  44766.      * Gets the private 'translation.loader.res' shared service.
  44767.      *
  44768.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  44769.      */
  44770.     protected function getTranslation_Loader_ResService()
  44771.     {
  44772.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  44773.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  44774.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  44775.     }
  44776.     /**
  44777.      * Gets the private 'translation.loader.xliff' shared service.
  44778.      *
  44779.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  44780.      */
  44781.     protected function getTranslation_Loader_XliffService()
  44782.     {
  44783.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  44784.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  44785.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  44786.     }
  44787.     /**
  44788.      * Gets the private 'translation.loader.yml' shared service.
  44789.      *
  44790.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  44791.      */
  44792.     protected function getTranslation_Loader_YmlService()
  44793.     {
  44794.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  44795.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  44796.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  44797.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  44798.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  44799.     }
  44800.     /**
  44801.      * Gets the private 'translation.provider_collection' shared service.
  44802.      *
  44803.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  44804.      */
  44805.     protected function getTranslation_ProviderCollectionService()
  44806.     {
  44807.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  44808.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  44809.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  44810.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  44811.         }, 1), []))->fromConfig([]);
  44812.     }
  44813.     /**
  44814.      * Gets the private 'translation.reader' shared service.
  44815.      *
  44816.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  44817.      */
  44818.     protected function getTranslation_ReaderService()
  44819.     {
  44820.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  44821.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  44822.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  44823.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  44824.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  44825.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  44826.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  44827.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  44828.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  44829.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  44830.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  44831.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  44832.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  44833.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  44834.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  44835.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  44836.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  44837.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  44838.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  44839.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  44840.         $instance->addLoader('yaml'$a);
  44841.         $instance->addLoader('yml'$a);
  44842.         $instance->addLoader('xlf'$b);
  44843.         $instance->addLoader('xliff'$b);
  44844.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  44845.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  44846.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  44847.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  44848.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  44849.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  44850.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  44851.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  44852.         return $instance;
  44853.     }
  44854.     /**
  44855.      * Gets the private 'translation.warmer' shared service.
  44856.      *
  44857.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  44858.      */
  44859.     protected function getTranslation_WarmerService()
  44860.     {
  44861.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  44862.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  44863.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  44864.             'translator' => ['services''translator''getTranslatorService'false],
  44865.         ], [
  44866.             'translator' => '?',
  44867.         ]))->withContext('translation.warmer'$this));
  44868.     }
  44869.     /**
  44870.      * Gets the private 'translation.writer' shared service.
  44871.      *
  44872.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  44873.      */
  44874.     protected function getTranslation_WriterService()
  44875.     {
  44876.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  44877.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  44878.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  44879.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  44880.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  44881.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  44882.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  44883.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  44884.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  44885.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  44886.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  44887.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  44888.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  44889.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  44890.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  44891.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  44892.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  44893.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  44894.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  44895.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  44896.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  44897.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  44898.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  44899.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  44900.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  44901.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  44902.         return $instance;
  44903.     }
  44904.     /**
  44905.      * Gets the private 'translator.default' shared service.
  44906.      *
  44907.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  44908.      */
  44909.     protected function getTranslator_DefaultService()
  44910.     {
  44911.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  44912.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  44913.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  44914.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  44915.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  44916.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  44917.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  44918.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  44919.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  44920.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  44921.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  44922.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  44923.         ], [
  44924.             'translation.loader.csv' => '?',
  44925.             'translation.loader.dat' => '?',
  44926.             'translation.loader.ini' => '?',
  44927.             'translation.loader.json' => '?',
  44928.             'translation.loader.mo' => '?',
  44929.             'translation.loader.php' => '?',
  44930.             'translation.loader.po' => '?',
  44931.             'translation.loader.qt' => '?',
  44932.             'translation.loader.res' => '?',
  44933.             'translation.loader.xliff' => '?',
  44934.             'translation.loader.yml' => '?',
  44935.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'ua', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.af.yml')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ar.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ar.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bg.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bg.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.bs.xliff')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ca.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ca.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.cs.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.cs.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.da.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.da.yml')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.de.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.de.xliff'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.el.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.el.yml')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.en.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.en.xliff'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.en.xliff')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.es.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.eu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.eu.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.eu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fa.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fi.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.fi.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fr.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.fr.xliff'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.fr.xliff')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.gl.yml')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.he.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.he.yml')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.hr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.hr.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.hu.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.id.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.id.yml')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.it.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ja.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ja.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ja.xliff')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lb.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lb.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.lb.xliff')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lt.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lv.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lv.xliff')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.mn.yml')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.nb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.nb.yml')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.nl.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.nl.xliff'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.nl.xliff')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pl.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pt.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.pt.xliff')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ro.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ro.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ru.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.ru.xliff'), => (\dirname(__DIR__4).'/src/AutomarketBundle/Resources/translations/automarket_base.ru.yml'), => (\dirname(__DIR__4).'/src/AutomarketBundle/Resources/translations/automarket_widget.ru.yml'), 10 => (\dirname(__DIR__4).'/src/CoreBundle/Resources/translations/core.ru.yml'), 11 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/basket.ru.yml'), 12 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_base.ru.yml'), 13 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_citroen.ru.yml'), 14 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_ford.ru.yml'), 15 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_haval.ru.yml'), 16 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_honda.ru.yml'), 17 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_infiniti.ru.yml'), 18 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_jaguar.ru.yml'), 19 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_jeep.ru.yml'), 20 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_landrover.ru.yml'), 21 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_lexus.ru.yml'), 22 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_marine.ru.yml'), 23 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_mazda.ru.yml'), 24 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_morris.ru.yml'), 25 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_nissan.ru.yml'), 26 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_nissan_armada.ru.yml'), 27 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_opel.ru.yml'), 28 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_peugeot.ru.yml'), 29 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_subaru.ru.yml'), 30 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_suzuki.ru.yml'), 31 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_toyota.ru.yml'), 32 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_toyota_borispol.ru.yml'), 33 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_toyota_od.ru.yml'), 34 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_unicommerce.ru.yml'), 35 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_volvo.ru.yml'), 36 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_yamaha.ru.yml'), 37 => (\dirname(__DIR__4).'/src/ImporterBundle/Resources/translations/importer_yamaha.ru.yml'), 38 => (\dirname(__DIR__4).'/src/InsuranceBundle/Resources/translations/insurance.ru.yml'), 39 => (\dirname(__DIR__4).'/src/IntegrationBundle/Resources/translations/integration.ru.yml'), 40 => (\dirname(__DIR__4).'/src/LeasingBundle/Resources/translations/dc_leasing.ru.yml'), 41 => (\dirname(__DIR__4).'/src/MyBundle/Resources/translations/loyality.ru.yml'), 42 => (\dirname(__DIR__4).'/src/PortalBundle/Resources/translations/portal_base.ru.yml'), 43 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ru.xliff')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sk.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.sk.xliff')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sl.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.sl.xliff')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sr_Cyrl.xliff')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sr_Latn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sr_Latn.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sr_Latn.xliff')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sv.yml')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.th.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.th.yml')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.tr.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.uk.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.uk.xliff')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.vi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.vi.yml')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_CN.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.zh_CN.xliff')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'bn' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bn_BD.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.eo.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.eo.yml')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ky.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ky.yml')], 'sv_SE' => [=> (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sv_SE.xliff')], 'zh_HK' => [=> (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_HK.xliff')], 'ua' => [=> (\dirname(__DIR__4).'/src/AutomarketBundle/Resources/translations/automarket_base.ua.yml'), => (\dirname(__DIR__4).'/src/AutomarketBundle/Resources/translations/automarket_widget.ua.yml'), => (\dirname(__DIR__4).'/src/CoreBundle/Resources/translations/core.ua.yml'), => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/basket.ua.yml'), => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_base.ua.yml'), => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_citroen.ua.yml'), => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_ford.ua.yml'), => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_haval.ua.yml'), => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_honda.ua.yml'), => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_infiniti.ua.yml'), 10 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_jaguar.ua.yml'), 11 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_jeep.ua.yml'), 12 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_landrover.ua.yml'), 13 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_lexus.ua.yml'), 14 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_marine.ua.yml'), 15 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_mazda.ua.yml'), 16 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_morris.ua.yml'), 17 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_nissan.ua.yml'), 18 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_nissan_armada.ua.yml'), 19 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_opel.ua.yml'), 20 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_peugeot.ua.yml'), 21 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_subaru.ua.yml'), 22 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_suzuki.ua.yml'), 23 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_toyota.ua.yml'), 24 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_toyota_borispol.ua.yml'), 25 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_toyota_od.ua.yml'), 26 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_unicommerce.ua.yml'), 27 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_volvo.ua.yml'), 28 => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations/dc_yamaha.ua.yml'), 29 => (\dirname(__DIR__4).'/src/ImporterBundle/Resources/translations/importer_yamaha.ua.yml'), 30 => (\dirname(__DIR__4).'/src/InsuranceBundle/Resources/translations/insurance.ua.yml'), 31 => (\dirname(__DIR__4).'/src/IntegrationBundle/Resources/translations/integration.ua.yml'), 32 => (\dirname(__DIR__4).'/src/LeasingBundle/Resources/translations/dc_leasing.ua.yml'), 33 => (\dirname(__DIR__4).'/src/MyBundle/Resources/translations/loyality.ua.yml'), 34 => (\dirname(__DIR__4).'/src/PortalBundle/Resources/translations/portal_base.ua.yml')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/src/AutomarketBundle/Resources/translations'), => (\dirname(__DIR__4).'/src/CoreBundle/Resources/translations'), => (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/translations'), 10 => (\dirname(__DIR__4).'/src/ImporterBundle/Resources/translations'), 11 => (\dirname(__DIR__4).'/src/InsuranceBundle/Resources/translations'), 12 => (\dirname(__DIR__4).'/src/IntegrationBundle/Resources/translations'), 13 => (\dirname(__DIR__4).'/src/LeasingBundle/Resources/translations'), 14 => (\dirname(__DIR__4).'/src/MyBundle/Resources/translations'), 15 => (\dirname(__DIR__4).'/src/PortalBundle/Resources/translations'), 16 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations'), 17 => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations'), 18 => (\dirname(__DIR__4).'/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 21 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony/translations'), 24 => (\dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Bridge/Symfony/translations'), 25 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'), 27 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 29 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 30 => (\dirname(__DIR__4).'/src/AdminBundle/translations'), 31 => (\dirname(__DIR__4).'/src/AcquiringBundle/translations'), 32 => (\dirname(__DIR__4).'/src/ApiBundle/translations'), 33 => (\dirname(__DIR__4).'/src/BmpGatewayBundle/translations'), 34 => (\dirname(__DIR__4).'/src/FoundersBundle/translations'), 35 => (\dirname(__DIR__4).'/src/LandingBundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 37 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 38 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 39 => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle/translations'), 40 => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/translations'), 41 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 42 => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 43 => (\dirname(__DIR__4).'/vendor/snc/redis-bundle/src/translations'), 44 => (\dirname(__DIR__4).'/vendor/tilleuls/ckeditor-sonata-media-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/friendsofsymfony/user-bundle/src/Resources/translations'=> 'vendor/sonata-project/block-bundle/src/Resources/translations'=> 'vendor/sonata-project/admin-bundle/src/Resources/translations'=> 'vendor/sonata-project/media-bundle/src/Resources/translations'=> 'src/AutomarketBundle/Resources/translations'=> 'src/CoreBundle/Resources/translations'=> 'src/DcSiteBundle/Resources/translations'10 => 'src/ImporterBundle/Resources/translations'11 => 'src/InsuranceBundle/Resources/translations'12 => 'src/IntegrationBundle/Resources/translations'13 => 'src/LeasingBundle/Resources/translations'14 => 'src/MyBundle/Resources/translations'15 => 'src/PortalBundle/Resources/translations'16 => 'vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations'17 => 'vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations'18 => 'translations'19 => 'vendor/symfony/security-bundle/translations'20 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations'21 => 'vendor/knplabs/knp-menu-bundle/translations'22 => 'vendor/sensio/framework-extra-bundle/src/translations'23 => 'vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony/translations'24 => 'vendor/sonata-project/exporter/src/Bridge/Symfony/translations'25 => 'vendor/doctrine/doctrine-bundle/translations'26 => 'vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'27 => 'vendor/symfony/monolog-bundle/translations'28 => 'vendor/symfony/framework-bundle/translations'29 => 'vendor/symfony/twig-bundle/translations'30 => 'src/AdminBundle/translations'31 => 'src/AcquiringBundle/translations'32 => 'src/ApiBundle/translations'33 => 'src/BmpGatewayBundle/translations'34 => 'src/FoundersBundle/translations'35 => 'src/LandingBundle/translations'36 => 'vendor/symfony/debug-bundle/translations'37 => 'vendor/symfony/web-profiler-bundle/translations'38 => 'vendor/doctrine/doctrine-migrations-bundle/translations'39 => 'vendor/jms/serializer-bundle/translations'40 => 'vendor/nelmio/api-doc-bundle/translations'41 => 'vendor/lexik/jwt-authentication-bundle/translations'42 => 'vendor/knplabs/knp-snappy-bundle/src/translations'43 => 'vendor/snc/redis-bundle/src/translations'44 => 'vendor/tilleuls/ckeditor-sonata-media-bundle/src/translations']]], []);
  44936.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  44937.         $instance->setFallbackLocales([=> 'ua'=> 'ru'=> 'ua']);
  44938.         return $instance;
  44939.     }
  44940.     /**
  44941.      * Gets the private 'twig.command.debug' shared service.
  44942.      *
  44943.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  44944.      */
  44945.     protected function getTwig_Command_DebugService()
  44946.     {
  44947.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  44948.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  44949.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  44950.         $instance->setName('debug:twig');
  44951.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  44952.         return $instance;
  44953.     }
  44954.     /**
  44955.      * Gets the private 'twig.command.lint' shared service.
  44956.      *
  44957.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  44958.      */
  44959.     protected function getTwig_Command_LintService()
  44960.     {
  44961.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  44962.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  44963.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  44964.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  44965.         $instance->setName('lint:twig');
  44966.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  44967.         return $instance;
  44968.     }
  44969.     /**
  44970.      * Gets the private 'twig.form.engine' shared service.
  44971.      *
  44972.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  44973.      */
  44974.     protected function getTwig_Form_EngineService()
  44975.     {
  44976.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  44977.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  44978.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  44979.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  44980.         if (isset($this->privates['twig.form.engine'])) {
  44981.             return $this->privates['twig.form.engine'];
  44982.         }
  44983.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  44984.     }
  44985.     /**
  44986.      * Gets the private 'twig.form.renderer' shared service.
  44987.      *
  44988.      * @return \Symfony\Component\Form\FormRenderer
  44989.      */
  44990.     protected function getTwig_Form_RendererService()
  44991.     {
  44992.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  44993.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  44994.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  44995.         if (isset($this->privates['twig.form.renderer'])) {
  44996.             return $this->privates['twig.form.renderer'];
  44997.         }
  44998.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer($a, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  44999.     }
  45000.     /**
  45001.      * Gets the private 'twig.mailer.message_listener' shared service.
  45002.      *
  45003.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  45004.      */
  45005.     protected function getTwig_Mailer_MessageListenerService()
  45006.     {
  45007.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  45008.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  45009.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  45010.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  45011.         if (isset($this->privates['twig.mailer.message_listener'])) {
  45012.             return $this->privates['twig.mailer.message_listener'];
  45013.         }
  45014.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  45015.     }
  45016.     /**
  45017.      * Gets the private 'twig.runtime.httpkernel' shared service.
  45018.      *
  45019.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  45020.      */
  45021.     protected function getTwig_Runtime_HttpkernelService()
  45022.     {
  45023.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  45024.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  45025.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  45026.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  45027.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  45028.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  45029.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  45030.             'hinclude' => ['privates''fragment.renderer.hinclude''getFragment_Renderer_HincludeService'false],
  45031.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  45032.         ], [
  45033.             'hinclude' => '?',
  45034.             'inline' => '?',
  45035.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), $a));
  45036.     }
  45037.     /**
  45038.      * Gets the private 'twig.runtime.security_csrf' shared service.
  45039.      *
  45040.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  45041.      */
  45042.     protected function getTwig_Runtime_SecurityCsrfService()
  45043.     {
  45044.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  45045.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  45046.     }
  45047.     /**
  45048.      * Gets the private 'twig.runtime.serializer' shared service.
  45049.      *
  45050.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  45051.      */
  45052.     protected function getTwig_Runtime_SerializerService()
  45053.     {
  45054.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  45055.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  45056.         if (isset($this->privates['twig.runtime.serializer'])) {
  45057.             return $this->privates['twig.runtime.serializer'];
  45058.         }
  45059.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime($a);
  45060.     }
  45061.     /**
  45062.      * Gets the private 'twig.template_cache_warmer' shared service.
  45063.      *
  45064.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  45065.      */
  45066.     protected function getTwig_TemplateCacheWarmerService()
  45067.     {
  45068.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  45069.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  45070.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  45071.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  45072.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  45073.         ], [
  45074.             'twig' => '?',
  45075.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), [(\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views') => NULL, (\dirname(__DIR__4).'/src/AcquiringBundle/Resources/views') => 'AcquiringBundle', (\dirname(__DIR__4).'/src/CoreBundle/Resources/views') => 'CoreBundle', (\dirname(__DIR__4).'/src/BmpGatewayBundle/Resources/views') => 'BmpGatewayBundle', (\dirname(__DIR__4).'/src/AdminBundle/Resources/views') => 'AdminBundle', (\dirname(__DIR__4).'/src/InsuranceBundle/Resources/views') => 'InsuranceBundle', (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/views') => 'DcSiteBundle', (\dirname(__DIR__4).'/src/ImporterBundle/Resources/views') => 'ImporterBundle', (\dirname(__DIR__4).'/src/LeasingBundle/Resources/views') => 'LeasingBundle', (\dirname(__DIR__4).'/templates/bundles/FOSUserBundle') => 'FOSUserBundle', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  45076.     }
  45077.     /**
  45078.      * Gets the private 'validator.builder' shared service.
  45079.      *
  45080.      * @return \Symfony\Component\Validator\ValidatorBuilder
  45081.      */
  45082.     protected function getValidator_BuilderService()
  45083.     {
  45084.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  45085.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  45086.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  45087.             'Sonata\\Form\\Validator\\InlineValidator' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'false],
  45088.             'Sonata\\MediaBundle\\Validator\\Constraints\\ImageUploadDimensionValidator' => ['privates''Sonata\\MediaBundle\\Validator\\Constraints\\ImageUploadDimensionValidator''getImageUploadDimensionValidatorService'false],
  45089.             'Sonata\\MediaBundle\\Validator\\FormatValidator' => ['privates''sonata.media.validator.format''getSonata_Media_Validator_FormatService'false],
  45090.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  45091.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  45092.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  45093.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  45094.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  45095.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  45096.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  45097.             'sonata.form.validator.inline' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'false],
  45098.             'sonata.media.validator.format' => ['privates''sonata.media.validator.format''getSonata_Media_Validator_FormatService'false],
  45099.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  45100.         ], [
  45101.             'Sonata\\Form\\Validator\\InlineValidator' => '?',
  45102.             'Sonata\\MediaBundle\\Validator\\Constraints\\ImageUploadDimensionValidator' => '?',
  45103.             'Sonata\\MediaBundle\\Validator\\FormatValidator' => '?',
  45104.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  45105.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  45106.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  45107.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  45108.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  45109.             'doctrine.orm.validator.unique' => '?',
  45110.             'security.validator.user_password' => '?',
  45111.             'sonata.form.validator.inline' => '?',
  45112.             'sonata.media.validator.format' => '?',
  45113.             'validator.expression' => '?',
  45114.         ])));
  45115.         if ($this->has('translator')) {
  45116.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  45117.         }
  45118.         $instance->setTranslationDomain('validators');
  45119.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/config/validation.xml')]);
  45120.         $instance->addYamlMappings([=> (\dirname(__DIR__4).'/src/DcSiteBundle/Resources/config/validation.yml')]);
  45121.         $instance->enableAnnotationMapping(true);
  45122.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  45123.         $instance->addMethodMapping('loadValidatorMetadata');
  45124.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  45125.         $instance->addObjectInitializers([=> new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService())), => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  45126.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  45127.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  45128.         return $instance;
  45129.     }
  45130.     /**
  45131.      * Gets the private 'validator.email' shared service.
  45132.      *
  45133.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  45134.      */
  45135.     protected function getValidator_EmailService()
  45136.     {
  45137.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  45138.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  45139.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  45140.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  45141.     }
  45142.     /**
  45143.      * Gets the private 'validator.expression' shared service.
  45144.      *
  45145.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  45146.      */
  45147.     protected function getValidator_ExpressionService()
  45148.     {
  45149.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  45150.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  45151.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  45152.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())));
  45153.     }
  45154.     /**
  45155.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  45156.      *
  45157.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  45158.      */
  45159.     protected function getValidator_Mapping_CacheWarmerService()
  45160.     {
  45161.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  45162.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  45163.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  45164.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  45165.     }
  45166.     /**
  45167.      * Gets the private 'validator.not_compromised_password' shared service.
  45168.      *
  45169.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  45170.      */
  45171.     protected function getValidator_NotCompromisedPasswordService()
  45172.     {
  45173.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  45174.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  45175.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  45176.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8'trueNULL);
  45177.     }
  45178.     /**
  45179.      * Gets the private 'var_dumper.command.server_dump' shared service.
  45180.      *
  45181.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  45182.      */
  45183.     protected function getVarDumper_Command_ServerDumpService()
  45184.     {
  45185.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  45186.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  45187.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  45188.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  45189.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  45190.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  45191.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  45192.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  45193.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  45194.         $a->pushHandler(($this->services['monolog.error_db_handler'] ?? $this->getMonolog_ErrorDbHandlerService()));
  45195.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  45196.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  45197.         $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
  45198.         $instance->setName('server:dump');
  45199.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  45200.         return $instance;
  45201.     }
  45202.     /**
  45203.      * Gets the private 'var_dumper.contextualized_cli_dumper' shared service.
  45204.      *
  45205.      * @return \Symfony\Component\VarDumper\Dumper\ContextualizedDumper
  45206.      */
  45207.     protected function getVarDumper_ContextualizedCliDumperService()
  45208.     {
  45209.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  45210.         return $this->privates['var_dumper.contextualized_cli_dumper'] = new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'\dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]);
  45211.     }
  45212.     /**
  45213.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  45214.      *
  45215.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  45216.      */
  45217.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  45218.     {
  45219.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  45220.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  45221.         return $instance;
  45222.     }
  45223.     /**
  45224.      * Gets the private 'var_dumper.html_dumper' shared service.
  45225.      *
  45226.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  45227.      */
  45228.     protected function getVarDumper_HtmlDumperService()
  45229.     {
  45230.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  45231.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  45232.         return $instance;
  45233.     }
  45234.     /**
  45235.      * Gets the private 'var_dumper.server_connection' shared service.
  45236.      *
  45237.      * @return \Symfony\Component\VarDumper\Server\Connection
  45238.      */
  45239.     protected function getVarDumper_ServerConnectionService()
  45240.     {
  45241.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'\dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  45242.     }
  45243.     /**
  45244.      * Gets the private 'web_profiler.csp.handler' shared service.
  45245.      *
  45246.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  45247.      */
  45248.     protected function getWebProfiler_Csp_HandlerService()
  45249.     {
  45250.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  45251.     }
  45252.     /**
  45253.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  45254.      *
  45255.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  45256.      */
  45257.     protected function getWebProfiler_DebugToolbarService()
  45258.     {
  45259.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  45260.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  45261.             return $this->privates['web_profiler.debug_toolbar'];
  45262.         }
  45263.         $b = ($this->services['router'] ?? $this->getRouterService());
  45264.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  45265.             return $this->privates['web_profiler.debug_toolbar'];
  45266.         }
  45267.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2$b'^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  45268.     }
  45269.     /**
  45270.      * Gets the public 'security.authorization_checker' alias.
  45271.      *
  45272.      * @return object The ".container.private.security.authorization_checker" service.
  45273.      */
  45274.     protected function getSecurity_AuthorizationCheckerService()
  45275.     {
  45276.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  45277.         return $this->get('.container.private.security.authorization_checker');
  45278.     }
  45279.     /**
  45280.      * Gets the public 'security.token_storage' alias.
  45281.      *
  45282.      * @return object The ".container.private.security.token_storage" service.
  45283.      */
  45284.     protected function getSecurity_TokenStorageService()
  45285.     {
  45286.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  45287.         return $this->get('.container.private.security.token_storage');
  45288.     }
  45289.     /**
  45290.      * Gets the public 'cache_clearer' alias.
  45291.      *
  45292.      * @return object The ".container.private.cache_clearer" service.
  45293.      */
  45294.     protected function getCacheClearerService()
  45295.     {
  45296.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  45297.         return $this->get('.container.private.cache_clearer');
  45298.     }
  45299.     /**
  45300.      * Gets the public 'filesystem' alias.
  45301.      *
  45302.      * @return object The ".container.private.filesystem" service.
  45303.      */
  45304.     protected function getFilesystemService()
  45305.     {
  45306.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  45307.         return $this->get('.container.private.filesystem');
  45308.     }
  45309.     /**
  45310.      * Gets the public 'serializer' alias.
  45311.      *
  45312.      * @return object The ".container.private.serializer" service.
  45313.      */
  45314.     protected function getSerializerService()
  45315.     {
  45316.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  45317.         return $this->get('.container.private.serializer');
  45318.     }
  45319.     /**
  45320.      * Gets the public 'security.csrf.token_manager' alias.
  45321.      *
  45322.      * @return object The ".container.private.security.csrf.token_manager" service.
  45323.      */
  45324.     protected function getSecurity_Csrf_TokenManagerService()
  45325.     {
  45326.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  45327.         return $this->get('.container.private.security.csrf.token_manager');
  45328.     }
  45329.     /**
  45330.      * Gets the public 'form.factory' alias.
  45331.      *
  45332.      * @return object The ".container.private.form.factory" service.
  45333.      */
  45334.     protected function getForm_FactoryService()
  45335.     {
  45336.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  45337.         return $this->get('.container.private.form.factory');
  45338.     }
  45339.     /**
  45340.      * Gets the public 'form.type.file' alias.
  45341.      *
  45342.      * @return object The ".container.private.form.type.file" service.
  45343.      */
  45344.     protected function getForm_Type_FileService()
  45345.     {
  45346.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  45347.         return $this->get('.container.private.form.type.file');
  45348.     }
  45349.     /**
  45350.      * Gets the public 'profiler' alias.
  45351.      *
  45352.      * @return object The ".container.private.profiler" service.
  45353.      */
  45354.     protected function getProfilerService()
  45355.     {
  45356.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  45357.         return $this->get('.container.private.profiler');
  45358.     }
  45359.     /**
  45360.      * Gets the public 'twig' alias.
  45361.      *
  45362.      * @return object The ".container.private.twig" service.
  45363.      */
  45364.     protected function getTwigService()
  45365.     {
  45366.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  45367.         return $this->get('.container.private.twig');
  45368.     }
  45369.     /**
  45370.      * Gets the public 'security.password_encoder' alias.
  45371.      *
  45372.      * @return object The ".container.private.security.password_encoder" service.
  45373.      */
  45374.     protected function getSecurity_PasswordEncoderService()
  45375.     {
  45376.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  45377.         return $this->get('.container.private.security.password_encoder');
  45378.     }
  45379.     /**
  45380.      * Gets the public 'session' alias.
  45381.      *
  45382.      * @return object The ".container.private.session" service.
  45383.      */
  45384.     protected function getSessionService()
  45385.     {
  45386.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  45387.         return $this->get('.container.private.session');
  45388.     }
  45389.     /**
  45390.      * Gets the public 'validator' alias.
  45391.      *
  45392.      * @return object The ".container.private.validator" service.
  45393.      */
  45394.     protected function getValidatorService()
  45395.     {
  45396.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  45397.         return $this->get('.container.private.validator');
  45398.     }
  45399.     /**
  45400.      * @return array|bool|float|int|string|\UnitEnum|null
  45401.      */
  45402.     public function getParameter(string $name)
  45403.     {
  45404.         if (isset($this->buildParameters[$name])) {
  45405.             return $this->buildParameters[$name];
  45406.         }
  45407.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  45408.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  45409.         }
  45410.         if (isset($this->loadedDynamicParameters[$name])) {
  45411.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  45412.         }
  45413.         return $this->parameters[$name];
  45414.     }
  45415.     public function hasParameter(string $name): bool
  45416.     {
  45417.         if (isset($this->buildParameters[$name])) {
  45418.             return true;
  45419.         }
  45420.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  45421.     }
  45422.     public function setParameter(string $name$value): void
  45423.     {
  45424.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  45425.     }
  45426.     public function getParameterBag(): ParameterBagInterface
  45427.     {
  45428.         if (null === $this->parameterBag) {
  45429.             $parameters $this->parameters;
  45430.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  45431.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  45432.             }
  45433.             foreach ($this->buildParameters as $name => $value) {
  45434.                 $parameters[$name] = $value;
  45435.             }
  45436.             $this->parameterBag = new FrozenParameterBag($parameters);
  45437.         }
  45438.         return $this->parameterBag;
  45439.     }
  45440.     private $loadedDynamicParameters = [
  45441.         'kernel.runtime_environment' => false,
  45442.         'kernel.build_dir' => false,
  45443.         'kernel.cache_dir' => false,
  45444.         'mode' => false,
  45445.         'mailer_transport' => false,
  45446.         'mailer_host' => false,
  45447.         'mailer_user' => false,
  45448.         'mailer_password' => false,
  45449.         'mailer_port' => false,
  45450.         'mailer_encryption' => false,
  45451.         'secret' => false,
  45452.         'host' => false,
  45453.         'api_host' => false,
  45454.         'leasing_new_host' => false,
  45455.         'marine_host' => false,
  45456.         'toyota_odessa_host' => false,
  45457.         'toyota_host' => false,
  45458.         'subaru_host' => false,
  45459.         'sunrise_host' => false,
  45460.         'armada_host' => false,
  45461.         'lexus_host' => false,
  45462.         'host_security' => false,
  45463.         'automarket_host' => false,
  45464.         'corporate_host' => false,
  45465.         'infiniti_host' => false,
  45466.         'landrover_host' => false,
  45467.         'jaguar_host' => false,
  45468.         'volvo_host' => false,
  45469.         'honda_host' => false,
  45470.         'peugeot_host' => false,
  45471.         'citroen_host' => false,
  45472.         'mazda_host' => false,
  45473.         'ford_host' => false,
  45474.         'suzuki_host' => false,
  45475.         'mg_host' => false,
  45476.         'haval_host' => false,
  45477.         'leasing_host' => false,
  45478.         'opel_host' => false,
  45479.         'jeep_host' => false,
  45480.         'toyota_borispol_host' => false,
  45481.         'unicommerce_host' => false,
  45482.         'yamaha_host' => false,
  45483.         'yamaha_sub_hosts' => false,
  45484.         'shop_toyota_host' => false,
  45485.         'shop_mazda_host' => false,
  45486.         'shop_mg_host' => false,
  45487.         'shop_toyota_odessa_host' => false,
  45488.         'shop_toyota_borispol_host' => false,
  45489.         'shop_lexus_host' => false,
  45490.         'founders_host' => false,
  45491.         'shop_ford_host' => false,
  45492.         'shop_subaru_host' => false,
  45493.         'shop_suzuki_host' => false,
  45494.         'shop_opel_host' => false,
  45495.         'shop_nissan_host' => false,
  45496.         'shop_jeep_host' => false,
  45497.         'shop_jaguar_host' => false,
  45498.         'shop_landrover_host' => false,
  45499.         'shop_volvo_host' => false,
  45500.         'shop_citroen_host' => false,
  45501.         'shop_peugeot_host' => false,
  45502.         'shop_honda_host' => false,
  45503.         'shop_infiniti_host' => false,
  45504.         'shop_nissan_armada_host' => false,
  45505.         'territory_access_login' => false,
  45506.         'territory_access_password' => false,
  45507.         'territory_access_endpoint' => false,
  45508.         'postomate_access_login' => false,
  45509.         'postomate_access_password' => false,
  45510.         'postomate_access_endpoint' => false,
  45511.         'mik_pbx' => false,
  45512.         'mik_apikey' => false,
  45513.         'mik_endpoint' => false,
  45514.         'default_email_form' => false,
  45515.         'default_email_to' => false,
  45516.         'infobip' => false,
  45517.         'fos_user.registration.confirmation.from_email' => false,
  45518.         'fos_user.resetting.email.from_email' => false,
  45519.         'fos_user.registration.confirmation.from_address' => false,
  45520.         'fos_user.resetting.email.from_address' => false,
  45521.         'doctrine.orm.proxy_dir' => false,
  45522.         'kernel.secret' => false,
  45523.         'debug.container.dump' => false,
  45524.         'serializer.mapping.cache.file' => false,
  45525.         'session.storage.options' => false,
  45526.         'session.save_path' => false,
  45527.         'validator.mapping.cache.file' => false,
  45528.         'profiler.storage.dsn' => false,
  45529.         'lexik_jwt_authentication.pass_phrase' => false,
  45530.         'knp_snappy.pdf.binary' => false,
  45531.         'knp_snappy.image.binary' => false,
  45532.     ];
  45533.     private $dynamicParameters = [];
  45534.     private function getDynamicParameter(string $name)
  45535.     {
  45536.         switch ($name) {
  45537.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  45538.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  45539.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  45540.             case 'mode'$value $this->getEnv('FRONT_FOLDER'); break;
  45541.             case 'mailer_transport'$value $this->getEnv('MAILER_TRANSPORT'); break;
  45542.             case 'mailer_host'$value $this->getEnv('MAILER_HOST'); break;
  45543.             case 'mailer_user'$value $this->getEnv('MAILER_USER'); break;
  45544.             case 'mailer_password'$value $this->getEnv('MAILER_PASSWORD'); break;
  45545.             case 'mailer_port'$value $this->getEnv('MAILER_PORT'); break;
  45546.             case 'mailer_encryption'$value $this->getEnv('MAILER_ENCRYPTION'); break;
  45547.             case 'secret'$value $this->getEnv('APP_SECRET'); break;
  45548.             case 'host'$value $this->getEnv('HOST'); break;
  45549.             case 'api_host'$value $this->getEnv('API_HOST'); break;
  45550.             case 'leasing_new_host'$value $this->getEnv('LEASING_NEW_HOST'); break;
  45551.             case 'marine_host'$value $this->getEnv('MARINE_HOST'); break;
  45552.             case 'toyota_odessa_host'$value $this->getEnv('TOYOTA_ODESSA_HOST'); break;
  45553.             case 'toyota_host'$value $this->getEnv('TOYOTA_HOST'); break;
  45554.             case 'subaru_host'$value $this->getEnv('SUBARU_HOST'); break;
  45555.             case 'sunrise_host'$value $this->getEnv('SUNRISE_HOST'); break;
  45556.             case 'armada_host'$value $this->getEnv('ARMADA_HOST'); break;
  45557.             case 'lexus_host'$value $this->getEnv('LEXUS_HOST'); break;
  45558.             case 'host_security'$value $this->getEnv('HOST_SECURITY'); break;
  45559.             case 'automarket_host'$value $this->getEnv('AUTOMARKET_HOST'); break;
  45560.             case 'corporate_host'$value $this->getEnv('CORPORATE_HOST'); break;
  45561.             case 'infiniti_host'$value $this->getEnv('INFINITI_HOST'); break;
  45562.             case 'landrover_host'$value $this->getEnv('LANDROVER_HOST'); break;
  45563.             case 'jaguar_host'$value $this->getEnv('JAGUAR_HOST'); break;
  45564.             case 'volvo_host'$value $this->getEnv('VOLVO_HOST'); break;
  45565.             case 'honda_host'$value $this->getEnv('HONDA_HOST'); break;
  45566.             case 'peugeot_host'$value $this->getEnv('PEUGEOT_HOST'); break;
  45567.             case 'citroen_host'$value $this->getEnv('CITROEN_HOST'); break;
  45568.             case 'mazda_host'$value $this->getEnv('MAZDA_HOST'); break;
  45569.             case 'ford_host'$value $this->getEnv('FORD_HOST'); break;
  45570.             case 'suzuki_host'$value $this->getEnv('SUZUKI_HOST'); break;
  45571.             case 'mg_host'$value $this->getEnv('MG_HOST'); break;
  45572.             case 'haval_host'$value $this->getEnv('HAVAL_HOST'); break;
  45573.             case 'leasing_host'$value $this->getEnv('LEASING_HOST'); break;
  45574.             case 'opel_host'$value $this->getEnv('OPEL_HOST'); break;
  45575.             case 'jeep_host'$value $this->getEnv('JEEP_HOST'); break;
  45576.             case 'toyota_borispol_host'$value $this->getEnv('TOYOTA_BORISPOL_HOST'); break;
  45577.             case 'unicommerce_host'$value $this->getEnv('UNICOMMERCE_HOST'); break;
  45578.             case 'yamaha_host'$value $this->getEnv('YAMAHA_HOST'); break;
  45579.             case 'yamaha_sub_hosts'$value $this->getEnv('YAMAHA_SUB_HOSTS'); break;
  45580.             case 'shop_toyota_host'$value $this->getEnv('SHOP_TOYOTA_HOST'); break;
  45581.             case 'shop_mazda_host'$value $this->getEnv('SHOP_MAZDA_HOST'); break;
  45582.             case 'shop_mg_host'$value $this->getEnv('SHOP_MG_HOST'); break;
  45583.             case 'shop_toyota_odessa_host'$value $this->getEnv('SHOP_TOYOTA_ODESSA_HOST'); break;
  45584.             case 'shop_toyota_borispol_host'$value $this->getEnv('SHOP_TOYOTA_BORISPOL_HOST'); break;
  45585.             case 'shop_lexus_host'$value $this->getEnv('SHOP_LEXUS_HOST'); break;
  45586.             case 'founders_host'$value $this->getEnv('FOUNDERS_HOST'); break;
  45587.             case 'shop_ford_host'$value $this->getEnv('SHOP_FORD_HOST'); break;
  45588.             case 'shop_subaru_host'$value $this->getEnv('SHOP_SUBARU_HOST'); break;
  45589.             case 'shop_suzuki_host'$value $this->getEnv('SHOP_SUZUKI_HOST'); break;
  45590.             case 'shop_opel_host'$value $this->getEnv('SHOP_OPEL_HOST'); break;
  45591.             case 'shop_nissan_host'$value $this->getEnv('SHOP_NISSAN_HOST'); break;
  45592.             case 'shop_jeep_host'$value $this->getEnv('SHOP_JEEP_HOST'); break;
  45593.             case 'shop_jaguar_host'$value $this->getEnv('SHOP_JAGUAR_HOST'); break;
  45594.             case 'shop_landrover_host'$value $this->getEnv('SHOP_LANDROVER_HOST'); break;
  45595.             case 'shop_volvo_host'$value $this->getEnv('SHOP_VOLVO_HOST'); break;
  45596.             case 'shop_citroen_host'$value $this->getEnv('SHOP_CITROEN_HOST'); break;
  45597.             case 'shop_peugeot_host'$value $this->getEnv('SHOP_PEUGEOT_HOST'); break;
  45598.             case 'shop_honda_host'$value $this->getEnv('SHOP_HONDA_HOST'); break;
  45599.             case 'shop_infiniti_host'$value $this->getEnv('SHOP_INFINITI_HOST'); break;
  45600.             case 'shop_nissan_armada_host'$value $this->getEnv('SHOP_NISSAN_ARMADA_HOST'); break;
  45601.             case 'territory_access_login'$value $this->getEnv('TERRITORY_ACCESS_LOGIN'); break;
  45602.             case 'territory_access_password'$value $this->getEnv('TERRITORY_ACCESS_PASSWORD'); break;
  45603.             case 'territory_access_endpoint'$value $this->getEnv('TERRITORY_ACCESS_ENDPOINT'); break;
  45604.             case 'postomate_access_login'$value $this->getEnv('POSTOMATE_ACCESS_LOGIN'); break;
  45605.             case 'postomate_access_password'$value $this->getEnv('POSTOMATE_ACCESS_PASSWORD'); break;
  45606.             case 'postomate_access_endpoint'$value $this->getEnv('POSTOMATE_ACCESS_ENDPOINT'); break;
  45607.             case 'mik_pbx'$value $this->getEnv('MIK_PBX'); break;
  45608.             case 'mik_apikey'$value $this->getEnv('MIK_APIKEY'); break;
  45609.             case 'mik_endpoint'$value $this->getEnv('MIK_ENDPOINT'); break;
  45610.             case 'default_email_form'$value $this->getEnv('DEFAULT_EMAIL_FROM'); break;
  45611.             case 'default_email_to'$value $this->getEnv('DEFAULT_EMAIL_TO'); break;
  45612.             case 'infobip'$value = [
  45613.                 'url' => $this->getEnv('INFOBIP_URL'),
  45614.                 'send_from' => $this->getEnv('INFOBIP_SEND_FROM'),
  45615.                 'auth_key' => $this->getEnv('INFOBIP_AUTH_KEY'),
  45616.                 'sms_path' => $this->getEnv('INFOBIP_SMS_PATH'),
  45617.             ]; break;
  45618.             case 'fos_user.registration.confirmation.from_email'$value = [
  45619.                 $this->getEnv('MAILER_USER') => $this->getEnv('MAILER_USER'),
  45620.             ]; break;
  45621.             case 'fos_user.resetting.email.from_email'$value = [
  45622.                 $this->getEnv('MAILER_USER') => $this->getEnv('MAILER_USER'),
  45623.             ]; break;
  45624.             case 'fos_user.registration.confirmation.from_address'$value = [
  45625.                 'address' => $this->getEnv('MAILER_USER'),
  45626.                 'sender_name' => $this->getEnv('MAILER_USER'),
  45627.             ]; break;
  45628.             case 'fos_user.resetting.email.from_address'$value = [
  45629.                 'address' => $this->getEnv('MAILER_USER'),
  45630.                 'sender_name' => $this->getEnv('MAILER_USER'),
  45631.             ]; break;
  45632.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  45633.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  45634.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  45635.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  45636.             case 'session.storage.options'$value = [
  45637.                 'cache_limiter' => '0',
  45638.                 'name' => $this->getEnv('resolve:SESSION_NAME'),
  45639.                 'cookie_lifetime' => 86400,
  45640.                 'cookie_secure' => false,
  45641.                 'cookie_httponly' => true,
  45642.                 'cookie_samesite' => 'lax',
  45643.                 'gc_maxlifetime' => 86400,
  45644.                 'gc_probability' => 1,
  45645.             ]; break;
  45646.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  45647.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  45648.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  45649.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  45650.             case 'knp_snappy.pdf.binary'$value $this->getEnv('WKHTMLTOPDF_PATH'); break;
  45651.             case 'knp_snappy.image.binary'$value $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
  45652.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  45653.         }
  45654.         $this->loadedDynamicParameters[$name] = true;
  45655.         return $this->dynamicParameters[$name] = $value;
  45656.     }
  45657.     protected function getDefaultParameters(): array
  45658.     {
  45659.         return [
  45660.             'kernel.project_dir' => \dirname(__DIR__4),
  45661.             'kernel.environment' => 'dev',
  45662.             'kernel.debug' => true,
  45663.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  45664.             'kernel.bundles' => [
  45665.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  45666.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  45667.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  45668.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  45669.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  45670.                 'SonataDoctrineBundle' => 'Sonata\\Doctrine\\Bridge\\Symfony\\SonataDoctrineBundle',
  45671.                 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  45672.                 'SonataExporterBundle' => 'Sonata\\Exporter\\Bridge\\Symfony\\SonataExporterBundle',
  45673.                 'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
  45674.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  45675.                 'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
  45676.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  45677.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  45678.                 'SonataMediaBundle' => 'Sonata\\MediaBundle\\SonataMediaBundle',
  45679.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  45680.                 'AdminBundle' => 'AdminBundle\\AdminBundle',
  45681.                 'AcquiringBundle' => 'AcquiringBundle\\AcquiringBundle',
  45682.                 'ApiBundle' => 'ApiBundle\\ApiBundle',
  45683.                 'AutomarketBundle' => 'AutomarketBundle\\AutomarketBundle',
  45684.                 'BmpGatewayBundle' => 'BmpGatewayBundle\\BmpGatewayBundle',
  45685.                 'CoreBundle' => 'CoreBundle\\CoreBundle',
  45686.                 'DcSiteBundle' => 'DcSiteBundle\\DcSiteBundle',
  45687.                 'FoundersBundle' => 'FoundersBundle\\FoundersBundle',
  45688.                 'ImporterBundle' => 'ImporterBundle\\ImporterBundle',
  45689.                 'InsuranceBundle' => 'InsuranceBundle\\InsuranceBundle',
  45690.                 'IntegrationBundle' => 'IntegrationBundle\\IntegrationBundle',
  45691.                 'LandingBundle' => 'LandingBundle\\LandingBundle',
  45692.                 'LeasingBundle' => 'LeasingBundle\\LeasingBundle',
  45693.                 'MyBundle' => 'MyBundle\\MyBundle',
  45694.                 'PortalBundle' => 'PortalBundle\\PortalBundle',
  45695.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  45696.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  45697.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  45698.                 'SonataFormBundle' => 'Sonata\\Form\\Bridge\\Symfony\\SonataFormBundle',
  45699.                 'SonataTwigBundle' => 'Sonata\\Twig\\Bridge\\Symfony\\SonataTwigBundle',
  45700.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  45701.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  45702.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  45703.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  45704.                 'SncRedisBundle' => 'Snc\\RedisBundle\\SncRedisBundle',
  45705.                 'CoopTilleulsCKEditorSonataMediaBundle' => 'CoopTilleuls\\Bundle\\CKEditorSonataMediaBundle\\CoopTilleulsCKEditorSonataMediaBundle',
  45706.             ],
  45707.             'kernel.bundles_metadata' => [
  45708.                 'SecurityBundle' => [
  45709.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  45710.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  45711.                 ],
  45712.                 'FOSCKEditorBundle' => [
  45713.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  45714.                     'namespace' => 'FOS\\CKEditorBundle',
  45715.                 ],
  45716.                 'FOSUserBundle' => [
  45717.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src'),
  45718.                     'namespace' => 'FOS\\UserBundle',
  45719.                 ],
  45720.                 'KnpMenuBundle' => [
  45721.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle'),
  45722.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  45723.                 ],
  45724.                 'SensioFrameworkExtraBundle' => [
  45725.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  45726.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  45727.                 ],
  45728.                 'SonataDoctrineBundle' => [
  45729.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony'),
  45730.                     'namespace' => 'Sonata\\Doctrine\\Bridge\\Symfony',
  45731.                 ],
  45732.                 'SonataBlockBundle' => [
  45733.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src'),
  45734.                     'namespace' => 'Sonata\\BlockBundle',
  45735.                 ],
  45736.                 'SonataExporterBundle' => [
  45737.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Bridge/Symfony'),
  45738.                     'namespace' => 'Sonata\\Exporter\\Bridge\\Symfony',
  45739.                 ],
  45740.                 'SonataAdminBundle' => [
  45741.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src'),
  45742.                     'namespace' => 'Sonata\\AdminBundle',
  45743.                 ],
  45744.                 'DoctrineBundle' => [
  45745.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  45746.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  45747.                 ],
  45748.                 'SonataDoctrineORMAdminBundle' => [
  45749.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
  45750.                     'namespace' => 'Sonata\\DoctrineORMAdminBundle',
  45751.                 ],
  45752.                 'MonologBundle' => [
  45753.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  45754.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  45755.                 ],
  45756.                 'FrameworkBundle' => [
  45757.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  45758.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  45759.                 ],
  45760.                 'SonataMediaBundle' => [
  45761.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src'),
  45762.                     'namespace' => 'Sonata\\MediaBundle',
  45763.                 ],
  45764.                 'TwigBundle' => [
  45765.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  45766.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  45767.                 ],
  45768.                 'AdminBundle' => [
  45769.                     'path' => (\dirname(__DIR__4).'/src/AdminBundle'),
  45770.                     'namespace' => 'AdminBundle',
  45771.                 ],
  45772.                 'AcquiringBundle' => [
  45773.                     'path' => (\dirname(__DIR__4).'/src/AcquiringBundle'),
  45774.                     'namespace' => 'AcquiringBundle',
  45775.                 ],
  45776.                 'ApiBundle' => [
  45777.                     'path' => (\dirname(__DIR__4).'/src/ApiBundle'),
  45778.                     'namespace' => 'ApiBundle',
  45779.                 ],
  45780.                 'AutomarketBundle' => [
  45781.                     'path' => (\dirname(__DIR__4).'/src/AutomarketBundle'),
  45782.                     'namespace' => 'AutomarketBundle',
  45783.                 ],
  45784.                 'BmpGatewayBundle' => [
  45785.                     'path' => (\dirname(__DIR__4).'/src/BmpGatewayBundle'),
  45786.                     'namespace' => 'BmpGatewayBundle',
  45787.                 ],
  45788.                 'CoreBundle' => [
  45789.                     'path' => (\dirname(__DIR__4).'/src/CoreBundle'),
  45790.                     'namespace' => 'CoreBundle',
  45791.                 ],
  45792.                 'DcSiteBundle' => [
  45793.                     'path' => (\dirname(__DIR__4).'/src/DcSiteBundle'),
  45794.                     'namespace' => 'DcSiteBundle',
  45795.                 ],
  45796.                 'FoundersBundle' => [
  45797.                     'path' => (\dirname(__DIR__4).'/src/FoundersBundle'),
  45798.                     'namespace' => 'FoundersBundle',
  45799.                 ],
  45800.                 'ImporterBundle' => [
  45801.                     'path' => (\dirname(__DIR__4).'/src/ImporterBundle'),
  45802.                     'namespace' => 'ImporterBundle',
  45803.                 ],
  45804.                 'InsuranceBundle' => [
  45805.                     'path' => (\dirname(__DIR__4).'/src/InsuranceBundle'),
  45806.                     'namespace' => 'InsuranceBundle',
  45807.                 ],
  45808.                 'IntegrationBundle' => [
  45809.                     'path' => (\dirname(__DIR__4).'/src/IntegrationBundle'),
  45810.                     'namespace' => 'IntegrationBundle',
  45811.                 ],
  45812.                 'LandingBundle' => [
  45813.                     'path' => (\dirname(__DIR__4).'/src/LandingBundle'),
  45814.                     'namespace' => 'LandingBundle',
  45815.                 ],
  45816.                 'LeasingBundle' => [
  45817.                     'path' => (\dirname(__DIR__4).'/src/LeasingBundle'),
  45818.                     'namespace' => 'LeasingBundle',
  45819.                 ],
  45820.                 'MyBundle' => [
  45821.                     'path' => (\dirname(__DIR__4).'/src/MyBundle'),
  45822.                     'namespace' => 'MyBundle',
  45823.                 ],
  45824.                 'PortalBundle' => [
  45825.                     'path' => (\dirname(__DIR__4).'/src/PortalBundle'),
  45826.                     'namespace' => 'PortalBundle',
  45827.                 ],
  45828.                 'DebugBundle' => [
  45829.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  45830.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  45831.                 ],
  45832.                 'WebProfilerBundle' => [
  45833.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  45834.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  45835.                 ],
  45836.                 'DoctrineMigrationsBundle' => [
  45837.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  45838.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  45839.                 ],
  45840.                 'SonataFormBundle' => [
  45841.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony'),
  45842.                     'namespace' => 'Sonata\\Form\\Bridge\\Symfony',
  45843.                 ],
  45844.                 'SonataTwigBundle' => [
  45845.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony'),
  45846.                     'namespace' => 'Sonata\\Twig\\Bridge\\Symfony',
  45847.                 ],
  45848.                 'JMSSerializerBundle' => [
  45849.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  45850.                     'namespace' => 'JMS\\SerializerBundle',
  45851.                 ],
  45852.                 'NelmioApiDocBundle' => [
  45853.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  45854.                     'namespace' => 'Nelmio\\ApiDocBundle',
  45855.                 ],
  45856.                 'LexikJWTAuthenticationBundle' => [
  45857.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  45858.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  45859.                 ],
  45860.                 'KnpSnappyBundle' => [
  45861.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  45862.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  45863.                 ],
  45864.                 'SncRedisBundle' => [
  45865.                     'path' => (\dirname(__DIR__4).'/vendor/snc/redis-bundle/src'),
  45866.                     'namespace' => 'Snc\\RedisBundle',
  45867.                 ],
  45868.                 'CoopTilleulsCKEditorSonataMediaBundle' => [
  45869.                     'path' => (\dirname(__DIR__4).'/vendor/tilleuls/ckeditor-sonata-media-bundle/src'),
  45870.                     'namespace' => 'CoopTilleuls\\Bundle\\CKEditorSonataMediaBundle',
  45871.                 ],
  45872.             ],
  45873.             'kernel.charset' => 'UTF-8',
  45874.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  45875.             'container.dumper.inline_class_loader' => true,
  45876.             'container.dumper.inline_factories' => true,
  45877.             'locale' => 'ua',
  45878.             'allowed_locales' => [
  45879.                 => 'ua',
  45880.                 => 'ru',
  45881.             ],
  45882.             'version' => 'v1.4.779',
  45883.             'acquiring' => [
  45884.                 'drive' => [
  45885.                     'key' => '667aeabef2a82eb428b551401381083f',
  45886.                     'merchantName' => 'VIDI DRIVE',
  45887.                     'merchantUrl' => 'http://acquiring.vidi.ua',
  45888.                     'merchantId' => 20905237,
  45889.                     'terminalId' => 20908675,
  45890.                     'merchantEmail' => 'web-leads@vidi.ua',
  45891.                     'success' => [
  45892.                         => 'service@peugeot-vidi.com',
  45893.                         => 'parts.avenue@vidi.ua',
  45894.                     ],
  45895.                     'site' => [
  45896.                         'copyright' => '© Haval',
  45897.                         'name' => 'Haval ВІДІ Драйв',
  45898.                     ],
  45899.                 ],
  45900.                 'avenu' => [
  45901.                     'key' => '667aeabef2a82eb428b551401381083f',
  45902.                     'merchantName' => 'VIDI AVENIU',
  45903.                     'merchantUrl' => 'http://acquiring.vidi.ua',
  45904.                     'merchantId' => 20905237,
  45905.                     'terminalId' => 20908675,
  45906.                     'merchantEmail' => 'web-leads@vidi.ua',
  45907.                     'success' => [
  45908.                         => 'service@peugeot-vidi.com',
  45909.                         => 'parts.avenue@vidi.ua',
  45910.                     ],
  45911.                     'site' => [
  45912.                         'copyright' => '© Peugeot',
  45913.                         'name' => 'Peugeot ВІДІ Авеню',
  45914.                     ],
  45915.                 ],
  45916.                 'palmira' => [
  45917.                     'key' => '2f385be935267af696cc0b770a7bbd76',
  45918.                     'merchantName' => 'VIDI PALMIRA',
  45919.                     'merchantUrl' => 'http://acquiring.vidi.ua',
  45920.                     'merchantId' => 21501660,
  45921.                     'terminalId' => 21502395,
  45922.                     'merchantEmail' => 'web-leads@vidi.ua',
  45923.                     'success' => [
  45924.                         => 'sales@vidi-palmira.toyota.ua',
  45925.                         => 'csi.palmira@vidi.ua',
  45926.                         => 'nataliia.omelchuk@vidi-palmira.toyota.ua',
  45927.                     ],
  45928.                     'site' => [
  45929.                         'copyright' => '© Toyota',
  45930.                         'name' => 'Тойота Центр Одеса «ВІДІ ПАЛЬМІРА»',
  45931.                     ],
  45932.                 ],
  45933.                 'elegans' => [
  45934.                     'key' => '7266ad446cc3c8dc1916831aa8cad595',
  45935.                     'merchantName' => 'VIDI ELEGANS',
  45936.                     'merchantUrl' => 'http://acquiring.vidi.ua',
  45937.                     'merchantId' => 20905241,
  45938.                     'terminalId' => 20908679,
  45939.                     'merchantEmail' => 'web-leads@vidi.ua',
  45940.                     'success' => [
  45941.                         => 'service@citroen-vidi.com',
  45942.                         => 'parts.elegance@vidi.ua',
  45943.                     ],
  45944.                     'site' => [
  45945.                         'copyright' => '© Citroen',
  45946.                         'name' => 'citroen ВІДІ Елеганс',
  45947.                     ],
  45948.                 ],
  45949.                 'grand' => [
  45950.                     'key' => '68157671a9867805640d87d22c2c6246',
  45951.                     'merchantName' => 'VIDI GRAND',
  45952.                     'merchantUrl' => 'http://acquiring.vidi.ua',
  45953.                     'merchantId' => 20905240,
  45954.                     'terminalId' => 20908678,
  45955.                     'merchantEmail' => 'web-leads@vidi.ua',
  45956.                     'success' => [
  45957.                         => 'service.grand@suzuki-vidi.com',
  45958.                     ],
  45959.                     'site' => [
  45960.                         'copyright' => '© Suzuki',
  45961.                         'name' => 'Suzuki ВІДІ Гранд',
  45962.                     ],
  45963.                 ],
  45964.                 'honda' => [
  45965.                     'key' => '9e7ea797caa7b64c1f7ce7cd92d8d450',
  45966.                     'merchantName' => 'VIDI INSIGHT',
  45967.                     'merchantUrl' => 'http://acquiring.vidi.ua',
  45968.                     'merchantId' => 20904904,
  45969.                     'terminalId' => 20907892,
  45970.                     'merchantEmail' => 'web-leads@vidi.ua',
  45971.                     'success' => [
  45972.                         => 'service.insight@vidi.ua',
  45973.                         => 'parts.insight@vidi.ua',
  45974.                     ],
  45975.                     'site' => [
  45976.                         'copyright' => '© Honda',
  45977.                         'name' => 'Honda ВІДІ Інсайт',
  45978.                     ],
  45979.                 ],
  45980.                 'infiniti' => [
  45981.                     'key' => 'e9a71744963e17ccaf98aa51852d513e',
  45982.                     'merchantName' => 'VIDI-LIBERTI',
  45983.                     'merchantUrl' => 'http://acquiring.vidi.ua',
  45984.                     'merchantId' => 20904905,
  45985.                     'terminalId' => 20907893,
  45986.                     'merchantEmail' => 'web-leads@vidi.ua',
  45987.                     'success' => [
  45988.                         => 'service.liberty@vidi.ua',
  45989.                         => 'parts.liberty@vidi.ua',
  45990.                     ],
  45991.                     'site' => [
  45992.                         'copyright' => '© Infiniti',
  45993.                         'name' => 'Infiniti ВІДІ Ліберті',
  45994.                     ],
  45995.                 ],
  45996.                 'krai' => [
  45997.                     'key' => '2d241b527b983a72aa5ef862638902cf',
  45998.                     'merchantName' => 'VIDI-KRAY',
  45999.                     'merchantUrl' => 'http://acquiring.vidi.ua',
  46000.                     'merchantId' => 20905242,
  46001.                     'terminalId' => 20908680,
  46002.                     'merchantEmail' => 'web-leads@vidi.ua',
  46003.                     'success' => [
  46004.                         => 'service.cry-motors@vidigroup.com',
  46005.                         => 'parts.cry-motors@vidigroup.com',
  46006.                     ],
  46007.                     'site' => [
  46008.                         'copyright' => '© Ford',
  46009.                         'name' => 'Ford ВІДІ Край-Моторз',
  46010.                     ],
  46011.                 ],
  46012.                 'nissan' => [
  46013.                     'key' => '732511ce13f6e89e0f096b13133d31c7',
  46014.                     'merchantName' => 'VIDI ARMADA',
  46015.                     'merchantUrl' => 'http://acquiring.vidi.ua',
  46016.                     'merchantId' => 20904903,
  46017.                     'terminalId' => 20907891,
  46018.                     'merchantEmail' => 'web-leads@vidi.ua',
  46019.                     'success' => [
  46020.                         => 'service.armada@vidi.ua',
  46021.                         => 'parts.armada@vidi.ua',
  46022.                     ],
  46023.                     'site' => [
  46024.                         'copyright' => '© Nissan',
  46025.                         'name' => 'Nissan ВІДІ Армада',
  46026.                     ],
  46027.                 ],
  46028.                 'star' => [
  46029.                     'key' => '676454342592177456bbf13a916ed4ef',
  46030.                     'merchantName' => 'VIDI-STAR',
  46031.                     'merchantUrl' => 'http://acquiring.vidi.ua',
  46032.                     'merchantId' => 20905245,
  46033.                     'terminalId' => 20908683,
  46034.                     'merchantEmail' => 'web-leads@vidi.ua',
  46035.                     'success' => [
  46036.                         => 'parts.star-motors@vidi.ua',
  46037.                     ],
  46038.                     'site' => [
  46039.                         'copyright' => '© Subaru',
  46040.                         'name' => 'Subaru ВІДІ Стар',
  46041.                     ],
  46042.                 ],
  46043.                 'sunraise' => [
  46044.                     'key' => '25ebf610c718c50b70a8156dbbf05761',
  46045.                     'merchantName' => 'VIDI-SANRAYZ',
  46046.                     'merchantUrl' => 'http://acquiring.vidi.ua',
  46047.                     'merchantId' => 20905236,
  46048.                     'terminalId' => 20908674,
  46049.                     'merchantEmail' => 'web-leads@vidi.ua',
  46050.                     'success' => [
  46051.                         => 'aftersales@nissan-vidi.com',
  46052.                         => 'parts.sunrise-motors@vidi.ua',
  46053.                     ],
  46054.                     'site' => [
  46055.                         'copyright' => '© Nissan',
  46056.                         'name' => 'Nissan ВІДІ Санрайз',
  46057.                     ],
  46058.                 ],
  46059.                 'volvo' => [
  46060.                     'key' => 'fdf50c7dd8a6f81e3ba8f2cbba422afa',
  46061.                     'merchantName' => 'VIDI NORDWAY',
  46062.                     'merchantUrl' => 'http://acquiring.vidi.ua',
  46063.                     'merchantId' => 20904906,
  46064.                     'terminalId' => 20907894,
  46065.                     'merchantEmail' => 'web-leads@vidi.ua',
  46066.                     'success' => [
  46067.                         => 'service.nordway@vidi.ua',
  46068.                         => 'parts.nordway@vidi.ua',
  46069.                     ],
  46070.                     'site' => [
  46071.                         'copyright' => '© Volvo',
  46072.                         'name' => 'Volvo ВІДІ Нордвей',
  46073.                     ],
  46074.                 ],
  46075.                 'lexus' => [
  46076.                     'key' => 'b20c03d26c1d42b481521131479ef58c',
  46077.                     'merchantName' => 'VIDI ELIT',
  46078.                     'merchantUrl' => 'http://acquiring.vidi.ua',
  46079.                     'merchantId' => 20905246,
  46080.                     'terminalId' => 20908684,
  46081.                     'merchantEmail' => 'web-leads@vidi.ua',
  46082.                     'success' => [
  46083.                         => 'service@kyiv-west.lexus.ua',
  46084.                         => 'parts.elite@vidi.ua',
  46085.                     ],
  46086.                     'site' => [
  46087.                         'phone' => '044 507 08 08',
  46088.                         'copyright' => '© Lexus',
  46089.                         'name' => 'Лексус Київ Захід',
  46090.                     ],
  46091.                 ],
  46092.                 'toyota' => [
  46093.                     'key' => 'e665543a25091805f9c82431a8dc0e48',
  46094.                     'merchantName' => 'VIDI AVTOSTRADA',
  46095.                     'merchantUrl' => 'http://acquiring.vidi.ua',
  46096.                     'merchantId' => 20905239,
  46097.                     'terminalId' => 20908677,
  46098.                     'merchantEmail' => 'web-leads@vidi.ua',
  46099.                     'success' => [
  46100.                         => 'service.avtostrada@vidi.ua',
  46101.                         => 'parts.avtostrada@vidi.ua',
  46102.                     ],
  46103.                     'site' => [
  46104.                         'copyright' => '© Toyota',
  46105.                         'name' => 'Toyota ВІДІ Автострада',
  46106.                     ],
  46107.                 ],
  46108.                 'avangard' => [
  46109.                     'key' => '7b735ba18f77f36bfa4b2a113625cdb5',
  46110.                     'merchantName' => 'VIDI AVANGARD',
  46111.                     'merchantUrl' => 'http://acquiring.vidi.ua',
  46112.                     'merchantId' => 20904902,
  46113.                     'terminalId' => 20907890,
  46114.                     'merchantEmail' => 'web-leads@vidi.ua',
  46115.                     'success' => [
  46116.                         => 'yevhen.korsun@vidigroup.com',
  46117.                     ],
  46118.                     'site' => [
  46119.                         'copyright' => '© Peugeot',
  46120.                         'name' => 'Peugeot ВІДІ Авангард',
  46121.                     ],
  46122.                 ],
  46123.                 'jaguar' => [
  46124.                     'key' => 'f5866dd3f7694d94dd397dbab544852f',
  46125.                     'merchantName' => 'VIDI PAUER',
  46126.                     'merchantUrl' => 'http://acquiring.vidi.ua',
  46127.                     'merchantId' => 20905250,
  46128.                     'terminalId' => 20906488,
  46129.                     'merchantEmail' => 'web-leads@vidi.ua',
  46130.                     'success' => [
  46131.                         => 'service.power-motors@vidigroup.com',
  46132.                         => 'parts.power-motors@vidigroup.com',
  46133.                     ],
  46134.                     'site' => [
  46135.                         'copyright' => '© Jaguar',
  46136.                         'name' => 'Land-rover ВІДІ Пауер',
  46137.                     ],
  46138.                 ],
  46139.                 'land-rover' => [
  46140.                     'key' => 'f5866dd3f7694d94dd397dbab544852f',
  46141.                     'merchantName' => 'VIDI PAUER',
  46142.                     'merchantUrl' => 'http://acquiring.vidi.ua',
  46143.                     'merchantId' => 20905243,
  46144.                     'terminalId' => 20908681,
  46145.                     'merchantEmail' => 'web-leads@vidi.ua',
  46146.                     'success' => [
  46147.                         => 'service.power-motors@vidigroup.com',
  46148.                         => 'parts.power-motors@vidigroup.com',
  46149.                     ],
  46150.                     'site' => [
  46151.                         'copyright' => '© Land Rover',
  46152.                         'name' => 'Land-rover ВІДІ Пауер',
  46153.                     ],
  46154.                 ],
  46155.                 'avtoonline' => [
  46156.                     'key' => '41693e41818e379c3035ea53d683a14e',
  46157.                     'merchantName' => 'VIDI AVTO-ONLINE',
  46158.                     'merchantUrl' => 'http://acquiring.vidi.ua',
  46159.                     'merchantId' => 20905238,
  46160.                     'terminalId' => 20908676,
  46161.                     'merchantEmail' => 'web-leads@vidi.ua',
  46162.                     'success' => [
  46163.                         => 'yevhen.korsun@vidigroup.com',
  46164.                     ],
  46165.                     'site' => [
  46166.                         'copyright' => '© Авто-онлайн',
  46167.                         'name' => 'Toyota ВІДІ Автострада',
  46168.                     ],
  46169.                 ],
  46170.                 'sky' => [
  46171.                     'key' => 'de01e30c5b17aa96d68883c0838984db',
  46172.                     'merchantName' => 'VIDI-SKY',
  46173.                     'merchantUrl' => 'http://acquiring.vidi.ua',
  46174.                     'merchantId' => 20905244,
  46175.                     'terminalId' => 20908682,
  46176.                     'merchantEmail' => 'web-leads@vidi.ua',
  46177.                     'success' => [
  46178.                         => 'service@mazda-vidi.com',
  46179.                         => 'parts@mazda-vidi.com',
  46180.                     ],
  46181.                     'site' => [
  46182.                         'copyright' => '© Mazda',
  46183.                         'name' => 'Mazda ВІДІ Скай',
  46184.                     ],
  46185.                 ],
  46186.             ],
  46187.             'acquiring_portmone' => [
  46188.                 'avenu' => [
  46189.                     'payeeId' => 27373,
  46190.                     'dealerId' => 'c9c91fa3-ad3e-11e0-ae34-001ec9d21161',
  46191.                     'success' => [
  46192.                         => 'service@peugeot-vidi.com',
  46193.                         => 'parts.avenue@vidi.ua',
  46194.                     ],
  46195.                     'site' => [
  46196.                         'copyright' => '© Peugeot',
  46197.                         'name' => 'Peugeot ВІДІ Авеню',
  46198.                     ],
  46199.                 ],
  46200.                 'palmira' => [
  46201.                     'payeeId' => 27376,
  46202.                     'carPayeeId' => 30244,
  46203.                     'dealerId' => 'e216e0ef-2693-11e7-9b08-000c29475536',
  46204.                     'success' => [
  46205.                         => 'sales@vidi-palmira.toyota.ua',
  46206.                         => 'csi.palmira@vidi.ua',
  46207.                     ],
  46208.                     'site' => [
  46209.                         'copyright' => '© Toyota',
  46210.                         'name' => 'Тойота Центр Одеса «ВІДІ ПАЛЬМІРА»',
  46211.                     ],
  46212.                 ],
  46213.                 'elegans' => [
  46214.                     'payeeId' => 27372,
  46215.                     'dealerId' => 'dd7c1cd7-3296-11e0-9abe-001ec9dfd6a26',
  46216.                     'success' => [
  46217.                         => 'service@citroen-vidi.com',
  46218.                         => 'parts.elegance@vidi.ua',
  46219.                     ],
  46220.                     'site' => [
  46221.                         'copyright' => '© Citroen',
  46222.                         'name' => 'citroen ВІДІ Елеганс',
  46223.                     ],
  46224.                 ],
  46225.                 'grand' => [
  46226.                     'payeeId' => 27369,
  46227.                     'dealerId' => '50872992-3aaf-11e5-91ac-000c29b5dfed',
  46228.                     'success' => [
  46229.                         => 'service.grand@suzuki-vidi.com',
  46230.                     ],
  46231.                     'site' => [
  46232.                         'copyright' => '© Suzuki',
  46233.                         'name' => 'Suzuki ВІДІ Гранд',
  46234.                     ],
  46235.                 ],
  46236.                 'honda' => [
  46237.                     'payeeId' => 144306,
  46238.                     'dealerId' => 'b76b8e32-56be-11e5-82b2-005056ab4182',
  46239.                     'success' => [
  46240.                         => 'service.insight@vidi.ua',
  46241.                         => 'parts.insight@vidi.ua',
  46242.                     ],
  46243.                     'site' => [
  46244.                         'copyright' => '© Honda',
  46245.                         'name' => 'Honda ВІДІ Інсайт',
  46246.                     ],
  46247.                 ],
  46248.                 'infiniti' => [
  46249.                     'payeeId' => 144304,
  46250.                     'dealerId' => '0f470519-4d5b-11e4-940f-000c2935bd24',
  46251.                     'success' => [
  46252.                         => 'service.liberty@vidi.ua',
  46253.                         => 'parts.liberty@vidi.ua',
  46254.                     ],
  46255.                     'site' => [
  46256.                         'copyright' => '© Infiniti',
  46257.                         'name' => 'Infiniti ВІДІ Ліберті',
  46258.                     ],
  46259.                 ],
  46260.                 'krai' => [
  46261.                     'payeeId' => 27378,
  46262.                     'dealerId' => 'b1326b30-4d5b-11e4-9ffd-001ec9d21161',
  46263.                     'success' => [
  46264.                         => 'service.cry-motors@vidigroup.com',
  46265.                         => 'parts.cry-motors@vidigroup.com',
  46266.                     ],
  46267.                     'site' => [
  46268.                         'copyright' => '© Ford',
  46269.                         'name' => 'Ford ВІДІ Край-Моторз',
  46270.                     ],
  46271.                 ],
  46272.                 'mg' => [
  46273.                     'payeeId' => 27378,
  46274.                     'dealerId' => 'b1326b30-4d5b-11e4-9ffd-001ec9d21161',
  46275.                     'success' => [
  46276.                         => 'service.cry-motors@vidigroup.com',
  46277.                         => 'parts.cry-motors@vidigroup.com',
  46278.                     ],
  46279.                     'site' => [
  46280.                         'copyright' => '© Ford',
  46281.                         'name' => 'Ford ВІДІ Край-Моторз',
  46282.                     ],
  46283.                 ],
  46284.                 'nissan' => [
  46285.                     'payeeId' => 144305,
  46286.                     'dealerId' => '9b0f1ec3-437e-11e2-ae97-001ec9dfd6a2',
  46287.                     'success' => [
  46288.                         => 'service.armada@vidi.ua',
  46289.                         => 'parts.armada@vidi.ua',
  46290.                     ],
  46291.                     'site' => [
  46292.                         'copyright' => '© Nissan',
  46293.                         'name' => 'Nissan ВІДІ Армада',
  46294.                     ],
  46295.                 ],
  46296.                 'star' => [
  46297.                     'payeeId' => 27367,
  46298.                     'dealerId' => '3eceae6f-4d5e-11e4-9ffd-001ec9d211611',
  46299.                     'success' => [
  46300.                         => 'parts.star-motors@vidi.ua',
  46301.                     ],
  46302.                     'site' => [
  46303.                         'copyright' => '© Subaru',
  46304.                         'name' => 'Subaru ВІДІ Стар',
  46305.                     ],
  46306.                 ],
  46307.                 'sunraise' => [
  46308.                     'payeeId' => 27381,
  46309.                     'dealerId' => 'a2d7cc57-4d5a-11e4-9ffd-001ec9d2116',
  46310.                     'success' => [
  46311.                         => 'aftersales@nissan-vidi.com',
  46312.                         => 'parts.sunrise-motors@vidi.ua',
  46313.                     ],
  46314.                     'site' => [
  46315.                         'copyright' => '© Nissan',
  46316.                         'name' => 'Nissan ВІДІ Санрайз',
  46317.                     ],
  46318.                 ],
  46319.                 'volvo' => [
  46320.                     'payeeId' => 27371,
  46321.                     'dealerId' => '57d7ef3d-d3ef-11e5-a57b-005056ab0654',
  46322.                     'success' => [
  46323.                         => 'service.nordway@vidi.ua',
  46324.                         => 'parts.nordway@vidi.ua',
  46325.                     ],
  46326.                     'site' => [
  46327.                         'copyright' => '© Volvo',
  46328.                         'name' => 'Volvo ВІДІ Нордвей',
  46329.                     ],
  46330.                 ],
  46331.                 'lexus' => [
  46332.                     'payeeId' => 134510,
  46333.                     'dealerId' => 'dd7c1cd2-3296-11e0-9abe-001ec9dfd6a2',
  46334.                     'success' => [
  46335.                         => 'service@kyiv-west.lexus.ua',
  46336.                         => 'parts.elite@vidi.ua',
  46337.                     ],
  46338.                     'site' => [
  46339.                         'phone' => '044 507 08 08',
  46340.                         'copyright' => '© Lexus',
  46341.                         'name' => 'Лексус Київ Захід',
  46342.                     ],
  46343.                 ],
  46344.                 'toyota' => [
  46345.                     'payeeId' => 27368,
  46346.                     'dealerId' => 'dd7c1cd1-3296-11e0-9abe-001ec9dfd6a2',
  46347.                     'success' => [
  46348.                         => 'service.avtostrada@vidi.ua',
  46349.                         => 'parts.avtostrada@vidi.ua',
  46350.                         => 'toxerius7@gmail.com',
  46351.                     ],
  46352.                     'site' => [
  46353.                         'copyright' => '© Toyota',
  46354.                         'name' => 'Toyota ВІДІ Автострада',
  46355.                     ],
  46356.                 ],
  46357.                 'jaguar' => [
  46358.                     'payeeId' => 27374,
  46359.                     'dealerId' => 'a63a874b-596a-11e1-aebf-001ec9dfd6a2',
  46360.                     'success' => [
  46361.                         => 'service.power-motors@vidigroup.com',
  46362.                         => 'parts.power-motors@vidigroup.com',
  46363.                     ],
  46364.                     'site' => [
  46365.                         'copyright' => '© Jaguar',
  46366.                         'name' => 'Land-rover ВІДІ Пауер',
  46367.                     ],
  46368.                 ],
  46369.                 'land-rover' => [
  46370.                     'payeeId' => 'x',
  46371.                     'dealerId' => '4c236854-4d5b-11e4-8f30-005056abe9f02',
  46372.                     'success' => [
  46373.                         => 'service.power-motors@vidigroup.com',
  46374.                         => 'parts.power-motors@vidigroup.com',
  46375.                     ],
  46376.                     'site' => [
  46377.                         'copyright' => '© Land Rover',
  46378.                         'name' => 'Land-rover ВІДІ Пауер',
  46379.                     ],
  46380.                 ],
  46381.                 'avtoonline' => [
  46382.                     'payeeId' => 27258,
  46383.                     'success' => [
  46384.                         => 'yevhen.korsun@vidigroup.com',
  46385.                     ],
  46386.                     'site' => [
  46387.                         'copyright' => '© Авто-онлайн',
  46388.                         'name' => 'Toyota ВІДІ Автострада',
  46389.                     ],
  46390.                 ],
  46391.                 'sky' => [
  46392.                     'payeeId' => 138398,
  46393.                     'dealerId' => '254789ba-6a4c-11e4-9ffd-001ec9d21161',
  46394.                     'success' => [
  46395.                         => 'service@mazda-vidi.com',
  46396.                         => 'parts@mazda-vidi.com',
  46397.                     ],
  46398.                     'site' => [
  46399.                         'copyright' => '© Mazda',
  46400.                         'name' => 'Mazda ВІДІ Скай',
  46401.                     ],
  46402.                 ],
  46403.                 'automarket' => [
  46404.                     'payeeId' => 27382,
  46405.                     'dealerId' => '6c9accee-9742-11e4-a2e4-005056ab4182',
  46406.                     'success' => NULL,
  46407.                     'site' => [
  46408.                         'copyright' => '© Автомаркет',
  46409.                         'name' => 'Автомаркет ВІДІ',
  46410.                     ],
  46411.                 ],
  46412.                 'yamaha' => [
  46413.                     'payeeId' => 27384,
  46414.                     'dealerId' => 'c508e008-b75e-11e4-9142-005056ab4182',
  46415.                     'success' => NULL,
  46416.                     'site' => [
  46417.                         'copyright' => '© Yamaha',
  46418.                         'name' => 'Yamaha ВІДІ',
  46419.                     ],
  46420.                 ],
  46421.                 'insurance' => [
  46422.                     'payeeId' => 28387,
  46423.                     'dealerId' => 'ca0a8d87-bb02-11e7-8fea-000c297c4b74',
  46424.                     'success' => [
  46425.                         => 'toxerius7@gmail.com',
  46426.                     ],
  46427.                     'site' => [
  46428.                         'copyright' => '© ВиДи Страховаение',
  46429.                         'name' => 'ВиДи Страховаение',
  46430.                     ],
  46431.                 ],
  46432.                 'advance' => [
  46433.                     'payeeId' => 140091,
  46434.                     'dealerId' => '6a3427ac-1d22-11ec-bb24-005056a7f67a',
  46435.                     'success' => [
  46436.                         => 'service.advance@vidi.ua',
  46437.                     ],
  46438.                     'site' => [
  46439.                         'copyright' => '© Opel',
  46440.                         'name' => 'Opel ВІДІ Адванс',
  46441.                     ],
  46442.                 ],
  46443.                 'airport' => [
  46444.                     'payeeId' => 134580,
  46445.                     'dealerId' => 'ccea9053-5e36-11ee-b45a-005056a7be57',
  46446.                     'success' => [
  46447.                         => 'used.cars@vidi-airport.toyota.ua',
  46448.                     ],
  46449.                     'site' => [
  46450.                         'copyright' => '© Toyota',
  46451.                         'name' => 'Тойота Центр Київ ВІДІ Аеропорт',
  46452.                     ],
  46453.                 ],
  46454.                 'challenger' => [
  46455.                     'payeeId' => 140746,
  46456.                     'dealerId' => '85a598ed-e593-11ed-a5c9-005056a7e966',
  46457.                     'success' => [
  46458.                         => 'aftersales.challenge@vidi.ua',
  46459.                     ],
  46460.                     'site' => [
  46461.                         'copyright' => '© Jeep',
  46462.                         'name' => 'Джип ВІДІ Челендж',
  46463.                     ],
  46464.                 ],
  46465.             ],
  46466.             'file_directory' => (\dirname(__DIR__4).'/public/uploads/users'),
  46467.             'file_directory_mpdf' => (\dirname(__DIR__4).'/public/uploads/mpdf'),
  46468.             'price-config' => [
  46469.                 'AUTOSTRADA' => [
  46470.                     'has-preorder-price' => true,
  46471.                 ],
  46472.                 'YAMAHA' => [
  46473.                     'has-rent-price' => true,
  46474.                 ],
  46475.                 'PALMIRA' => [
  46476.                     'has-preorder-price' => true,
  46477.                 ],
  46478.             ],
  46479.             'diia_acquirer_token' => '43GskPm3s17b24g11Pk7xU5AsTNgjq9X3AHNNuh8862teyuEGjAxn5kx61Yw4Jg1',
  46480.             'diia_auth_acquirer_token' => 'vidi_test_token',
  46481.             'diia_test_mode' => false,
  46482.             'diia_credentials_path' => (\dirname(__DIR__4).'/src/IntegrationBundle/Resources/config/diia.yml'),
  46483.             'diia_cert_file_path' => '/var/www/vidinr/deploy/cert/Diia_2024.cer',
  46484.             'vidi_private_key_file_path' => '/var/www/vidinr/Certificates/Diia/INSURANCE/key_24361182_71473240.jks',
  46485.             'vidi_private_key_password_file_path' => '/var/www/vidinr/Certificates/Diia/INSURANCE/pass.txt',
  46486.             'eusphp_show_error' => false,
  46487.             'id_city_is_night' => 1,
  46488.             'help_crunch_params' => [
  46489.                 'AUTOMARKET' => [
  46490.                     'organization' => 'automarket',
  46491.                     'appId' => '395c9307-70bd-4380-a47a-6dbf6cc15f81',
  46492.                 ],
  46493.                 'NORD' => [
  46494.                     'organization' => 'airportvolvocarsdealer',
  46495.                     'appId' => '3af06875-bc5e-4a5f-998d-82856490ff72',
  46496.                 ],
  46497.                 'ELIT' => [
  46498.                     'organization' => 'kyivwestlexus',
  46499.                     'appId' => '4b9b6ee8-9cfe-4120-a889-33b395d7fff3',
  46500.                 ],
  46501.                 'ROVER' => [
  46502.                     'organization' => 'kyivwest',
  46503.                     'appId' => 'e94a0963-4864-4dcf-9277-43b8392fbaed',
  46504.                 ],
  46505.                 'SKAY' => [
  46506.                     'organization' => 'mazdavidi',
  46507.                     'appId' => '3b173caa-505d-4dce-8a15-81639d0a491e',
  46508.                 ],
  46509.                 'SUNRISE' => [
  46510.                     'organization' => 'nissanvidi',
  46511.                     'appId' => 'e4693da7-8a50-4c4f-99f7-1beaf5ff5fab',
  46512.                 ],
  46513.                 'AUTOSTRADA' => [
  46514.                     'organization' => 'toyotavidi',
  46515.                     'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c',
  46516.                 ],
  46517.                 'JAGUAR' => [
  46518.                     'organization' => 'kyivwest',
  46519.                     'appId' => 'e8d9becf-c235-4b5d-a61a-5d8b3ccc5abe',
  46520.                 ],
  46521.                 'YAMAHA' => [
  46522.                     'organization' => 'yamaha',
  46523.                     'appId' => 'a2bbea51-8e76-4178-aaa5-66d39b852c0a',
  46524.                 ],
  46525.                 'TOYOTA_BORISPOL' => [
  46526.                     'organization' => 'toyotaairport',
  46527.                     'appId' => 'f35ce488-db50-4a06-97a6-e7ce5c3c68ff',
  46528.                 ],
  46529.             ],
  46530.             'redirect' => [
  46531.                 'ARMADA' => [
  46532.                     '/about/' => '/ru/about/',
  46533.                     '/about/contacts/' => '/ru/about/contacts/',
  46534.                     '/about/news/165912/' => '/ru/',
  46535.                     '/about/news/170266/' => '/ru/',
  46536.                     '/about/news/178541/' => '/ru/',
  46537.                     '/about/news/182053/' => '/ru/',
  46538.                     '/about/news/185674/' => '/ru/',
  46539.                     '/about/news/187435/' => '/ru/',
  46540.                     '/about/news/190574/' => '/ru/',
  46541.                     '/about/news/208055/' => '/ru/',
  46542.                     '/about/news/208131/' => '/ru/',
  46543.                     '/about/news/208441/' => '/ru/',
  46544.                     '/about/news/213085/' => '/ru/',
  46545.                     '/about/news/215454/' => '/ru/',
  46546.                     '/about/news/219012/' => '/ru/',
  46547.                     '/about/news/228868/' => '/ru/',
  46548.                     '/about/news/229978/' => '/ru/',
  46549.                     '/credit/' => '/ru/financial/credit/',
  46550.                     '/credit/airport/' => '/ru/',
  46551.                     '/credit/finance/' => '/ru/financial/credit/',
  46552.                     '/forms/airport/' => '/ru/',
  46553.                     '/models/' => '/ru/models/',
  46554.                     '/models/cars_in_stock/' => '/ru/in-stock/',
  46555.                     '/models/commercial/np-300/' => '/ru/models/',
  46556.                     '/models/crossovers/juke-new/' => '/ru/models/crossover/juke/',
  46557.                     '/models/crossovers/juke-new/characteristics/' => '/ru/models/crossover/juke/',
  46558.                     '/models/crossovers/juke-new/complectation/' => '/ru/models/crossover/juke/',
  46559.                     '/models/crossovers/juke/' => '/ru/models/crossover/juke/',
  46560.                     '/models/crossovers/juke/characteristics/' => '/ru/models/crossover/juke/',
  46561.                     '/models/crossovers/juke/complectation/' => '/ru/models/crossover/juke/',
  46562.                     '/models/crossovers/murano' => '/ru/',
  46563.                     '/models/crossovers/murano/' => '/ru/',
  46564.                     '/models/crossovers/murano/characteristics/' => '/ru/',
  46565.                     '/models/crossovers/murano/complectation' => '/ru/',
  46566.                     '/models/crossovers/murano/complectation/' => '/ru/',
  46567.                     '/models/crossovers/qashqai/' => '/ru/models/crossover/qashqai/',
  46568.                     '/models/crossovers/qashqai/characteristics/' => '/ru/models/crossover/qashqai/',
  46569.                     '/models/crossovers/qashqai/complectation/' => '/ru/models/crossover/qashqai/',
  46570.                     '/models/crossovers/qashqai/complectation/2015/' => '/ru/models/crossover/qashqai/',
  46571.                     '/models/crossovers/qashqai2/' => '/ru/models/crossover/qashqai/',
  46572.                     '/models/jeep/' => '/ru/models/pickup/navara/',
  46573.                     '/models/jeep/navara' => '/ru/models/pickup/navara/',
  46574.                     '/models/jeep/navara/' => '/ru/models/pickup/navara/',
  46575.                     '/models/jeep/navara/characteristics/' => '/ru/models/pickup/navara/',
  46576.                     '/models/jeep/navara/complectation/' => '/ru/models/pickup/navara/',
  46577.                     '/models/jeep/pathfinder/' => '/ru/',
  46578.                     '/models/jeep/pathfinder/characteristics/' => '/ru/',
  46579.                     '/models/jeep/pathfinder/complectation/' => '/ru/',
  46580.                     '/models/jeep/patrol/' => '/ru/',
  46581.                     '/models/jeep/x-trail-new/' => '/ru/models/crossover/x-trail-new/',
  46582.                     '/models/jeep/x-trail-new/characteristics/' => '/ru/models/crossover/x-trail-new/',
  46583.                     '/models/jeep/x-trail-new/complectation/' => '/ru/models/crossover/x-trail-new/',
  46584.                     '/models/jeep/x-trail-new/complectation/2015/' => '/ru/models/crossover/x-trail-new/',
  46585.                     '/models/jeep/x-trail/' => '/ru/models/crossover/x-trail-new/',
  46586.                     '/models/jeep/x-trail/characteristics/' => '/ru/models/crossover/x-trail-new/',
  46587.                     '/models/jeep/x-trail/complectation/' => '/ru/models/crossover/x-trail-new/',
  46588.                     '/models/passenger/' => '/ru/',
  46589.                     '/models/passenger/micra-new/' => '/ru/',
  46590.                     '/models/passenger/micra-new/characteristics/' => '/ru/',
  46591.                     '/models/passenger/micra-new/complectation/' => '/ru/',
  46592.                     '/models/passenger/micra-new/complectation/2015/' => '/ru/',
  46593.                     '/models/passenger/note/' => '/ru/',
  46594.                     '/models/passenger/sentra/' => '/ru/',
  46595.                     '/models/passenger/teana/' => '/ru/',
  46596.                     '/models/passenger/teana/characteristics/' => '/ru/',
  46597.                     '/models/passenger/tiida/' => '/ru/',
  46598.                     '/models/special-offer/' => '/ru/',
  46599.                     '/models/special-offer/112938/' => '/ru/',
  46600.                     '/models/special-offer/165770/' => '/ru/',
  46601.                     '/models/special-offer/181375/' => '/ru/',
  46602.                     '/models/special-offer/214506/' => '/ru/',
  46603.                     '/models/special-offer/215467/' => '/ru/',
  46604.                     '/models/special-offer/217471/' => '/ru/',
  46605.                     '/models/special-offer/219534/' => '/ru/',
  46606.                     '/models/special-offer/224671/' => '/ru/',
  46607.                     '/models/special-offer/224691/' => '/ru/',
  46608.                     '/models/special-offer/233876/' => '/ru/',
  46609.                     '/models/special-offer/236596/' => '/ru/',
  46610.                     '/models/special-offer/237200/' => '/ru/',
  46611.                     '/models/special-offer/244035/' => '/ru/',
  46612.                     '/models/special-offer/365468/' => '/ru/',
  46613.                     '/models/special-offer/finished/112938/' => '/ru/',
  46614.                     '/models/special-offer/finished/165770/' => '/ru/',
  46615.                     '/models/special-offer/finished/181375/' => '/ru/',
  46616.                     '/models/special-offer/finished/214506/' => '/ru/',
  46617.                     '/models/special-offer/finished/217471/' => '/ru/',
  46618.                     '/models/special-offer/finished/233876/' => '/ru/',
  46619.                     '/models/special-offer/finished/237200/' => '/ru/',
  46620.                     '/models/test-drive/' => '/ru/testdrive-form',
  46621.                     '/nissan/nissan_news/116179/' => '/ru/',
  46622.                     '/service/' => '/ru/service/',
  46623.                     '/service/spares/' => '/ru/service/',
  46624.                     '/ua/models/special-offer/365468/' => '/ru/',
  46625.                     '/trade-in/' => '/ru/trade-in/',
  46626.                     '/ru/models/cars/juke/' => '/ru/models/crossover/juke/',
  46627.                     '/ru/models/cars/juke/configuration' => '/ru/models/crossover/juke/configuration',
  46628.                     '/ru/models/crossover/nissan-leaf/' => '/ru/models/cars/nissan-leaf/',
  46629.                     '/ru/models/crossover/nissan-leaf/configuration' => '/ru/models/cars/nissan-leaf/configuration',
  46630.                     '/ru/models/cars/qashqai/' => '/ru/models/crossover/qashqai/',
  46631.                     '/ru/models/cars/qashqai/configuration' => '/ru/models/crossover/qashqai/configuration',
  46632.                     '/ru/models/cars/qashqai-e-power/' => '/ru/models/crossover/qashqai-e-power/',
  46633.                     '/ru/models/cars/qashqai-e-power/configuration' => '/ru/models/crossover/qashqai-e-power/configuration',
  46634.                     '/ru/models/cars/x-trail-e-power/' => '/ru/models/crossover/x-trail-e-power/',
  46635.                     '/ru/models/cars/x-trail-e-power/configuration' => '/ru/models/crossover/x-trail-e-power/configuration',
  46636.                     '/ru/models/cars/x-trail-new/' => '/ru/models/crossover/x-trail-new/',
  46637.                     '/ru/models/cars/x-trail-new/configuration' => '/ru/models/crossover/x-trail-new/configuration',
  46638.                     '/ua/models/cars/juke/' => '/ua/models/crossover/juke/',
  46639.                     '/ua/models/cars/juke/configuration' => '/ua/models/crossover/juke/configuration',
  46640.                     '/ua/models/crossover/nissan-leaf/' => '/ua/models/cars/nissan-leaf/',
  46641.                     '/ua/models/crossover/nissan-leaf/configuration' => '/ua/models/cars/nissan-leaf/configuration',
  46642.                     '/ua/models/cars/qashqai/' => '/ua/models/crossover/qashqai/',
  46643.                     '/ua/models/cars/qashqai/configuration' => '/ua/models/crossover/qashqai/configuration',
  46644.                     '/ua/models/cars/qashqai-e-power/' => '/ua/models/crossover/qashqai-e-power/',
  46645.                     '/ua/models/cars/qashqai-e-power/configuration' => '/ua/models/crossover/qashqai-e-power/configuration',
  46646.                     '/ua/models/cars/x-trail-e-power/' => '/ua/models/crossover/x-trail-e-power/',
  46647.                     '/ua/models/cars/x-trail-e-power/configuration' => '/ua/models/crossover/x-trail-e-power/configuration',
  46648.                     '/ua/models/cars/x-trail-new/' => '/ua/models/crossover/x-trail-new/',
  46649.                     '/ua/models/cars/x-trail-new/configuration' => '/ua/models/crossover/x-trail-new/configuration',
  46650.                     '/ru/models/hybrid/qashqai-e-power/' => '/ru/models/crossover/qashqai-e-power/',
  46651.                     '/ru/models/hybrid/qashqai-e-power/configuration' => '/ru/models/crossover/qashqai-e-power/configuration',
  46652.                     '/ua/models/hybrid/qashqai-e-power/' => '/ua/models/crossover/qashqai-e-power/',
  46653.                     '/ua/models/hybrid/qashqai-e-power/configuration' => '/ua/models/crossover/qashqai-e-power/configuration',
  46654.                     '/ru/models/hybrid/x-trail-e-power/' => '/ru/models/crossover/x-trail-e-power/',
  46655.                     '/ru/models/hybrid/x-trail-e-power/configuration' => '/ru/models/crossover/x-trail-e-power/configuration',
  46656.                     '/ua/models/hybrid/x-trail-e-power/' => '/ua/models/crossover/x-trail-e-power/',
  46657.                     '/ua/models/hybrid/x-trail-e-power/configuration' => '/ua/models/crossover/x-trail-e-power/configuration',
  46658.                     '/ua/models/crossover/qashqai/' => '/ua/models/crossover/qashqai-e-power/',
  46659.                     '/ua/models/crossover/qashqai/configuration' => '/ua/models/crossover/qashqai-e-power/configuration',
  46660.                     '/ru/models/crossover/qashqai/' => '/ru/models/crossover/qashqai-e-power/',
  46661.                     '/ru/models/crossover/qashqai/configuration' => '/ru/models/crossover/qashqai-e-power/configuration',
  46662.                     '/ua/models/crossover/new-juke/' => '/ua/models/crossover/juke/',
  46663.                     '/ru/models/crossover/new-juke/' => '/ru/models/crossover/juke/',
  46664.                 ],
  46665.                 'SUNRISE' => [
  46666.                     '/3d/' => '/ru/',
  46667.                     '/about/' => '/ua/about/about-nissan/',
  46668.                     '/about/about-nissan/' => '/ua/about/about-nissan/',
  46669.                     '/about/contacts/' => '/ua/about/contacts/',
  46670.                     '/about/feedback/' => '/ua/about/about-nissan/',
  46671.                     '/about/loyality' => '/ru/',
  46672.                     '/about/loyality/' => '/ru/',
  46673.                     '/about/loyality/card-info/' => '/ru/',
  46674.                     '/about/news/' => '/ru/',
  46675.                     '/about/news/10111/' => '/ru/',
  46676.                     '/about/news/10595/' => '/ru/',
  46677.                     '/about/news/11016/' => '/ru/',
  46678.                     '/about/news/112570/' => '/ru/',
  46679.                     '/about/news/126474/' => '/ru/',
  46680.                     '/about/news/128702/' => '/ru/',
  46681.                     '/about/news/131752/' => '/ru/',
  46682.                     '/about/news/141188/' => '/ru/',
  46683.                     '/about/news/14493/' => '/ru/',
  46684.                     '/about/news/14788/' => '/ru/',
  46685.                     '/about/news/15825/' => '/ru/',
  46686.                     '/about/news/18882/' => '/ru/',
  46687.                     '/about/news/189393/' => '/ru/',
  46688.                     '/about/news/19776/' => '/ru/',
  46689.                     '/about/news/211113/' => '/ru/',
  46690.                     '/about/news/215414/' => '/ru/',
  46691.                     '/about/news/21720/' => '/ru/',
  46692.                     '/about/news/21721/' => '/ru/',
  46693.                     '/about/news/224665/' => '/ru/',
  46694.                     '/about/news/224977/' => '/ru/',
  46695.                     '/about/news/228924/' => '/ru/',
  46696.                     '/about/news/230832/' => '/ru/',
  46697.                     '/about/news/23314/' => '/ru/',
  46698.                     '/about/news/233607/' => '/ru/',
  46699.                     '/about/news/233610/' => '/ru/',
  46700.                     '/about/news/234683/' => '/ru/',
  46701.                     '/about/news/241592/' => '/ru/',
  46702.                     '/about/news/244128/' => '/ru/',
  46703.                     '/about/news/246285/' => '/ru/',
  46704.                     '/about/news/260253/' => '/ru/',
  46705.                     '/about/news/30125/' => '/ru/',
  46706.                     '/about/news/301761/' => '/ru/',
  46707.                     '/about/news/312480/' => '/ru/',
  46708.                     '/about/news/31996/' => '/ru/',
  46709.                     '/about/news/324799/' => '/ru/',
  46710.                     '/about/news/337490/' => '/ru/',
  46711.                     '/about/news/342647/' => '/ru/',
  46712.                     '/about/news/38766/' => '/ru/',
  46713.                     '/about/news/44010/' => '/ru/',
  46714.                     '/about/news/47213/' => '/ru/',
  46715.                     '/about/news/48867/' => '/ru/',
  46716.                     '/about/news/60859/' => '/ru/',
  46717.                     '/about/news/62489/' => '/ru/',
  46718.                     '/about/news/75731/' => '/ru/',
  46719.                     '/about/news/75751/' => '/ru/',
  46720.                     '/about/news/77807/' => '/ru/',
  46721.                     '/about/news/77810/' => '/ru/',
  46722.                     '/about/news/81020/' => '/ru/',
  46723.                     '/about/news/81548/' => '/ru/',
  46724.                     '/about/news/82056/' => '/ru/',
  46725.                     '/about/news/82108/' => '/ru/',
  46726.                     '/about/news/9539/' => '/ru/',
  46727.                     '/about/photogallery/' => '/ru/',
  46728.                     '/about/photogallery/1323/' => '/ru/',
  46729.                     '/about/photogallery/7840/' => '/ru/',
  46730.                     '/about/photogallery/7900/' => '/ru/',
  46731.                     '/about/policy-on-quality-vidigrup/' => '/ru/',
  46732.                     '/about/staff/' => '/ru/',
  46733.                     '/about/subscribe/' => '/ru/',
  46734.                     '/about/vacansy/' => '/ru/',
  46735.                     '/about/vacansy/42722/' => '/ru/',
  46736.                     '/about/video/' => '/ru/',
  46737.                     '/about/video/14505/' => '/ru/',
  46738.                     '/accessories/' => '/ru/accessories/',
  46739.                     '/accessories/nissan-connect/' => '/ru/accessories/',
  46740.                     '/credit/' => '/ru/financial/credit/',
  46741.                     '/credit/corporate_clients/' => '/ru/financial/korp-clientam/',
  46742.                     '/credit/corporate_clients/fleet-management/' => '/ru/financial/korp-clientam/',
  46743.                     '/credit/finance/' => '/ru/financial/credit/',
  46744.                     '/credit/insurance/' => '/ru/financial/insurance/',
  46745.                     '/credit/leasing_car/' => '/ru/financial/korp-clientam/',
  46746.                     '/credit/trade-in/' => '/ru/financial/trade-in/',
  46747.                     '/credit/trade-in/bu_avto/' => '/ru/financial/trade-in/',
  46748.                     '/forms/micra-registration/' => '/ru/',
  46749.                     '/legal-terms/' => '/ru/',
  46750.                     '/models/' => '/ru/models/',
  46751.                     '/models/commercial/np-300/' => '/ru/',
  46752.                     '/models/commercial/np-300/complectations/' => '/ru/',
  46753.                     '/models/crossover/' => '/ru/models/',
  46754.                     '/models/crossover/juke/' => '/ru/models/crossover/juke/',
  46755.                     '/models/crossover/juke/accesoires/' => '/ru/models/crossover/juke/',
  46756.                     '/models/crossover/juke/broshures/' => '/ru/models/crossover/juke/',
  46757.                     '/models/crossover/juke/characteristics/' => '/ru/models/crossover/juke/',
  46758.                     '/models/crossover/juke/colors/' => '/ru/models/crossover/juke/',
  46759.                     '/models/crossover/juke/complectations/' => '/ru/models/crossover/juke/',
  46760.                     '/models/crossover/juke/personification/' => '/ru/models/crossover/juke/',
  46761.                     '/models/crossover/juke/security/' => '/ru/models/crossover/juke/',
  46762.                     '/models/crossover/juke_2018/' => '/ru/models/crossover/juke/',
  46763.                     '/models/crossover/juke_2018/broshures/' => '/ru/models/crossover/juke/',
  46764.                     '/models/crossover/juke_2018/characteristics/' => '/ru/models/crossover/juke/',
  46765.                     '/models/crossover/juke_2018/complectations/' => '/ru/models/crossover/juke/',
  46766.                     '/models/crossover/murano/' => '/ru/',
  46767.                     '/models/crossover/murano/complectations/' => '/ru/',
  46768.                     '/models/crossover/murano/complectations/2014/' => '/ru/',
  46769.                     '/models/crossover/np-300/' => '/ru/',
  46770.                     '/models/crossover/qashqai' => '/ru/models/crossover/qashqai/',
  46771.                     '/models/crossover/qashqai/' => '/ru/models/crossover/qashqai/',
  46772.                     '/models/crossover/qashqai/3d/' => '/ru/models/crossover/qashqai/',
  46773.                     '/models/crossover/qashqai/characteristics/' => '/ru/models/crossover/qashqai/',
  46774.                     '/models/crossover/qashqai/colors/' => '/ru/models/crossover/qashqai/',
  46775.                     '/models/crossover/qashqai/complectations/' => '/ru/models/crossover/qashqai/',
  46776.                     '/models/crossover/qashqai/security/' => '/ru/models/crossover/qashqai/',
  46777.                     '/models/crossover/qashqai2/complectations/' => '/ru/models/crossover/qashqai/',
  46778.                     '/models/crossover/qashqai2018/' => '/ru/models/crossover/qashqai/',
  46779.                     '/models/crossover/qashqai2018/accesoires/' => '/ru/models/crossover/qashqai/',
  46780.                     '/models/crossover/qashqai2018/broshures/' => '/ru/models/crossover/qashqai/',
  46781.                     '/models/crossover/qashqai2018/characteristics/' => '/ru/models/crossover/qashqai/',
  46782.                     '/models/crossover/qashqai2018/colors/' => '/ru/models/crossover/qashqai/',
  46783.                     '/models/crossover/qashqai2018/complectations/' => '/ru/models/crossover/qashqai/',
  46784.                     '/models/crossover/qashqai2018/security/' => '/ru/models/crossover/qashqai/',
  46785.                     '/models/discount/' => '/ru/',
  46786.                     '/models/jeep/' => '/ru/models/',
  46787.                     '/models/jeep/juke/' => '/ru/models/',
  46788.                     '/models/jeep/juke/complectations/' => '/ru/models/crossover/juke/',
  46789.                     '/models/jeep/juke/presentation/' => '/ru/models/crossover/juke/',
  46790.                     '/models/jeep/murano/' => '/ru/',
  46791.                     '/models/jeep/murano/complectations/' => '/ru/',
  46792.                     '/models/jeep/navara/' => '/ru/models/pickup/navara/',
  46793.                     '/models/jeep/navara/characteristics/' => '/ru/models/pickup/navara/',
  46794.                     '/models/jeep/navara/complectations/' => '/ru/models/pickup/navara/',
  46795.                     '/models/jeep/np-300/' => '/ru/',
  46796.                     '/models/jeep/np-300/broshures/' => '/ru/',
  46797.                     '/models/jeep/pathfinder/' => '/ru/',
  46798.                     '/models/jeep/pathfinder/colors/' => '/ru/',
  46799.                     '/models/jeep/pathfinder/complectations/' => '/ru/',
  46800.                     '/models/jeep/patrol/' => '/ru/',
  46801.                     '/models/jeep/patrol/characteristics/' => '/ru/',
  46802.                     '/models/jeep/patrol/complectations/' => '/ru/',
  46803.                     '/models/jeep/qashqai/' => '/ru/models/crossover/qashqai/',
  46804.                     '/models/jeep/qashqai/complectations/' => '/ru/models/crossover/qashqai/',
  46805.                     '/models/jeep/qashqai/security/' => '/ru/models/crossover/qashqai/',
  46806.                     '/models/jeep/qashqai2/' => '/ru/models/crossover/qashqai/',
  46807.                     '/models/jeep/qashqai2/broshures/' => '/ru/models/crossover/qashqai/',
  46808.                     '/models/jeep/qashqai2/complectations/' => '/ru/models/crossover/qashqai/',
  46809.                     '/models/jeep/xtrail/' => '/ru/models/crossover/x-trail/',
  46810.                     '/models/jeep/x-trail/' => '/ru/models/crossover/x-trail/',
  46811.                     '/models/jeep/xtrail/3d/' => '/ru/models/crossover/x-trail/',
  46812.                     '/models/jeep/x-trail/3d/' => '/ru/models/crossover/x-trail/',
  46813.                     '/models/jeep/x-trail/accesoires/' => '/ru/models/crossover/x-trail/',
  46814.                     '/models/jeep/x-trail/broshures/' => '/ru/models/crossover/x-trail/',
  46815.                     '/models/jeep/x-trail/characteristics/' => '/ru/models/crossover/x-trail/',
  46816.                     '/models/jeep/x-trail/colors/' => '/ru/models/crossover/x-trail/',
  46817.                     '/models/jeep/xtrail/complectations/' => '/ru/models/crossover/x-trail/',
  46818.                     '/models/jeep/x-trail/complectations/' => '/ru/models/crossover/x-trail/',
  46819.                     '/models/jeep/x-trail/complectations/2017/' => '/ru/models/crossover/x-trail/',
  46820.                     '/models/jeep/x-trail_new/characteristics/' => '/ru/models/crossover/x-trail/',
  46821.                     '/models/jeep/x-trail_new/complectations/' => '/ru/models/crossover/x-trail/',
  46822.                     '/models/jeep/x-trail_new/complectations/2015/' => '/ru/models/crossover/x-trail/',
  46823.                     '/models/jeep/x-trail-new/' => '/ru/models/crossover/x-trail/',
  46824.                     '/models/jeep/x-trail-new/accesoires/' => '/ru/models/crossover/x-trail/',
  46825.                     '/models/jeep/x-trail-new/broshures/' => '/ru/models/crossover/x-trail/',
  46826.                     '/models/jeep/x-trail-new/characteristics/' => '/ru/models/crossover/x-trail/',
  46827.                     '/models/jeep/x-trail-new/complectations/' => '/ru/models/crossover/x-trail/',
  46828.                     '/models/jeep/x-trail-new/security/' => '/ru/models/crossover/x-trail/',
  46829.                     '/models/nissan-connect/' => '/ru/',
  46830.                     '/models/passenger/almera/' => '/ru/',
  46831.                     '/models/passenger/almera/3d/' => '/ru/',
  46832.                     '/models/passenger/almera/complectations/' => '/ru/',
  46833.                     '/models/passenger/almera-new/' => '/ru/',
  46834.                     '/models/passenger/micra-new/' => '/ru/',
  46835.                     '/models/passenger/micra-new/characteristics/' => '/ru/',
  46836.                     '/models/passenger/micra-new/complectations/' => '/ru/',
  46837.                     '/models/passenger/note/' => '/ru/',
  46838.                     '/models/passenger/note/complectations/' => '/ru/',
  46839.                     '/models/passenger/note/complectations-9287/' => '/ru/',
  46840.                     '/models/passenger/sentra/' => '/ru/',
  46841.                     '/models/passenger/sentra/complectations' => '/ru/',
  46842.                     '/models/passenger/teana/' => '/ru/',
  46843.                     '/models/passenger/teana/characteristics/' => '/ru/',
  46844.                     '/models/passenger/teana/complectations/' => '/ru/',
  46845.                     '/models/passenger/tiida/' => '/ru/',
  46846.                     '/models/passenger/tiida/broshures/' => '/ru/',
  46847.                     '/models/passenger/tiida/complectations/' => '/ru/',
  46848.                     '/models/special-offer/' => '/ru/',
  46849.                     '/models/special-offer/121326/' => '/ru/',
  46850.                     '/models/special-offer/136975/' => '/ru/',
  46851.                     '/models/special-offer/136976/' => '/ru/',
  46852.                     '/models/special-offer/142781/' => '/ru/',
  46853.                     '/models/special-offer/152472/' => '/ru/',
  46854.                     '/models/special-offer/155706/' => '/ru/',
  46855.                     '/models/special-offer/158177/' => '/ru/',
  46856.                     '/models/special-offer/158298/' => '/ru/',
  46857.                     '/models/special-offer/161455/' => '/ru/',
  46858.                     '/models/special-offer/165932/' => '/ru/',
  46859.                     '/models/special-offer/169638/' => '/ru/',
  46860.                     '/models/special-offer/170638/' => '/ru/',
  46861.                     '/models/special-offer/176496/' => '/ru/',
  46862.                     '/models/special-offer/20565-letniye-akcii-na-servise-vidi-sanrajz-motorz/' => '/ru/',
  46863.                     '/models/special-offer/223758/' => '/ru/',
  46864.                     '/models/special-offer/243756/' => '/ru/',
  46865.                     '/models/special-offer/312478/' => '/ru/',
  46866.                     '/models/special-offer/323229/' => '/ru/',
  46867.                     '/models/special-offer/41243/' => '/ru/',
  46868.                     '/models/special-offer/47977/' => '/ru/',
  46869.                     '/models/special-offer/53620/' => '/ru/',
  46870.                     '/models/special-offer/54203/' => '/ru/',
  46871.                     '/models/special-offer/56653/' => '/ru/',
  46872.                     '/models/special-offer/56738/' => '/ru/',
  46873.                     '/models/special-offer/59660/' => '/ru/',
  46874.                     '/models/special-offer/59661/' => '/ru/',
  46875.                     '/models/special-offer/59803/' => '/ru/',
  46876.                     '/models/special-offer/61279/' => '/ru/',
  46877.                     '/models/special-offer/62870/' => '/ru/',
  46878.                     '/models/special-offer/72743/' => '/ru/',
  46879.                     '/models/special-offer/75231/' => '/ru/',
  46880.                     '/models/special-offer/77178/' => '/ru/',
  46881.                     '/models/special-offer/82107/' => '/ru/',
  46882.                     '/models/special-offer/86550/' => '/ru/',
  46883.                     '/models/special-offer/finished/121326/' => '/ru/',
  46884.                     '/models/special-offer/finished/136975/' => '/ru/',
  46885.                     '/models/special-offer/finished/136976/' => '/ru/',
  46886.                     '/models/special-offer/finished/142781/' => '/ru/',
  46887.                     '/models/special-offer/finished/152472/' => '/ru/',
  46888.                     '/models/special-offer/finished/158177/' => '/ru/',
  46889.                     '/models/special-offer/finished/158298/' => '/ru/',
  46890.                     '/models/special-offer/finished/165932/' => '/ru/',
  46891.                     '/models/special-offer/finished/169638/' => '/ru/',
  46892.                     '/models/special-offer/finished/176496/' => '/ru/',
  46893.                     '/models/special-offer/finished/20565/' => '/ru/',
  46894.                     '/models/special-offer/finished/41243/' => '/ru/',
  46895.                     '/models/special-offer/finished/44948/' => '/ru/',
  46896.                     '/models/special-offer/finished/47977/' => '/ru/',
  46897.                     '/models/special-offer/finished/53620/' => '/ru/',
  46898.                     '/models/special-offer/finished/54203/' => '/ru/',
  46899.                     '/models/special-offer/finished/56653/' => '/ru/',
  46900.                     '/models/special-offer/finished/56738/' => '/ru/',
  46901.                     '/models/special-offer/finished/59660/' => '/ru/',
  46902.                     '/models/special-offer/finished/59661/' => '/ru/',
  46903.                     '/models/special-offer/finished/61279/' => '/ru/',
  46904.                     '/models/special-offer/finished/62870/' => '/ru/',
  46905.                     '/models/special-offer/finished/72743/' => '/ru/',
  46906.                     '/models/special-offer/finished/75231/' => '/ru/',
  46907.                     '/models/special-offer/finished/77178/' => '/ru/',
  46908.                     '/models/special-offer/finished/86550/' => '/ru/',
  46909.                     '/models/test-drive/' => '/ru/testdrive-form',
  46910.                     '/nissan/' => '/ru/',
  46911.                     '/nissan/consept/' => '/ru/',
  46912.                     '/nissan/history/' => '/ru/',
  46913.                     '/nissan/interesting/' => '/ru/',
  46914.                     '/nissan/interesting/10513/' => '/ru/',
  46915.                     '/nissan/interesting/12208/' => '/ru/',
  46916.                     '/nissan/nissan_news/' => '/ru/',
  46917.                     '/nissan/nissan_news/75731/' => '/ru/',
  46918.                     '/nissan/nissan_news/75751/' => '/ru/',
  46919.                     '/nissan/nissan_news/81020/' => '/ru/',
  46920.                     '/nissan/nissan_news/82056/' => '/ru/',
  46921.                     '/service/' => '/ru/service/online-booking/',
  46922.                     '/service/accessories/' => '/ru/accessories/',
  46923.                     '/service/accessories/nissan-connect/' => '/ru/accessories/',
  46924.                     '/service/body-service/' => '/ru/service/online-booking/',
  46925.                     '/service/campaigns/' => '/ru/service/online-booking/',
  46926.                     '/service/guarantee/' => '/ru/service/guarantee/',
  46927.                     '/service/guarantee/no_guarranty/' => '/ru/service/guarantee/',
  46928.                     '/service/guarantee/obligations/' => '/ru/service/guarantee/',
  46929.                     '/service/interactive-acceptance/' => '/ru/service/guarantee/',
  46930.                     '/service/order' => '/ru/service/online-booking/',
  46931.                     '/service/order/' => '/ru/service/online-booking/',
  46932.                     '/service/painting-titles/' => '/ru/',
  46933.                     '/service/to/' => '/ru/service/online-booking/',
  46934.                     '/service/tyres/' => '/ru/',
  46935.                     '/trade-in/bu_avto/' => '/ru/financial/trade-in/',
  46936.                     '/trade-in/bu_avto/60089/' => '/ru/financial/trade-in/',
  46937.                     '/youPlusNissan/' => '/ru/',
  46938.                     'http://www.nissan-vidi.com.ua/' => '/ru/',
  46939.                     '/about/news/29041/' => '/ru/',
  46940.                     '/about/video/174125/' => '/ru/',
  46941.                     '/credit/calculator/' => '/ru/financial/credit/',
  46942.                     '/models/jeep/x-trail/complectations' => '/ru/models/crossover/x-trail/',
  46943.                     '/models/special-offer/250892/' => '/ru/',
  46944.                     '/models/special-offer/77811/' => '/ru/',
  46945.                     '/models/special-offer/finished/19532/' => '/ru/',
  46946.                     '/nissan/interesting/9338/' => '/ru/',
  46947.                     '/ru/models/cars/juke/' => '/ru/models/crossover/juke/',
  46948.                     '/ru/models/cars/juke/configuration' => '/ru/models/crossover/juke/configuration',
  46949.                     '/ru/models/cars/qashqai/' => '/ru/models/crossover/qashqai/',
  46950.                     '/ru/models/cars/qashqai/configuration' => '/ru/models/crossover/qashqai/configuration',
  46951.                     '/ru/models/cars/qashqai-hybrid/' => '/ru/models/crossover/qashqai-hybrid/',
  46952.                     '/ru/models/cars/qashqai-hybrid/configuration' => '/ru/models/crossover/qashqai-hybrid/configuration',
  46953.                     '/ru/models/cars/x-trail/' => '/ru/models/crossover/x-trail/',
  46954.                     '/ru/models/cars/x-trail/configuration' => '/ru/models/crossover/x-trail/configuration',
  46955.                     '/ru/models/crossover/nissan-leaf/' => '/ru/models/cars/nissan-leaf/',
  46956.                     '/ru/models/crossover/nissan-leaf/configuration' => '/ru/models/cars/nissan-leaf/configuration',
  46957.                     '/ua/models/cars/juke/' => '/ua/models/crossover/juke/',
  46958.                     '/ua/models/cars/juke/configuration' => '/ua/models/crossover/juke/configuration',
  46959.                     '/ua/models/cars/qashqai/' => '/ua/models/crossover/qashqai/',
  46960.                     '/ua/models/cars/qashqai/configuration' => '/ua/models/crossover/qashqai/configuration',
  46961.                     '/ua/models/cars/qashqai-hybrid/' => '/ua/models/crossover/qashqai-hybrid/',
  46962.                     '/ua/models/cars/qashqai-hybrid/configuration' => '/ua/models/crossover/qashqai-hybrid/configuration',
  46963.                     '/ua/models/cars/x-trail/' => '/ua/models/crossover/x-trail/',
  46964.                     '/ua/models/cars/x-trail/configuration' => '/ua/models/crossover/x-trail/configuration',
  46965.                     '/ua/models/crossover/nissan-leaf/' => '/ua/models/cars/nissan-leaf/',
  46966.                     '/ua/models/crossover/nissan-leaf/configuration' => '/ua/models/cars/nissan-leaf/configuration',
  46967.                 ],
  46968.                 'AUTOSTRADA' => [
  46969.                     '/ru/test-drive' => '/ru/consultation',
  46970.                     '/ua/test-drive' => '/ua/consultation',
  46971.                     '/ru/action/rav4-black-edition' => '/ru/pro-nas/novini/rav4-black-edition',
  46972.                     '/ua/action/rav4-black-edition' => '/ua/pro-nas/novini/rav4-black-edition',
  46973.                     '/ru/action/zhenskie-avtomobili' => '/ru/pro-nas/novini/zhenskie-avtomobili',
  46974.                     '/ua/action/zhenskie-avtomobili' => '/ua/pro-nas/novini/zhenskie-avtomobili',
  46975.                     '/ru/action/avto-dlya-fermera' => '/ru/pro-nas/novini/avto-dlya-fermera',
  46976.                     '/ua/action/avto-dlya-fermera' => '/ua/pro-nas/novini/avto-dlya-fermera',
  46977.                     '/ua/action/toyota-plus' => '/ua/pro-nas/novini/toyota-plus',
  46978.                     '/ru/action/toyota-plus' => '/ru/pro-nas/novini/toyota-plus',
  46979.                     '/ru/action/dezinfekciya-avtomobilya' => '/ru/pro-nas/novini/dezinfekciya-avtomobilya',
  46980.                     '/ru/action/toyota-proace-ochіkuetsya-nezabarom' => '/ru/pro-nas/novini/toyota-proace-ochіkuetsya-nezabarom',
  46981.                     '/ua/action/toyota-proace-ochіkuetsya-nezabarom' => '/ua/pro-nas/novini/toyota-proace-ochіkuetsya-nezabarom',
  46982.                     '/ru/action/tojota-tsentr-kiyiv-vidi-avtostrada-svyatkuye-11-rokiv-otrimajte-podarunki-na-chest-svyata' => '/ru/pro-nas/novini/tojota-tsentr-kiyiv-vidi-avtostrada-svyatkuye-11-rokiv-otrimajte-podarunki-na-chest-svyata',
  46983.                     '/ua/action/tojota-tsentr-kiyiv-vidi-avtostrada-svyatkuye-11-rokiv-otrimajte-podarunki-na-chest-svyata' => '/ua/pro-nas/novini/tojota-tsentr-kiyiv-vidi-avtostrada-svyatkuye-11-rokiv-otrimajte-podarunki-na-chest-svyata',
  46984.                     '/ru/action/avtomobili-dlya-biznesa' => '/ru/pro-nas/novini/avtomobili-dlya-biznesa',
  46985.                     '/ua/action/avtomobili-dlya-biznesa' => '/ua/pro-nas/novini/avtomobili-dlya-biznesa',
  46986.                     '/ru/action/start-prodazhiv-c-hr' => '/ru/pro-nas/novini/start-prodazhiv-c-hr',
  46987.                     '/ua/action/start-prodazhiv-c-hr' => '/ua/pro-nas/novini/start-prodazhiv-c-hr',
  46988.                     '/ru/action/toyota-highlander-chetverte-pokolinnia' => '/ru/pro-nas/novini/toyota-highlander-chetverte-pokolinnia',
  46989.                     '/ua/action/toyota-highlander-chetverte-pokolinnia' => '/ua/pro-nas/novini/toyota-highlander-chetverte-pokolinnia',
  46990.                     '/ua/action/status-bisiness-plus' => '/ua/pro-nas/novini/status-bisiness-plus',
  46991.                     '/ru/action/status-bisiness-plus' => '/ru/pro-nas/novini/status-bisiness-plus',
  46992.                     '/ru/action/online-konsultacii' => '/ru/pro-nas/novini/online-konsultacii',
  46993.                     '/ru/action/avtomobili-roku-toyora-rav4-i-corolla' => '/ru/pro-nas/novini/avtomobili-roku-toyora-rav4-i-corolla',
  46994.                     '/ru/action/new-toyota-hilux-start-sale' => '/ru/pro-nas/novini/new-toyota-hilux-start-sale',
  46995.                     '/ru/action/svyatkuyte-z-nami-den-narodzhennya-vidi-ta-vigravayte-kvadrotsikl-yamaha' => '/ru/pro-nas/novini/svyatkuyte-z-nami-den-narodzhennya-vidi-ta-vigravayte-kvadrotsikl-yamaha',
  46996.                     '/ru/action/new-toyota-hilux-pre-sale' => '/ru/pro-nas/novini/new-toyota-hilux-pre-sale',
  46997.                     '/ua/action/new-toyota-hilux-pre-sale' => '/ua/pro-nas/novini/new-toyota-hilux-pre-sale',
  46998.                     '/ru/action/grafіk-roboty-na-8-bereznya' => '/ru/pro-nas/novini/grafіk-roboty-na-8-bereznya',
  46999.                     '/ru/action/avtomobil-tvoej-mechty' => '/ru/pro-nas/novini/avtomobil-tvoej-mechty',
  47000.                     '/ru/action/hrafik-den-nezalezhnosti' => '/ru/pro-nas/novini/hrafik-den-nezalezhnosti',
  47001.                     '/ua/action/hrafik-den-nezalezhnosti' => '/ua/pro-nas/novini/hrafik-den-nezalezhnosti',
  47002.                     '/ua/action/origіnalna-suvenіrna-produktsіya' => '/ua/pro-nas/novini/origіnalna-suvenіrna-produktsіya',
  47003.                     '/ru/action/onovlena-toyota-c-hr' => '/ru/pro-nas/novini/onovlena-toyota-c-hr',
  47004.                     '/ua/action/onovlena-toyota-c-hr' => '/ua/pro-nas/novini/onovlena-toyota-c-hr',
  47005.                     '/ru/action/vidkyvaemo-dveri-i-praciuemo-za-rozkladom' => '/ru/pro-nas/novini/vidkyvaemo-dveri-i-praciuemo-za-rozkladom',
  47006.                     '/ru/action/hrafik-roboty-na-triyciu' => '/ru/pro-nas/novini/hrafik-roboty-na-triyciu',
  47007.                     '/ru/action/new-lc-200' => '/ru/pro-nas/novini/new-lc-200',
  47008.                     '/ua/action/new-lc-200' => '/ua/pro-nas/novini/new-lc-200',
  47009.                     '/ru/action/toyota-vіdі-avtostrada-13-rokіv' => '/ru/pro-nas/novini/toyota-vіdі-avtostrada-13-rokіv',
  47010.                     '/ua/action/toyota-vіdі-avtostrada-13-rokіv' => '/ua/pro-nas/novini/toyota-vіdі-avtostrada-13-rokіv',
  47011.                     '/ru/action/krashchi-umovy-kredytuvannia' => '/ru/pro-nas/novini/krashchi-umovy-kredytuvannia',
  47012.                     '/ua/action/krashchi-umovy-kredytuvannia' => '/ua/pro-nas/novini/krashchi-umovy-kredytuvannia',
  47013.                     '/ru/action/den-konstytucii' => '/ru/pro-nas/novini/den-konstytucii',
  47014.                     '/ua/action/den-konstytucii' => '/ua/pro-nas/novini/den-konstytucii',
  47015.                     '/ru/action/hrafik-roboty-na-velykden' => '/ru/pro-nas/novini/hrafik-roboty-na-velykden',
  47016.                     '/ua/action/new-toyota-hilux-start-sale' => '/ua/pro-nas/novini/new-toyota-hilux-start-sale',
  47017.                     '/ua/service/service-menu' => '/ua/service/apply-for-service',
  47018.                     '/ru/service/service-menu' => '/ru/service/apply-for-service',
  47019.                     '/about/' => '/ru/',
  47020.                     '/about/contacts/' => '/ru/pro-nas/kontakti',
  47021.                     '/ADD' => '/ru/',
  47022.                     '/buy/' => '/ru/avtomobili',
  47023.                     '/buy/index.php' => '/ru/avtomobili',
  47024.                     '/buy/special-offers/28310/' => '/ru/avtomobili',
  47025.                     '/buy/trade_in/zayavka.php' => '/ru/poslugi/trade-in',
  47026.                     '/choose/drive/' => '/ru/avtomobili',
  47027.                     '/choose/mileage/3856/' => '/ru/avtomobili',
  47028.                     '/choose/models/auris/index.php' => '/ru/avtomobili',
  47029.                     '/choose/models/avensis/' => '/ru/avtomobili',
  47030.                     '/choose/models/avensis/characteristics/' => '/ru/avtomobili',
  47031.                     '/choose/models/camry/' => '/ru/avtomobili/camry',
  47032.                     '/choose/models/corolla/characteristics/' => '/ru/avtomobili/corolla',
  47033.                     '/choose/models/prado/characteristics/' => '/ru/avtomobili/land-cruiser-prado',
  47034.                     '/forms/prezentation-corolla/' => '/ru/avtomobili/corolla',
  47035.                     '/loyalty/preim/' => '/ru/',
  47036.                     '/models/' => '/ua/avtomobili',
  47037.                     '/models/auris/' => '/ru/avtomobili',
  47038.                     '/models/auris/complectation/' => '/ru/avtomobili',
  47039.                     '/models/auris/complectation-2010/' => '/ru/avtomobili',
  47040.                     '/models/auris_new/' => '/ua/avtomobili/yaris',
  47041.                     '/models/auris_new/characteristics/' => '/ru/avtomobili',
  47042.                     '/models/auris_new/complectation/' => '/ua/avtomobili/yaris',
  47043.                     '/models/avensis/complectation/' => '/ru/avtomobili',
  47044.                     '/models/avensis/index.php' => '/ru/avtomobili',
  47045.                     '/models/camry/' => '/ru/avtomobili/camry',
  47046.                     '/models/camry/characteristics/' => '/ru/avtomobili/camry',
  47047.                     '/models/camry/complectation/' => '/ua/avtomobili/camry',
  47048.                     '/models/corolla/' => '/ru/avtomobili/corolla',
  47049.                     '/models/corolla/complectation/' => '/ru/avtomobili/corolla',
  47050.                     '/models/gt-86/' => '/ru/avtomobili',
  47051.                     '/models/gt-86/characteristics/' => '/ru/avtomobili',
  47052.                     '/models/gt-86/complectation/' => '/ru/avtomobili',
  47053.                     '/models/gt-86/gallery/' => '/ru/avtomobili',
  47054.                     '/models/highlander/' => '/ru/avtomobili/highlander',
  47055.                     '/models/highlander/characteristics/' => '/ru/avtomobili/highlander',
  47056.                     '/models/highlander/complectation/' => '/ua/avtomobili/highlander',
  47057.                     '/models/highlander/test-drive-record/' => '/ua/avtomobili/highlander',
  47058.                     '/models/hilux/' => '/ru/avtomobili/hilux',
  47059.                     '/models/hilux/test-drive-record/' => '/ru/avtomobili/hilux',
  47060.                     '/models/lc_200/' => '/ua/avtomobili/land-cruiser-200',
  47061.                     '/models/lc_200/characteristics/' => '/ru/avtomobili/land-cruiser-200',
  47062.                     '/models/lc_200/complectation/' => '/ru/avtomobili/land-cruiser-200',
  47063.                     '/models/lc_200/test-drive-record/' => '/ru/avtomobili/land-cruiser-200',
  47064.                     '/models/new_avensis/' => '/ua/avtomobili',
  47065.                     '/models/new_avensis/complectation/' => '/ru/avtomobili',
  47066.                     '/models/new_corolla/' => '/ru/avtomobili/corolla',
  47067.                     '/models/new_corolla/characteristics/' => '/ru/avtomobili/corolla',
  47068.                     '/models/new_corolla/complectation/' => '/ru/avtomobili/corolla',
  47069.                     '/models/new_rav4-1' => '/ru/avtomobili/rav4',
  47070.                     '/models/new_rav4-1/' => '/ru/avtomobili/rav4',
  47071.                     '/models/new_rav4-1/complectation/' => '/ru/avtomobili/rav4',
  47072.                     '/models/new_rav4-1/test-drive-record/' => '/ru/avtomobili/rav4',
  47073.                     '/models/new-corolla/' => '/ru/avtomobili/corolla',
  47074.                     '/models/new-corolla/characteristics/' => '/ru/avtomobili/corolla',
  47075.                     '/models/new-corolla/complectation/' => '/ua/avtomobili/corolla',
  47076.                     '/models/new-corolla2/' => '/ru/avtomobili/corolla',
  47077.                     '/models/new-corolla2/complectation/' => '/ua/avtomobili/corolla',
  47078.                     '/models/prado/' => '/ua/avtomobili/land-cruiser-prado',
  47079.                     '/models/prado/characteristics/' => '/ru/avtomobili/land-cruiser-prado',
  47080.                     '/models/prado/colors/' => '/ru/avtomobili/land-cruiser-prado',
  47081.                     '/models/prado/complectation/' => '/ua/avtomobili/land-cruiser-prado',
  47082.                     '/models/prado/gallery/' => '/ru/avtomobili/land-cruiser-prado',
  47083.                     '/models/prado-new/' => '/ru/avtomobili/land-cruiser-prado',
  47084.                     '/models/prado-new/characteristics/' => '/ru/avtomobili/land-cruiser-prado',
  47085.                     '/models/prado-new/complectation/' => '/ru/avtomobili/land-cruiser-prado',
  47086.                     '/models/prado-new/test-drive-record/' => '/ua/avtomobili/land-cruiser-prado',
  47087.                     '/models/prius/' => '/ru/avtomobili',
  47088.                     '/models/prius/complectation/' => '/ru/avtomobili',
  47089.                     '/models/test_drive/' => '/ru/testdrive-form',
  47090.                     '/models/test-drive/' => '/ru/testdrive-form',
  47091.                     '/models/toyotacorolla/' => '/ru/avtomobili/corolla',
  47092.                     '/models/venza-new/' => '/ru/avtomobili',
  47093.                     '/models/venza-new/characteristics/' => '/ru/avtomobili',
  47094.                     '/models/venza-new/complectation/' => '/ru/avtomobili',
  47095.                     '/models/verso/' => '/ru/avtomobili/proace-verso',
  47096.                     '/models/verso/complectation/' => '/ru/avtomobili/proace-verso',
  47097.                     '/models/yaris/' => '/ua/avtomobili/yaris',
  47098.                     '/models/yaris/characteristics/' => '/ru/avtomobili/yaris',
  47099.                     '/models/yaris/complectation/' => '/ru/avtomobili/yaris',
  47100.                     '/news/' => '/ru/',
  47101.                     '/news/our/145151/' => '/ru/',
  47102.                     '/news/our/145952/' => '/ru/',
  47103.                     '/news/our/146172/' => '/ru/',
  47104.                     '/news/our/147696/' => '/ru/',
  47105.                     '/news/our/148002/' => '/ru/',
  47106.                     '/news/our/148075/' => '/ru/',
  47107.                     '/news/our/148870/' => '/ru/',
  47108.                     '/news/our/153260/' => '/ru/',
  47109.                     '/news/our/153342/' => '/ru/',
  47110.                     '/news/our/154978/' => '/ru/',
  47111.                     '/news/our/158069/' => '/ru/',
  47112.                     '/news/our/170111/' => '/ru/',
  47113.                     '/news/our/170115/' => '/ru/',
  47114.                     '/news/our/170168/' => '/ru/',
  47115.                     '/news/our/20297/' => '/ru/',
  47116.                     '/news/our/61211/' => '/ru/',
  47117.                     '/news/our/76397/' => '/ru/',
  47118.                     '/news/our/82498/' => '/ru/',
  47119.                     '/news/ukraine/157847/' => '/ru/',
  47120.                     '/news/world/156802/' => '/ru/',
  47121.                     '/offers/special/119333/' => '/ru/',
  47122.                     '/offers/special/135892/' => '/ru/',
  47123.                     '/offers/special/141184/' => '/ua/',
  47124.                     '/offers/special/155003/' => '/ru/',
  47125.                     '/offers/special/193752/' => '/ru/',
  47126.                     '/offers/special/193754/' => '/ru/',
  47127.                     '/offers/special/193756/' => '/ru/',
  47128.                     '/offers/special/241649/' => '/ru/',
  47129.                     '/offers/special/25880/' => '/ru/',
  47130.                     '/offers/special/34225/' => '/ru/',
  47131.                     '/offers/special/46064/' => '/ru/',
  47132.                     '/offers/special/79376/' => '/ru/',
  47133.                     '/offers/special/86940/' => '/ru/',
  47134.                     '/ru/action/camry-comfort-z-vygodoiy' => '/ru/',
  47135.                     '/ru/action/corolla-vygidno-z-shynamy' => '/ru/',
  47136.                     '/ru/action/grafіk-roboty-na-svyata' => '/ru/',
  47137.                     '/ru/action/test-drive-vew-c-hr' => '/ru/',
  47138.                     '/ru/action/winter-tire-change' => '/ru/',
  47139.                     '/ru/avtomobili/c-hr' => '/ru/avtomobili/toyota-c-hr',
  47140.                     '/ru/poslugi/bonusnaya-programma-loyalnosti' => '/ru/',
  47141.                     '/ru/used-cars-toyota/5d03639c0b8c7' => '/ru/used-cars-toyota',
  47142.                     '/ru/used-cars-toyota/5d8e2da9da182' => '/ru/used-cars-toyota',
  47143.                     '/ru/used-cars-toyota/5da725e9c85d5' => '/ru/used-cars-toyota',
  47144.                     '/ru/used-cars-toyota/5dc53668435e2' => '/ru/used-cars-toyota',
  47145.                     '/rus/podmen_avto.php' => '/ru/',
  47146.                     '/rus/trade_in.php' => '/ru/poslugi/trade-in',
  47147.                     '/service/' => '/ua/service/apply-for-service',
  47148.                     '/service/accessoires/' => '/ru/accessories',
  47149.                     '/service/assistance/' => '/ru/service/assistance',
  47150.                     '/service/body_job/' => '/ru/service/apply-for-service',
  47151.                     '/service/guarentee-finishing' => '/ru/service/apply-for-service',
  47152.                     '/service/maintenance/' => '/ru/service/apply-for-service',
  47153.                     '/service/record/' => '/ru/service/apply-for-service',
  47154.                     '/service/spares/' => '/ru/service/apply-for-service',
  47155.                     '/service/summer_tires/' => '/ru/service/apply-for-service',
  47156.                     '/ua/about/' => '/ru/',
  47157.                     '/ua/about/contacts/' => '/ua/pro-nas/kontakti',
  47158.                     '/ua/models/' => '/ua/avtomobili',
  47159.                     '/ua/models/auris_new/' => '/ua/avtomobili/yaris',
  47160.                     '/ua/models/auris_new/complectation/' => '/ua/avtomobili/yaris',
  47161.                     '/ua/models/camry/complectation/' => '/ua/avtomobili/camry',
  47162.                     '/ua/models/gt-86/complectation/' => '/ru/avtomobili',
  47163.                     '/ua/models/highlander/complectation/' => '/ua/avtomobili/highlander',
  47164.                     '/ua/models/highlander/test-drive-record/' => '/ua/avtomobili/highlander',
  47165.                     '/ua/models/hilux/' => '/ru/avtomobili/hilux',
  47166.                     '/ua/models/lc_200/' => '/ua/avtomobili/land-cruiser-200',
  47167.                     '/ua/models/new_avensis/' => '/ua/avtomobili',
  47168.                     '/ua/models/new_avensis/complectation/' => '/ru/avtomobili',
  47169.                     '/ua/models/new_corolla/complectation/' => '/ru/avtomobili/corolla',
  47170.                     '/ua/models/new-corolla/complectation/' => '/ua/avtomobili/corolla',
  47171.                     '/ua/models/prado-new/' => '/ru/avtomobili/land-cruiser-prado',
  47172.                     '/ua/models/prado-new/test-drive-record/' => '/ua/avtomobili/land-cruiser-prado',
  47173.                     '/ua/models/venza-new/complectation/' => '/ru/avtomobili',
  47174.                     '/ua/models/yaris/' => '/ua/avtomobili/yaris',
  47175.                     '/ua/news/our/147047/' => '/ua/',
  47176.                     '/ua/offers/special/141184/' => '/ua/',
  47177.                     '/ua/service/' => '/ua/service/apply-for-service',
  47178.                     'http://www.toyota-ua.com/' => '/ua/',
  47179.                     'http://www.toyota-ua.com/choose/models/' => '/ru/avtomobili',
  47180.                     'http://www.toyota-ua.com/choose/models/camry/characteristics/' => '/ru/avtomobili/camry',
  47181.                     'http://www.toyota-ua.com/choose/models/corolla/complectation/' => '/ru/avtomobili/corolla',
  47182.                     'http://www.toyota-ua.com/models/prius/characteristics/' => '/ru/avtomobili',
  47183.                     'http://www.toyota-ua.com/models/prius/index.php' => '/ru/avtomobili',
  47184.                     'http://www.toyota-ua.com/models/prius/register/' => '/ru/avtomobili',
  47185.                     '/ru/forma-zapisi-na-to' => '/ru/service/apply-for-service',
  47186.                     '/ru/nc' => '/ru/',
  47187.                     '/ru/news/toyota-tsentr-kiev-vidi-avtostrada-blagodarit-vseh-uchastnikov-shestogo-natsionalnogo-konkursa-detskogo-risunka-avtomobil-tvoey-mechty-2018-ot-toyota' => '/ru/pro-nas/novini',
  47188.                     '/ua/action/corolla-vygidno-z-shynamy' => '/ru/avtomobili/corolla',
  47189.                     '/ua/news/toyota-tsentr-kiev-vidi-avtostrada-blagodarit-vseh-uchastnikov-shestogo-natsionalnogo-konkursa-detskogo-risunka-avtomobil-tvoey-mechty-2018-ot-toyota' => '/ua/',
  47190.                     '/ua/service/apply-for-service' => '/ua/service/apply-for-service',
  47191.                     '/ua/stocks/cpetsialnye-tseny-na-originalnye-zapchasti-toyota' => '/ru/',
  47192.                     '/ua/stocks/originalnye-lampy-toyota' => '/ua/',
  47193.                     '/ua/stocks/spetsialni-tsinovi-propozitsiyi-na-avtomobili-toyota-vstignit-skoristatisya-spetstsinami' => '/ua/',
  47194.                     '/ua/zakazat-avto' => '/ua/avtomobili',
  47195.                     '/ru/avtomobili/category/cars' => '/ru/avtomobili/category/crossove',
  47196.                     '/ua/avtomobili/category/cars' => '/ua/avtomobili/category/crossove',
  47197.                     '/models/avensis/' => '/ru/avtomobili/',
  47198.                     '/models/hilux/complectation/' => '/ru/avtomobili/hilux',
  47199.                     '/models/prius/characteristics/' => '/ru/avtomobili/',
  47200.                     '/news/our/120039/' => '/ru/',
  47201.                     '/news/our/120314/' => '/ru/',
  47202.                     '/news/our/120566/' => '/ru/',
  47203.                     '/news/our/122635/' => '/ru/',
  47204.                     '/news/our/124794/' => '/ru/',
  47205.                     '/news/our/126909/' => '/ru/',
  47206.                     '/news/our/135979/' => '/ru/',
  47207.                     '/news/our/137129/' => '/ru/',
  47208.                     '/news/our/142581/' => '/ru/',
  47209.                     '/news/our/143900/' => '/ru/',
  47210.                     '/news/our/167623/' => '/ru/',
  47211.                     '/offers/special/164812/' => '/ru/',
  47212.                     '/offers/special/159105/' => '/ru/',
  47213.                     '/news/world/19600/' => '/ru/',
  47214.                     '/news/ukraine/65117/' => '/ru/',
  47215.                     '/news/our/242604/' => '/ru/',
  47216.                     '/ru/action/kuzovni-zapchastyny-vygidno' => '/ru/',
  47217.                     '/ru/action/nanoceramic-surface' => '/ru/',
  47218.                     '/ru/action/pravo-pervogo-servisa-v-tojota-vidi-avtostrada' => '/ru/',
  47219.                     '/ru/avtomobili/camry.' => '/ru/avtomobili/camry',
  47220.                     '/ru/avtomobili/rav4-hybrid/' => '/ru/avtomobili/rav4/',
  47221.                     '/ua/avtomobili/rav4-hybrid/' => '/ua/avtomobili/rav4/',
  47222.                     '/ru/avtomobili/c-hr/' => '/ru/avtomobili/toyota-c-hr-hybrid/',
  47223.                     '/ua/avtomobili/c-hr/' => '/ua/avtomobili/toyota-c-hr-hybrid/',
  47224.                     '/models/camry' => '/ua/avtomobili/camry/',
  47225.                     '/ua/service/replacement-car/' => '/ua/service/replacement-car-single/',
  47226.                     '/ru/service/replacement-car/' => '/ru/service/replacement-car-single/',
  47227.                 ],
  47228.                 'LIBERTY' => [
  47229.                     '/ua/card-car/q30/' => '/ua/model-lineup',
  47230.                     '/ua/card-car/qx30/' => '/ua/model-lineup',
  47231.                     '/ua/card-car/qx70/' => '/ua/model-lineup',
  47232.                     '/ru/card-car/q30/' => '/ru/model-lineup',
  47233.                     '/ru/card-car/qx30/' => '/ru/model-lineup',
  47234.                     '/ru/card-car/qx70/' => '/ru/model-lineup',
  47235.                     '/about/' => '/ua/about-us',
  47236.                     '/about/news/237058/' => '/ru/',
  47237.                     '/about/our_news/126803/' => '/ru/',
  47238.                     '/about/our_news/25177/' => '/ru/',
  47239.                     '/about_infiniti/musicbox/' => '/ru/',
  47240.                     '/boutique/' => '/ru/',
  47241.                     '/cars' => '/ru/',
  47242.                     '/cars/' => '/ru/',
  47243.                     '/cars/ex/' => '/ru/',
  47244.                     '/cars/ex/complectation/' => '/ru/',
  47245.                     '/cars/fx/' => '/ru/',
  47246.                     '/cars/fx/characteristics/' => '/ru/',
  47247.                     '/cars/fx/complectation/' => '/ru/',
  47248.                     '/cars/fx_vettel_edition/' => '/ru/',
  47249.                     '/cars/g_cabrio/' => '/ru/',
  47250.                     '/cars/g_cabrio/complectation/' => '/ru/',
  47251.                     '/cars/g_sedan/' => '/ru/',
  47252.                     '/cars/g_sedan/complectation/' => '/ru/',
  47253.                     '/cars/jx/complectation/' => '/ru/',
  47254.                     '/cars/m/' => '/ru/',
  47255.                     '/cars/m/complectation/' => '/ru/',
  47256.                     '/cars/q50/' => '/ru/card-car/q50/',
  47257.                     '/cars/q50/characteristics' => '/ru/card-car/q50/',
  47258.                     '/cars/q50/complectation/' => '/ru/card-car/q50/',
  47259.                     '/cars/q50/media/' => '/ru/card-car/q50/',
  47260.                     '/cars/q70/' => '/ru/card-car/q50/',
  47261.                     '/cars/q70/characteristics/q70-2015/' => '/ru/',
  47262.                     '/cars/q70/complectation' => '/ru/',
  47263.                     '/cars/q70/complectation/' => '/ru/card-car/q50/',
  47264.                     '/cars/qx/' => '/ru/',
  47265.                     '/cars/qx/complectation/' => '/ru/',
  47266.                     '/cars/qx50/' => '/ru/card-car/qx50/',
  47267.                     '/cars/qx50/characteristics' => '/ru/card-car/qx50/',
  47268.                     '/cars/qx50/complectation/' => '/ru/card-car/qx50/',
  47269.                     '/cars/qx60/' => '/ru/card-car/qx60/',
  47270.                     '/cars/qx60/complectation/' => '/ru/card-car/qx60/',
  47271.                     '/cars/qx60_hybrid/complectation/' => '/ru/card-car/qx60/',
  47272.                     '/cars/qx60_hybrid/media/' => '/ru/card-car/qx60/',
  47273.                     '/cars/qx70/' => '/ru/',
  47274.                     '/cars/qx70/complectation/' => '/ru/',
  47275.                     '/cars/qx80/' => '/ru/card-car/qx80/',
  47276.                     '/cars/qx80/characteristics' => '/ru/card-car/qx80/',
  47277.                     '/cars/qx80/complectation/' => '/ru/card-car/qx80/',
  47278.                     '/cars_in_stock/' => '/ru/',
  47279.                     '/contacts/' => '/ru/contacts',
  47280.                     '/finance_services/airport/' => '/ru/contacts',
  47281.                     '/finance_services/airport/order/' => '/ru/contacts',
  47282.                     '/finance_services/trade_in/' => '/ru/finance/trade-in',
  47283.                     '/loyalty/' => '/ru/',
  47284.                     '/models/ex/' => '/ru/',
  47285.                     '/models/fx/' => '/ru/',
  47286.                     '/models/fx/complectation/' => '/ru/',
  47287.                     '/models/g_coupe/' => '/ru/',
  47288.                     '/models/g_coupe/complectation/' => '/ru/',
  47289.                     '/models/g_sedan/complectation/' => '/ru/',
  47290.                     '/offers/' => '/ru/',
  47291.                     '/offers/182050/' => '/ru/',
  47292.                     '/offers/182840/' => '/ru/',
  47293.                     '/offers/197634/' => '/ru/',
  47294.                     '/offers/237233/' => '/ru/',
  47295.                     '/our_news/168985/' => '/ru/',
  47296.                     '/ru/in-stock/car/qx60' => '/ru/card-car/qx60/',
  47297.                     '/service/contact/' => '/ru/contacts',
  47298.                     '/service/test-drive/' => '/ru/testdrive-form',
  47299.                     '/service_warranty/' => '/ru/service_warranty',
  47300.                     '/services/credit_for_clients_vidi_liberty.php' => '/ru/finance/credit',
  47301.                     '/test_drive/' => '/ru/testdrive-form',
  47302.                     '/ua/in-stock/car/q60' => '/ru/card-car/q60/',
  47303.                     'http://www.infiniti-vidi.com.ua/' => '/ua/',
  47304.                 ],
  47305.                 'PALMIRA' => [
  47306.                     '/ua/calculation-valuation/' => '/ua/service/apply-for-service',
  47307.                     '/ru/calculation-valuation/' => '/ru/service/apply-for-service',
  47308.                     '/about/' => '/ru/pro-nas/kontakti',
  47309.                     '/models/avensis/' => '/ru/avtomobili/corolla',
  47310.                     '/models/avensis/complectation/' => '/ru/avtomobili/corolla',
  47311.                     '/models/new_corolla/complectation/' => '/ru/avtomobili/corolla',
  47312.                     '/models/yaris/complectation/' => '/ru/avtomobili/yaris',
  47313.                     '/offers/159301/' => '/ru/',
  47314.                     '/ru/stocks/kompleksnaya-diagnostika' => '/ru/service/apply-for-service',
  47315.                     '/service/' => '/ru/service/apply-for-service',
  47316.                     '/ua/news/GrafIk roboti dilerskogo tsentru v novorIchnI svyata' => '/ru/',
  47317.                     '/ua/poslugi/lizing' => '/ru/poslugi/korporativni-prodazhi',
  47318.                     '/ua/stocks/kompleksnaya-diagnostika' => '/ua/service/apply-for-service',
  47319.                     '/ua/stocks/Toyota-Camry-v-komplektatsIYi-Premium-z-vigodoyu-do-40653-grn' => '/ru/',
  47320.                     '/ua/used-cars-toyota/5de764fe622e5' => '/ua/used-cars-toyota/',
  47321.                     '/about/contacts/' => '/ru/pro-nas/kontakti',
  47322.                     '/buy/' => '/ru/avtomobili',
  47323.                     '/buy/leasing/' => '/ru/',
  47324.                     '/choose/drive/' => '/ru/testdrive-form',
  47325.                     '/loyalty/' => '/ru/',
  47326.                     '/models/auris/' => '/ru/avtomobili/corolla',
  47327.                     '/models/auris/complectation/' => '/ru/avtomobili/corolla',
  47328.                     '/models/camry/' => '/ru/avtomobili/camry',
  47329.                     '/models/camry/characteristics/' => '/ru/avtomobili/camry',
  47330.                     '/models/camry/complectation/' => '/ru/avtomobili/camry',
  47331.                     '/models/corolla/' => '/ru/avtomobili/corolla',
  47332.                     '/models/corolla/complectation/' => '/ru/avtomobili/corolla',
  47333.                     '/models/gt-86/' => '/ru/avtomobili/camry',
  47334.                     '/models/gt-86/characteristics/' => '/ru/avtomobili/camry',
  47335.                     '/models/highlander/' => '/ru/avtomobili/highlander',
  47336.                     '/models/hilux/' => '/ru/avtomobili/hilux',
  47337.                     '/models/lc_200/' => '/ru/avtomobili/land-cruiser-200',
  47338.                     '/models/new_rav4-1/' => '/ru/avtomobili/rav4-hybrid',
  47339.                     '/models/new-corolla2/' => '/ru/avtomobili/corolla',
  47340.                     '/models/prado/' => '/ru/avtomobili/land-cruiser-prado',
  47341.                     '/models/prado/history/' => '/ru/avtomobili/land-cruiser-prado',
  47342.                     '/models/prius/' => '/ru/avtomobili/corolla',
  47343.                     '/models/rav4/' => '/ru/avtomobili/rav4',
  47344.                     '/models/rav4/complectation/' => '/ru/avtomobili/rav4',
  47345.                     '/models/venza/' => '/ru/avtomobili/camry',
  47346.                     '/models/verso/' => '/ru/avtomobili/proace-verso',
  47347.                     '/models/yaris/' => '/ru/avtomobili/yaris',
  47348.                     '/news/our/102297/' => '/ru/',
  47349.                     '/news/our/247605/' => '/ru/',
  47350.                     '/offers/26030/' => '/ru/',
  47351.                     '/ru/stocks/S-1-noyabrya-po-31-dekabrya-2019-na-Toyota-Corolla-deystvuet-spetsialnoe-predlozhenie' => '/ru/',
  47352.                     '/ua/accessories' => '/ua/service/accessories',
  47353.                     '/ru/accessories' => '/ru/service/accessories',
  47354.                 ],
  47355.                 'ELIT' => [
  47356.                     '/about/' => '/ru/about-us/about-dc/',
  47357.                     '/about/contacts/' => '/ru/about-us/contacts/',
  47358.                     '/about/virtual-tour/' => '/ru/about-us/about-dc/',
  47359.                     '/models/' => '/ru/catalog',
  47360.                     '/models/ct/' => '/ru/',
  47361.                     '/models/ct/complectations/' => '/ru/',
  47362.                     '/models/es/characteristics/' => '/ru/',
  47363.                     '/models/gs/' => '/ru/',
  47364.                     '/models/gs/characteristics/' => '/ru/',
  47365.                     '/models/gs/complectations/' => '/ru/',
  47366.                     '/models/gx/' => '/ru/avtomobili/gx_460/',
  47367.                     '/models/gx/complectations/' => '/ru/avtomobili/gx_460/',
  47368.                     '/models/ls/' => '/ru/avtomobili/ls500/',
  47369.                     '/models/ls/characteristics/' => '/ru/avtomobili/ls500/',
  47370.                     '/models/ls/complectations/' => '/ru/avtomobili/ls500/',
  47371.                     '/models/ls/features/' => '/ru/avtomobili/ls500/',
  47372.                     '/models/lx/' => '/ru/avtomobili/lx-570/',
  47373.                     '/models/lx/characteristics' => '/ru/avtomobili/lx-570/',
  47374.                     '/models/lx/complectations/' => '/ru/avtomobili/lx-570/',
  47375.                     '/models/nx/' => '/ru/',
  47376.                     '/models/nx/characteristics/' => '/ru/',
  47377.                     '/models/rx/' => '/ru/avtomobili/rx350/',
  47378.                     '/models/rx/characteristics/' => '/ru/avtomobili/rx350/',
  47379.                     '/models/rx/complectations/' => '/ru/avtomobili/rx350/',
  47380.                     '/news/127356/' => '/ru/',
  47381.                     '/news/34351/' => '/ru/',
  47382.                     '/news/55692/' => '/ru/',
  47383.                     '/offers/' => '/ru/',
  47384.                     '/offers/other_test/' => '/ru/',
  47385.                     '/offers/sedans_weekends/' => '/ru/',
  47386.                     '/offers/trade-in/' => '/ru/finance/tradein/',
  47387.                     '/ru/about/' => '/ru/about-us/about-dc/',
  47388.                     '/ru/about/index.php' => '/ru/about-us/about-dc/',
  47389.                     '/ru/about/virtual-tour/' => '/ru/about-us/about-dc/',
  47390.                     '/ru/models/' => '/ru/catalog',
  47391.                     '/ru/models/ct/' => '/ru/',
  47392.                     '/ru/models/ct/characteristics/' => '/ru/',
  47393.                     '/ru/models/es/' => '/ru/avtomobili/es-350/',
  47394.                     '/ru/models/gs/' => '/ru/',
  47395.                     '/ru/models/gs/characteristics/' => '/ru/',
  47396.                     '/ru/models/is/' => '/ru/avtomobili/is-300/',
  47397.                     '/ru/models/is/characteristics/' => '/ru/avtomobili/is-300/',
  47398.                     '/ru/models/ls/' => '/ru/avtomobili/is-300/',
  47399.                     '/ru/models/lx/complectations/' => '/ru/avtomobili/lx-450d/',
  47400.                     '/ru/models/nx/' => '/ru/avtomobili/nx300/',
  47401.                     '/ru/models/nx/characteristics/' => '/ru/avtomobili/nx300/',
  47402.                     '/ru/models/nx/complectations' => '/ru/avtomobili/nx300/',
  47403.                     '/ru/models/rx/' => '/ru/avtomobili/rx-300/',
  47404.                     '/ru/models/rx/complectations/' => '/ru/avtomobili/rx-300/',
  47405.                     '/ru/news/lexus_news/316254/' => '/ru/',
  47406.                     '/ru/service/' => '/ru/service/order-to/',
  47407.                     '/ru/service/index.php' => '/ru/service/order-to/',
  47408.                     '/ru/service/special/' => '/ru/service/order-to/',
  47409.                     '/search/index.php' => '/ru/',
  47410.                     '/service/record/' => '/ru/service/order-to/',
  47411.                     '/ru/shumoizolyatsiya-vashogo-lexus-zi-znizhkoyu-15-u-leksus-kiyiv-zahid/' => '/ru/',
  47412.                     '/ua/davayte-znakomitsya-leksus-kiev-zapad-predlagaet-skidku-15-na-servis-pri-pervom-vizite/' => '/ru/',
  47413.                     '/ua/avtomobili/gx_460/' => '/ua/avtomobili/gx460/',
  47414.                     '/ru/avtomobili/gx_460/' => '/ru/avtomobili/gx460/',
  47415.                     '/ua/avtomobili/gx_460/configuration/' => '/ua/avtomobili/gx460/configuration/',
  47416.                     '/ru/avtomobili/gx_460/configuration/' => '/ru/avtomobili/gx460/configuration/',
  47417.                     '/ru/models/lx/characteristics/lx-570/' => '/ru/catalog/',
  47418.                     '/ru/models/es/complectations/' => '/ru/catalog/',
  47419.                     '/ua/models/lx/characteristics/lx-570/' => '/ua/catalog/',
  47420.                     '/ua/models/es/complectations/' => '/ua/catalog/',
  47421.                     '/ru/avtomobili/rx-350/' => '/ru/avtomobili/rx350/',
  47422.                     '/ru/avtomobili/rx-350/configuration/' => '/ru/avtomobili/rx350/configuration/',
  47423.                     '/ua/avtomobili/rx-350/' => '/ua/avtomobili/rx350/',
  47424.                     '/ua/avtomobili/rx-350/configuration/' => '/ua/avtomobili/rx350/configuration/',
  47425.                 ],
  47426.                 'STAR' => [
  47427.                     '/shares/' => '/ua/stocks',
  47428.                     '/about_subaru/subaru_news/subaru_xv_the_world_premiere_of_the_c_class_crosso/' => '/ru/',
  47429.                     '/about_us/' => '/ru/about/about-us',
  47430.                     '/about_us/loyalty_program/' => '/ru/about/loyality-program',
  47431.                     '/about_us/news/letniy_subaru_santa_prigotovil_zharkie_tseny_na_su/' => '/ru/',
  47432.                     '/about_us/photo-gallery/3885/' => '/ru/',
  47433.                     '/btl/' => '/ru/',
  47434.                     '/models/' => '/ru/model-lineup/',
  47435.                     '/models/brz/' => '/ru/',
  47436.                     '/models/brz/complectations/' => '/ru/',
  47437.                     '/models/brz/gallery/' => '/ru/',
  47438.                     '/models/forester' => '/ru/avtomobili/forester',
  47439.                     '/models/forester/' => '/ru/avtomobili/forester',
  47440.                     '/models/forester/accessory/' => '/ru/avtomobili/forester',
  47441.                     '/models/forester/complectations/' => '/ru/avtomobili/forester',
  47442.                     '/models/forester_new/' => '/ru/avtomobili/forester',
  47443.                     '/models/forester_new/complectations/' => '/ru/avtomobili/forester',
  47444.                     '/models/impreza_wrx_sti_new/' => '/ru/',
  47445.                     '/models/impreza_wrx_sti_new/colors/' => '/ru/',
  47446.                     '/models/impreza_wrx_sti_new/complectations/' => '/ru/',
  47447.                     '/models/impreza_wrx_sti_new/gallery/' => '/ru/',
  47448.                     '/models/legacy/complectations/2012/' => '/ru/',
  47449.                     '/models/new_impreza/' => '/ru/',
  47450.                     '/models/new_impreza/technology/' => '/ru/',
  47451.                     '/models/outback/' => '/ru/avtomobili/outback',
  47452.                     '/models/outback/accessory/' => '/ru/avtomobili/outback',
  47453.                     '/models/outback/complectations' => '/ru/avtomobili/outback',
  47454.                     '/models/outback/complectations/' => '/ru/avtomobili/outback',
  47455.                     '/models/outback/complectations/2012/' => '/ru/avtomobili/outback',
  47456.                     '/models/outback/complectations/2013/' => '/ru/avtomobili/outback',
  47457.                     '/models/test_drive/' => '/ru/testdrive-form',
  47458.                     '/models/xv_2012/' => '/ru/avtomobili/xv',
  47459.                     '/models/xv_2012/accessory/' => '/ru/avtomobili/xv',
  47460.                     '/models/xv_2012/colors/' => '/ru/avtomobili/xv',
  47461.                     '/models/xv_2012/complectations/' => '/ru/avtomobili/xv',
  47462.                     '/models/xv_2012/exterior/' => '/ru/avtomobili/xv',
  47463.                     '/models/xv_2017/complectations/' => '/ru/avtomobili/xv',
  47464.                     '/services/' => '/ru/finance/credit',
  47465.                     '/services/airport/' => '/ru/',
  47466.                     '/shares/163858/' => '/ru/',
  47467.                     '/shares/s_10_09_po_10_10_2020_g_v_vidi_star_motorz_polezny/' => '/ru/',
  47468.                     '/shares/vidi_star_motors_gives_a_tour_of_your_dreams/' => '/ru/',
  47469.                     '/tools/' => '/ru/service/order-to',
  47470.                     '/tools/noise-insulation/' => '/ru/service/order-to',
  47471.                     '/tools/order/' => '/ru/service/order-to',
  47472.                     '/about_subaru/facebook/' => '/ru/',
  47473.                     '/models/test_drive' => '/ru/testdrive-form',
  47474.                     '/about_us/contacts/' => '/ru/contacts/',
  47475.                     '/about_us/photo-gallery/5366/' => '/ru/',
  47476.                     '/models/new_forester/complectations/' => '/ru/avtomobili/forester',
  47477.                     '/models/new_impreza/colors/' => '/ru/avtomobili/wsx',
  47478.                     '/models/order/' => '/ru/service/order-to',
  47479.                     '/models/test-drive/' => '/ru/testdrive-form',
  47480.                     '/shares/357566/' => '/ru/',
  47481.                     '/ua/testdrive/' => '/ua/testdrive-form',
  47482.                     '/ru/testdrive/' => '/ru/testdrive-form',
  47483.                     '/ru/avtomobili/wsx' => '/ru/avtomobili/wrx',
  47484.                 ],
  47485.                 'ROVER' => [
  47486.                     '/ua/special-offers/hb-sale-jaguart-land-rover' => '/ua/special-offers/hb-sale-jaguar-land-rover',
  47487.                     '/ru/special-offers/hb-sale-jaguart-land-rover' => '/ru/special-offers/hb-sale-jaguar-land-rover',
  47488.                     '/about-company/' => '/ru/',
  47489.                     '/about-us/' => '/ru/',
  47490.                     '/about-us/3dtour/' => '/ua/about-us/about-jlr-kyiv-west',
  47491.                     '/about-us/contacts/' => '/ua/about-us/contacts',
  47492.                     '/about-us/jobs/' => '/ua/about-us/vacancy',
  47493.                     '/about-us/news/' => '/ua/about-us/news',
  47494.                     '/about-us/only-vidipower-01/' => '/ua/about-us/about-jlr-kyiv-west',
  47495.                     '/about-us/overview/' => '/ru/',
  47496.                     '/about-us/personal-data-protection-policy/' => '/ua/cokie-and-privacy-policy',
  47497.                     '/about-us/policy-on-quality-vidigrup/' => '/ua/cokie-and-privacy-policy',
  47498.                     '/about-us/poslugi/' => '/ru/',
  47499.                     '/cars-in-stock/' => '/ua/cars-in-stock/',
  47500.                     '/cars-in-stock/models_428' => '/ua/cars-in-stock/',
  47501.                     '/cars-in-stock/models_429' => '/ua/cars-in-stock/',
  47502.                     '/cars-in-stock/models_432' => '/ua/cars-in-stock/',
  47503.                     '/cars-in-stock/models_5222' => '/ua/cars-in-stock/',
  47504.                     '/cars-in-stock/models_8537' => '/ua/cars-in-stock/',
  47505.                     '/feedback/' => '/ua/about-us/contacts',
  47506.                     '/inc-blocks/inc-block-bottom-menu/' => '/ru/',
  47507.                     '/keep-me-informed/' => '/ua/',
  47508.                     '/models/freelander-2/' => '/ru/',
  47509.                     '/models/range-rover-evoque/' => '/ru/vehicles/rangeroverevoque/',
  47510.                     '/models/range-rover-evoque/characteristircs/' => '/ru/vehicles/rangeroverevoque/',
  47511.                     '/offers/' => '/ru/',
  47512.                     '/offers/accessories/' => '/ua/service/accessories',
  47513.                     '/offers/autoapproved/' => '/ua/special-offers',
  47514.                     '/offers/new-cars/' => '/ua/',
  47515.                     '/offers/overview/' => '/ua/',
  47516.                     '/offers/servicing-and-aftercare/' => '/ua/special-offers',
  47517.                     '/owners/' => '/ru/',
  47518.                     '/owners/accessories/' => '/ua/service/accessories',
  47519.                     '/owners/accident-assistance/' => '/ru/',
  47520.                     '/owners/collections-land-rover/' => '/ua/service/accessories',
  47521.                     '/owners/guides-and-manuals/' => '/ua/vehicles/discoverysport/',
  47522.                     '/owners/land-rover-trackstar/' => '/ua/vehicles/rangerover/',
  47523.                     '/owners/originalni-zapasni-chastini/' => '/ua/service/spare-parts',
  47524.                     '/owners/overview/' => '/ru/',
  47525.                     '/owners/servicing-and-maintenance/' => '/ua/service/order-to',
  47526.                     '/owners/warranty-and-assistance/' => '/ua/service/order-to',
  47527.                     '/owners/zapasni-chastini-optom/' => '/ua/service/spare-parts',
  47528.                     '/privacy-policy/' => '/ua/cokie-and-privacy-policy',
  47529.                     '/promotions/existing/143952/' => '/ru/',
  47530.                     '/request-a-brochure/' => '/ru/',
  47531.                     '/request-a-service/' => '/ua/service/spare-parts',
  47532.                     '/ru/models/discovery-sport/' => '/ru/vehicles/discoverysport/',
  47533.                     '/ru/models/range-rover/' => '/ru/vehicles/rangerover/',
  47534.                     '/ru/models/range-rover-evoque/' => '/ru/vehicles/rangeroverevoque/',
  47535.                     '/ru/models/range-rover-sport/' => '/ru/vehicles/rangeroversport/',
  47536.                     '/special-vehicles/' => '/ua/',
  47537.                     '/terms-and-conditions/' => '/ua/about-us/contacts',
  47538.                     '/vehicles/' => '/ru/',
  47539.                     '/vehicles/all-new-discovery/' => '/ua/vehicles/discovery/',
  47540.                     '/vehicles/defender/' => '/ua/vehicles/defender/',
  47541.                     '/vehicles/new-discovery-sport/' => '/ua/vehicles/discoverysport/',
  47542.                     '/vehicles/phev/' => '/ua/',
  47543.                     '/vehicles/range-rover/' => '/ua/vehicles/rangerover/',
  47544.                     '/vehicles/range-rover-sport/' => '/ua/vehicles/rangeroversport/',
  47545.                     '/vehicles/range-rover-velar/' => '/ua/vehicles/rangerovervelar/',
  47546.                     '/rr/evoque/' => '/ru/vehicles/rangeroverevoque/',
  47547.                     '/vehicles/range-rover/pricing-and-specifications/' => '/ua/vehicles/rangerover/',
  47548.                     '/about-us/news/novii-defender-dostupnii-do-poperednogo-zamovlennya/' => '/ua/about-us/news',
  47549.                     '/cars-in-stock/models_433' => '/ru/',
  47550.                     '/cars-in-stock/models_7754' => '/ru/',
  47551.                     '/offers/new-cars/black-friday-jaguar-land-rover/' => '/ru/',
  47552.                     '/offers/new-cars/discovery-sport-trade-in/' => '/ru/',
  47553.                     '/offers/new-cars/ds-z-vigodoyu/' => '/ru/',
  47554.                     '/owners/loyalnist/' => '/ua/',
  47555.                     '/services/' => '/ru/service/order-to',
  47556.                     '/test-drive/' => '/ua/testdrive-form',
  47557.                     '/trade-in/' => '/ua/finance/trade-in',
  47558.                     '/vehicles/new-range-rover-evoque/' => '/ua/vehicles/rangeroverevoque/',
  47559.                 ],
  47560.                 'VIDI' => [
  47561.                     '/ru/finance/car-for-business' => '/ru/sale/corporate',
  47562.                     '/ua/finance/car-for-business' => '/ua/sale/corporate',
  47563.                     '/ru/catalog' => '/ru/new-car/all/',
  47564.                     '/ua/catalog' => '/ua/new-car/all/',
  47565.                     '/ru/finance/corporate' => '/ru/sale/corporate',
  47566.                     '/ua/finance/corporate' => '/ua/sale/corporate',
  47567.                     '/about/additional-services/index.php' => '/ru/',
  47568.                     '/about/city/' => '/ru/',
  47569.                     '/about/digest/' => '/ru/',
  47570.                     '/about/finance/leasing/' => '/ru/',
  47571.                     '/about/index.php' => '/ru/',
  47572.                     '/auth/index.php' => '/ru/',
  47573.                     '/autocentres/' => '/ru/',
  47574.                     '/autocentres/autostrada/' => '/ru/',
  47575.                     '/autocentres/vidi-power-motors/' => '/ru/',
  47576.                     '/club/contest/' => '/ru/',
  47577.                     '/club/contest/conditions/' => '/ru/',
  47578.                     '/club/contest/prizes/' => '/ru/',
  47579.                     '/club/photo/' => '/ru/',
  47580.                     '/club/route/20613/' => '/ru/',
  47581.                     '/en/about/finance/leasing/' => '/ru/',
  47582.                     '/forum/' => '/ru/',
  47583.                     '/loyalty/' => '/ru/',
  47584.                     '/loyalty/gold-card/' => '/ru/',
  47585.                     '/loyalty/partners/' => '/ru/',
  47586.                     '/loyalty/partners/practika/' => '/ru/',
  47587.                     '/loyalty/welcome-card/' => '/ru/',
  47588.                     '/news/autocity/' => '/ru/',
  47589.                     '/news/autocity/105395/' => '/ru/',
  47590.                     '/news/autocity/125254/' => '/ru/',
  47591.                     '/news/autocity/25108/' => '/ru/',
  47592.                     '/news/autocity/25178/' => '/ru/',
  47593.                     '/news/autocity/25561/' => '/ru/',
  47594.                     '/news/autocity/66419/' => '/ru/',
  47595.                     '/news/autocity/76350/' => '/ru/',
  47596.                     '/news/interesting/21734/' => '/ru/',
  47597.                     '/news/newsline/158464/' => '/ru/',
  47598.                     '/news/offers/hot-summer-in-autocity/' => '/ru/',
  47599.                     '/ua/about' => '/ua/about',
  47600.                     '/ua/actions' => '/ua/actions',
  47601.                     '/ua/actions/honda/pershij_vizit_acura' => '/ua/actions/honda/pershij_vizit_acura',
  47602.                     '/ua/actions/honda/znizhka_vikhidnogo_dnya' => '/ua/actions/honda/znizhka_vikhidnogo_dnya',
  47603.                     '/ua/actions/mazda/about-mazda/mazda-ukraine/news/496' => '/ru/',
  47604.                     '/ua/actions/subaru/subaru-v-kredit' => '/ua/actions/subaru/subaru-v-kredit',
  47605.                     '/ua/actions/yamaha/motoshiny-michelin' => '/ua/actions/yamaha/motoshiny-michelin',
  47606.                     '/ua/catalog/used/5c63bd68ec299.html' => '/ua/catalog/used/5c63bd68ec299.html',
  47607.                     '/ua/catalog/used/5d03639c0b8c7.html' => '/ua/catalog/used/5d03639c0b8c7.html',
  47608.                     '/ua/catalog/used/5d274a40113b9.html' => '/ua/catalog/used/5d274a40113b9.html',
  47609.                     '/ua/catalog/used/5d3ff7933fc6a.html' => '/ua/catalog/used/5d3ff7933fc6a.html',
  47610.                     '/about/autocentres/autostrada/' => '/ru/contacts',
  47611.                     '/about/autocentres/subaru/' => '/ru/contacts',
  47612.                     '/about/auto-cities/boryspil/' => '/ru/service-providers',
  47613.                     '/about/auto-cities/kiev/' => '/ru/service-providers',
  47614.                     '/cars/new-car/' => '/ru/catalog',
  47615.                     '/cars/new-car/camry/186407/' => '/ru/',
  47616.                     '/contacts' => '/ua/contacts',
  47617.                     '/contacts/support/' => '/ru/help',
  47618.                     '/news/newsline/' => '/ru/news',
  47619.                     '/news/newsline/156532/' => '/ru/',
  47620.                     '/news/newsline/175317/' => '/ru/',
  47621.                     '/news/newsline/246985/' => '/ru/',
  47622.                     '/news/newsline/64503/' => '/ru/news',
  47623.                     '/services/test-drive/' => '/ru/test-drive',
  47624.                     '/services/trade-in/' => '/ru/finance/tradein',
  47625.                     '/services/vidi-airport-service/' => '/ru/',
  47626.                     '/suzuki-drive/' => '/ru/',
  47627.                     '/ua/about/autocentres/autostrada/' => '/ua/contacts',
  47628.                     '/ua/about/autocentres/ford/' => '/ru/contacts',
  47629.                     '/ua/cars/car-with-mileage/' => '/ru/',
  47630.                     '/ua/cars/car-with-mileage/367491/' => '/ru/',
  47631.                     '/ua/news/newsline/65021/' => '/ru/',
  47632.                     '/vidi-moto-life/honda/' => '/ua/catalog',
  47633.                     '/ru/conversion-car/unicomers' => '/ru/finance/unicomers',
  47634.                     '/ua/conversion-car/unicomers' => '/ua/finance/unicomers',
  47635.                     '/ru/finance/unicomers?utm_source=google&utm_medium=organic&utm_campaign=gmb_unicomers' => '/ru/conversion-car/unicomers',
  47636.                     '/ua/finance/unicomers?utm_source=google&utm_medium=organic&utm_campaign=gmb_unicomers' => '/ua/conversion-car/unicomers',
  47637.                     '/ua/new-car/all/' => '/ua/new-car/',
  47638.                     '/ua/new-truck/all/' => '/ua/new-truck/',
  47639.                     '/ua/new-bus/all/' => '/ua/new-bus/',
  47640.                     '/ua/new-moto/all/' => '/ua/new-moto/',
  47641.                     '/ua/new-vodnyj-transport/all/' => '/ua/new-vodnyj-transport/',
  47642.                     '/ua/new-special/all/' => '/ua/new-special/',
  47643.                     '/ua/used-car/all/' => '/ua/used-car/',
  47644.                     '/ua/used-moto/all/' => '/ua/used-moto/',
  47645.                     '/ru/new-car/all/' => '/ru/new-car/',
  47646.                     '/ru/new-truck/all/' => '/ru/new-truck/',
  47647.                     '/ru/new-bus/all/' => '/ru/new-bus/',
  47648.                     '/ru/new-moto/all/' => '/ru/new-moto/',
  47649.                     '/ru/new-vodnyj-transport/all/' => '/ru/new-vodnyj-transport/',
  47650.                     '/ru/new-special/all/' => '/ru/new-special/',
  47651.                     '/ru/used-car/all/' => '/ru/used-car/',
  47652.                     '/ru/used-moto/all/' => '/ru/used-moto/',
  47653.                     '/ua/finance/credit' => '/ua/credit',
  47654.                     '/ru/finance/credit' => '/ru/credit',
  47655.                     '/ua/service-providers' => '/ua/contacts',
  47656.                     '/ru/service-providers' => '/ru/contacts',
  47657.                     '/ua/category/taxi-cars/' => '/ua/new-car/taxi-cars/',
  47658.                     '/ua/category/leisure-cars/' => '/ua/new-car/leisure-cars/',
  47659.                     '/ua/category/economical-cars/' => '/ua/new-car/economical-cars/',
  47660.                     '/ua/category/womens-cars/' => '/ua/new-car/womens-cars/',
  47661.                     '/ua/category/family-cars/' => '/ua/new-car/family-cars/',
  47662.                     '/ua/category/budget-cars/' => '/ua/new-car/budget-cars/',
  47663.                     '/ua/category/small-cars/' => '/ua/new-car/small-cars/',
  47664.                     '/ua/category/commercial-vehicles/' => '/ua/new-car/commercial-vehicles/',
  47665.                     '/ua/category/sports-cars/' => '/ua/new-car/sports-cars/',
  47666.                     '/ua/category/sportbikes/' => '/ua/new-car/sportbikes/',
  47667.                     '/ua/category/cars-large-tank/' => '/ua/new-car/cars-large-tank/',
  47668.                     '/ua/category/travel-cars/' => '/ua/new-car/travel-cars/',
  47669.                     '/ua/category/business-class-cars/' => '/ua/new-car/business-class-cars/',
  47670.                     '/ua/category/city-cars/' => '/ua/new-car/city-cars/',
  47671.                     '/ru/category/taxi-cars/' => '/ru/new-car/taxi-cars/',
  47672.                     '/ru/category/leisure-cars/' => '/ru/new-car/leisure-cars/',
  47673.                     '/ru/category/economical-cars/' => '/ru/new-car/economical-cars/',
  47674.                     '/ru/category/womens-cars/' => '/ru/new-car/womens-cars/',
  47675.                     '/ru/category/family-cars/' => '/ru/new-car/family-cars/',
  47676.                     '/ru/category/budget-cars/' => '/ru/new-car/budget-cars/',
  47677.                     '/ru/category/small-cars/' => '/ru/new-car/small-cars/',
  47678.                     '/ru/category/commercial-vehicles/' => '/ru/new-car/commercial-vehicles/',
  47679.                     '/ru/category/sports-cars/' => '/ru/new-car/sports-cars/',
  47680.                     '/ru/category/sportbikes/' => '/ru/new-car/sportbikes/',
  47681.                     '/ru/category/cars-large-tank/' => '/ru/new-car/cars-large-tank/',
  47682.                     '/ru/category/travel-cars/' => '/ru/new-car/travel-cars/',
  47683.                     '/ru/category/business-class-cars/' => '/ru/new-car/business-class-cars/',
  47684.                     '/ru/category/city-cars/' => '/ru/new-car/city-cars/',
  47685.                 ],
  47686.                 'AUTOMARKET' => [
  47687.                     '/about/' => '/ru/about-company/about-automarket',
  47688.                     '/about/subscribe/' => '/ru/used-car/',
  47689.                     '/buy' => '/ru/used-car/',
  47690.                     '/buy/' => '/ru/used-car/',
  47691.                     '/buy/bu-avto/105439/' => '/ru/used-car/',
  47692.                     '/buy/bu-avto/111057/' => '/ru/used-car/',
  47693.                     '/buy/bu-avto/113720/' => '/ru/used-car/',
  47694.                     '/buy/bu-avto/12492-toyota-hiace/' => '/ru/used-car/',
  47695.                     '/buy/bu-avto/130732/' => '/ru/used-car/',
  47696.                     '/buy/bu-avto/14002/' => '/ru/used-car/',
  47697.                     '/buy/bu-avto/155766/' => '/ru/used-car/',
  47698.                     '/buy/bu-avto/192564/' => '/ru/used-car/',
  47699.                     '/buy/bu-avto/194766/' => '/ru/used-car/',
  47700.                     '/buy/bu-avto/202819/' => '/ru/used-car/',
  47701.                     '/buy/bu-avto/203821/' => '/ru/used-car/',
  47702.                     '/buy/bu-avto/203935/' => '/ru/used-car/',
  47703.                     '/buy/bu-avto/212663' => '/ru/used-car/',
  47704.                     '/buy/bu-avto/212663/' => '/ru/used-car/',
  47705.                     '/buy/bu-avto/213693/' => '/ru/used-car/',
  47706.                     '/buy/bu-avto/215435/' => '/ru/used-car/',
  47707.                     '/buy/bu-avto/21563/' => '/ru/used-car/',
  47708.                     '/buy/bu-avto/220756/' => '/ru/used-car/',
  47709.                     '/buy/bu-avto/225757/' => '/ru/used-car/',
  47710.                     '/buy/bu-avto/226322/' => '/ru/used-car/',
  47711.                     '/buy/bu-avto/226929/' => '/ru/used-car/',
  47712.                     '/buy/bu-avto/226957/' => '/ru/used-car/',
  47713.                     '/buy/bu-avto/230200/' => '/ru/used-car/',
  47714.                     '/buy/bu-avto/230557/' => '/ru/used-car/',
  47715.                     '/buy/bu-avto/231983/' => '/ru/used-car/',
  47716.                     '/buy/bu-avto/232058/' => '/ru/used-car/',
  47717.                     '/buy/bu-avto/232835/' => '/ru/used-car/',
  47718.                     '/buy/bu-avto/234078/' => '/ru/used-car/',
  47719.                     '/buy/bu-avto/248343/' => '/ru/used-car/',
  47720.                     '/buy/bu-avto/256762/' => '/ru/used-car/',
  47721.                     '/buy/bu-avto/298847/' => '/ru/used-car/',
  47722.                     '/buy/bu-avto/298877/' => '/ru/used-car/',
  47723.                     '/buy/bu-avto/302201/' => '/ru/used-car/',
  47724.                     '/buy/bu-avto/302741/' => '/ru/used-car/',
  47725.                     '/buy/bu-avto/303461/' => '/ru/used-car/',
  47726.                     '/buy/bu-avto/303468/' => '/ru/used-car/',
  47727.                     '/buy/bu-avto/303553/' => '/ru/used-car/',
  47728.                     '/buy/bu-avto/35522/' => '/ru/used-car/',
  47729.                     '/buy/bu-avto/48406/' => '/ru/used-car/',
  47730.                     '/buy/bu-avto/52158/' => '/ru/used-car/',
  47731.                     '/buy/bu-avto/53790/' => '/ru/used-car/',
  47732.                     '/forum/topic/add/forum8/' => '/ru/used-car/',
  47733.                     '/news/car-news/22709/' => '/ru/used-car/',
  47734.                     '/news/our-news/' => '/ru/used-car/',
  47735.                     '/news/our-news/158566/' => '/ru/used-car/',
  47736.                     '/news/our-news/159008/' => '/ru/used-car/',
  47737.                     '/news/our-news/160540/' => '/ru/used-car/',
  47738.                     '/offers/insurance/' => '/ru/services/insurance',
  47739.                     '/offers/kredit/' => '/ru/services/credit',
  47740.                     '/sale/' => '/ru/sale/commission-sale',
  47741.                     '/sale/assessment/' => '/ru/sale/online',
  47742.                     '/sale/exchange-used-car/' => '/ru/sale/car-exchange',
  47743.                     '/sale/photosale/' => '/ru/used-car/',
  47744.                     '/sale/trade-in/' => '/ru/sale/car-exchange',
  47745.                     '/sale/trade-in/online-estimate.php' => '/ru/sale/car-exchange',
  47746.                     '/ru/cars/22/4/' => '/ru/used-car/bmw/type-kpp-avtomat/',
  47747.                     '/ru/cars/1/4/' => '/ru/used-car/ford/type-kpp-avtomat/',
  47748.                     '/ru/cars/6/4/' => '/ru/used-car/infiniti/type-kpp-avtomat/',
  47749.                     '/ru/cars/5/4/' => '/ru/used-car/lexus/type-kpp-avtomat/',
  47750.                     '/ru/cars/23/4/' => '/ru/used-car/suzuki/type-kpp-avtomat/',
  47751.                     '/ru/cars/2/4/' => '/ru/used-car/toyota/type-kpp-avtomat/',
  47752.                     '/ru/cars/14/4/' => '/ru/used-car/volkswagen/type-kpp-avtomat/',
  47753.                     '/ru/cars/26/4/' => '/ru/used-car/volvo/type-kpp-avtomat/',
  47754.                     '/ru/cars/any/4/' => '/ru/used-car/type-kpp-avtomat/',
  47755.                     '/ru/cars/32/any/' => '/ru/used-car/acura/',
  47756.                     '/ru/cars/13/any/' => '/ru/used-car/audi/',
  47757.                     '/ru/cars/22/any/' => '/ru/used-car/bmw/',
  47758.                     '/ru/cars/48/any/' => '/ru/used-car/cadillac/',
  47759.                     '/ru/cars/51/any/' => '/ru/used-car/chery/',
  47760.                     '/ru/cars/19/any/' => '/ru/used-car/chevrolet/',
  47761.                     '/ru/cars/15/any/' => '/ru/used-car/citroen/',
  47762.                     '/ru/cars/55/any/' => '/ru/used-car/',
  47763.                     '/ru/cars/46/any/' => '/ru/used-car/daewoo/',
  47764.                     '/ru/cars/36/any/' => '/ru/used-car/',
  47765.                     '/ru/cars/39/any/' => '/ru/used-car/',
  47766.                     '/ru/cars/65/any/' => '/ru/used-car/',
  47767.                     '/ru/cars/25/any/' => '/ru/used-car/fiat/',
  47768.                     '/ru/cars/1/any/' => '/ru/used-car/ford/',
  47769.                     '/ru/cars/10/any/' => '/ru/used-car/',
  47770.                     '/ru/cars/18/any/' => '/ru/used-car/hyundai/',
  47771.                     '/ru/cars/6/any/' => '/ru/used-car/infiniti/',
  47772.                     '/ru/cars/31/any/' => '/ru/used-car/jaguar/',
  47773.                     '/ru/cars/42/any/' => '/ru/used-car/jeep/',
  47774.                     '/ru/cars/3/any/' => '/ru/used-car/kia/',
  47775.                     '/ru/cars/8/any/' => '/ru/used-car/land-rover/',
  47776.                     '/ru/cars/5/any/' => '/ru/used-car/lexus/',
  47777.                     '/ru/cars/4/any/' => '/ru/used-car/mazda/',
  47778.                     '/ru/cars/7/any/' => '/ru/used-car/mercedes-benz/',
  47779.                     '/ru/cars/43/any/' => '/ru/used-car/mg/',
  47780.                     '/ru/cars/20/any/' => '/ru/used-car/mitsubishi/',
  47781.                     '/ru/cars/12/any/' => '/ru/used-car/nissan/',
  47782.                     '/ru/cars/16/any/' => '/ru/used-car/opel/',
  47783.                     '/ru/cars/11/any/' => '/ru/used-car/peugeot/',
  47784.                     '/ru/cars/53/any/' => '/ru/used-car/porsche/',
  47785.                     '/ru/cars/57/any/' => '/ru/used-car/ravon/',
  47786.                     '/ru/cars/21/any/' => '/ru/used-car/renault/',
  47787.                     '/ru/cars/27/any/' => '/ru/used-car/skoda/',
  47788.                     '/ru/cars/33/any/' => '/ru/used-car/smart/',
  47789.                     '/ru/cars/24/any/' => '/ru/used-car/subaru/',
  47790.                     '/ru/cars/23/any/' => '/ru/used-car/suzuki/',
  47791.                     '/ru/cars/38/any/' => '/ru/used-car/tesla/',
  47792.                     '/ru/cars/2/any/' => '/ru/used-car/toyota/',
  47793.                     '/ru/cars/14/any/' => '/ru/used-car/volkswagen/',
  47794.                     '/ru/cars/26/any/' => '/ru/used-car/volvo/',
  47795.                     '/ru/cars/17/any/' => '/ru/used-moto/yamaha/',
  47796.                     '/ru/cars/22/2/' => '/ru/used-car/bmw/type-fuel-benzin/',
  47797.                     '/ru/cars/19/2/' => '/ru/used-car/chevrolet/type-fuel-benzin/',
  47798.                     '/ru/cars/18/2/' => '/ru/used-car/hyundai/type-fuel-benzin/',
  47799.                     '/ru/cars/31/2/' => '/ru/used-car/jaguar/type-fuel-benzin/',
  47800.                     '/ru/cars/42/2/' => '/ru/used-car/jeep/type-fuel-benzin/',
  47801.                     '/ru/cars/3/2/' => '/ru/used-car/kia/type-fuel-benzin/',
  47802.                     '/ru/cars/8/2/' => '/ru/used-car/land-rover/type-fuel-benzin/',
  47803.                     '/ru/cars/5/2/' => '/ru/used-car/lexus/type-fuel-benzin/',
  47804.                     '/ru/cars/4/2/' => '/ru/used-car/mazda/type-fuel-benzin/',
  47805.                     '/ru/cars/12/2/' => '/ru/used-car/nissan/type-fuel-benzin/',
  47806.                     '/ru/cars/21/2/' => '/ru/used-car/renault/type-fuel-benzin/',
  47807.                     '/ru/cars/24/2/' => '/ru/used-car/subaru/type-fuel-benzin/',
  47808.                     '/ru/cars/23/2/' => '/ru/used-car/suzuki/type-fuel-benzin/',
  47809.                     '/ru/cars/2/2/' => '/ru/used-car/toyota/type-fuel-benzin/',
  47810.                     '/ru/cars/14/2/' => '/ru/used-car/volkswagen/type-fuel-benzin/',
  47811.                     '/ru/cars/any/2/' => '/ru/used-car/type-fuel-benzin/',
  47812.                     '/ru/cars/19/14/' => '/ru/used-car/chevrolet/type-body-vnedorozhnik/',
  47813.                     '/ru/cars/1/14/' => '/ru/used-car/ford/type-body-vnedorozhnik/',
  47814.                     '/ru/cars/6/14/' => '/ru/used-car/infiniti/type-body-vnedorozhnik/',
  47815.                     '/ru/cars/31/14/' => '/ru/used-car/jaguar/type-body-vnedorozhnik/',
  47816.                     '/ru/cars/42/14/' => '/ru/used-car/jeep/type-body-vnedorozhnik/',
  47817.                     '/ru/cars/3/14/' => '/ru/used-car/kia/type-body-vnedorozhnik/',
  47818.                     '/ru/cars/8/14/' => '/ru/used-car/land-rover/type-body-vnedorozhnik/',
  47819.                     '/ru/cars/5/14/' => '/ru/used-car/lexus/type-body-vnedorozhnik/',
  47820.                     '/ru/cars/4/14/' => '/ru/used-car/mazda/type-body-vnedorozhnik/',
  47821.                     '/ru/cars/7/14/' => '/ru/used-car/mercedes-benz/type-body-vnedorozhnik/',
  47822.                     '/ru/cars/20/14/' => '/ru/used-car/mitsubishi/type-body-vnedorozhnik/',
  47823.                     '/ru/cars/12/14/' => '/ru/used-car/nissan/type-body-vnedorozhnik/',
  47824.                     '/ru/cars/24/14/' => '/ru/used-car/subaru/type-body-vnedorozhnik/',
  47825.                     '/ru/cars/23/14/' => '/ru/used-car/suzuki/type-body-vnedorozhnik/',
  47826.                     '/ru/cars/2/14/' => '/ru/used-car/toyota/type-body-vnedorozhnik/',
  47827.                     '/ru/cars/14/14/' => '/ru/used-car/volkswagen/type-body-vnedorozhnik/',
  47828.                     '/ru/cars/any/14/' => '/ru/used-car/type-body-vnedorozhnik/',
  47829.                     '/ru/cars/13/8/' => '/ru/used-car/audi/type-fuel-dizel/',
  47830.                     '/ru/cars/22/8/' => '/ru/used-car/bmw/type-fuel-dizel/',
  47831.                     '/ru/cars/1/8/' => '/ru/used-car/ford/type-fuel-dizel/',
  47832.                     '/ru/cars/7/8/' => '/ru/used-car/mercedes-benz/type-fuel-dizel/',
  47833.                     '/ru/cars/2/8/' => '/ru/used-car/toyota/type-fuel-dizel/',
  47834.                     '/ru/cars/any/8/' => '/ru/used-car/type-fuel-dizel/',
  47835.                     '/ru/cars/7/11/' => '/ru/used-car/mercedes-benz/type-transmission-zadniy/',
  47836.                     '/ru/cars/14/11/' => '/ru/used-car/volkswagen/type-transmission-zadniy/',
  47837.                     '/ru/cars/any/11/' => '/ru/used-car/type-transmission-zadniy/',
  47838.                     '/ru/cars/32/9/' => '/ru/used-car/acura/type-body-krossover/',
  47839.                     '/ru/cars/13/9/' => '/ru/used-car/audi/type-body-krossover/',
  47840.                     '/ru/cars/22/9/' => '/ru/used-car/bmw/type-body-krossover/',
  47841.                     '/ru/cars/48/9/' => '/ru/used-car/cadillac/type-body-krossover/',
  47842.                     '/ru/cars/51/9/' => '/ru/used-car/chery/type-body-krossover/',
  47843.                     '/ru/cars/19/9/' => '/ru/used-car/chevrolet/type-body-krossover/',
  47844.                     '/ru/cars/15/9/' => '/ru/used-car/citroen/type-body-krossover/',
  47845.                     '/ru/cars/25/9/' => '/ru/used-car/fiat/type-body-krossover/',
  47846.                     '/ru/cars/1/9/' => '/ru/used-car/ford/type-body-krossover/',
  47847.                     '/ru/cars/10/9/' => '/ru/used-car/honda/type-body-krossover/',
  47848.                     '/ru/cars/18/9/' => '/ru/used-car/hyundai/type-body-krossover/',
  47849.                     '/ru/cars/6/9/' => '/ru/used-car/infiniti/type-body-krossover/',
  47850.                     '/ru/cars/31/9/' => '/ru/used-car/jaguar/type-body-krossover/',
  47851.                     '/ru/cars/42/9/' => '/ru/used-car/jeep/type-body-krossover/',
  47852.                     '/ru/cars/3/9/' => '/ru/used-car/kia/type-body-krossover/',
  47853.                     '/ru/cars/8/9/' => '/ru/used-car/land-rover/type-body-krossover/',
  47854.                     '/ru/cars/5/9/' => '/ru/used-car/lexus/type-body-krossover/',
  47855.                     '/ru/cars/4/9/' => '/ru/used-car/mazda/type-body-krossover/',
  47856.                     '/ru/cars/7/9/' => '/ru/used-car/mercedes-benz/type-body-krossover/',
  47857.                     '/ru/cars/43/9/' => '/ru/used-car/mg/type-body-krossover/',
  47858.                     '/ru/cars/20/9/' => '/ru/used-car/mitsubishi/type-body-krossover/',
  47859.                     '/ru/cars/12/9/' => '/ru/used-car/nissan/type-body-krossover/',
  47860.                     '/ru/cars/16/9/' => '/ru/used-car/opel/type-body-krossover/',
  47861.                     '/ru/cars/11/9/' => '/ru/used-car/peugeot/type-body-krossover/',
  47862.                     '/ru/cars/53/9/' => '/ru/used-car/porsche/type-body-krossover/',
  47863.                     '/ru/cars/21/9/' => '/ru/used-car/renault/type-body-krossover/',
  47864.                     '/ru/cars/28/9/' => '/ru/used-car/seat/type-body-krossover/',
  47865.                     '/ru/cars/27/9/' => '/ru/used-car/skoda/type-body-krossover/',
  47866.                     '/ru/cars/24/9/' => '/ru/used-car/subaru/type-body-krossover/',
  47867.                     '/ru/cars/23/9/' => '/ru/used-car/suzuki/type-body-krossover/',
  47868.                     '/ru/cars/38/9/' => '/ru/used-car/tesla/type-body-krossover/',
  47869.                     '/ru/cars/2/9/' => '/ru/used-car/toyota/type-body-krossover/',
  47870.                     '/ru/cars/14/9/' => '/ru/used-car/volkswagen/type-body-krossover/',
  47871.                     '/ru/cars/26/9/' => '/ru/used-car/volvo/type-body-krossover/',
  47872.                     '/ru/cars/any/9/' => '/ru/used-car/type-body-krossover/',
  47873.                     '/ru/cars/1/15/' => '/ru/used-car/ford/type-body-liftbek/',
  47874.                     '/ru/cars/27/15/' => '/ru/used-car/skoda/type-body-liftbek/',
  47875.                     '/ru/cars/any/15/' => '/ru/used-car/type-body-liftbek/',
  47876.                     '/ru/cars/13/5/' => '/ru/used-car/audi/type-kpp-mehanika/',
  47877.                     '/ru/cars/51/5/' => '/ru/used-car/chery/type-kpp-mehanika/',
  47878.                     '/ru/cars/19/5/' => '/ru/used-car/chevrolet/type-kpp-mehanika/',
  47879.                     '/ru/cars/25/5/' => '/ru/used-car/fiat/type-kpp-mehanika/',
  47880.                     '/ru/cars/1/5/' => '/ru/used-car/ford/type-kpp-mehanika/',
  47881.                     '/ru/cars/18/5/' => '/ru/used-car/hyundai/type-kpp-mehanika/',
  47882.                     '/ru/cars/3/5/' => '/ru/used-car/kia/type-kpp-mehanika/',
  47883.                     '/ru/cars/4/5/' => '/ru/used-car/mazda/type-kpp-mehanika/',
  47884.                     '/ru/cars/7/5/' => '/ru/used-car/mercedes-benz/type-kpp-mehanika/',
  47885.                     '/ru/cars/43/5/' => '/ru/used-car/mg/type-kpp-mehanika/',
  47886.                     '/ru/cars/12/5/' => '/ru/used-car/nissan/type-kpp-mehanika/',
  47887.                     '/ru/cars/11/5/' => '/ru/used-car/peugeot/type-kpp-mehanika/',
  47888.                     '/ru/cars/21/5/' => '/ru/used-car/renault/type-kpp-mehanika/',
  47889.                     '/ru/cars/28/5/' => '/ru/used-car/seat/type-kpp-mehanika/',
  47890.                     '/ru/cars/23/5/' => '/ru/used-car/suzuki/type-kpp-mehanika/',
  47891.                     '/ru/cars/38/5/' => '/ru/used-car/tesla/type-kpp-mehanika/',
  47892.                     '/ru/cars/2/5/' => '/ru/used-car/toyota/type-kpp-mehanika/',
  47893.                     '/ru/cars/any/5/' => '/ru/used-car/type-kpp-mehanika/',
  47894.                     '/ru/cars/15/26/' => '/ru/used-car/citroen/type-body-miniven/',
  47895.                     '/ru/cars/25/26/' => '/ru/used-car/fiat/type-body-miniven/',
  47896.                     '/ru/cars/1/26/' => '/ru/used-car/ford/type-body-miniven/',
  47897.                     '/ru/cars/18/26/' => '/ru/used-car/hyundai/type-body-miniven/',
  47898.                     '/ru/cars/4/26/' => '/ru/used-car/mazda/type-body-miniven/',
  47899.                     '/ru/cars/7/26/' => '/ru/used-car/mercedes-benz/type-body-miniven/',
  47900.                     '/ru/cars/11/26/' => '/ru/used-car/peugeot/type-body-miniven/',
  47901.                     '/ru/cars/14/26/' => '/ru/used-car/volkswagen/type-body-miniven/',
  47902.                     '/ru/cars/any/26/' => '/ru/used-car/type-body-miniven/',
  47903.                     '/ru/cars/15/3/' => '/ru/used-car/citroen/type-transmission-peredniy/',
  47904.                     '/ru/cars/3/3/' => '/ru/used-car/kia/type-transmission-peredniy/',
  47905.                     '/ru/cars/11/3/' => '/ru/used-car/peugeot/type-transmission-peredniy/',
  47906.                     '/ru/cars/21/3/' => '/ru/used-car/renault/type-transmission-peredniy/',
  47907.                     '/ru/cars/28/3/' => '/ru/used-car/seat/type-transmission-peredniy/',
  47908.                     '/ru/cars/27/3/' => '/ru/used-car/skoda/type-transmission-peredniy/',
  47909.                     '/ru/cars/14/3/' => '/ru/used-car/volkswagen/type-transmission-peredniy/',
  47910.                     '/ru/cars/any/3/' => '/ru/used-car/type-transmission-peredniy/',
  47911.                     '/ru/cars/1/24/' => '/ru/used-car/ford/type-body-pikap/',
  47912.                     '/ru/cars/20/24/' => '/ru/used-car/mitsubishi/type-body-pikap/',
  47913.                     '/ru/cars/12/24/' => '/ru/used-car/nissan/type-body-pikap/',
  47914.                     '/ru/cars/11/24/' => '/ru/used-car/peugeot/type-body-pikap/',
  47915.                     '/ru/cars/2/24/' => '/ru/used-car/toyota/type-body-pikap/',
  47916.                     '/ru/cars/any/24/' => '/ru/used-car/type-body-pikap/',
  47917.                     '/ru/cars/32/6/' => '/ru/used-car/type-body-sedan/',
  47918.                     '/ru/cars/13/6/' => '/ru/used-car/audi/type-body-sedan/',
  47919.                     '/ru/cars/22/6/' => '/ru/used-car/bmw/type-body-sedan/',
  47920.                     '/ru/cars/19/6/' => '/ru/used-car/chevrolet/type-body-sedan/',
  47921.                     '/ru/cars/15/6/' => '/ru/used-car/citroen/type-body-sedan/',
  47922.                     '/ru/cars/46/6/' => '/ru/used-car/daewoo/type-body-sedan/',
  47923.                     '/ru/cars/25/6/' => '/ru/used-car/fiat/type-body-sedan/',
  47924.                     '/ru/cars/1/6/' => '/ru/used-car/ford/type-body-sedan/',
  47925.                     '/ru/cars/10/6/' => '/ru/used-car/honda/type-body-sedan/',
  47926.                     '/ru/cars/18/6/' => '/ru/used-car/hyundai/type-body-sedan/',
  47927.                     '/ru/cars/6/6/' => '/ru/used-car/infiniti/type-body-sedan/',
  47928.                     '/ru/cars/31/6/' => '/ru/used-car/jaguar/type-body-sedan/',
  47929.                     '/ru/cars/3/6/' => '/ru/used-car/kia/type-body-sedan/',
  47930.                     '/ru/cars/5/6/' => '/ru/used-car/lexus/type-body-sedan/',
  47931.                     '/ru/cars/7/6/' => '/ru/used-car/mercedes-benz/type-body-sedan/',
  47932.                     '/ru/cars/20/6/' => '/ru/used-car/mitsubishi/type-body-sedan/',
  47933.                     '/ru/cars/12/6/' => '/ru/used-car/nissan/type-body-sedan/',
  47934.                     '/ru/cars/16/6/' => '/ru/used-car/opel/type-body-sedan/',
  47935.                     '/ru/cars/11/6/' => '/ru/used-car/peugeot/type-body-sedan/',
  47936.                     '/ru/cars/57/6/' => '/ru/used-car/ravon/type-body-sedan/',
  47937.                     '/ru/cars/21/6/' => '/ru/used-car/renault/type-body-sedan/',
  47938.                     '/ru/cars/28/6/' => '/ru/used-car/seat/type-body-sedan/',
  47939.                     '/ru/cars/27/6/' => '/ru/used-car/skoda/type-body-sedan/',
  47940.                     '/ru/cars/24/6/' => '/ru/used-car/subaru/type-body-sedan/',
  47941.                     '/ru/cars/23/6/' => '/ru/used-car/suzuki/type-body-sedan/',
  47942.                     '/ru/cars/38/6/' => '/ru/used-car/tesla/type-body-sedan/',
  47943.                     '/ru/cars/2/6/' => '/ru/used-car/toyota/type-body-sedan/',
  47944.                     '/ru/cars/14/6/' => '/ru/used-car/volkswagen/type-body-sedan/',
  47945.                     '/ru/cars/26/6/' => '/ru/used-car/volvo/type-body-sedan/',
  47946.                     '/ru/cars/any/6/' => '/ru/used-car/type-body-sedan/',
  47947.                     '/ru/cars/13/7/' => '/ru/used-car/audi/type-body-universal/',
  47948.                     '/ru/cars/19/7/' => '/ru/used-car/chevrolet/type-body-universal/',
  47949.                     '/ru/cars/15/7/' => '/ru/used-car/citroen/type-body-universal/',
  47950.                     '/ru/cars/25/7/' => '/ru/used-car/fiat/type-body-universal/',
  47951.                     '/ru/cars/1/7/' => '/ru/used-car/ford/type-body-universal/',
  47952.                     '/ru/cars/18/7/' => '/ru/used-car/hyundai/type-body-universal/',
  47953.                     '/ru/cars/3/7/' => '/ru/used-car/kia/type-body-universal/',
  47954.                     '/ru/cars/8/7/' => '/ru/used-car/land-rover/type-body-universal/',
  47955.                     '/ru/cars/5/7/' => '/ru/used-car/lexus/type-body-universal/',
  47956.                     '/ru/cars/4/7/' => '/ru/used-car/mazda/type-body-universal/',
  47957.                     '/ru/cars/20/7/' => '/ru/used-car/mitsubishi/type-body-universal/',
  47958.                     '/ru/cars/12/7/' => '/ru/used-car/nissan/type-body-universal/',
  47959.                     '/ru/cars/16/7/' => '/ru/used-car/opel/type-body-universal/',
  47960.                     '/ru/cars/11/7/' => '/ru/used-car/peugeot/type-body-universal/',
  47961.                     '/ru/cars/53/7/' => '/ru/used-car/porsche/type-body-universal/',
  47962.                     '/ru/cars/21/7/' => '/ru/used-car/renault/type-body-universal/',
  47963.                     '/ru/cars/28/7/' => '/ru/used-car/seat/type-body-universal/',
  47964.                     '/ru/cars/27/7/' => '/ru/used-car/skoda/type-body-universal/',
  47965.                     '/ru/cars/24/7/' => '/ru/used-car/subaru/type-body-universal/',
  47966.                     '/ru/cars/2/7/' => '/ru/used-car/toyota/type-body-universal/',
  47967.                     '/ru/cars/26/7/' => '/ru/used-car/volvo/type-body-universal/',
  47968.                     '/ru/cars/17/7/' => '/ru/used-moto/yamaha/type-body-universal/',
  47969.                     '/ru/cars/any/7/' => '/ru/used-car/type-body-universal/',
  47970.                     '/ru/cars/15/226/' => '/ru/used-car/citroen/type-body-furgon/',
  47971.                     '/ru/cars/25/226/' => '/ru/used-car/fiat/type-body-furgon/',
  47972.                     '/ru/cars/1/226/' => '/ru/used-car/ford/type-body-furgon/',
  47973.                     '/ru/cars/16/226/' => '/ru/used-car/opel/type-body-furgon/',
  47974.                     '/ru/cars/11/226/' => '/ru/used-car/peugeot/type-body-furgon/',
  47975.                     '/ru/cars/21/226/' => '/ru/used-car/renault/type-body-furgon/',
  47976.                     '/ru/cars/14/226/' => '/ru/used-car/volkswagen/type-body-furgon/',
  47977.                     '/ru/cars/any/226/' => '/ru/used-car/type-body-furgon/',
  47978.                     '/ru/cars/13/1/' => '/ru/used-car/audi/type-body-hetchbek/',
  47979.                     '/ru/cars/22/1/' => '/ru/used-car/bmw/type-body-hetchbek/',
  47980.                     '/ru/cars/51/1/' => '/ru/used-car/chery/type-body-hetchbek/',
  47981.                     '/ru/cars/19/1/' => '/ru/used-car/chevrolet/type-body-hetchbek/',
  47982.                     '/ru/cars/15/1/' => '/ru/used-car/citroen/type-body-hetchbek/',
  47983.                     '/ru/cars/25/1/' => '/ru/used-car/fiat/type-body-hetchbek/',
  47984.                     '/ru/cars/1/1/' => '/ru/used-car/ford/type-body-hetchbek/',
  47985.                     '/ru/cars/18/1/' => '/ru/used-car/hyundai/type-body-hetchbek/',
  47986.                     '/ru/cars/6/1/' => '/ru/used-car/infiniti/type-body-hetchbek/',
  47987.                     '/ru/cars/3/1/' => '/ru/used-car/kia/type-body-hetchbek/',
  47988.                     '/ru/cars/5/1/' => '/ru/used-car/lexus/type-body-hetchbek/',
  47989.                     '/ru/cars/4/1/' => '/ru/used-car/mazda/type-body-hetchbek/',
  47990.                     '/ru/cars/7/1/' => '/ru/used-car/mercedes-benz/type-body-hetchbek/',
  47991.                     '/ru/cars/20/1/' => '/ru/used-car/mitsubishi/type-body-hetchbek/',
  47992.                     '/ru/cars/12/1/' => '/ru/used-car/nissan/type-body-hetchbek/',
  47993.                     '/ru/cars/16/1/' => '/ru/used-car/opel/type-body-hetchbek/',
  47994.                     '/ru/cars/21/1/' => '/ru/used-car/renault/type-body-hetchbek/',
  47995.                     '/ru/cars/28/1/' => '/ru/used-car/seat/type-body-hetchbek/',
  47996.                     '/ru/cars/27/1/' => '/ru/used-car/skoda/type-body-hetchbek/',
  47997.                     '/ru/cars/23/1/' => '/ru/used-car/suzuki/type-body-hetchbek/',
  47998.                     '/ru/cars/2/1/' => '/ru/used-car/toyota/type-body-hetchbek/',
  47999.                     '/ru/cars/14/1/' => '/ru/used-car/volkswagen/type-body-hetchbek/',
  48000.                     '/ru/cars/any/1/' => '/ru/used-car/type-body-hetchbek/',
  48001.                     '/ua/cars/22/4/' => '/ua/used-car/bmw/type-kpp-avtomat/',
  48002.                     '/ua/cars/1/4/' => '/ua/used-car/ford/type-kpp-avtomat/',
  48003.                     '/ua/cars/6/4/' => '/ua/used-car/infiniti/type-kpp-avtomat/',
  48004.                     '/ua/cars/5/4/' => '/ua/used-car/lexus/type-kpp-avtomat/',
  48005.                     '/ua/cars/23/4/' => '/ua/used-car/suzuki/type-kpp-avtomat/',
  48006.                     '/ua/cars/2/4/' => '/ua/used-car/toyota/type-kpp-avtomat/',
  48007.                     '/ua/cars/14/4/' => '/ua/used-car/volkswagen/type-kpp-avtomat/',
  48008.                     '/ua/cars/26/4/' => '/ua/used-car/volvo/type-kpp-avtomat/',
  48009.                     '/ua/cars/any/4/' => '/ua/used-car/type-kpp-avtomat/',
  48010.                     '/ua/cars/32/any/' => '/ua/used-car/acura/',
  48011.                     '/ua/cars/13/any/' => '/ua/used-car/audi/',
  48012.                     '/ua/cars/22/any/' => '/ua/used-car/bmw/',
  48013.                     '/ua/cars/48/any/' => '/ua/used-car/cadillac/',
  48014.                     '/ua/cars/51/any/' => '/ua/used-car/chery/',
  48015.                     '/ua/cars/19/any/' => '/ua/used-car/chevrolet/',
  48016.                     '/ua/cars/15/any/' => '/ua/used-car/citroen/',
  48017.                     '/ua/cars/55/any/' => '/ua/used-car/',
  48018.                     '/ua/cars/46/any/' => '/ua/used-car/daewoo/',
  48019.                     '/ua/cars/36/any/' => '/ua/used-car/',
  48020.                     '/ua/cars/39/any/' => '/ua/used-car/',
  48021.                     '/ua/cars/65/any/' => '/ua/used-car/',
  48022.                     '/ua/cars/25/any/' => '/ua/used-car/fiat/',
  48023.                     '/ua/cars/1/any/' => '/ua/used-car/ford/',
  48024.                     '/ua/cars/10/any/' => '/ua/used-car/',
  48025.                     '/ua/cars/18/any/' => '/ua/used-car/hyundai/',
  48026.                     '/ua/cars/6/any/' => '/ua/used-car/infiniti/',
  48027.                     '/ua/cars/31/any/' => '/ua/used-car/jaguar/',
  48028.                     '/ua/cars/42/any/' => '/ua/used-car/jeep/',
  48029.                     '/ua/cars/3/any/' => '/ua/used-car/kia/',
  48030.                     '/ua/cars/8/any/' => '/ua/used-car/land-rover/',
  48031.                     '/ua/cars/5/any/' => '/ua/used-car/lexus/',
  48032.                     '/ua/cars/4/any/' => '/ua/used-car/mazda/',
  48033.                     '/ua/cars/7/any/' => '/ua/used-car/mercedes-benz/',
  48034.                     '/ua/cars/43/any/' => '/ua/used-car/mg/',
  48035.                     '/ua/cars/20/any/' => '/ua/used-car/mitsubishi/',
  48036.                     '/ua/cars/12/any/' => '/ua/used-car/nissan/',
  48037.                     '/ua/cars/16/any/' => '/ua/used-car/opel/',
  48038.                     '/ua/cars/11/any/' => '/ua/used-car/peugeot/',
  48039.                     '/ua/cars/53/any/' => '/ua/used-car/porsche/',
  48040.                     '/ua/cars/57/any/' => '/ua/used-car/ravon/',
  48041.                     '/ua/cars/21/any/' => '/ua/used-car/renault/',
  48042.                     '/ua/cars/27/any/' => '/ua/used-car/skoda/',
  48043.                     '/ua/cars/33/any/' => '/ua/used-car/smart/',
  48044.                     '/ua/cars/24/any/' => '/ua/used-car/subaru/',
  48045.                     '/ua/cars/23/any/' => '/ua/used-car/suzuki/',
  48046.                     '/ua/cars/38/any/' => '/ua/used-car/tesla/',
  48047.                     '/ua/cars/2/any/' => '/ua/used-car/toyota/',
  48048.                     '/ua/cars/14/any/' => '/ua/used-car/volkswagen/',
  48049.                     '/ua/cars/26/any/' => '/ua/used-car/volvo/',
  48050.                     '/ua/cars/17/any/' => '/ua/used-moto/yamaha/',
  48051.                     '/ua/cars/22/2/' => '/ua/used-car/bmw/type-fuel-benzin/',
  48052.                     '/ua/cars/19/2/' => '/ua/used-car/chevrolet/type-fuel-benzin/',
  48053.                     '/ua/cars/18/2/' => '/ua/used-car/hyundai/type-fuel-benzin/',
  48054.                     '/ua/cars/31/2/' => '/ua/used-car/jaguar/type-fuel-benzin/',
  48055.                     '/ua/cars/42/2/' => '/ua/used-car/jeep/type-fuel-benzin/',
  48056.                     '/ua/cars/3/2/' => '/ua/used-car/kia/type-fuel-benzin/',
  48057.                     '/ua/cars/8/2/' => '/ua/used-car/land-rover/type-fuel-benzin/',
  48058.                     '/ua/cars/5/2/' => '/ua/used-car/lexus/type-fuel-benzin/',
  48059.                     '/ua/cars/4/2/' => '/ua/used-car/mazda/type-fuel-benzin/',
  48060.                     '/ua/cars/12/2/' => '/ua/used-car/nissan/type-fuel-benzin/',
  48061.                     '/ua/cars/21/2/' => '/ua/used-car/renault/type-fuel-benzin/',
  48062.                     '/ua/cars/24/2/' => '/ua/used-car/subaru/type-fuel-benzin/',
  48063.                     '/ua/cars/23/2/' => '/ua/used-car/suzuki/type-fuel-benzin/',
  48064.                     '/ua/cars/2/2/' => '/ua/used-car/toyota/type-fuel-benzin/',
  48065.                     '/ua/cars/14/2/' => '/ua/used-car/volkswagen/type-fuel-benzin/',
  48066.                     '/ua/cars/any/2/' => '/ua/used-car/type-fuel-benzin/',
  48067.                     '/ua/cars/19/14/' => '/ua/used-car/chevrolet/type-body-vnedorozhnik/',
  48068.                     '/ua/cars/1/14/' => '/ua/used-car/ford/type-body-vnedorozhnik/',
  48069.                     '/ua/cars/6/14/' => '/ua/used-car/infiniti/type-body-vnedorozhnik/',
  48070.                     '/ua/cars/31/14/' => '/ua/used-car/jaguar/type-body-vnedorozhnik/',
  48071.                     '/ua/cars/42/14/' => '/ua/used-car/jeep/type-body-vnedorozhnik/',
  48072.                     '/ua/cars/3/14/' => '/ua/used-car/kia/type-body-vnedorozhnik/',
  48073.                     '/ua/cars/8/14/' => '/ua/used-car/land-rover/type-body-vnedorozhnik/',
  48074.                     '/ua/cars/5/14/' => '/ua/used-car/lexus/type-body-vnedorozhnik/',
  48075.                     '/ua/cars/4/14/' => '/ua/used-car/mazda/type-body-vnedorozhnik/',
  48076.                     '/ua/cars/7/14/' => '/ua/used-car/mercedes-benz/type-body-vnedorozhnik/',
  48077.                     '/ua/cars/20/14/' => '/ua/used-car/mitsubishi/type-body-vnedorozhnik/',
  48078.                     '/ua/cars/12/14/' => '/ua/used-car/nissan/type-body-vnedorozhnik/',
  48079.                     '/ua/cars/24/14/' => '/ua/used-car/subaru/type-body-vnedorozhnik/',
  48080.                     '/ua/cars/23/14/' => '/ua/used-car/suzuki/type-body-vnedorozhnik/',
  48081.                     '/ua/cars/2/14/' => '/ua/used-car/toyota/type-body-vnedorozhnik/',
  48082.                     '/ua/cars/14/14/' => '/ua/used-car/volkswagen/type-body-vnedorozhnik/',
  48083.                     '/ua/cars/any/14/' => '/ua/used-car/type-body-vnedorozhnik/',
  48084.                     '/ua/cars/13/8/' => '/ua/used-car/audi/type-fuel-dizel/',
  48085.                     '/ua/cars/22/8/' => '/ua/used-car/bmw/type-fuel-dizel/',
  48086.                     '/ua/cars/1/8/' => '/ua/used-car/ford/type-fuel-dizel/',
  48087.                     '/ua/cars/7/8/' => '/ua/used-car/mercedes-benz/type-fuel-dizel/',
  48088.                     '/ua/cars/2/8/' => '/ua/used-car/toyota/type-fuel-dizel/',
  48089.                     '/ua/cars/any/8/' => '/ua/used-car/type-fuel-dizel/',
  48090.                     '/ua/cars/7/11/' => '/ua/used-car/mercedes-benz/type-transmission-zadniy/',
  48091.                     '/ua/cars/14/11/' => '/ua/used-car/volkswagen/type-transmission-zadniy/',
  48092.                     '/ua/cars/any/11/' => '/ua/used-car/type-transmission-zadniy/',
  48093.                     '/ua/cars/32/9/' => '/ua/used-car/acura/type-body-krossover/',
  48094.                     '/ua/cars/13/9/' => '/ua/used-car/audi/type-body-krossover/',
  48095.                     '/ua/cars/22/9/' => '/ua/used-car/bmw/type-body-krossover/',
  48096.                     '/ua/cars/48/9/' => '/ua/used-car/cadillac/type-body-krossover/',
  48097.                     '/ua/cars/51/9/' => '/ua/used-car/chery/type-body-krossover/',
  48098.                     '/ua/cars/19/9/' => '/ua/used-car/chevrolet/type-body-krossover/',
  48099.                     '/ua/cars/15/9/' => '/ua/used-car/citroen/type-body-krossover/',
  48100.                     '/ua/cars/25/9/' => '/ua/used-car/fiat/type-body-krossover/',
  48101.                     '/ua/cars/1/9/' => '/ua/used-car/ford/type-body-krossover/',
  48102.                     '/ua/cars/10/9/' => '/ua/used-car/honda/type-body-krossover/',
  48103.                     '/ua/cars/18/9/' => '/ua/used-car/hyundai/type-body-krossover/',
  48104.                     '/ua/cars/6/9/' => '/ua/used-car/infiniti/type-body-krossover/',
  48105.                     '/ua/cars/31/9/' => '/ua/used-car/jaguar/type-body-krossover/',
  48106.                     '/ua/cars/42/9/' => '/ua/used-car/jeep/type-body-krossover/',
  48107.                     '/ua/cars/3/9/' => '/ua/used-car/kia/type-body-krossover/',
  48108.                     '/ua/cars/8/9/' => '/ua/used-car/land-rover/type-body-krossover/',
  48109.                     '/ua/cars/5/9/' => '/ua/used-car/lexus/type-body-krossover/',
  48110.                     '/ua/cars/4/9/' => '/ua/used-car/mazda/type-body-krossover/',
  48111.                     '/ua/cars/7/9/' => '/ua/used-car/mercedes-benz/type-body-krossover/',
  48112.                     '/ua/cars/43/9/' => '/ua/used-car/mg/type-body-krossover/',
  48113.                     '/ua/cars/20/9/' => '/ua/used-car/mitsubishi/type-body-krossover/',
  48114.                     '/ua/cars/12/9/' => '/ua/used-car/nissan/type-body-krossover/',
  48115.                     '/ua/cars/16/9/' => '/ua/used-car/opel/type-body-krossover/',
  48116.                     '/ua/cars/11/9/' => '/ua/used-car/peugeot/type-body-krossover/',
  48117.                     '/ua/cars/53/9/' => '/ua/used-car/porsche/type-body-krossover/',
  48118.                     '/ua/cars/21/9/' => '/ua/used-car/renault/type-body-krossover/',
  48119.                     '/ua/cars/28/9/' => '/ua/used-car/seat/type-body-krossover/',
  48120.                     '/ua/cars/27/9/' => '/ua/used-car/skoda/type-body-krossover/',
  48121.                     '/ua/cars/24/9/' => '/ua/used-car/subaru/type-body-krossover/',
  48122.                     '/ua/cars/23/9/' => '/ua/used-car/suzuki/type-body-krossover/',
  48123.                     '/ua/cars/38/9/' => '/ua/used-car/tesla/type-body-krossover/',
  48124.                     '/ua/cars/2/9/' => '/ua/used-car/toyota/type-body-krossover/',
  48125.                     '/ua/cars/14/9/' => '/ua/used-car/volkswagen/type-body-krossover/',
  48126.                     '/ua/cars/26/9/' => '/ua/used-car/volvo/type-body-krossover/',
  48127.                     '/ua/cars/any/9/' => '/ua/used-car/type-body-krossover/',
  48128.                     '/ua/cars/1/15/' => '/ua/used-car/ford/type-body-liftbek/',
  48129.                     '/ua/cars/27/15/' => '/ua/used-car/skoda/type-body-liftbek/',
  48130.                     '/ua/cars/any/15/' => '/ua/used-car/type-body-liftbek/',
  48131.                     '/ua/cars/13/5/' => '/ua/used-car/audi/type-kpp-mehanika/',
  48132.                     '/ua/cars/51/5/' => '/ua/used-car/chery/type-kpp-mehanika/',
  48133.                     '/ua/cars/19/5/' => '/ua/used-car/chevrolet/type-kpp-mehanika/',
  48134.                     '/ua/cars/25/5/' => '/ua/used-car/fiat/type-kpp-mehanika/',
  48135.                     '/ua/cars/1/5/' => '/ua/used-car/ford/type-kpp-mehanika/',
  48136.                     '/ua/cars/18/5/' => '/ua/used-car/hyundai/type-kpp-mehanika/',
  48137.                     '/ua/cars/3/5/' => '/ua/used-car/kia/type-kpp-mehanika/',
  48138.                     '/ua/cars/4/5/' => '/ua/used-car/mazda/type-kpp-mehanika/',
  48139.                     '/ua/cars/7/5/' => '/ua/used-car/mercedes-benz/type-kpp-mehanika/',
  48140.                     '/ua/cars/43/5/' => '/ua/used-car/mg/type-kpp-mehanika/',
  48141.                     '/ua/cars/12/5/' => '/ua/used-car/nissan/type-kpp-mehanika/',
  48142.                     '/ua/cars/11/5/' => '/ua/used-car/peugeot/type-kpp-mehanika/',
  48143.                     '/ua/cars/21/5/' => '/ua/used-car/renault/type-kpp-mehanika/',
  48144.                     '/ua/cars/28/5/' => '/ua/used-car/seat/type-kpp-mehanika/',
  48145.                     '/ua/cars/23/5/' => '/ua/used-car/suzuki/type-kpp-mehanika/',
  48146.                     '/ua/cars/38/5/' => '/ua/used-car/tesla/type-kpp-mehanika/',
  48147.                     '/ua/cars/2/5/' => '/ua/used-car/toyota/type-kpp-mehanika/',
  48148.                     '/ua/cars/any/5/' => '/ua/used-car/type-kpp-mehanika/',
  48149.                     '/ua/cars/15/26/' => '/ua/used-car/citroen/type-body-miniven/',
  48150.                     '/ua/cars/25/26/' => '/ua/used-car/fiat/type-body-miniven/',
  48151.                     '/ua/cars/1/26/' => '/ua/used-car/ford/type-body-miniven/',
  48152.                     '/ua/cars/18/26/' => '/ua/used-car/hyundai/type-body-miniven/',
  48153.                     '/ua/cars/4/26/' => '/ua/used-car/mazda/type-body-miniven/',
  48154.                     '/ua/cars/7/26/' => '/ua/used-car/mercedes-benz/type-body-miniven/',
  48155.                     '/ua/cars/11/26/' => '/ua/used-car/peugeot/type-body-miniven/',
  48156.                     '/ua/cars/14/26/' => '/ua/used-car/volkswagen/type-body-miniven/',
  48157.                     '/ua/cars/any/26/' => '/ua/used-car/type-body-miniven/',
  48158.                     '/ua/cars/15/3/' => '/ua/used-car/citroen/type-transmission-peredniy/',
  48159.                     '/ua/cars/3/3/' => '/ua/used-car/kia/type-transmission-peredniy/',
  48160.                     '/ua/cars/11/3/' => '/ua/used-car/peugeot/type-transmission-peredniy/',
  48161.                     '/ua/cars/21/3/' => '/ua/used-car/renault/type-transmission-peredniy/',
  48162.                     '/ua/cars/28/3/' => '/ua/used-car/seat/type-transmission-peredniy/',
  48163.                     '/ua/cars/27/3/' => '/ua/used-car/skoda/type-transmission-peredniy/',
  48164.                     '/ua/cars/14/3/' => '/ua/used-car/volkswagen/type-transmission-peredniy/',
  48165.                     '/ua/cars/any/3/' => '/ua/used-car/type-transmission-peredniy/',
  48166.                     '/ua/cars/1/24/' => '/ua/used-car/ford/type-body-pikap/',
  48167.                     '/ua/cars/20/24/' => '/ua/used-car/mitsubishi/type-body-pikap/',
  48168.                     '/ua/cars/12/24/' => '/ua/used-car/nissan/type-body-pikap/',
  48169.                     '/ua/cars/11/24/' => '/ua/used-car/peugeot/type-body-pikap/',
  48170.                     '/ua/cars/2/24/' => '/ua/used-car/toyota/type-body-pikap/',
  48171.                     '/ua/cars/any/24/' => '/ua/used-car/type-body-pikap/',
  48172.                     '/ua/cars/32/6/' => '/ua/used-car/type-body-sedan/',
  48173.                     '/ua/cars/13/6/' => '/ua/used-car/audi/type-body-sedan/',
  48174.                     '/ua/cars/22/6/' => '/ua/used-car/bmw/type-body-sedan/',
  48175.                     '/ua/cars/19/6/' => '/ua/used-car/chevrolet/type-body-sedan/',
  48176.                     '/ua/cars/15/6/' => '/ua/used-car/citroen/type-body-sedan/',
  48177.                     '/ua/cars/46/6/' => '/ua/used-car/daewoo/type-body-sedan/',
  48178.                     '/ua/cars/25/6/' => '/ua/used-car/fiat/type-body-sedan/',
  48179.                     '/ua/cars/1/6/' => '/ua/used-car/ford/type-body-sedan/',
  48180.                     '/ua/cars/10/6/' => '/ua/used-car/honda/type-body-sedan/',
  48181.                     '/ua/cars/18/6/' => '/ua/used-car/hyundai/type-body-sedan/',
  48182.                     '/ua/cars/6/6/' => '/ua/used-car/infiniti/type-body-sedan/',
  48183.                     '/ua/cars/31/6/' => '/ua/used-car/jaguar/type-body-sedan/',
  48184.                     '/ua/cars/3/6/' => '/ua/used-car/kia/type-body-sedan/',
  48185.                     '/ua/cars/5/6/' => '/ua/used-car/lexus/type-body-sedan/',
  48186.                     '/ua/cars/7/6/' => '/ua/used-car/mercedes-benz/type-body-sedan/',
  48187.                     '/ua/cars/20/6/' => '/ua/used-car/mitsubishi/type-body-sedan/',
  48188.                     '/ua/cars/12/6/' => '/ua/used-car/nissan/type-body-sedan/',
  48189.                     '/ua/cars/16/6/' => '/ua/used-car/opel/type-body-sedan/',
  48190.                     '/ua/cars/11/6/' => '/ua/used-car/peugeot/type-body-sedan/',
  48191.                     '/ua/cars/57/6/' => '/ua/used-car/ravon/type-body-sedan/',
  48192.                     '/ua/cars/21/6/' => '/ua/used-car/renault/type-body-sedan/',
  48193.                     '/ua/cars/28/6/' => '/ua/used-car/seat/type-body-sedan/',
  48194.                     '/ua/cars/27/6/' => '/ua/used-car/skoda/type-body-sedan/',
  48195.                     '/ua/cars/24/6/' => '/ua/used-car/subaru/type-body-sedan/',
  48196.                     '/ua/cars/23/6/' => '/ua/used-car/suzuki/type-body-sedan/',
  48197.                     '/ua/cars/38/6/' => '/ua/used-car/tesla/type-body-sedan/',
  48198.                     '/ua/cars/2/6/' => '/ua/used-car/toyota/type-body-sedan/',
  48199.                     '/ua/cars/14/6/' => '/ua/used-car/volkswagen/type-body-sedan/',
  48200.                     '/ua/cars/26/6/' => '/ua/used-car/volvo/type-body-sedan/',
  48201.                     '/ua/cars/any/6/' => '/ua/used-car/type-body-sedan/',
  48202.                     '/ua/cars/13/7/' => '/ua/used-car/audi/type-body-universal/',
  48203.                     '/ua/cars/19/7/' => '/ua/used-car/chevrolet/type-body-universal/',
  48204.                     '/ua/cars/15/7/' => '/ua/used-car/citroen/type-body-universal/',
  48205.                     '/ua/cars/25/7/' => '/ua/used-car/fiat/type-body-universal/',
  48206.                     '/ua/cars/1/7/' => '/ua/used-car/ford/type-body-universal/',
  48207.                     '/ua/cars/18/7/' => '/ua/used-car/hyundai/type-body-universal/',
  48208.                     '/ua/cars/3/7/' => '/ua/used-car/kia/type-body-universal/',
  48209.                     '/ua/cars/8/7/' => '/ua/used-car/land-rover/type-body-universal/',
  48210.                     '/ua/cars/5/7/' => '/ua/used-car/lexus/type-body-universal/',
  48211.                     '/ua/cars/4/7/' => '/ua/used-car/mazda/type-body-universal/',
  48212.                     '/ua/cars/20/7/' => '/ua/used-car/mitsubishi/type-body-universal/',
  48213.                     '/ua/cars/12/7/' => '/ua/used-car/nissan/type-body-universal/',
  48214.                     '/ua/cars/16/7/' => '/ua/used-car/opel/type-body-universal/',
  48215.                     '/ua/cars/11/7/' => '/ua/used-car/peugeot/type-body-universal/',
  48216.                     '/ua/cars/53/7/' => '/ua/used-car/porsche/type-body-universal/',
  48217.                     '/ua/cars/21/7/' => '/ua/used-car/renault/type-body-universal/',
  48218.                     '/ua/cars/28/7/' => '/ua/used-car/seat/type-body-universal/',
  48219.                     '/ua/cars/27/7/' => '/ua/used-car/skoda/type-body-universal/',
  48220.                     '/ua/cars/24/7/' => '/ua/used-car/subaru/type-body-universal/',
  48221.                     '/ua/cars/2/7/' => '/ua/used-car/toyota/type-body-universal/',
  48222.                     '/ua/cars/26/7/' => '/ua/used-car/volvo/type-body-universal/',
  48223.                     '/ua/cars/17/7/' => '/ua/used-moto/yamaha/type-body-universal/',
  48224.                     '/ua/cars/any/7/' => '/ua/used-car/type-body-universal/',
  48225.                     '/ua/cars/15/226/' => '/ua/used-car/citroen/type-body-furgon/',
  48226.                     '/ua/cars/25/226/' => '/ua/used-car/fiat/type-body-furgon/',
  48227.                     '/ua/cars/1/226/' => '/ua/used-car/ford/type-body-furgon/',
  48228.                     '/ua/cars/16/226/' => '/ua/used-car/opel/type-body-furgon/',
  48229.                     '/ua/cars/11/226/' => '/ua/used-car/peugeot/type-body-furgon/',
  48230.                     '/ua/cars/21/226/' => '/ua/used-car/renault/type-body-furgon/',
  48231.                     '/ua/cars/14/226/' => '/ua/used-car/volkswagen/type-body-furgon/',
  48232.                     '/ua/cars/any/226/' => '/ua/used-car/type-body-furgon/',
  48233.                     '/ua/cars/13/1/' => '/ua/used-car/audi/type-body-hetchbek/',
  48234.                     '/ua/cars/22/1/' => '/ua/used-car/bmw/type-body-hetchbek/',
  48235.                     '/ua/cars/51/1/' => '/ua/used-car/chery/type-body-hetchbek/',
  48236.                     '/ua/cars/19/1/' => '/ua/used-car/chevrolet/type-body-hetchbek/',
  48237.                     '/ua/cars/15/1/' => '/ua/used-car/citroen/type-body-hetchbek/',
  48238.                     '/ua/cars/25/1/' => '/ua/used-car/fiat/type-body-hetchbek/',
  48239.                     '/ua/cars/1/1/' => '/ua/used-car/ford/type-body-hetchbek/',
  48240.                     '/ua/cars/18/1/' => '/ua/used-car/hyundai/type-body-hetchbek/',
  48241.                     '/ua/cars/6/1/' => '/ua/used-car/infiniti/type-body-hetchbek/',
  48242.                     '/ua/cars/3/1/' => '/ua/used-car/kia/type-body-hetchbek/',
  48243.                     '/ua/cars/5/1/' => '/ua/used-car/lexus/type-body-hetchbek/',
  48244.                     '/ua/cars/4/1/' => '/ua/used-car/mazda/type-body-hetchbek/',
  48245.                     '/ua/cars/7/1/' => '/ua/used-car/mercedes-benz/type-body-hetchbek/',
  48246.                     '/ua/cars/20/1/' => '/ua/used-car/mitsubishi/type-body-hetchbek/',
  48247.                     '/ua/cars/12/1/' => '/ua/used-car/nissan/type-body-hetchbek/',
  48248.                     '/ua/cars/16/1/' => '/ua/used-car/opel/type-body-hetchbek/',
  48249.                     '/ua/cars/21/1/' => '/ua/used-car/renault/type-body-hetchbek/',
  48250.                     '/ua/cars/28/1/' => '/ua/used-car/seat/type-body-hetchbek/',
  48251.                     '/ua/cars/27/1/' => '/ua/used-car/skoda/type-body-hetchbek/',
  48252.                     '/ua/cars/23/1/' => '/ua/used-car/suzuki/type-body-hetchbek/',
  48253.                     '/ua/cars/2/1/' => '/ua/used-car/toyota/type-body-hetchbek/',
  48254.                     '/ua/cars/14/1/' => '/ua/used-car/volkswagen/type-body-hetchbek/',
  48255.                     '/ua/cars/any/1/' => '/ua/used-car/type-body-hetchbek/',
  48256.                     '/ua/catalog' => '/ua/used-car/',
  48257.                     '/ru/catalog' => '/ru/used-car/',
  48258.                 ],
  48259.                 'PEUGEOT' => [
  48260.                     '/about_peugeot/' => '/ru/about/about-company',
  48261.                     '/about_peugeot/history-of-the-peugeot-logo/' => '/ru/about/about-company',
  48262.                     '/about_peugeot/museum_peugeot/' => '/ru/about/about-company',
  48263.                     '/about_peugeot/peugeot_news/' => '/ru/news',
  48264.                     '/about_peugeot/smile/' => '/ru/about/about-company',
  48265.                     '/company/' => '/ru/about/about-company',
  48266.                     '/company/activity/' => '/ru/about/contacts',
  48267.                     '/company/contacts/' => '/ru/about/contacts',
  48268.                     '/company/feedback/' => '/ru/about/contacts',
  48269.                     '/company/jobs/' => '/ru/about/vacancy',
  48270.                     '/company/loyalty_program/' => '/ru/',
  48271.                     '/company/news/' => '/ru/news',
  48272.                     '/company/news/105416/' => '/ru/news',
  48273.                     '/company/news/133240/' => '/ru/news',
  48274.                     '/company/news/160730/' => '/ru/news',
  48275.                     '/company/news/373034/' => '/ru/news',
  48276.                     '/company/news/69843/' => '/ru/news',
  48277.                     '/company/news/87926/' => '/ru/news',
  48278.                     '/company/our_staff/' => '/ru/about/staff',
  48279.                     '/company/policy-on-quality-vidigrup/' => '/ru/about/quality-policy',
  48280.                     '/company/subscription/' => '/ru/',
  48281.                     '/company/video' => '/ru/',
  48282.                     '/corporate_customers/' => '/ru/',
  48283.                     '/corporate_customers/affiliate-program-for-employees/' => '/ru/finance/program-for-employees',
  48284.                     '/corporate_customers/fleet-management/' => '/ru/finance/fleet-management',
  48285.                     '/corporate_customers/leasing/' => '/ru/',
  48286.                     '/corporate_customers/loyalty-program/' => '/ru/',
  48287.                     '/corporate_customers/our_clients/' => '/ru/',
  48288.                     '/corporate_customers/program-re-equipment/' => '/ru/finance/conversion-program',
  48289.                     '/forms/presentation-208/' => '/ru/model-lineup',
  48290.                     '/forms/presentation-408/' => '/ru/',
  48291.                     '/legal_terms/' => '/ru/',
  48292.                     '/models/' => '/ru/model-lineup',
  48293.                     '/models/cars/' => '/ru/model-lineup',
  48294.                     '/models/cars/107/' => '/ru/',
  48295.                     '/models/cars/107/complectation/' => '/ru/',
  48296.                     '/models/cars/108/' => '/ru/',
  48297.                     '/models/cars/108/accessories/' => '/ru/',
  48298.                     '/models/cars/108/characteristics/' => '/ru/',
  48299.                     '/models/cars/108/complectation/' => '/ru/',
  48300.                     '/models/cars/108/gallery/' => '/ru/',
  48301.                     '/models/cars/2008/' => '/ru/car/peugeot-2008',
  48302.                     '/models/cars/2008/accessories/' => '/ru/car/peugeot-2008',
  48303.                     '/models/cars/2008/characteristics/' => '/ru/car/peugeot-2008',
  48304.                     '/models/cars/2008/complectation/' => '/ru/car/peugeot-2008',
  48305.                     '/models/cars/2008/gallery/' => '/ru/car/peugeot-2008',
  48306.                     '/models/cars/208/' => '/ru/',
  48307.                     '/models/cars/208/accessories/' => '/ru/',
  48308.                     '/models/cars/208/characteristics/' => '/ru/',
  48309.                     '/models/cars/208/colors/' => '/ru/',
  48310.                     '/models/cars/208/complectation/' => '/ru/',
  48311.                     '/models/cars/208/gallery/' => '/ru/',
  48312.                     '/models/cars/3008/' => '/ru/car/peugeot-3008',
  48313.                     '/models/cars/3008/accessories/' => '/ru/car/peugeot-3008',
  48314.                     '/models/cars/3008/characteristics/' => '/ru/car/peugeot-3008',
  48315.                     '/models/cars/3008/colors/' => '/ru/car/peugeot-3008',
  48316.                     '/models/cars/3008/complectation/' => '/ru/car/peugeot-3008',
  48317.                     '/models/cars/3008/gallery/' => '/ru/car/peugeot-3008',
  48318.                     '/models/cars/301/' => '/ru/car/peugeot-301',
  48319.                     '/models/cars/301/accessories/' => '/ru/car/peugeot-301',
  48320.                     '/models/cars/301/characteristics/' => '/ru/car/peugeot-301',
  48321.                     '/models/cars/301/colors/' => '/ru/car/peugeot-301',
  48322.                     '/models/cars/301/complectation/' => '/ru/car/peugeot-301',
  48323.                     '/models/cars/301/gallery/' => '/ru/car/peugeot-301',
  48324.                     '/models/cars/308/' => '/ru/',
  48325.                     '/models/cars/308/accessories/' => '/ru/',
  48326.                     '/models/cars/308/characteristics/' => '/ru/',
  48327.                     '/models/cars/308/complectation/' => '/ru/',
  48328.                     '/models/cars/308/gallery/' => '/ru/',
  48329.                     '/models/cars/308-sw/' => '/ru/',
  48330.                     '/models/cars/308-sw/accessories/' => '/ru/',
  48331.                     '/models/cars/308-sw/characteristics/' => '/ru/',
  48332.                     '/models/cars/308-sw/complectation/' => '/ru/',
  48333.                     '/models/cars/308-sw/gallery/' => '/ru/',
  48334.                     '/models/cars/4008/' => '/ru/',
  48335.                     '/models/cars/4008/complectation/' => '/ru/',
  48336.                     '/models/cars/408/' => '/ru/',
  48337.                     '/models/cars/5008/' => '/ru/car/peugeot-5008',
  48338.                     '/models/cars/5008/accessories/' => '/ru/car/peugeot-5008',
  48339.                     '/models/cars/5008/characteristics/' => '/ru/car/peugeot-5008',
  48340.                     '/models/cars/5008/complectation/' => '/ru/car/peugeot-5008',
  48341.                     '/models/cars/5008/gallery/' => '/ru/car/peugeot-5008',
  48342.                     '/models/cars/508/' => '/ru/car/peugeot-508',
  48343.                     '/models/cars/508/accessories/' => '/ru/car/peugeot-508',
  48344.                     '/models/cars/508/characteristics/' => '/ru/car/peugeot-508',
  48345.                     '/models/cars/508/complectation/' => '/ru/car/peugeot-508',
  48346.                     '/models/cars/508/gallery/' => '/ru/car/peugeot-508',
  48347.                     '/models/cars/bipper-tepee/' => '/ru/',
  48348.                     '/models/cars/expert-tepee/' => '/ru/car/expert-fourgon',
  48349.                     '/models/cars/partner-tepee/' => '/ru/car/partner-fourgon',
  48350.                     '/models/cars/partner-tepee/characteristics/' => '/ru/car/partner-fourgon',
  48351.                     '/models/cars/partner-tepee/complectation/' => '/ru/car/partner-fourgon',
  48352.                     '/models/cars/rcz/' => '/ru/',
  48353.                     '/models/cars/rcz/complectation/' => '/ru/',
  48354.                     '/models/cars/rifter/' => '/ru/car/peugeot-rifter',
  48355.                     '/models/cars/rifter/accessories/' => '/ru/car/peugeot-rifter',
  48356.                     '/models/cars/rifter/characteristics/' => '/ru/car/peugeot-rifter',
  48357.                     '/models/cars/rifter/complectation/' => '/ru/car/peugeot-rifter',
  48358.                     '/models/cars/rifter/gallery/' => '/ru/car/peugeot-rifter',
  48359.                     '/models/cars/traveller/' => '/ru/car/peugeot-traveller',
  48360.                     '/models/cars/traveller/accessories/' => '/ru/car/peugeot-traveller',
  48361.                     '/models/cars/traveller/characteristics/' => '/ru/car/peugeot-traveller',
  48362.                     '/models/cars/traveller/complectation/' => '/ru/car/peugeot-traveller',
  48363.                     '/models/cars/traveller/gallery/' => '/ru/car/peugeot-traveller',
  48364.                     '/models/commercial/' => '/ru/',
  48365.                     '/models/commercial/bipper-fourgon/' => '/ru/',
  48366.                     '/models/commercial/boxer/' => '/ru/car/boxer-fourgon',
  48367.                     '/models/commercial/boxer/characteristics/' => '/ru/car/boxer-fourgon',
  48368.                     '/models/commercial/boxer/complectation/' => '/ru/car/boxer-fourgon',
  48369.                     '/models/commercial/boxer/gallery/' => '/ru/car/boxer-fourgon',
  48370.                     '/models/commercial/boxer-chassis/' => '/ru/car/boxer-chassi-dblcab',
  48371.                     '/models/commercial/boxer-chassis/complectation/' => '/ru/car/boxer-chassi-dblcab',
  48372.                     '/models/commercial/boxer-chassis/gallery/' => '/ru/car/boxer-chassi-dblcab',
  48373.                     '/models/commercial/expert/' => '/ru/car/expert-fourgon',
  48374.                     '/models/commercial/expert-tepee/' => '/ru/car/expert-fourgon',
  48375.                     '/models/commercial/expert-tepee/characteristics/' => '/ru/car/expert-fourgon',
  48376.                     '/models/commercial/expert-tepee/complectation/' => '/ru/car/expert-fourgon',
  48377.                     '/models/commercial/expert-tepee/gallery/' => '/ru/car/expert-fourgon',
  48378.                     '/models/commercial/partner-b9-fourgon/' => '/ru/',
  48379.                     '/models/commercial/partner-b9-fourgon/characteristics/' => '/ru/',
  48380.                     '/models/commercial/partner-b9-fourgon/complectation/' => '/ru/',
  48381.                     '/models/commercial/partner-b9-fourgon/gallery/' => '/ru/',
  48382.                     '/models/test_drive/' => '/ru/testdrive-form',
  48383.                     '/services/' => '/ru/finance/credit',
  48384.                     '/services/body-service/' => '/ru/service/body-repair',
  48385.                     '/services/insurance/' => '/ru/finance/insurance',
  48386.                     '/services/leasing/' => '/ru/',
  48387.                     '/services/painting-of-winter/' => '/ru/service/painting-tires',
  48388.                     '/services/peugeot_finance/' => '/ru/finance/leasing',
  48389.                     '/services/s-probegom/' => '/ru/',
  48390.                     '/services/trade_in/' => '/ru/finance/trade-in',
  48391.                     '/services/trade_in/online-estimate/' => '/ru/finance/trade-in',
  48392.                     '/shares/' => '/ru/stocks',
  48393.                     '/shares/118522/' => '/ru/',
  48394.                     '/shares/133306/' => '/ru/',
  48395.                     '/shares/55652/a/tools/' => '/ru/',
  48396.                     '/shares/archive/' => '/ru/stocks',
  48397.                     '/site_map/' => '/ru/',
  48398.                     '/tools/' => '/ru/service/order-to',
  48399.                     '/tools/accessories/' => '/ru/service/accessories',
  48400.                     '/tools/card-info/' => '/ru/',
  48401.                     '/tools/folder/' => '/ru/service/parts',
  48402.                     '/tools/peugeot_assistance/' => '/ru/',
  48403.                     '/tools/record/' => '/ru/service/order-to',
  48404.                     '/tools/reglament-to' => '/ru/service/order-to',
  48405.                     '/tools/spares/' => '/ru/service/parts',
  48406.                     '/tools/tires/' => '/ru/service/tires-hotel',
  48407.                     '/tools/warranty/' => '/ru/service/order-to',
  48408.                     '/shares/329743/' => '/ru/',
  48409.                     '/shares/372095/' => '/ru/',
  48410.                     '/ua/car/peugeot-е-2008' => '/ua/car/peugeot-e-2008',
  48411.                     '/ru/car/peugeot-е-2008' => '/ru/car/peugeot-e-2008',
  48412.                     '/ua/configurator/peugeot-е-2008' => '/ua/configurator/peugeot-e-2008',
  48413.                     '/ru/configurator/peugeot-е-2008' => '/ru/configurator/peugeot-e-2008',
  48414.                     '/ua/car/peugeot-е-2008/configuration' => '/ua/car/peugeot-e-2008/configuration',
  48415.                     '/ru/car/peugeot-е-2008/configuration' => '/ru/car/peugeot-e-2008/configuration',
  48416.                 ],
  48417.                 'INSITE' => [
  48418.                     '/ru/cars/honda-pilot' => '/ru/',
  48419.                     '/ua/cars/honda-pilot' => '/ua/',
  48420.                     '/ru/servicehonda/maintenance' => '/ru/servicehonda/sign',
  48421.                     '/ua/servicehonda/maintenance' => '/ua/servicehonda/sign',
  48422.                     '/ru/serviceacura/maintenance' => '/ru/serviceacura/sign',
  48423.                     '/ua/serviceacura/maintenance' => '/ua/serviceacura/sign',
  48424.                     '/about/' => '/ru/about/',
  48425.                     '/about/3dtour/' => '/ru/about/',
  48426.                     '/about/about_honda/' => '/ru/about/',
  48427.                     '/about/contacts/' => '/ru/about/contacts/',
  48428.                     '/about/staff/' => '/ru/about/staff/',
  48429.                     '/about/vacancy/' => '/ru/about/vacancy/',
  48430.                     '/cars/' => '/ru/',
  48431.                     '/cars/accord/complectation/' => '/ru/',
  48432.                     '/cars/civic-2017-4D/' => '/ru/cars/civik-4d',
  48433.                     '/cars/civic-2017-4D/gallery/' => '/ru/cars/civik-4d',
  48434.                     '/cars/civic-4d/' => '/ru/cars/civik-4d',
  48435.                     '/cars/civic-5d/' => '/ru/cars/civik-4d',
  48436.                     '/cars/cr-v-2017/' => '/ru/cars/honda-cr-v',
  48437.                     '/cars/cr-v-2017/characteristics/' => '/ru/cars/honda-cr-v',
  48438.                     '/cars/cr-v-2017/complectation/' => '/ru/cars/honda-cr-v',
  48439.                     '/cars/cr-v-2017/gallery/' => '/ru/cars/honda-cr-v',
  48440.                     '/cars/HR-V/' => '/ru/cars/honda-hr-v',
  48441.                     '/cars/HR-V/characteristics/' => '/ru/cars/honda-hr-v',
  48442.                     '/cars/HR-V/complectation/' => '/ru/cars/honda-hr-v',
  48443.                     '/cars/HR-V/gallery/' => '/ru/cars/honda-hr-v',
  48444.                     '/cars/online-order/' => '/ru/',
  48445.                     '/cars/pilot/' => '/ru/cars/honda-pilot',
  48446.                     '/cars/pilot/characteristics/' => '/ru/cars/honda-pilot',
  48447.                     '/cars/pilot/complectation/' => '/ru/cars/honda-pilot',
  48448.                     '/cars/pilot/gallery/' => '/ru/cars/honda-pilot',
  48449.                     '/cars/test-drive/' => '/ru/testdrive-form',
  48450.                     '/legal_terms/' => '/ru/',
  48451.                     '/moto/kruizery/vt750c2b-shadow-black-spirit/complectation/' => '/ru/',
  48452.                     '/moto/malokubaturnye-125ss-150ss/xr150/complectation/' => '/ru/',
  48453.                     '/moto/super-sport/cbr300r/complectation/' => '/ru/',
  48454.                     '/news/' => '/ru/',
  48455.                     '/news/honda/' => '/ru/',
  48456.                     '/news/our/' => '/ru/',
  48457.                     '/news/our/169514/' => '/ru/',
  48458.                     '/news/our/349480/' => '/ru/',
  48459.                     '/news/our/352860/' => '/ru/',
  48460.                     '/news/our/361344/' => '/ru/',
  48461.                     '/news/subscribe/' => '/ru/',
  48462.                     '/service/' => '/ru/servicehonda/sign',
  48463.                     '/service/accessories/' => '/ru/servicehonda/sign',
  48464.                     '/service/avto-online/' => '/ru/servicehonda/sign',
  48465.                     '/service/bus/' => '/ru/servicehonda/sign',
  48466.                     '/service/gas-cylinder-equipment/' => '/ru/servicehonda/sign',
  48467.                     '/service/guarant/' => '/ru/servicehonda/sign',
  48468.                     '/service/honda-care/' => '/ru/servicehonda/sign',
  48469.                     '/service/noise/' => '/ru/servicehonda/sign',
  48470.                     '/service/online-acceptance/' => '/ru/servicehonda/sign',
  48471.                     '/service/reglament-to/' => '/ru/servicehonda/sign',
  48472.                     '/service/repair/' => '/ru/servicehonda/sign',
  48473.                     '/service/sign' => '/ru/servicehonda/sign',
  48474.                     '/service/sign/' => '/ru/servicehonda/sign',
  48475.                     '/service/spares/' => '/ru/servicehonda/sign',
  48476.                     '/serviceacura/' => '/ru/serviceacura/sign',
  48477.                     '/serviceacura/avto-online/' => '/ru/serviceacura/sign',
  48478.                     '/serviceacura/guarant/' => '/ru/serviceacura/sign',
  48479.                     '/serviceacura/maintenance/' => '/ru/serviceacura/sign',
  48480.                     '/serviceacura/sign/' => '/ru/serviceacura/sign',
  48481.                     '/serviceacura/spare-parts/' => '/ru/serviceacura/sign',
  48482.                     '/services/' => '/ru/serviceacura/sign',
  48483.                     '/services/corporate-clients/' => '/ru/services/corporate-clients/',
  48484.                     '/services/credit/' => '/ru/services/kredit/',
  48485.                     '/services/finance/' => '/ru/services/kredit/',
  48486.                     '/services/insurance/' => '/ru/services/insurance/',
  48487.                     '/services/leasing/' => '/ru/',
  48488.                     '/services/loyality/' => '/ru/',
  48489.                     '/services/moto-finance/' => '/ru/',
  48490.                     '/services/trade-in/' => '/ru/services/trade-in/',
  48491.                     '/services/vidi-shuttle-service/' => '/ru/services/vidi-shuttle-service/',
  48492.                     '/sitemap/' => '/ru/',
  48493.                     '/stocks/' => '/ru/',
  48494.                     '/stocks/current/' => '/ru/',
  48495.                     '/stocks/current/247051/' => '/ru/',
  48496.                     '/stocks/current/295634/' => '/ru/',
  48497.                     '/stocks/current/304932/' => '/ru/',
  48498.                     '/stocks/current/372890/' => '/ru/',
  48499.                     '/stocks/finished/' => '/ru/',
  48500.                     '/sugest/' => '/ru/',
  48501.                     '/sugest/eco_driving/' => '/ru/',
  48502.                     '/sugest/faq_service/' => '/ru/servicehonda/sign',
  48503.                     '/sugest/service/' => '/ru/servicehonda/sign',
  48504.                     '/services/trade-in/online-estimate/' => '/ru/services/trade-in/',
  48505.                     '/ru/avtomobili/test-drive' => '/ru/testdrive-form',
  48506.                     '/ua/avtomobili/test-drive' => '/ua/testdrive-form',
  48507.                 ],
  48508.                 'NORD' => [
  48509.                     '/2016/11/18/volvo-xc60-unikalni-komplektaciї-za-eksklyuzivnoyu-cinoyu/' => '/ru/',
  48510.                     '/2017/03/24/zaproshuyemo-vas-na-prezentaciyu-novogo-volvo-v90-cross-country/' => '/ru/',
  48511.                     '/2017/04/14/zaproshuyemo-vas-na-prezentaciyu-gonochnogo-volvo-s60-polestar/' => '/ru/',
  48512.                     '/2017/08/10/volvo-fanily-drive/' => '/ru/',
  48513.                     '/2017/10/20/vidchuj-drajv-z-krosoverami-volvo-u-versiї-r-design-ta-otrimuj-1000-litriv-palnogo/' => '/ru/',
  48514.                     '/about-us/location-hours/' => '/ru/',
  48515.                     '/avtomobili-v-nayavnosti/' => '/ru/',
  48516.                     '/avtomobili-v-nayavnosti/avtomobili-v-nayavnosti-s90/' => '/ru/',
  48517.                     '/avtomobili-v-nayavnosti/avtomobili-v-nayavnosti-xc90/' => '/ru/',
  48518.                     '/avtomobili-v-nayavnosti/xc60-new/' => '/ru/',
  48519.                     '/finansovi-poslugi/kredituvannya/' => '/ru/',
  48520.                     '/model/' => '/ru/',
  48521.                     '/new-cars/' => '/ru/',
  48522.                     '/new-cars/xc90' => '/ru/card-car/xc90',
  48523.                     '/novi-avtomobili/' => '/ru/',
  48524.                     '/novi-avtomobili/s60-cross-country/' => '/ru/card-car/s90',
  48525.                     '/novi-avtomobili/v40-cross-country/' => '/ru/card-car/xc40',
  48526.                     '/novi-avtomobili/v60-cross-country/' => '/ru/card-car/v60cc',
  48527.                     '/novi-avtomobili/v90/' => '/ru/card-car/v90cc',
  48528.                     '/novi-avtomobili/xc40-new/' => '/ru/card-car/xc40',
  48529.                     '/novi-avtomobili/xc60/' => '/ru/card-car/xc60',
  48530.                     '/novi-avtomobili/xc90/' => '/ru/card-car/xc90',
  48531.                     '/paketnipropozytsii_xc90/' => '/ru/card-car/xc90',
  48532.                     '/portfolio/volvo-xs90-t5/' => '/ru/card-car/xc90',
  48533.                     '/pro-nas/adresa-ta-chas-roboti/' => '/ua/about-us/contacts',
  48534.                     '/xc90-excellence/' => '/ru/card-car/xc90',
  48535.                     '/xc90-r-design/' => '/ru/card-car/xc90',
  48536.                     '/zapit-na-obslugovuvannya/' => '/ua/service/order-to',
  48537.                     '/zapit-na-test-drajv/' => '/ru/testdrive-form',
  48538.                     '/ru/special-offers/volvo-xc90-iz-vigodoyu-do-205-000-griven' => '/ru/special-offers/speczpredlozhenie-volvo-xc90',
  48539.                     '/ua/special-offers/volvo-xc90-iz-vigodoyu-do-205-000-griven' => '/ua/special-offers/speczpredlozhenie-volvo-xc90',
  48540.                     '/ua/car-in-stock/card/Volvo_XC60%20New_2603' => '/ua/car-in-stock/card/volvo-xc60-new-2603',
  48541.                     '/ru/car-in-stock/card/Volvo_XC60%20New_2603' => '/ru/car-in-stock/card/volvo-xc60-new-2603',
  48542.                     '/ua/car-in-stock/card/Volvo_XC60%20New_2694' => '/ua/car-in-stock/card/volvo-xc60-new-2694',
  48543.                     '/ru/car-in-stock/card/Volvo_XC60%20New_2694' => '/ru/car-in-stock/card/volvo-xc60-new-2694',
  48544.                     '/ua/car-in-stock/card/Volvo_XC90%20New_2620' => '/ua/car-in-stock/card/volvo-xc90-new-2620',
  48545.                     '/ru/car-in-stock/card/Volvo_XC90%20New_2620' => '/ru/car-in-stock/card/volvo-xc90-new-2620',
  48546.                     '/ua/car-in-stock/card/Volvo_XC90%20New_2588' => '/ua/car-in-stock/card/volvo-xc90-new-2588',
  48547.                     '/ru/car-in-stock/card/Volvo_XC90%20New_2588' => '/ru/car-in-stock/card/volvo-xc90-new-2588',
  48548.                     '/ua/service/accessories/' => 'https://shop.volvocar-kyivwest.com.ua/',
  48549.                     '/ru/service/accessories/' => 'https://shop.volvocar-kyivwest.com.ua/',
  48550.                 ],
  48551.                 'YAMAHA' => [
  48552.                     '/catalog/lodochnye-motory/' => '/ru/catalog/boat-engines',
  48553.                     '/catalog/lodochnye-motory/chetyrekhtaktnye/f130aetl/' => '/ru/catalog/boat-engines',
  48554.                     '/catalog/moto/mt-seriya/' => '/ru/catalog/series/8',
  48555.                     '/ru/model/d-elight/' => '/ru/model/d-elight/',
  48556.                     '/ru/services/moto-school' => '/ru/experience/about-school/',
  48557.                     '/ru/services/moto-school/level-one' => '/ru/experience/about-school/',
  48558.                     '/ru/services/moto-school/level-two' => '/ru/experience/about-school/',
  48559.                     '/ru/services/moto-school/level-three' => '/ru/experience/about-school/',
  48560.                     '/ua/services/moto-school' => '/ua/experience/about-school/',
  48561.                     '/ua/services/moto-school/level-one' => '/ua/experience/about-school/',
  48562.                     '/ua/services/moto-school/level-two' => '/ua/experience/about-school/',
  48563.                     '/ua/services/moto-school/level-three' => '/ua/experience/about-school/',
  48564.                 ],
  48565.                 'INSURANCE' => [
  48566.                     '/about/' => '/ru/',
  48567.                     '/about/vacansy/' => '/ru/',
  48568.                     '/calc/' => '/ru/calc/',
  48569.                     '/contacts/' => '/ru/contacts/',
  48570.                     '/press/231160/' => '/ru/',
  48571.                     '/press/56175/' => '/ru/',
  48572.                     '/press/81427/' => '/ru/',
  48573.                     '/press/actions/25788/' => '/ru/',
  48574.                     '/press/foto/1037/' => '/ru/',
  48575.                     '/press/foto/1043/' => '/ru/',
  48576.                     '/programs/transport/' => '/ru/programs/transport/kasko/',
  48577.                     '/programs/transport/kasko/' => '/ru/programs/transport/kasko/',
  48578.                     '/programs/transport/kasko/ua' => '/ru/programs/transport/kasko/',
  48579.                     '/programs/transport/ogo/' => '/ru/programs/transport/ogo/',
  48580.                     '/ru/about/' => '/ru/',
  48581.                     '/ru/about/detailed-information/' => '/ru/',
  48582.                     '/ru/about/licenses/' => '/ru/',
  48583.                     '/ru/about/loyality' => '/ru/',
  48584.                     '/ru/about/partners/' => '/ru/',
  48585.                     '/ru/about/public-info' => '/ru/',
  48586.                     '/ru/about/reinsurance/' => '/ru/',
  48587.                     '/ru/about/review/' => '/ru/',
  48588.                     '/ru/calc/' => '/ru/calc/',
  48589.                     '/ru/contacts/' => '/ru/contacts/',
  48590.                     '/ru/download/blank' => '/ru/',
  48591.                     '/ru/press/' => '/ru/',
  48592.                     '/ru/press/actions/' => '/ru/',
  48593.                     '/ru/press/actions/aktsіya-kasko-toyota-7-10-let/' => '/ru/',
  48594.                     '/ru/press/actions/aktsіya-privedіt-druga/' => '/ru/',
  48595.                     '/ru/press/actions/aktsіya-razom-deshevshe/' => '/ru/',
  48596.                     '/ru/press/actions/grafik-raboty-vidi-strahovanie-14102019/' => '/ru/',
  48597.                     '/ru/press/actions/internet-avtosalon-vidiua/' => '/ru/',
  48598.                     '/ru/press/actions/rezultaty-tendera/' => '/ru/',
  48599.                     '/ru/press/grafik-raboty-vidi-strahovanie-14102019/' => '/ru/',
  48600.                     '/ru/press/internet-avtosalon-vidiua/' => '/ru/',
  48601.                     '/ru/press/rezultaty-tendera/' => '/ru/',
  48602.                     '/ru/programs/transport/' => '/ru/',
  48603.                     '/ru/programs/transport/dgo/' => '/ru/programs/transport/dgo/',
  48604.                     '/ru/programs/transport/kasko/' => '/ru/programs/transport/kasko/',
  48605.                     '/ru/programs/transport/ogo/' => '/ru/programs/transport/ogo/',
  48606.                     '/ru/visitor/' => '/ru/',
  48607.                     '/ua/programs/transport/kasko/' => '/ua/programs/transport/kasko/',
  48608.                     '/visitor/offers/11175/' => '/ru/',
  48609.                     '/visitor/offers/22906/' => '/ru/',
  48610.                 ],
  48611.                 'JAGUAR' => [
  48612.                     '/experience-jaguar/art-of-performance-tour/' => '/ru/',
  48613.                     '/%09series/xf/specifications/' => '/ru/vehicles/jaguar-i-pace#',
  48614.                     '/about/news/50fbd255f249e/' => '/ru/',
  48615.                     '/about/news/50fbd71cd67a6/' => '/ru/',
  48616.                     '/about/news/f-type-car-of-the-year/' => '/ru/',
  48617.                     '/about/news/tech-specs/' => '/ru/',
  48618.                     '/about-jaguar/' => '/ru/',
  48619.                     '/about-jaguar/concept-cars/' => '/ru/',
  48620.                     '/about-jaguar/concept-cars/cx16/' => '/ru/',
  48621.                     '/about-jaguar/concept-cars/cx16/cx16-driverfocused-interior/' => '/ru/',
  48622.                     '/about-jaguar/concept-cars/cx16/cx16-performance/' => '/ru/',
  48623.                     '/about-jaguar/concept-cars/cx16/cx16-technology/' => '/ru/',
  48624.                     '/about-jaguar/concept-cars/cx17/' => '/ru/',
  48625.                     '/about-jaguar/concept-cars/cx17/cx17-films/' => '/ru/',
  48626.                     '/about-jaguar/concept-cars/cx17/galereya-cx17-interyer/' => '/ru/',
  48627.                     '/about-jaguar/concept-cars/cx17/gallery-cx17/' => '/ru/',
  48628.                     '/about-jaguar/concept-cars/cx75/' => '/ru/',
  48629.                     '/about-jaguar/concept-cars/cx75/cx75-gallery/' => '/ru/',
  48630.                     '/about-jaguar/concept-cars/i-pace-concept/' => '/ru/vehicles/jaguar-i-pace',
  48631.                     '/about-jaguar/jaguar-busines/' => '/ru/finance/lizing',
  48632.                     '/about-jaguar/jaguar-busines/community/' => '/ru/finance/lizing',
  48633.                     '/about-jaguar/jaguar-busines/corporate-values/' => '/ru/finance/lizing',
  48634.                     '/about-jaguar/jaguar-busines/engineered-and-built-in-britain/' => '/ru/finance/lizing',
  48635.                     '/about-jaguar/jaguar-busines/leadership/' => '/ru/finance/lizing',
  48636.                     '/about-jaguar/jaguar-busines/leadership/dr-ralf-speth/' => '/ru/finance/lizing',
  48637.                     '/about-jaguar/jaguar-busines/leadership/gerd-mauser/' => '/ru/finance/lizing',
  48638.                     '/about-jaguar/jaguar-busines/leadership/ian-callum/' => '/ru/finance/lizing',
  48639.                     '/about-jaguar/jaguar-busines/quality/' => '/ru/finance/lizing',
  48640.                     '/about-jaguar/jaguar-classic/' => '/ru/',
  48641.                     '/about-jaguar/jaguar-classic/classic-challenge/' => '/ru/',
  48642.                     '/about-jaguar/jaguar-classic/classic-trust/' => '/ru/',
  48643.                     '/about-jaguar/jaguar-classic/e-type-gallery/' => '/ru/',
  48644.                     '/about-jaguar/jaguar-classic/e-type-panels/' => '/ru/',
  48645.                     '/about-jaguar/jaguar-classic/heritage-driving-gallery/' => '/ru/',
  48646.                     '/about-jaguar/jaguar-classic/jaguar-classic-collection/' => '/ru/',
  48647.                     '/about-jaguar/jaguar-classic/jaguar-classic-parts/' => '/ru/',
  48648.                     '/about-jaguar/jaguar-classic/jaguar-classic-workshop/' => '/ru/',
  48649.                     '/about-jaguar/jaguar-classic/lightweight-e-type-gallery/' => '/ru/',
  48650.                     '/about-jaguar/jaguar-classic/lightweight-e-type-restored/' => '/ru/',
  48651.                     '/about-jaguar/jaguar-stories/' => '/ru/',
  48652.                     '/about-jaguar/jaguar-stories/aluminium/' => '/ru/',
  48653.                     '/about-jaguar/jaguar-stories/f-pace/' => '/ru/vehicles/jaguar-f-pace',
  48654.                     '/about-jaguar/jaguar-stories/headlights/' => '/ru/',
  48655.                     '/about-jaguar/jaguar-stories/putting-f-pace-to-the-test/' => '/ru/',
  48656.                     '/about-jaguar/responsibility/' => '/ru/',
  48657.                     '/about-jaguar/responsibility/ekologichna-vidpovidalnist/' => '/ru/',
  48658.                     '/about-jaguar/responsibility/global-corporate-social-responsibility/' => '/ru/',
  48659.                     '/about-jaguar/responsibility/overview/' => '/ru/',
  48660.                     '/about-jaguar/svo/' => '/ru/',
  48661.                     '/about-jaguar/the-pace/' => '/ru/',
  48662.                     '/about-jaguar/the-pace/dua-lipa/' => '/ru/',
  48663.                     '/about-jaguar/the-pace/electric-revolution/' => '/ru/',
  48664.                     '/approved-used/' => '/ru/',
  48665.                     '/brochure/' => '/ru/request-a-brochure/',
  48666.                     '/cars-in-stock/' => '/ru/cars-in-stock',
  48667.                     '/dealer-locator/' => '/ru/',
  48668.                     '/dealers/' => '/ru/about-us/about-jaguar-kyiv-west',
  48669.                     '/electrification/' => '/ru/',
  48670.                     '/experience-jaguar/' => '/ru/',
  48671.                     '/experience-jaguar/ice-drive-sweden/' => '/ru/',
  48672.                     '/experience-jaguar/ice-drive-sweden/frequently-asked-questions/driving/avtomobili-u-programi-budut-z-kermom-pravoruch-abo/' => '/ru/',
  48673.                     '/experience-jaguar/ice-drive-sweden/frequently-asked-questions/driving/chi-potribno-meni-mati-pevnii-riven-fizichnoyi-pid/' => '/ru/',
  48674.                     '/experience-jaguar/ice-drive-sweden/frequently-asked-questions/driving/skilki-lyudei-u-kozhnomu-avtomobili/' => '/ru/',
  48675.                     '/experience-jaguar/ice-drive-sweden/frequently-asked-questions/driving/tsi-avtomobili-mkpp-abo-z-akpp/' => '/ru/',
  48676.                     '/experience-jaguar/ice-drive-sweden/frequently-asked-questions/driving/yakii-minimalnii-vik-dlya-uchasnikiv/' => '/ru/',
  48677.                     '/experience-jaguar/ice-drive-sweden/frequently-asked-questions/driving/yakii-tip-vodiiskogo-posvidchennya-neobkhidno-mati/' => '/ru/',
  48678.                     '/experience-jaguar/ice-drive-sweden/frequently-asked-questions/driving/yakimi-avtomobilyami-ya-budu-keruvati/' => '/ru/',
  48679.                     '/experience-jaguar/ice-drive-sweden/frequently-asked-questions/driving/ya-shche-nikoli-ne-keruvavkeruvala-avtomobilem-na-/' => '/ru/',
  48680.                     '/experience-jaguar/ice-drive-sweden/frequently-asked-questions/general/chi-mozhu-ya-vzyati-uchast-u-ice-academy-yak-ne-vo/' => '/ru/',
  48681.                     '/experience-jaguar/ice-drive-sweden/frequently-asked-questions/general/khto-keruye-avtomobilem/' => '/ru/',
  48682.                     '/experience-jaguar/ice-drive-sweden/frequently-asked-questions/general/khto-pratsyuye-u-lodovii-akademiyi-yaguar-lend-rov/' => '/ru/',
  48683.                     '/experience-jaguar/ice-drive-sweden/frequently-asked-questions/general/yakoyu-movoyu-vedetsya-programa-jaguar-land-rover-/' => '/ru/',
  48684.                     '/experience-jaguar/ice-drive-sweden/frequently-asked-questions/price/chi-potribno-meni-pridbati-dodatkovu-strakhivku-sh/' => '/ru/',
  48685.                     '/experience-jaguar/ice-drive-sweden/frequently-asked-questions/price/shcho-ne-vklyucheno-u-vartist-programi-driving-exp/' => '/ru/',
  48686.                     '/experience-jaguar/ice-drive-sweden/frequently-asked-questions/price/shcho-vkhodit-u-vartist-lodovoyi-akademiyi-yaguar-/' => '/ru/',
  48687.                     '/experience-jaguar/ice-drive-sweden/frequently-asked-questions/travelling/chi-mozhna-dityam-doluchitisya-do-uchasti-v-lodovi/' => '/ru/',
  48688.                     '/experience-jaguar/ice-drive-sweden/frequently-asked-questions/travelling/chi-mozhu-ya-robiti-foto-abo-videoziomku/' => '/ru/',
  48689.                     '/experience-jaguar/ice-drive-sweden/frequently-asked-questions/travelling/chi-potriben-meni-spetsialnii-odyag/' => '/ru/',
  48690.                     '/experience-jaguar/ice-drive-sweden/frequently-asked-questions/travelling/chi-potribna-meni-viza/' => '/ru/',
  48691.                     '/experience-jaguar/ice-drive-sweden/frequently-asked-questions/travelling/shcho-bude-yakshcho-pogoda-ne-bude-pidkhodyashchoy/' => '/ru/',
  48692.                     '/experience-jaguar/ice-drive-sweden/frequently-asked-questions/travelling/yaka-maksimalna-kilkist-lyudei-u-programi-driving-/' => '/ru/',
  48693.                     '/experience-jaguar/ice-drive-sweden/frequently-asked-questions/travelling/yaka-valyuta-vikoristovuyetsya-u-shvetsiyi/' => '/ru/',
  48694.                     '/experience-jaguar/ice-drive-sweden/frequently-asked-questions/travelling/yakii-dreskod-dlya-vechirnikh-podii/' => '/ru/',
  48695.                     '/experience-jaguar/ice-drive-sweden/frequently-asked-questions/travelling/yaki-tipi-lizhok-dostupni-dlya-viboru/' => '/ru/',
  48696.                     '/experience-jaguar/ice-drive-sweden/frequently-asked-questions/travelling/yakshcho-ya-podorozhuyu-odin-chi-bude-meni-nadane-/' => '/ru/',
  48697.                     '/experience-jaguar/ice-drive-sweden/frequently-asked-questions/travelling/z-kim-potribno-zvyazatisya-yakshcho-meni-potribna-/' => '/ru/',
  48698.                     '/experience-jaguar/ice-drive-sweden/ice-drive/' => '/ru/',
  48699.                     '/experience-jaguar/ice-drive-sweden/ice-drive/frequently-asked-questions/driving-5a82ceb833a7b/avtomobili-u-programi-budut-z-kermom-pravoruch-abo/' => '/ru/',
  48700.                     '/experience-jaguar/ice-drive-sweden/ice-drive/frequently-asked-questions/driving-5a82ceb833a7b/chi-potribno-meni-mati-pevnii-riven-fizichnoyi-pid/' => '/ru/',
  48701.                     '/experience-jaguar/ice-drive-sweden/ice-drive/frequently-asked-questions/driving-5a82ceb833a7b/skilki-lyudei-u-kozhnomu-avtomobili-5a82d0a8903e6/' => '/ru/',
  48702.                     '/experience-jaguar/ice-drive-sweden/ice-drive/frequently-asked-questions/driving-5a82ceb833a7b/tsi-avtomobili-mkpp-abo-z-akpp-5a82d07e4d218/' => '/ru/',
  48703.                     '/experience-jaguar/ice-drive-sweden/ice-drive/frequently-asked-questions/driving-5a82ceb833a7b/yakii-minimalnii-vik-dlya-uchasnikiv-5a82d08cde79a/' => '/ru/',
  48704.                     '/experience-jaguar/ice-drive-sweden/ice-drive/frequently-asked-questions/driving-5a82ceb833a7b/yakii-tip-vodiiskogo-posvidchennya-neobkhidno-mati/' => '/ru/',
  48705.                     '/experience-jaguar/ice-drive-sweden/ice-drive/frequently-asked-questions/driving-5a82ceb833a7b/yakimi-avtomobilyami-ya-budu-keruvati-5a82d0704a0c/' => '/ru/',
  48706.                     '/experience-jaguar/ice-drive-sweden/ice-drive/frequently-asked-questions/driving-5a82ceb833a7b/ya-shche-nikoli-ne-keruvavkeruvala-avtomobilem-na-/' => '/ru/',
  48707.                     '/experience-jaguar/ice-drive-sweden/ice-drive/frequently-asked-questions/general-5a82ce8385730/chi-mozhu-ya-vzyati-uchast-u-ice-academy-yak-ne-vo/' => '/ru/',
  48708.                     '/experience-jaguar/ice-drive-sweden/ice-drive/frequently-asked-questions/general-5a82ce8385730/khto-keruye-avtomobilem-5a82cf53d2ebc/' => '/ru/',
  48709.                     '/experience-jaguar/ice-drive-sweden/ice-drive/frequently-asked-questions/general-5a82ce8385730/khto-pratsyuye-u-lodovii-akademiyi-yaguar-lend-rov/' => '/ru/',
  48710.                     '/experience-jaguar/ice-drive-sweden/ice-drive/frequently-asked-questions/general-5a82ce8385730/yakoyu-movoyu-vedetsya-programa-jaguar-land-rover-/' => '/ru/',
  48711.                     '/experience-jaguar/ice-drive-sweden/ice-drive/frequently-asked-questions/price-5a82ce8d4081c/chi-potribno-meni-pridbati-dodatkovu-strakhivku-sh/' => '/ru/',
  48712.                     '/experience-jaguar/ice-drive-sweden/ice-drive/frequently-asked-questions/price-5a82ce8d4081c/shcho-ne-vklyucheno-u-vartist-programi-driving-exp/' => '/ru/',
  48713.                     '/experience-jaguar/ice-drive-sweden/ice-drive/frequently-asked-questions/price-5a82ce8d4081c/shcho-vkhodit-u-vartist-lodovoyi-akademiyi-yaguar-/' => '/ru/',
  48714.                     '/experience-jaguar/ice-drive-sweden/ice-drive/frequently-asked-questions/travelling-5a82ce974ec1e/chi-mozhna-dityam-doluchitisya-do-uchasti-v-lodovi/' => '/ru/',
  48715.                     '/experience-jaguar/ice-drive-sweden/ice-drive/frequently-asked-questions/travelling-5a82ce974ec1e/chi-mozhu-ya-robiti-foto-abo-videoziomku-5a82d1e94/' => '/ru/',
  48716.                     '/experience-jaguar/ice-drive-sweden/ice-drive/frequently-asked-questions/travelling-5a82ce974ec1e/chi-potriben-meni-spetsialnii-odyag-5a82d1cbf3e5a/' => '/ru/',
  48717.                     '/experience-jaguar/ice-drive-sweden/ice-drive/frequently-asked-questions/travelling-5a82ce974ec1e/chi-potribna-meni-viza-5a82d1b801c00/' => '/ru/',
  48718.                     '/experience-jaguar/ice-drive-sweden/ice-drive/frequently-asked-questions/travelling-5a82ce974ec1e/shcho-bude-yakshcho-pogoda-ne-bude-pidkhodyashchoy/' => '/ru/',
  48719.                     '/experience-jaguar/ice-drive-sweden/ice-drive/frequently-asked-questions/travelling-5a82ce974ec1e/yaka-maksimalna-kilkist-lyudei-u-programi-driving-/' => '/ru/',
  48720.                     '/experience-jaguar/ice-drive-sweden/ice-drive/frequently-asked-questions/travelling-5a82ce974ec1e/yaka-valyuta-vikoristovuyetsya-u-shvetsiyi-5a82d1c/' => '/ru/',
  48721.                     '/experience-jaguar/ice-drive-sweden/ice-drive/frequently-asked-questions/travelling-5a82ce974ec1e/yakii-dreskod-dlya-vechirnikh-podii-5a82d1dab7577/' => '/ru/',
  48722.                     '/experience-jaguar/ice-drive-sweden/ice-drive/frequently-asked-questions/travelling-5a82ce974ec1e/yaki-tipi-lizhok-dostupni-dlya-viboru-5a82d1af21f0/' => '/ru/',
  48723.                     '/experience-jaguar/ice-drive-sweden/ice-drive/frequently-asked-questions/travelling-5a82ce974ec1e/yakshcho-ya-podorozhuyu-odin-chi-bude-meni-nadane-/' => '/ru/',
  48724.                     '/experience-jaguar/ice-drive-sweden/ice-drive/frequently-asked-questions/travelling-5a82ce974ec1e/z-kim-potribno-zvyazatisya-yakshcho-meni-potribna-/' => '/ru/',
  48725.                     '/experience-jaguar/ice-drive-sweden/ice-drive-advanced/' => '/ru/',
  48726.                     '/experience-jaguar/ice-drive-sweden/ice-drive-advanced/frequently-asked-questions/driving-5a82cf2cbb2f1/avtomobili-u-programi-budut-z-kermom-pravoruch-abo/' => '/ru/',
  48727.                     '/experience-jaguar/ice-drive-sweden/ice-drive-advanced/frequently-asked-questions/driving-5a82cf2cbb2f1/chi-potribno-meni-mati-pevnii-riven-fizichnoyi-pid/' => '/ru/',
  48728.                     '/experience-jaguar/ice-drive-sweden/ice-drive-advanced/frequently-asked-questions/driving-5a82cf2cbb2f1/skilki-lyudei-u-kozhnomu-avtomobili-5a82d0fd6c253/' => '/ru/',
  48729.                     '/experience-jaguar/ice-drive-sweden/ice-drive-advanced/frequently-asked-questions/driving-5a82cf2cbb2f1/tsi-avtomobili-mkpp-abo-z-akpp-5a82d0d2324ab/' => '/ru/',
  48730.                     '/experience-jaguar/ice-drive-sweden/ice-drive-advanced/frequently-asked-questions/driving-5a82cf2cbb2f1/yakii-minimalnii-vik-dlya-uchasnikiv-5a82d0e48456f/' => '/ru/',
  48731.                     '/experience-jaguar/ice-drive-sweden/ice-drive-advanced/frequently-asked-questions/driving-5a82cf2cbb2f1/yakii-tip-vodiiskogo-posvidchennya-neobkhidno-mati/' => '/ru/',
  48732.                     '/experience-jaguar/ice-drive-sweden/ice-drive-advanced/frequently-asked-questions/driving-5a82cf2cbb2f1/yakimi-avtomobilyami-ya-budu-keruvati-5a82d0cb82be/' => '/ru/',
  48733.                     '/experience-jaguar/ice-drive-sweden/ice-drive-advanced/frequently-asked-questions/driving-5a82cf2cbb2f1/ya-shche-nikoli-ne-keruvavkeruvala-avtomobilem-na-/' => '/ru/',
  48734.                     '/experience-jaguar/ice-drive-sweden/ice-drive-advanced/frequently-asked-questions/general-5a82cede984e9/chi-mozhu-ya-vzyati-uchast-u-ice-academy-yak-ne-vo/' => '/ru/',
  48735.                     '/experience-jaguar/ice-drive-sweden/ice-drive-advanced/frequently-asked-questions/general-5a82cede984e9/khto-keruye-avtomobilem-5a82cf965a45e/' => '/ru/',
  48736.                     '/experience-jaguar/ice-drive-sweden/ice-drive-advanced/frequently-asked-questions/general-5a82cede984e9/khto-pratsyuye-u-lodovii-akademiyi-yaguar-lend-rov/' => '/ru/',
  48737.                     '/experience-jaguar/ice-drive-sweden/ice-drive-advanced/frequently-asked-questions/general-5a82cede984e9/yakoyu-movoyu-vedetsya-programa-jaguar-land-rover-/' => '/ru/',
  48738.                     '/experience-jaguar/ice-drive-sweden/ice-drive-advanced/frequently-asked-questions/price-5a82cee84229d/chi-potribno-meni-pridbati-dodatkovu-strakhivku-sh/' => '/ru/',
  48739.                     '/experience-jaguar/ice-drive-sweden/ice-drive-advanced/frequently-asked-questions/price-5a82cee84229d/shcho-ne-vklyucheno-u-vartist-programi-driving-exp/' => '/ru/',
  48740.                     '/experience-jaguar/ice-drive-sweden/ice-drive-advanced/frequently-asked-questions/price-5a82cee84229d/shcho-vkhodit-u-vartist-lodovoyi-akademiyi-yaguar-/' => '/ru/',
  48741.                     '/experience-jaguar/ice-drive-sweden/ice-drive-advanced/frequently-asked-questions/travelling-5a82cef2df64a/chi-mozhna-dityam-doluchitisya-do-uchasti-v-lodovi/' => '/ru/',
  48742.                     '/experience-jaguar/ice-drive-sweden/ice-drive-advanced/frequently-asked-questions/travelling-5a82cef2df64a/chi-mozhu-ya-robiti-foto-abo-videoziomku-5a82d1755/' => '/ru/',
  48743.                     '/experience-jaguar/ice-drive-sweden/ice-drive-advanced/frequently-asked-questions/travelling-5a82cef2df64a/chi-potriben-meni-spetsialnii-odyag-5a82d150412d7/' => '/ru/',
  48744.                     '/experience-jaguar/ice-drive-sweden/ice-drive-advanced/frequently-asked-questions/travelling-5a82cef2df64a/chi-potribna-meni-viza-5a82d13671690/' => '/ru/',
  48745.                     '/experience-jaguar/ice-drive-sweden/ice-drive-advanced/frequently-asked-questions/travelling-5a82cef2df64a/shcho-bude-yakshcho-pogoda-ne-bude-pidkhodyashchoy/' => '/ru/',
  48746.                     '/experience-jaguar/ice-drive-sweden/ice-drive-advanced/frequently-asked-questions/travelling-5a82cef2df64a/yaka-maksimalna-kilkist-lyudei-u-programi-driving-/' => '/ru/',
  48747.                     '/experience-jaguar/ice-drive-sweden/ice-drive-advanced/frequently-asked-questions/travelling-5a82cef2df64a/yaka-valyuta-vikoristovuyetsya-u-shvetsiyi-5a82d13/' => '/ru/',
  48748.                     '/experience-jaguar/ice-drive-sweden/ice-drive-advanced/frequently-asked-questions/travelling-5a82cef2df64a/yakii-dreskod-dlya-vechirnikh-podii-5a82d1571751e/' => '/ru/',
  48749.                     '/experience-jaguar/ice-drive-sweden/ice-drive-advanced/frequently-asked-questions/travelling-5a82cef2df64a/yaki-tipi-lizhok-dostupni-dlya-viboru-5a82d12f09a1/' => '/ru/',
  48750.                     '/experience-jaguar/ice-drive-sweden/ice-drive-advanced/frequently-asked-questions/travelling-5a82cef2df64a/yakshcho-ya-podorozhuyu-odin-chi-bude-meni-nadane-/' => '/ru/',
  48751.                     '/experience-jaguar/ice-drive-sweden/ice-drive-advanced/frequently-asked-questions/travelling-5a82cef2df64a/z-kim-potribno-zvyazatisya-yakshcho-meni-potribna-/' => '/ru/',
  48752.                     '/experience-jaguar/testdraiv-jaguar-winter-drive-2018/' => '/ru/',
  48753.                     '/feedback/' => '/ru/',
  48754.                     '/files/4/7/47e48e0-f-type-sajaj61x0h8k38879-kyivwest.pdf' => '/ru/',
  48755.                     '/images/doc/8/a/8a50068-owners1.jpg' => '/ru/',
  48756.                     '/jaguar-range-new/' => '/ru/',
  48757.                     '/keepmeinformed/' => '/ru/',
  48758.                     '/keepmeinformed-ftype/' => '/ru/',
  48759.                     '/keepmeinformed-newxf/' => '/ru/',
  48760.                     '/legal-consent/' => '/ru/',
  48761.                     '/news/' => '/ru/',
  48762.                     '/news/25-r/' => '/ru/',
  48763.                     '/news/509d2c3825eac/' => '/ru/',
  48764.                     '/news/509d2ce865891/' => '/ru/',
  48765.                     '/news/509d2dd7ed314/' => '/ru/',
  48766.                     '/news/509d318bc7d85/' => '/ru/',
  48767.                     '/news/509d31e8ca700/' => '/ru/',
  48768.                     '/news/50b4c699e2d5a/' => '/ru/',
  48769.                     '/news/50b4cffd0ee5e/' => '/ru/',
  48770.                     '/news/50b4d63001f8c/' => '/ru/',
  48771.                     '/news/50-rokiv-jaguar-xj/' => '/ru/',
  48772.                     '/news/511a7df6c070e/' => '/ru/',
  48773.                     '/news/5135f5d98fe1a/' => '/ru/',
  48774.                     '/news/70-rokiv-sportivnoyi-istoriyi-jaguar/' => '/ru/',
  48775.                     '/news/absolyutno-novii-jaguar-fpace/' => '/ru/',
  48776.                     '/news/absolyutno-novii-jaguar-xe-vzhe-v-ukrayini/' => '/ru/',
  48777.                     '/news/absolyutno-novii-jaguar-xe-vzhe-v-ukrayini/series/xe-new/' => '/ru/',
  48778.                     '/news/all-new-jaguar-xe-in-ukraine/' => '/ru/',
  48779.                     '/news/apeal-jd-power-2014/' => '/ru/',
  48780.                     '/news/autobest-awards-2013/' => '/ru/',
  48781.                     '/news/autonis-2013/' => '/ru/',
  48782.                     '/news/awd/' => '/ru/',
  48783.                     '/news/bbc-topgear-f-type/' => '/ru/',
  48784.                     '/news/bike-sense/' => '/ru/',
  48785.                     '/news/bloodhound-ssc/' => '/ru/',
  48786.                     '/news/book-new-jaguar-f-type-svr/' => '/ru/',
  48787.                     '/news/britweek/' => '/ru/',
  48788.                     '/news/clerkenwell/' => '/ru/',
  48789.                     '/news/cold-for-cats/' => '/ru/',
  48790.                     '/news/desire/' => '/ru/',
  48791.                     '/news/desire-film/' => '/ru/',
  48792.                     '/news/direktor-z-dizainu-jaguar-otrimav-zvannya-komandor/' => '/ru/',
  48793.                     '/news/dodatkovi-poslugi-dilerskoyi-merezhi/' => '/ru/',
  48794.                     '/news/ecurie-ecosse/' => '/ru/',
  48795.                     '/news/elektrichnii-ipace-proyikhav-ukrayinoyu/' => '/ru/',
  48796.                     '/news/elektrichni-krosover-jaguar-ipace-otrimav-pyat-zir/' => '/ru/',
  48797.                     '/news/emelisande/' => '/ru/',
  48798.                     '/news/e-type/' => '/ru/',
  48799.                     '/news/e-type-lightweight/' => '/ru/',
  48800.                     '/news/fellxe-superhero-print/' => '/ru/',
  48801.                     '/news/follow-me/' => '/ru/',
  48802.                     '/news/fpace-viznano-krashchim-zhinochim-avtomobilem/' => '/ru/',
  48803.                     '/news/f-type-14/' => '/ru/',
  48804.                     '/news/f-type-car-of-the-year/' => '/ru/',
  48805.                     '/news/f-type-los-angeles/' => '/ru/',
  48806.                     '/news/f-type-paris-2012/' => '/ru/',
  48807.                     '/news/f-type-svr/' => '/ru/',
  48808.                     '/news/golden-steering-wheel/' => '/ru/',
  48809.                     '/news/goodwood-revival-2013/' => '/ru/',
  48810.                     '/news/goodwood-xfr-s/' => '/ru/',
  48811.                     '/news/influencer/' => '/ru/',
  48812.                     '/news/ingenium/' => '/ru/',
  48813.                     '/news/ingenium-dviguni-z-progresivnimi-tekhnologiyami-sv/' => '/ru/',
  48814.                     '/news/jabbeke/' => '/ru/',
  48815.                     '/news/jaguar-anonsuvav-vikhid-jaguar-e-pace/' => '/ru/',
  48816.                     '/news/jaguar-cx17-design/' => '/ru/',
  48817.                     '/news/jaguar-c-x75/' => '/ru/',
  48818.                     '/news/jaguar-epace-pershii-kompaktnii-krosover/' => '/ru/',
  48819.                     '/news/jaguar-epace-potrapiv-do-knigi-rekordiv-ginnesa/' => '/ru/',
  48820.                     '/news/jaguar-etype-zero-naikrasivishii-elektrokar/' => '/ru/',
  48821.                     '/news/jaguar-f-pace/' => '/ru/',
  48822.                     '/news/jaguar-fpace-viprobovano-v-naibilsh-ekstremalnikh/' => '/ru/',
  48823.                     '/news/jaguar-fpace-viznano-krashchim-avtomobilem-2017/' => '/ru/',
  48824.                     '/news/jaguar-f-type/' => '/ru/',
  48825.                     '/news/jaguar-f-type-coupe-presentation/' => '/ru/',
  48826.                     '/news/jaguar-generalnii-avtomobilnii-parner-alfajazfest/' => '/ru/',
  48827.                     '/news/jaguar-generalnii-partner-xxl-men-s-awards/' => '/ru/',
  48828.                     '/news/jaguar-gt/' => '/ru/',
  48829.                     '/news/jaguar-heritage-racing/' => '/ru/',
  48830.                     '/news/jaguar-ipace-avtomobil-roku-u-yevropi/' => '/ru/',
  48831.                     '/news/jaguar-ipace-elektrichnii-krosover-viprobuyte/' => '/ru/',
  48832.                     '/news/jaguar-ipace-elektrifikuye-ukrayinu/' => '/ru/',
  48833.                     '/news/jaguar-ipace-elektrizovanii-dizain/' => '/ru/',
  48834.                     '/news/jaguar-ipace-lider-rinku-elektrokariv/' => '/ru/',
  48835.                     '/news/jaguar-ipace-otrimav-premiyu/' => '/ru/',
  48836.                     '/news/jaguar-ipace-otrimav-rekordni-tri-nagorodi/' => '/ru/',
  48837.                     '/news/jaguar-ipace-otrimav-tri-nagorodi-u-premii/' => '/ru/',
  48838.                     '/news/jaguar-ipace-povnistyu-elektrichnii-krosover-ykr/' => '/ru/',
  48839.                     '/news/jaguar-ipace-stav-absolyutnim-liderom/' => '/ru/',
  48840.                     '/news/jaguar-land-rover-approved-perevireni/' => '/ru/',
  48841.                     '/news/jaguar-land-rover-elektrifikuye-ukrayinu/' => '/ru/',
  48842.                     '/news/jaguar-land-rover-kiyiv-aeroport-ofitsiino-vidkrit/' => '/ru/',
  48843.                     '/news/jaguar-land-rover-kiyiv-aeroport-vidkrito/' => '/ru/',
  48844.                     '/news/jaguar-land-rover-odesa-ofitsiino-vidkrito/' => '/ru/',
  48845.                     '/news/jaguar-land-rover-paris-autosalon-14/' => '/ru/',
  48846.                     '/news/jaguar-land-rover-pratsyuye-nad-stvorennyam-3d/' => '/ru/',
  48847.                     '/news/jaguar-land-rover-predstavlyaye/' => '/ru/',
  48848.                     '/news/jaguar-land-rover-predstavlyaye-dodatok-go-ipace/' => '/ru/',
  48849.                     '/news/jaguar-land-rover-rozshiryuye-kordoni/' => '/ru/',
  48850.                     '/news/jaguar-land-rover-vidkrivaye-novii-zavod-u-slovach/' => '/ru/',
  48851.                     '/news/jaguar-land-rover-vtilyuye-u-realnist-avtopilot-dl/' => '/ru/',
  48852.                     '/news/jaguar-lend-rover-vidkrivaye-dveri-kontseptualnogo/' => '/ru/',
  48853.                     '/news/jaguar-lr-kiyiv-aeroport-ta-jaguar-lr-kiyiv-zahid/' => '/ru/',
  48854.                     '/news/jaguar-povertayetsya-u-svit-peregoniv/' => '/ru/',
  48855.                     '/news/jaguar-predstaviv-ipace-na-leopolis-jazz-fest/' => '/ru/',
  48856.                     '/news/jaguar-predstaviv-novi-modifikatsiyi/' => '/ru/',
  48857.                     '/news/jaguar-project-7/' => '/ru/',
  48858.                     '/news/jaguar-rozpochinaye-spivpratsyu-iz-dua-lipa/' => '/ru/',
  48859.                     '/news/jaguar-rozrobila-dizain/' => '/ru/',
  48860.                     '/news/jaguar-rukhayetsya-vpered-z-novim-elektrichnim-ipa/' => '/ru/',
  48861.                     '/news/jaguar-ta-land-rover-na-topovikh-pozitsiyakh/' => '/ru/',
  48862.                     '/news/jaguar-tse-jazz/' => '/ru/',
  48863.                     '/news/jaguar-vidkrivaye-dveri-do-svogo-sertsya/' => '/ru/',
  48864.                     '/news/jaguar-xe-08-09-2014/' => '/ru/',
  48865.                     '/news/jaguar-xe-aluminium/' => '/ru/',
  48866.                     '/news/jaguar-xe-and-all-new-jaguar-xf-5-euro-ncap/' => '/ru/',
  48867.                     '/news/jaguar-xe-global-reveal/' => '/ru/',
  48868.                     '/news/jaguar-xe-ingenium/' => '/ru/',
  48869.                     '/news/jaguar-xe-sv-project-8-naishvidshii-u-sviti-sedan/' => '/ru/',
  48870.                     '/news/jaguar-xe-sv-project-8-vstanovlyuye-novii-rekord/' => '/ru/',
  48871.                     '/news/jaguar-xf-2017-modelnogo-roku/' => '/ru/',
  48872.                     '/news/jaguar-xf-udostoyenii-nagorodi-zolote-kermo/' => '/ru/',
  48873.                     '/news/jaguar-xj-vstanovlyuye-novi-standarti-rozkoshi/' => '/ru/',
  48874.                     '/news/jaguar-zaplanuvav-stvoriti-ftype-project-7-naishvi/' => '/ru/',
  48875.                     '/news/j-d-power-2014/' => '/ru/',
  48876.                     '/news/jd-power-and-associates/' => '/ru/',
  48877.                     '/news/jd-power-and-associates-what-car-2013/' => '/ru/',
  48878.                     '/news/jlr-castrol/' => '/ru/',
  48879.                     '/news/jlr-emc/' => '/ru/',
  48880.                     '/news/jlrkyivairport/' => '/ru/',
  48881.                     '/news/jlr-new-facility-ground-breaking/' => '/ru/',
  48882.                     '/news/kalendar-lyutii-2018-rik/' => '/ru/',
  48883.                     '/news/komanda-jaguar-vector-pobila-svitovii-rekord/' => '/ru/',
  48884.                     '/news/kompaniya-jaguar-land-rover-priskoryuye/' => '/ru/',
  48885.                     '/news/lviv-become-a-dealer/' => '/ru/',
  48886.                     '/news/mille-miglia-13/' => '/ru/',
  48887.                     '/news/mille-miglia-2013/' => '/ru/',
  48888.                     '/news/mille-miglia-2014/' => '/ru/',
  48889.                     '/news/mitch-evans-otrimav-pershu-peremogu/' => '/ru/',
  48890.                     '/news/mizhkontinentalna-podorozh-ipace/' => '/ru/',
  48891.                     '/news/naikrashchi-britantsi-spivpratsya/' => '/ru/',
  48892.                     '/news/natsionalne-zmagannya-tekhnichnii-spetsialist/' => '/ru/',
  48893.                     '/news/new-f-type/' => '/ru/',
  48894.                     '/news/new-f-type-coupe/' => '/ru/',
  48895.                     '/news/new-jaguar-xe/' => '/ru/',
  48896.                     '/news/new-jaguar-xf/' => '/ru/',
  48897.                     '/news/newxf-motorshow-new-york-15/' => '/ru/',
  48898.                     '/news/new-xjr/' => '/ru/',
  48899.                     '/news/nova-modifikatsiya-touring-dlya-naishvidshogo/' => '/ru/',
  48900.                     '/news/nove-sidinnya-jaguar-land-rover-zminyuye-formu/' => '/ru/',
  48901.                     '/news/novii-jaguar-ftype/' => '/ru/',
  48902.                     '/news/novii-jaguar-ftype-provodit-svitovu-premyeru/' => '/ru/',
  48903.                     '/news/novii-jaguar-ftype-shche-bilsh-komfortnii-dosvid/' => '/ru/',
  48904.                     '/news/novii-jaguar-ftype-tsilespryamovanii-rozkishnii/' => '/ru/',
  48905.                     '/news/novii-jaguar-xe-istinnii-vitvir-mistetstva/' => '/ru/',
  48906.                     '/news/novii-povnistyu-elektrichnii-rozumnii-ipace/' => '/ru/',
  48907.                     '/news/ofitsiinii-servis-jaguar-land-rover-u-lvovi/' => '/ru/',
  48908.                     '/news/ofitsiino-vidkrito-novii-dilerskii-tsentr-jlr/' => '/ru/',
  48909.                     '/news/onovlennya-fpace-2019-modelnogo-roku/' => '/ru/',
  48910.                     '/news/personal-car/' => '/ru/',
  48911.                     '/news/potuzhna-petlya-fpace-predstavlyaye-novii-vrazhayu/' => '/ru/',
  48912.                     '/news/prezentatsiya-absolyutno-novogo-jaguar-xf/' => '/ru/',
  48913.                     '/news/prezentatsiya-ta-start-prodazhiv-f-pace/' => '/ru/',
  48914.                     '/news/price-of-all-new-jaguar-fpace-for-ukraine/' => '/ru/',
  48915.                     '/news/programi-finansuvannya-vid-jaguar-land-rover/' => '/ru/',
  48916.                     '/news/prototip-jaguar-fpace-suprovodzhuye-team-sky/' => '/ru/',
  48917.                     '/news/pryama-translyatsiya-prezentatsiyi-jaguar-ipace-iz/' => '/ru/',
  48918.                     '/news/rozshireno-mozhlivosti-podorozhei-elektrokarom/' => '/ru/',
  48919.                     '/news/sayer-rozumne-kermo-maibutnogo/' => '/ru/',
  48920.                     '/news/smart-car/' => '/ru/',
  48921.                     '/news/spetsialni-umovi/' => '/ru/',
  48922.                     '/news/start-priiomu-bronyuvannya-zamovlen-i-pace-x590/' => '/ru/',
  48923.                     '/news/stvoryuite-svii-vlasnii-remiks-treku-dua-lipa-iz-j/' => '/ru/',
  48924.                     '/news/svyatkuyemo-britanski-traditsiyi-razom/' => '/ru/',
  48925.                     '/news/systema-poperedzhennya-pro-vyboiny-na-dorozi/' => '/ru/',
  48926.                     '/news/tech-specs/' => '/ru/',
  48927.                     '/news/tekhnichnii-spetsialist-roku-2018/' => '/ru/',
  48928.                     '/news/tekhnichnii-spetsialist-roku-2018-jaguar-land-rove/' => '/ru/',
  48929.                     '/news/tekhnologiya-jaguar-buditime-vodiyiv/' => '/ru/',
  48930.                     '/news/telegraph-motoring-diesel-car/' => '/ru/',
  48931.                     '/news/the-art-of-performance-tour-jaguar-proviv-unikalni/' => '/ru/',
  48932.                     '/news/triumf-jaguar-na-premiyi-walpole-awards-for-excell/' => '/ru/',
  48933.                     '/news/tvortsi-maibutnogo-yak-pratsyuye-dizainstudiya/' => '/ru/',
  48934.                     '/news/util/' => '/ru/',
  48935.                     '/news/vidkrito-vakansiyu-ofitsiinogo-dilera/' => '/ru/',
  48936.                     '/news/vidkrito-vakansiyu-ofitsiinogo-dilera-jaguar-lr/' => '/ru/',
  48937.                     '/news/vidkrittya-novikh-ofitsiinikh-dilerskikh-tsentriv/' => '/ru/',
  48938.                     '/news/vidkrittya-novogo-ofitsiinogo-dilerskogo-tsentr/' => '/ru/',
  48939.                     '/news/vidkrittya-vistavki-the-art-of-performance/' => '/ru/',
  48940.                     '/news/vikhid-novogo-jaguar-xe-sv-project-8/' => '/ru/',
  48941.                     '/news/vikoristannya-elektromobiliv-iz-nulovimi-vikidami/' => '/ru/',
  48942.                     '/news/virtual-technology/' => '/ru/',
  48943.                     '/news/wallpaper-handmade/' => '/ru/',
  48944.                     '/news/what-car-jd-power/' => '/ru/',
  48945.                     '/news/xf-xj-2013/' => '/ru/',
  48946.                     '/news/xj-ultimate/' => '/ru/',
  48947.                     '/news/xj-ultimate/"/series/xj/xj-ultimate/"' => '/ru/',
  48948.                     '/news/za-15-rokiv-jaguar-v-ukrayini-bulo-prodano-1-991/' => '/ru/',
  48949.                     '/news/znaiomstvo-iz-novim-jaguar-f-pace/' => '/ru/',
  48950.                     '/owners_international/caring-for-your-jaguar/diesel-exhaust-fluid.html/' => '/ru/',
  48951.                     '/privacy/' => '/ru/',
  48952.                     '/quality-section/owners/' => '/ru/',
  48953.                     '/quality-section/owners/diesel-exhaust-fluid/' => '/ru/',
  48954.                     '/quality-section/owners/diesel-exhaust-fluid/section-accordion/bezpeka/chi-shkidlivii-def-58219b555cfd7/' => '/ru/',
  48955.                     '/quality-section/owners/diesel-exhaust-fluid/section-accordion/doglyad/chi-mozhna-samostiino-doliti-def-u-bak-58219b47001/' => '/ru/',
  48956.                     '/quality-section/owners/diesel-exhaust-fluid/section-accordion/doglyad/yak-pereviriti-riven-def-58219b4228078/' => '/ru/',
  48957.                     '/quality-section/owners/diesel-exhaust-fluid/section-accordion/zagalni/shcho-stanetsya-yakshcho-u-baku-zakinchitsya-def-5/' => '/ru/',
  48958.                     '/quality-section/owners/diesel-exhaust-fluid/section-accordion/zagalni/yak-chasto-potribno-dolivati-def-58219b23a3c3b/' => '/ru/',
  48959.                     '/quality-section/owners/diesel-exhaust-fluid/section-accordion/zagalni/yak-zberigati-def-58219b32339ed/' => '/ru/',
  48960.                     '/quality-section/owners/howto/' => '/ru/',
  48961.                     '/quality-section/owners/howto/bluetooth/' => '/ru/',
  48962.                     '/quality-section/owners/merchandise/' => '/ru/',
  48963.                     '/quality-section/owners/online-service-history/' => '/ru/',
  48964.                     '/quality-section/owners/petrol-and-diesel-engines/' => '/ru/',
  48965.                     '/quality-section/owners/petrol-and-diesel-engines/5a0d8794ecb74/5a6f1b765abf1/cosub2sub/' => '/ru/',
  48966.                     '/quality-section/owners/petrol-and-diesel-engines/5a0d8794ecb74/5a6f1b765abf1/def/' => '/ru/',
  48967.                     '/quality-section/owners/petrol-and-diesel-engines/5a0d8794ecb74/5a6f1b765abf1/dpf/' => '/ru/',
  48968.                     '/quality-section/owners/petrol-and-diesel-engines/5a0d8794ecb74/5a6f1b765abf1/eu5/' => '/ru/',
  48969.                     '/quality-section/owners/petrol-and-diesel-engines/5a0d8794ecb74/5a6f1b765abf1/eu6/' => '/ru/',
  48970.                     '/quality-section/owners/petrol-and-diesel-engines/5a0d8794ecb74/5a6f1b765abf1/nedc/' => '/ru/',
  48971.                     '/quality-section/owners/petrol-and-diesel-engines/5a0d8794ecb74/5a6f1b765abf1/nox/' => '/ru/',
  48972.                     '/quality-section/owners/petrol-and-diesel-engines/5a0d8794ecb74/5a6f1b765abf1/pm/' => '/ru/',
  48973.                     '/quality-section/owners/petrol-and-diesel-engines/5a0d8794ecb74/5a6f1b765abf1/rde/' => '/ru/',
  48974.                     '/quality-section/owners/petrol-and-diesel-engines/5a0d8794ecb74/5a6f1b765abf1/scr/' => '/ru/',
  48975.                     '/quality-section/owners/petrol-and-diesel-engines/5a0d8794ecb74/5a6f1b765abf1/ulez/' => '/ru/',
  48976.                     '/quality-section/owners/petrol-and-diesel-engines/5a0d8794ecb74/5a6f1b765abf1/wltp/' => '/ru/',
  48977.                     '/quality-section/owners/principles-of-customer-orientation/' => '/ru/',
  48978.                     '/quality-section/owners/service/' => '/ru/',
  48979.                     '/quality-section/owners/service/castrol/' => '/ru/',
  48980.                     '/quality-section/owners/service/conditions/' => '/ru/',
  48981.                     '/quality-section/owners/service/garantiya-ta-pidtrimka/' => '/ru/',
  48982.                     '/quality-section/owners/service/jaguar-assistance/' => '/ru/',
  48983.                     '/quality-section/owners/service/servise-centre/' => '/ru/',
  48984.                     '/quality-section/owners/technologies/' => '/ru/',
  48985.                     '/quality-section/owners/technologies/winter-mode/' => '/ru/',
  48986.                     '/request-an-offer/' => '/ru/',
  48987.                     '/series/' => '/ru/',
  48988.                     '/series/2016-xf/' => '/ru/vehicles/jaguar-xf',
  48989.                     '/series/2016-xf/prezentatsiya-new-jaguar-xf-test-drive/' => '/ru/vehicles/jaguar-xf',
  48990.                     '/series/2016-xf/specifications/' => '/ru/vehicles/jaguar-xf',
  48991.                     '/series/allnewxj/' => '/ru/vehicles/jaguar-xf',
  48992.                     '/series/allnewxj/features/cold-for-cats/' => '/ru/vehicles/jaguar-xf',
  48993.                     '/series/e-pace/' => '/ru/vehicles/jaguar-e-pace',
  48994.                     '/series/e-pace/accessories/' => '/ru/vehicles/jaguar-e-pace',
  48995.                     '/series/e-pace/e-pace-gallery/' => '/ru/vehicles/jaguar-e-pace',
  48996.                     '/series/e-pace/e-pace-gallery/?carouselIndex=0' => '/ru/vehicles/jaguar-e-pace',
  48997.                     '/series/e-pace/features/' => '/ru/vehicles/jaguar-e-pace',
  48998.                     '/series/e-pace/features/exterior/' => '/ru/vehicles/jaguar-e-pace',
  48999.                     '/series/e-pace/features/in-car-technology/' => '/ru/vehicles/jaguar-e-pace',
  49000.                     '/series/e-pace/features/interior/' => '/ru/vehicles/jaguar-e-pace',
  49001.                     '/series/e-pace/features/practicality-and-safety/' => '/ru/vehicles/jaguar-e-pace',
  49002.                     '/series/e-pace/first-edition-gallery/?carouselIndex=1' => '/ru/vehicles/jaguar-e-pace',
  49003.                     '/series/e-pace/models/' => '/ru/vehicles/jaguar-e-pace',
  49004.                     '/series/e-pace/models/e-pace/' => '/ru/vehicles/jaguar-e-pace',
  49005.                     '/series/e-pace/models/r-dynamic/' => '/ru/vehicles/jaguar-e-pace',
  49006.                     '/series/e-pace/specifications/' => '/ru/vehicles/jaguar-e-pace',
  49007.                     '/series/f-pace/f-pace-name-reveal/' => '/ru/vehicles/jaguar-f-pace',
  49008.                     '/series/f-pace-model/' => '/ru/vehicles/jaguar-f-pace',
  49009.                     '/series/f-pace-model/%09Jaguar' => '/ru/vehicles/jaguar-f-pace',
  49010.                     '/series/f-pace-model/accessories/' => '/ru/vehicles/jaguar-f-pace',
  49011.                     '/series/f-pace-model/activity-key/' => '/ru/vehicles/jaguar-f-pace',
  49012.                     '/series/f-pace-model/all-surface-progress-control-and-adaptive-surface/' => '/ru/vehicles/jaguar-f-pace',
  49013.                     '/series/f-pace-model/drive-control/' => '/ru/vehicles/jaguar-f-pace',
  49014.                     '/series/f-pace-model/drive-control/?carouselIndex=0' => '/ru/vehicles/jaguar-f-pace',
  49015.                     '/series/f-pace-model/driver-condition-monitor/' => '/ru/vehicles/jaguar-f-pace',
  49016.                     '/series/f-pace-model/driver-condition-monitor/?carouselIndex=0' => '/ru/vehicles/jaguar-f-pace',
  49017.                     '/series/f-pace-model/features/' => '/ru/vehicles/jaguar-f-pace',
  49018.                     '/series/f-pace-model/features/exterior/' => '/ru/vehicles/jaguar-f-pace',
  49019.                     '/series/f-pace-model/features/in-car-technology/' => '/ru/vehicles/jaguar-f-pace',
  49020.                     '/series/f-pace-model/features/interior/' => '/ru/vehicles/jaguar-f-pace',
  49021.                     '/series/f-pace-model/features/safety/' => '/ru/vehicles/jaguar-f-pace',
  49022.                     '/series/f-pace-model/f-pace-gallery/' => '/ru/vehicles/jaguar-f-pace',
  49023.                     '/series/f-pace-model/gallery-editions/' => '/ru/vehicles/jaguar-f-pace',
  49024.                     '/series/f-pace-model/gallery-svr/' => '/ru/vehicles/jaguar-f-pace',
  49025.                     '/series/f-pace-model/gallery-videos/' => '/ru/vehicles/jaguar-f-pace',
  49026.                     '/series/f-pace-model/models/' => '/ru/vehicles/jaguar-f-pace',
  49027.                     '/series/f-pace-model/models/portfolio/' => '/ru/vehicles/jaguar-f-pace',
  49028.                     '/series/f-pace-model/models/prestige/' => '/ru/vehicles/jaguar-f-pace',
  49029.                     '/series/f-pace-model/models/pure/' => '/ru/vehicles/jaguar-f-pace',
  49030.                     '/series/f-pace-model/models/r-sport/' => '/ru/vehicles/jaguar-f-pace',
  49031.                     '/series/f-pace-model/models/s/' => '/ru/vehicles/jaguar-f-pace',
  49032.                     '/series/f-pace-model/rear-space/' => '/ru/vehicles/jaguar-f-pace',
  49033.                     '/series/f-pace-model/specifications/' => '/ru/vehicles/jaguar-f-pace',
  49034.                     '/series/f-pace-model/traffic-sign-recognition/' => '/ru/vehicles/jaguar-f-pace',
  49035.                     '/series/f-type/' => '/ru/vehicles/jaguar-f-type',
  49036.                     '/series/f-type/accessories/' => '/ru/vehicles/jaguar-f-type',
  49037.                     '/series/f-type/convertible/f-type/' => '/ru/vehicles/jaguar-f-type',
  49038.                     '/series/f-type/convertible/f-type-r/' => '/ru/vehicles/jaguar-f-type',
  49039.                     '/series/f-type/convertible/f-type-r-dynamic/' => '/ru/vehicles/jaguar-f-type',
  49040.                     '/series/f-type/convertible/f-type-svr/' => '/ru/vehicles/jaguar-f-type',
  49041.                     '/series/f-type/coupe/f-type/' => '/ru/vehicles/jaguar-f-type',
  49042.                     '/series/f-type/coupe/f-type-r/' => '/ru/vehicles/jaguar-f-type',
  49043.                     '/series/f-type/coupe/f-type-r-dynamic/' => '/ru/vehicles/jaguar-f-type',
  49044.                     '/series/f-type/coupe/f-type-svr/' => '/ru/vehicles/jaguar-f-type',
  49045.                     '/series/f-type/e-type-lightweight-gallery/' => '/ru/vehicles/jaguar-f-type',
  49046.                     '/series/f-type/features/' => '/ru/vehicles/jaguar-f-type',
  49047.                     '/series/f-type/features/in-car-technology/' => '/ru/vehicles/jaguar-f-type',
  49048.                     '/series/f-type/features/performance/' => '/ru/vehicles/jaguar-f-type',
  49049.                     '/series/f-type/features/safety-and-practicality/' => '/ru/vehicles/jaguar-f-type',
  49050.                     '/series/f-type/f-type-coupe-foto-gallery/' => '/ru/vehicles/jaguar-f-type',
  49051.                     '/series/f-type/f-type-gallery/' => '/ru/vehicles/jaguar-f-type',
  49052.                     '/series/f-type/ftype-project-7/' => '/ru/vehicles/jaguar-f-type',
  49053.                     '/series/f-type/interior/' => '/ru/vehicles/jaguar-f-type',
  49054.                     '/series/f-type/models/' => '/ru/vehicles/jaguar-f-type',
  49055.                     '/series/f-type/specifications/' => '/ru/vehicles/jaguar-f-type',
  49056.                     '/series/ipace/' => '/ru/vehicles/jaguar-i-pace',
  49057.                     '/series/ipace/1/' => '/ru/vehicles/jaguar-i-pace',
  49058.                     '/series/ipace/accessories/' => '/ru/vehicles/jaguar-i-pace',
  49059.                     '/series/ipace/calculator/' => '/ru/vehicles/jaguar-i-pace',
  49060.                     '/series/ipace/eksteryer/' => '/ru/vehicles/jaguar-i-pace',
  49061.                     '/series/ipace/features/' => '/ru/vehicles/jaguar-i-pace',
  49062.                     '/series/ipace/features/exterior/' => '/ru/vehicles/jaguar-i-pace',
  49063.                     '/series/ipace/features/incar-technology/' => '/ru/vehicles/jaguar-i-pace',
  49064.                     '/series/ipace/features/interior/' => '/ru/vehicles/jaguar-i-pace',
  49065.                     '/series/ipace/features/practicality/' => '/ru/vehicles/jaguar-i-pace',
  49066.                     '/series/ipace/features/safety/' => '/ru/vehicles/jaguar-i-pace',
  49067.                     '/series/ipace/models/' => '/ru/vehicles/jaguar-i-pace',
  49068.                     '/series/ipace/models/ipace/' => '/ru/vehicles/jaguar-i-pace',
  49069.                     '/series/ipace/overviewanev/' => '/ru/vehicles/jaguar-i-pace',
  49070.                     '/series/ipace/overviewanev/ev-incentives/' => '/ru/vehicles/jaguar-i-pace',
  49071.                     '/series/ipace/overviewanev/ev-incentives/5a0d8794ecb74-5a743782880db/dopomoga-pid-chas-pridbannya-elektromobilya/bezkoshtovna-zaryadka-dlya-elektromobiliv/' => '/ru/vehicles/jaguar-i-pace',
  49072.                     '/series/ipace/overviewanev/ev-incentives/5a0d8794ecb74-5a743782880db/dopomoga-pid-chas-pridbannya-elektromobilya/dopomoga-pid-chas-pridbannya-elektromobilya/' => '/ru/vehicles/jaguar-i-pace',
  49073.                     '/series/ipace/overviewanev/ev-incentives/5a0d8794ecb74-5a743782880db/dopomoga-pid-chas-pridbannya-elektromobilya/dopomoga-pid-chas-pridbannya-obladnannya-dlya-zary/' => '/ru/vehicles/jaguar-i-pace',
  49074.                     '/series/ipace/overviewanev/ev-incentives/5a0d8794ecb74-5a743782880db/dopomoga-pid-chas-pridbannya-elektromobilya/dopomoga-z-aktsiznimi-zborami-ta-reyestratsiyeyu-e/' => '/ru/vehicles/jaguar-i-pace',
  49075.                     '/series/ipace/overviewanev/ev-incentives/5a0d8794ecb74-5a743782880db/dopomoga-pid-chas-pridbannya-elektromobilya/skhema-zmenshenikh-podatkiv-kompaniyi/' => '/ru/vehicles/jaguar-i-pace',
  49076.                     '/series/ipace/overviewanev/ev-incentives/5a0d8794ecb74-5a743782880db/dopomoga-pid-chas-pridbannya-elektromobilya/uniknennya-spetsialnikh-tarifiv-i-komisii/' => '/ru/vehicles/jaguar-i-pace',
  49077.                     '/series/ipace/overviewanev/ev-incentives/5a0d8794ecb74-5a743782880db/dopomoga-pid-chas-pridbannya-elektromobilya/zruchnist-ta-dostupnist/' => '/ru/vehicles/jaguar-i-pace',
  49078.                     '/series/ipace/overviewanev/faqs/' => '/ru/vehicles/jaguar-i-pace',
  49079.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/akumulyator/chi-mozhe-akumulyator-zagoritisya/' => '/ru/vehicles/jaguar-i-pace',
  49080.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/akumulyator/chi-nagrivayetsya-akumulyator-pid-chas-roboti/' => '/ru/vehicles/jaguar-i-pace',
  49081.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/akumulyator/chi-vplivaye-temperatura-na-akumulyator/' => '/ru/vehicles/jaguar-i-pace',
  49082.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/akumulyator/chi-ye-garantiya-v-akumulyatora/' => '/ru/vehicles/jaguar-i-pace',
  49083.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/akumulyator/shcho-oznachaye-kilovatgod-kwh/' => '/ru/vehicles/jaguar-i-pace',
  49084.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/akumulyator/skilki-elementiv-vkhodit-do-batareyi-ipace/' => '/ru/vehicles/jaguar-i-pace',
  49085.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/akumulyator/yaka-vaga-akumulyatora/' => '/ru/vehicles/jaguar-i-pace',
  49086.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/akumulyator/yak-utilizuyutsya-akumulyatori/' => '/ru/vehicles/jaguar-i-pace',
  49087.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/bezpeka/chi-mozhna-zaryadzhati-elektromobili-pid-doshchem/' => '/ru/vehicles/jaguar-i-pace',
  49088.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/bezpeka/chi-mozhu-ya-obslugovuvati-elektromobil-na-avtomii/' => '/ru/vehicles/jaguar-i-pace',
  49089.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/bezpeka/chi-ye-elektromobili-bezpechnimi/' => '/ru/vehicles/jaguar-i-pace',
  49090.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/bezpeka/shcho-stanetsya-yakshcho-ya-potraplyu-u-povin/' => '/ru/vehicles/jaguar-i-pace',
  49091.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/elektromobili/chi-mozhe-merezha-peredachi-elektrichnoyi-energiyi/' => '/ru/vehicles/jaguar-i-pace',
  49092.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/elektromobili/chi-ye-nedoliki-u-volodinni-elektrichnim-transport/' => '/ru/vehicles/jaguar-i-pace',
  49093.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/elektromobili/de-ya-mozhu-diznatisya-bilshe-pro-elektromobili-ev/' => '/ru/vehicles/jaguar-i-pace',
  49094.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/elektromobili/do-yakogo-tipu-nalezhit-elektromobil-ipace/' => '/ru/vehicles/jaguar-i-pace',
  49095.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/elektromobili/yakimi-yei-osnovni-perevagi-vid-volodinnya-elektro/' => '/ru/vehicles/jaguar-i-pace',
  49096.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/keruvannya/chi-maye-akumulyator-garantiyu/' => '/ru/vehicles/jaguar-i-pace',
  49097.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/keruvannya/chi-mozhna-buksiruvati-elektrichnii-transportnii-z/' => '/ru/vehicles/jaguar-i-pace',
  49098.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/keruvannya/chi-vazhko-keruvati-elektromobilem/' => '/ru/vehicles/jaguar-i-pace',
  49099.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/keruvannya/yakshcho-elektrichnii-avtomobil-bude-poshkodzheno-/' => '/ru/vehicles/jaguar-i-pace',
  49100.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/produktivnist/avtomobili-jaguar-yak-pravilo-mali-rizni-rezhimi-r/' => '/ru/vehicles/jaguar-i-pace',
  49101.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/produktivnist/chi-mozhu-ya-vstanoviti-buksirnii-kran-dlya-mogo-i/' => '/ru/vehicles/jaguar-i-pace',
  49102.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/produktivnist/chomu-jaguar-konkuruye-v-formuli-e/' => '/ru/vehicles/jaguar-i-pace',
  49103.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/produktivnist/shcho-take-regenerativne-galmuvannya/' => '/ru/vehicles/jaguar-i-pace',
  49104.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/produktivnist/yak-upravlinnya-porivnyuyetsya-zi-zvichainimi-avto/' => '/ru/vehicles/jaguar-i-pace',
  49105.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/vidstan/chi-tochno-viznachenii-diapzon-ipace/' => '/ru/vehicles/jaguar-i-pace',
  49106.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/vidstan/chi-vistachit-elektromobilyu-diapazonu-dlya-moyeyi/' => '/ru/vehicles/jaguar-i-pace',
  49107.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/vidstan/chi-zmenshitsya-mii-diapazon-yakshcho-ya-budu-yikh/' => '/ru/vehicles/jaguar-i-pace',
  49108.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/vidstan/yaki-chinniki-vplivayut-na-diapazon/' => '/ru/vehicles/jaguar-i-pace',
  49109.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/vidstan/yakoyu-ye-riznitsya-mizh-pokaznikami-diapazonu-tsi/' => '/ru/vehicles/jaguar-i-pace',
  49110.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/vidstan/yakshcho-zakinchitsya-zaryad-akumulyatora-mashina-/' => '/ru/vehicles/jaguar-i-pace',
  49111.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/zaryadka/chi-isnuye-dodatok-ios-abo-android-yakii-mozhe-dop/' => '/ru/vehicles/jaguar-i-pace',
  49112.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/zaryadka/chi-mozhna-zapustiti-ipace-iz-zaryadnim-kabelem-ya/' => '/ru/vehicles/jaguar-i-pace',
  49113.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/zaryadka/chi-mozhna-zaryadzhati-elektromobili-pid-doshchem/' => '/ru/vehicles/jaguar-i-pace',
  49114.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/zaryadka/chi-mozhna-zberigati-zaryadni-kabeli-v-saloni-abo-/' => '/ru/vehicles/jaguar-i-pace',
  49115.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/zaryadka/chi-mozhu-ya-skoristatisya-chuzhoyu-nastinnoyu-kor/' => '/ru/vehicles/jaguar-i-pace',
  49116.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/zaryadka/chi-mozhu-ya-vikoristovuvati-budyakii-kabel-3go-re/' => '/ru/vehicles/jaguar-i-pace',
  49117.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/zaryadka/chi-mozhu-ya-zaryadzhati-avtomobil-na-budyakii-der/' => '/ru/vehicles/jaguar-i-pace',
  49118.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/zaryadka/chi-mozhu-ya-zaryadzhati-svii-avtomobil-za-dopomog/' => '/ru/vehicles/jaguar-i-pace',
  49119.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/zaryadka/chi-povinen-ya-zaryadzhati-do-100-kozhnogo-razu/' => '/ru/vehicles/jaguar-i-pace',
  49120.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/zaryadka/chi-zmozhu-ya-takozh-zaryadzhati-inshi-elektromobi/' => '/ru/vehicles/jaguar-i-pace',
  49121.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/zaryadka/chomu-jaguar-ne-stvoriv-vlasnu-privatnu-merezhu-za/' => '/ru/vehicles/jaguar-i-pace',
  49122.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/zaryadka/chomu-pershi-80-zaryadzhayutsya-nabagato-shvidshe-/' => '/ru/vehicles/jaguar-i-pace',
  49123.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/zaryadka/khto-mozhe-vstanoviti-nastinnu-korobku-dlya-mene/' => '/ru/vehicles/jaguar-i-pace',
  49124.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/zaryadka/na-skilki-dniv-mozhna-zalishiti-elektromobil-bez-p/' => '/ru/vehicles/jaguar-i-pace',
  49125.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/zaryadka/nastinna-korobka-vklyuchena-u-vartist-avtomobilya/' => '/ru/vehicles/jaguar-i-pace',
  49126.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/zaryadka/shcho-robiti-yakshcho-u-bagatokvartirnomu-budinku-/' => '/ru/vehicles/jaguar-i-pace',
  49127.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/zaryadka/shcho-stanetsya-yakshcho-ya-vstanovlyu-nastinnu-ko/' => '/ru/vehicles/jaguar-i-pace',
  49128.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/zaryadka/shcho-take-plata-za-priznachennya-ta-plata-za-podo/' => '/ru/vehicles/jaguar-i-pace',
  49129.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/zaryadka/skilki-koshtuye-zaryaditi-elektromobil/' => '/ru/vehicles/jaguar-i-pace',
  49130.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/zaryadka/u-mene-nemaye-spetsialnoyi-parkovki-vdoma-abo-na-r/' => '/ru/vehicles/jaguar-i-pace',
  49131.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/zaryadka/yake-obladnannya-dlya-zaryadki-meni-potribne/' => '/ru/vehicles/jaguar-i-pace',
  49132.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/zaryadka/yak-ya-mozhu-znaiti-stantsiyi-zaryadki/' => '/ru/vehicles/jaguar-i-pace',
  49133.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/zaryadka/yak-zaryadnii-kabel-zakhishchenii-vid-kradizhki-ab/' => '/ru/vehicles/jaguar-i-pace',
  49134.                     '/series/ipace/overviewanev/faqs/5a0d8794ecb74-5a743782880db-5a7458ec75dff/zaryadka/yak-zaryadzhayutsya-elktrichni-transportni-zasobi/' => '/ru/vehicles/jaguar-i-pace',
  49135.                     '/series/ipace/specification/' => '/ru/vehicles/jaguar-i-pace',
  49136.                     '/series/ipace/zaryadni-elektrostintsiyi/' => '/ru/vehicles/jaguar-i-pace',
  49137.                     '/series/new-xf/' => '/ru/vehicles/jaguar-xf',
  49138.                     '/series/new-xf/features/all-wheel-drive/' => '/ru/vehicles/jaguar-xf',
  49139.                     '/series/xe/' => '/ru/vehicles/jaguar-xe',
  49140.                     '/series/xe/accessories/' => '/ru/vehicles/jaguar-xe',
  49141.                     '/series/xe/features/' => '/ru/vehicles/jaguar-xe',
  49142.                     '/series/xe/features/exterior/' => '/ru/vehicles/jaguar-xe',
  49143.                     '/series/xe/features/in-car-technology/' => '/ru/vehicles/jaguar-xe',
  49144.                     '/series/xe/features/interior/' => '/ru/vehicles/jaguar-xe',
  49145.                     '/series/xe/features/praktichnist-i-bezpeka/' => '/ru/vehicles/jaguar-xe',
  49146.                     '/series/xe/gallery/' => '/ru/vehicles/jaguar-xe',
  49147.                     '/series/xe/meet-the-xe-s/' => '/ru/vehicles/jaguar-xe',
  49148.                     '/series/xe/pricing-specs/' => '/ru/vehicles/jaguar-xe',
  49149.                     '/series/xe/xe-models/' => '/ru/vehicles/jaguar-xe',
  49150.                     '/series/xe/xe-models/xe-hse/' => '/ru/vehicles/jaguar-xe',
  49151.                     '/series/xe/xe-models/xe-r-dynamic-hse/' => '/ru/vehicles/jaguar-xe',
  49152.                     '/series/xe/xe-models/xe-r-dynamic-s/' => '/ru/vehicles/jaguar-xe',
  49153.                     '/series/xe/xe-models/xe-r-dynamic-se/' => '/ru/vehicles/jaguar-xe',
  49154.                     '/series/xe/xe-models/xe-s/' => '/ru/vehicles/jaguar-xe',
  49155.                     '/series/xe/xe-models/xe-se/' => '/ru/vehicles/jaguar-xe',
  49156.                     '/series/xe-new/' => '/ru/vehicles/jaguar-xe',
  49157.                     '/series/xf/' => '/ru/vehicles/jaguar-xf',
  49158.                     '/series/xf/%09features/practicality-and-safety/' => '/ru/vehicles/jaguar-xf',
  49159.                     '/series/xf/accessories/' => '/ru/vehicles/jaguar-xf',
  49160.                     '/series/xf/accessories-videos/' => '/ru/vehicles/jaguar-xf',
  49161.                     '/series/xf/advanced-parking-aids/' => '/ru/vehicles/jaguar-xf',
  49162.                     '/series/xf/all-surface-progress-control/' => '/ru/vehicles/jaguar-xf',
  49163.                     '/series/xf/blind-spot-assist-and-reverse-traffic-detection/' => '/ru/vehicles/jaguar-xf',
  49164.                     '/series/xf/featured-videos/' => '/ru/vehicles/jaguar-xf',
  49165.                     '/series/xf/featured-videos/?carouselIndex=0' => '/ru/vehicles/jaguar-xf',
  49166.                     '/series/xf/features/' => '/ru/vehicles/jaguar-xf',
  49167.                     '/series/xf/features/exterior/' => '/ru/vehicles/jaguar-xf',
  49168.                     '/series/xf/features/in-car-technology/' => '/ru/vehicles/jaguar-xf',
  49169.                     '/series/xf/features/interior/' => '/ru/vehicles/jaguar-xf',
  49170.                     '/series/xf/features/practicality-and-safety/' => '/ru/vehicles/jaguar-xf',
  49171.                     '/series/xf/features/tech-specs/' => '/ru/vehicles/jaguar-xf',
  49172.                     '/series/xf/gallery/' => '/ru/vehicles/jaguar-xf',
  49173.                     '/series/xf/gallery-editions/' => '/ru/vehicles/jaguar-xf',
  49174.                     '/series/xf/headup-display/' => '/ru/vehicles/jaguar-xf',
  49175.                     '/series/xf/lane-departure-warning-with-lane-keep-assist/' => '/ru/vehicles/jaguar-xf',
  49176.                     '/series/xf/models/' => '/ru/vehicles/jaguar-xf',
  49177.                     '/series/xf/models/xf-portfolio/' => '/ru/vehicles/jaguar-xf',
  49178.                     '/series/xf/models/xf-prestige/' => '/ru/vehicles/jaguar-xf',
  49179.                     '/series/xf/models/xf-pure/' => '/ru/vehicles/jaguar-xf',
  49180.                     '/series/xf/models/xf-r-sport/' => '/ru/vehicles/jaguar-xf',
  49181.                     '/series/xf/models/xf-s/' => '/ru/vehicles/jaguar-xf',
  49182.                     '/series/xf/specifications/' => '/ru/vehicles/jaguar-xf',
  49183.                     '/series/xf/stereo-vision-camera-and-autonomous-emergency-brak/' => '/ru/vehicles/jaguar-xf',
  49184.                     '/series/xf/stereo-vision-camera-and-autonomous-emergency-brak/?carouselIndex=0' => '/ru/vehicles/jaguar-xf',
  49185.                     '/series/xf/the-line-of-beauty/' => '/ru/vehicles/jaguar-xf',
  49186.                     '/series/xf/traffic-sign-recognition/' => '/ru/vehicles/jaguar-xf',
  49187.                     '/series/xf/videos/' => '/ru/vehicles/jaguar-xf',
  49188.                     '/series/xj/xj-ultimate/' => '/ru/vehicles/jaguar-xf',
  49189.                     '/series/xk/models/xkr-s/' => '/ru/vehicles/jaguar-xf',
  49190.                     '/series/xk/xk-gallery/' => '/ru/vehicles/jaguar-xf',
  49191.                     '/special-offers/' => '/ru/special-offers',
  49192.                     '/testdrive/' => '/ru/testdrive-form',
  49193.                     '/umovy-i-pace/' => '/ru/',
  49194.                     '/vidi-power-motors/' => '/ru/',
  49195.                     '/vidi-power-motors/3dtur-po-salonu/' => '/ru/',
  49196.                     '/vidi-power-motors/about-dealer/' => '/ru/',
  49197.                     '/vidi-power-motors/brochure-order/' => '/ru/',
  49198.                     '/vidi-power-motors/contacts/' => '/ru/',
  49199.                     '/vidi-power-motors/keepmeinformed/' => '/ru/',
  49200.                     '/vidi-power-motors/maps-to/' => '/ru/',
  49201.                     '/vidi-power-motors/news/' => '/ru/',
  49202.                     '/vidi-power-motors/news/5502f81ac5c91/' => '/ru/',
  49203.                     '/vidi-power-motors/news/55fbca8f286e6/' => '/ru/',
  49204.                     '/vidi-power-motors/news/56373973377de/' => '/ru/',
  49205.                     '/vidi-power-motors/news/56e5b63d4b32d/' => '/ru/',
  49206.                     '/vidi-power-motors/news/56e5b63d4b32d-57457c71bc435/' => '/ru/',
  49207.                     '/vidi-power-motors/news/577537a9bf4d7/' => '/ru/',
  49208.                     '/vidi-power-motors/news/5d3a93058ac8d/' => '/ru/',
  49209.                     '/vidi-power-motors/news/f-type-coupe-test-drive/' => '/ru/',
  49210.                     '/vidi-power-motors/news/hector-jimenez-bravo-jaguar-i-pace-kyiv-vidi/' => '/ru/',
  49211.                     '/vidi-power-motors/news/jaguar-ipace-elektrifikuye-ukrayinu-anonsovano-tsi/' => '/ru/',
  49212.                     '/vidi-power-motors/news/kompaniya-vidi-pidbila-pidsumki-diyalnosti-u-2017-/' => '/ru/',
  49213.                     '/vidi-power-motors/news/kontsept-ipace/' => '/ru/',
  49214.                     '/vidi-power-motors/news/ofitsiine-vidkrittya-novogo-kontseptualnogo-dilers/' => '/ru/',
  49215.                     '/vidi-power-motors/news/oleg-skripka-stav-vlasnikom-povnistyu-elektrichnog/' => '/ru/',
  49216.                     '/vidi-power-motors/news/sayer-rozumne-kermo-maibutnogo/' => '/ru/',
  49217.                     '/vidi-power-motors/news/start-priiomu-bronyuvannya-zamovlen-na-pershii-kro/' => '/ru/',
  49218.                     '/vidi-power-motors/news/svyatkuite-z-nami-den-narodzhennya-vidi-ta-vigrava/' => '/ru/',
  49219.                     '/vidi-power-motors/news/tsivilizovanii-avtorinok-artem-tkachenko-forbes/' => '/ru/',
  49220.                     '/vidi-power-motors/news/uvaga-vazhliva-informatsiya/' => '/ru/',
  49221.                     '/vidi-power-motors/news/vzhe-u-chervni-vidkrittya-jaguar-land-rover-kiyiv-/' => '/ru/',
  49222.                     '/vidi-power-motors/programa-loyalnosti/' => '/ru/',
  49223.                     '/vidi-power-motors/service/' => '/ru/',
  49224.                     '/vidi-power-motors/service-center/' => '/ru/',
  49225.                     '/vidi-power-motors/service-offers/' => '/ru/',
  49226.                     '/vidi-power-motors/service-offers/aeroport-service/' => '/ru/',
  49227.                     '/vidi-power-motors/service-offers/dbayemo-pro-vas/' => '/ru/',
  49228.                     '/vidi-power-motors/service-offers/dlya-novikh-kliyentiv/' => '/ru/',
  49229.                     '/vidi-power-motors/service-offers/dlya-novikh-kliyentiv-5d70ddee7b7d8/' => '/ru/',
  49230.                     '/vidi-power-motors/service-offers/tire-jlr-kyiv-west/' => '/ru/',
  49231.                     '/vidi-power-motors/special-offers/' => '/ru/',
  49232.                     '/vidi-power-motors/special-offers/paketi-aksesuariv-jaguar-iz-vigodoyu-u-15/' => '/ru/',
  49233.                     '/vidi-power-motors/special-offers/propozusii-na-avtomobili-jaguar/' => '/ru/',
  49234.                     '/vidi-power-motors/testdrive/' => '/ru/testdrive-form',
  49235.                 ],
  49236.                 'CITROEN' => [
  49237.                     '/ru/model-lineup/citroen-c4-cactus' => '/ru/model-lineup',
  49238.                     '/ua/model-lineup/citroen-c4-cactus' => '/ua/model-lineup',
  49239.                     '/ru/model-lineup/citroen-c4-cactus/configuration' => '/ru/model-lineup',
  49240.                     '/ua/model-lineup/citroen-c4-cactus/configuration' => '/ua/model-lineup',
  49241.                     '/about_citroen/' => '/ru/',
  49242.                     '/about_citroen/articles/' => '/ru/',
  49243.                     '/about_citroen/articles/28847/' => '/ru/',
  49244.                     '/about_citroen/hot_line/' => '/ru/',
  49245.                     '/about_citroen/news/' => '/ru/',
  49246.                     '/about_citroen/news/366301/' => '/ru/',
  49247.                     '/about_citroen/news/373243/' => '/ru/',
  49248.                     '/about_citroen/news/373420/' => '/ru/',
  49249.                     '/about_citroen/news/373503/' => '/ru/',
  49250.                     '/about_citroen/news/373579/' => '/ru/',
  49251.                     '/about_citroen/news/373630/' => '/ru/',
  49252.                     '/about_citroen/news/373671/' => '/ru/',
  49253.                     '/about_citroen/technologies_and_security/' => '/ru/',
  49254.                     '/about_citroen/technologies_and_security/28250/' => '/ru/',
  49255.                     '/about_citroen/technologies_and_security/28268/' => '/ru/',
  49256.                     '/about_citroen/technologies_and_security/28271/' => '/ru/',
  49257.                     '/about_citroen/technologies_and_security/28528/' => '/ru/',
  49258.                     '/about_citroen/technologies_and_security/28529/' => '/ru/',
  49259.                     '/about_us/' => '/ru/about/about-company',
  49260.                     '/about_us/about_vidi_autocity/' => '/ru/about/about-company',
  49261.                     '/about_us/feedback/' => '/ru/about/about-company',
  49262.                     '/about_us/loyalty-program/' => '/ru/',
  49263.                     '/about_us/our_news/' => '/ru/',
  49264.                     '/about_us/our_news/105417/' => '/ru/',
  49265.                     '/about_us/our_news/372706/' => '/ru/',
  49266.                     '/about_us/our_news/373388/' => '/ru/',
  49267.                     '/about_us/our_news/373515/' => '/ru/',
  49268.                     '/about_us/our_news/373543/' => '/ru/',
  49269.                     '/about_us/our_news/373584/' => '/ru/',
  49270.                     '/about_us/our_news/373615/' => '/ru/',
  49271.                     '/about_us/our_news/373688/' => '/ru/',
  49272.                     '/about_us/our_news/45444/' => '/ru/',
  49273.                     '/about_us/our_news/51438/' => '/ru/',
  49274.                     '/about_us/photogallery/' => '/ru/',
  49275.                     '/about_us/policy-on-quality-vidigrup/' => '/ru/',
  49276.                     '/about_us/staff/' => '/ru/',
  49277.                     '/about_us/subscribe/' => '/ru/',
  49278.                     '/about_us/vacancy/' => '/ru/',
  49279.                     '/about_us/vacancy/0/' => '/ru/',
  49280.                     '/about_us/vacancy/42708/' => '/ru/',
  49281.                     '/about_us/vacancy/42858/' => '/ru/',
  49282.                     '/business/' => '/ru/finance/conversion-program',
  49283.                     '/contact/' => '/ru/about/contacts',
  49284.                     '/f/citroen-registration/' => '/ru/',
  49285.                     '/models/' => '/ru/model-lineup',
  49286.                     '/models/commercial_vehicles/' => '/ru/model-lineup',
  49287.                     '/models/commercial_vehicles/berlingo-b9-cargo/' => '/ru/model-lineup/citroen-berlingo-crewcab',
  49288.                     '/models/commercial_vehicles/berlingo-b9-vu-/' => '/ru/model-lineup/citroen-berlingo-vu',
  49289.                     '/models/commercial_vehicles/berlingo-b9-vu-/gallery/' => '/ru/model-lineup/citroen-berlingo-vu',
  49290.                     '/models/commercial_vehicles/berlingo-van/' => '/ru/model-lineup/citroen-berlingo-vu',
  49291.                     '/models/commercial_vehicles/Jumper-cargo/' => '/ru/model-lineup/citroen-jumper-minibus',
  49292.                     '/models/commercial_vehicles/Jumper-cargo/colors/' => '/ru/model-lineup/citroen-jumper-minibus',
  49293.                     '/models/commercial_vehicles/Jumper-cargo/gallery/' => '/ru/model-lineup/citroen-jumper-minibus',
  49294.                     '/models/commercial_vehicles/jumpy-cargo/' => '/ru/model-lineup/citroen-jumpy-vu',
  49295.                     '/models/commercial_vehicles/jumpy-cargo/gallery/' => '/ru/model-lineup/citroen-jumpy-vu',
  49296.                     '/models/concept_cars/' => '/ru/',
  49297.                     '/models/concept_cars/gtby/' => '/ru/',
  49298.                     '/models/concept_cars/gtby/gallery/' => '/ru/',
  49299.                     '/models/concept_cars/hypnos/' => '/ru/',
  49300.                     '/models/concept_cars/hypnos/gallery/' => '/ru/',
  49301.                     '/models/concept_cars/lacoste/' => '/ru/',
  49302.                     '/models/concept_cars/lacoste/gallery/' => '/ru/',
  49303.                     '/models/concept_cars/metropolis/' => '/ru/',
  49304.                     '/models/concept_cars/metropolis/gallery/' => '/ru/',
  49305.                     '/models/concept_cars/revolte/gallery/' => '/ru/',
  49306.                     '/models/concept_cars/survolt/' => '/ru/',
  49307.                     '/models/concept_cars/survolt/gallery/' => '/ru/',
  49308.                     '/models/concept_cars/tubik/' => '/ru/',
  49309.                     '/models/concept_cars/tubik/gallery/' => '/ru/',
  49310.                     '/models/ds_line/ds3/' => '/ru/',
  49311.                     '/models/ds_line/ds3/complectations/' => '/ru/',
  49312.                     '/models/ds_line/ds4/' => '/ru/',
  49313.                     '/models/ds_line/ds5/' => '/ru/',
  49314.                     '/models/passenger_cars/' => '/ru/',
  49315.                     '/models/passenger_cars/berlingo-b9-cars/' => '/ru/model-lineup/citroen-berlingo-vu',
  49316.                     '/models/passenger_cars/berlingo-b9-cars/complectations/' => '/ru/model-lineup/citroen-berlingo-vu',
  49317.                     '/models/passenger_cars/berlingo-vp/' => '/ru/model-lineup/citroen-berlingo-crewcab',
  49318.                     '/models/passenger_cars/berlingo-vp/gallery/' => '/ru/model-lineup/citroen-berlingo-crewcab',
  49319.                     '/models/passenger_cars/berlingo-vp/test-drive/' => '/ru/model-lineup/citroen-berlingo-crewcab',
  49320.                     '/models/passenger_cars/c1/' => '/ru/',
  49321.                     '/models/passenger_cars/c1/complectations/' => '/ru/',
  49322.                     '/models/passenger_cars/c1/gallery/' => '/ru/',
  49323.                     '/models/passenger_cars/c1-new/' => '/ru/',
  49324.                     '/models/passenger_cars/c1-new/gallery/' => '/ru/',
  49325.                     '/models/passenger_cars/c3/' => '/ru/model-lineup/citroen-c3',
  49326.                     '/models/passenger_cars/c3/complectations/' => '/ru/model-lineup/citroen-c3',
  49327.                     '/models/passenger_cars/c3-picasso/' => '/ru/model-lineup/citroen-c3',
  49328.                     '/models/passenger_cars/c3-picasso/complectations/' => '/ru/model-lineup/citroen-c3',
  49329.                     '/models/passenger_cars/c4/' => '/ru/model-lineup/citroen-c4-cactus',
  49330.                     '/models/passenger_cars/c4/complectations/' => '/ru/model-lineup/citroen-c4-cactus',
  49331.                     '/models/passenger_cars/c4-aircross/complectations/' => '/ru/model-lineup/citroen-c3-aircross',
  49332.                     '/models/passenger_cars/c4-picasso/' => '/ru/model-lineup/citroen-c4-cactus',
  49333.                     '/models/passenger_cars/c4-picasso/colors/' => '/ru/model-lineup/citroen-c4-cactus',
  49334.                     '/models/passenger_cars/c4-picasso/gallery/' => '/ru/model-lineup/citroen-c4-cactus',
  49335.                     '/models/passenger_cars/c5/complectations/' => '/ru/model-lineup/citroen-c5-aircross',
  49336.                     '/models/passenger_cars/c5-aircross/' => '/ru/model-lineup/citroen-c5-aircross',
  49337.                     '/models/passenger_cars/c5-aircross/gallery/' => '/ru/model-lineup/citroen-c5-aircross',
  49338.                     '/models/passenger_cars/c-elysee/' => '/ru/model-lineup/citroen-c-elysee',
  49339.                     '/models/passenger_cars/c-elysee/colors/' => '/ru/model-lineup/citroen-c-elysee',
  49340.                     '/models/passenger_cars/c-elysee/gallery/' => '/ru/model-lineup/citroen-c-elysee',
  49341.                     '/models/passenger_cars/c-elysee/test-drive/' => '/ru/model-lineup/citroen-c-elysee',
  49342.                     '/models/passenger_cars/grand-c4-picasso/' => '/ru/model-lineup/citroen-c4-cactus',
  49343.                     '/models/passenger_cars/grand-c4-picasso/colors/' => '/ru/model-lineup/citroen-c4-cactus',
  49344.                     '/models/passenger_cars/grand-c4-picasso/gallery/' => '/ru/model-lineup/citroen-c4-cactus',
  49345.                     '/models/passenger_cars/jumpy-cars/' => '/ru/model-lineup/citroen-jumper-minibus',
  49346.                     '/models/passenger_cars/jumpy-cars/gallery/' => '/ru/model-lineup/citroen-jumper-minibus',
  49347.                     '/models/passenger_cars/nemo-cars/' => '/ru/',
  49348.                     '/models/passenger_cars/new-c3/' => '/ru/model-lineup/citroen-c3',
  49349.                     '/models/passenger_cars/new-c3/gallery/' => '/ru/model-lineup/citroen-c3',
  49350.                     '/models/passenger_cars/new-c4-cactus/' => '/ru/model-lineup/citroen-c4-cactus',
  49351.                     '/models/passenger_cars/new-c4-cactus/gallery/' => '/ru/model-lineup/citroen-c4-cactus',
  49352.                     '/models/passenger_cars/s3-aircross/' => '/ru/model-lineup/citroen-c3-aircross',
  49353.                     '/models/passenger_cars/s3-aircross/gallery/' => '/ru/model-lineup/citroen-c3-aircross',
  49354.                     '/models/passenger_cars/spacetourer/' => '/ru/',
  49355.                     '/models/passenger_cars/spacetourer/gallery/' => '/ru/',
  49356.                     '/service/' => '/ru/service/order-to',
  49357.                     '/service/accessory/' => '/ru/service/accessories',
  49358.                     '/service/accessory/berlingo-b9-vu-/' => '/ru/service/accessories',
  49359.                     '/service/accessory/berlingo-vp/' => '/ru/service/accessories',
  49360.                     '/service/accessory/c5-aircross/' => '/ru/service/accessories',
  49361.                     '/service/accessory/c-elysee/' => '/ru/service/accessories',
  49362.                     '/service/accessory/new-c3/' => '/ru/service/accessories',
  49363.                     '/service/accessory/new-c4-cactus/' => '/ru/service/accessories',
  49364.                     '/service/accessory/s3-aircross/' => '/ru/service/accessories',
  49365.                     '/service/accessory/spacetourer/' => '/ru/service/accessories',
  49366.                     '/service/advice_on_using/' => '/ru/service/order-to',
  49367.                     '/service/citroen_assistance/' => '/ru/service/order-to',
  49368.                     '/service/folder/' => '/ru/service/order-to',
  49369.                     '/service/maintenance/' => '/ru/service/order-to',
  49370.                     '/service/record/' => '/ru/service/order-to',
  49371.                     '/service/reglament-to/' => '/ru/service/order-to',
  49372.                     '/service/spares/' => '/ru/service/order-to',
  49373.                     '/service/tips_on_service/' => '/ru/service/order-to',
  49374.                     '/service/tires/' => '/ru/service/order-to',
  49375.                     '/service/warranty_and_maintenance/' => '/ru/service/warranty',
  49376.                     '/services/' => '/ru/finance/conversion-program',
  49377.                     '/services/body-service/' => '/ru/finance/conversion-program',
  49378.                     '/services/corporate_clients/' => '/ru/finance/conversion-program',
  49379.                     '/services/corporate_clients/affiliate-program-for-employees/' => '/ru/finance/program-for-employees',
  49380.                     '/services/corporate_clients/fleet-management/' => '/ru/finance/fleet-management',
  49381.                     '/services/corporate_clients/loyalty-program/' => '/ru/finance/conversion-program',
  49382.                     '/services/corporate_clients/our_clients/' => '/ru/finance/conversion-program',
  49383.                     '/services/corporate_clients/program-re-equipment/' => '/ru/finance/conversion-program',
  49384.                     '/services/financial_services/' => '/ru/finance/credit',
  49385.                     '/services/leasing/' => '/ru/finance/credit',
  49386.                     '/services/loyalty_program/' => '/ru/',
  49387.                     '/services/loyalty_program/card-info/' => '/ru/',
  49388.                     '/services/loyalty_program/gold_gard/' => '/ru/',
  49389.                     '/services/loyalty_program/silver_card/' => '/ru/',
  49390.                     '/services/loyalty_program/welcome_card/' => '/ru/',
  49391.                     '/services/painting-of-winter-/' => '/ru/',
  49392.                     '/services/trade_in/' => '/ru/finance/trade-in',
  49393.                     '/shares/' => '/ru/',
  49394.                     '/shares/135209/' => '/ru/',
  49395.                     '/shares/348716/' => '/ru/',
  49396.                     '/shares/370873/' => '/ru/',
  49397.                     '/shares/373635/' => '/ru/',
  49398.                     '/shares/373672/' => '/ru/',
  49399.                     '/shares/373685/' => '/ru/',
  49400.                     '/shares/373695/' => '/ru/',
  49401.                     '/shares/archive/' => '/ru/',
  49402.                     '/shares/archive/116943/' => '/ru/',
  49403.                     '/shares/archive/345291/' => '/ru/',
  49404.                     '/shares/archive/372872/' => '/ru/',
  49405.                     '/shares/archive/372876/' => '/ru/',
  49406.                     '/shares/archive/372882/' => '/ru/',
  49407.                     '/site_search/' => '/ru/',
  49408.                     '/sitemap/' => '/ru/',
  49409.                     '/test-drive/' => '/ru/testdrive-form',
  49410.                     '/upload/iblock/636/2017_07_berlingo.jpg' => '/ru/',
  49411.                     '/upload/medialibrary/a1f/160429_c_elysee_judge.jpg' => '/ru/',
  49412.                     '/email/' => '/ru/',
  49413.                     '/legal_terms/' => '/ru/',
  49414.                     '/models/concept_cars/revolte/' => '/ru/',
  49415.                     '/services/insurance/' => '/ru/finance/insurance',
  49416.                     '/services/trade_in/online-estimate/' => '/ru/finance/trade-in',
  49417.                     '/shares/373400/' => '/ru/',
  49418.                     '/upload/medialibrary/0f2/globus-bank.png' => '/ru/',
  49419.                     '/ua/model-lineup/citroen-new-c3' => '/ua/model-lineup/citroen-c3',
  49420.                     '/ru/model-lineup/citroen-new-c3' => '/ru/model-lineup/citroen-c3',
  49421.                     '/ua/model-lineup/citroen-new-c4' => '/ua/model-lineup/citroen-c4',
  49422.                     '/ru/model-lineup/citroen-new-c4' => '/ru/model-lineup/citroen-c4',
  49423.                     '/ua/model-lineup/citroen-c4-x-fastbek' => '/ua/model-lineup/citroen-c4',
  49424.                     '/ru/model-lineup/citroen-c4-x-fastbek' => '/ru/model-lineup/citroen-c4',
  49425.                     '/ua/test-drive' => '/ua/testdrive-form',
  49426.                     '/ru/test-drive' => '/ru/testdrive-form',
  49427.                     '/ua/configurator/citroen-new-c4' => '/ua/model-lineup/citroen-c4/configuration',
  49428.                     '/ru/configurator/citroen-new-c4' => '/ru/model-lineup/citroen-c4/configuration',
  49429.                     '/ua/configurator/citroen-new-c3' => '/ua/model-lineup/citroen-c3/configuration',
  49430.                     '/ru/configurator/citroen-new-c3' => '/ru/model-lineup/citroen-c3/configuration',
  49431.                 ],
  49432.                 'SKAY' => [
  49433.                     '/ua/finance/leasing/' => '/ru/finance/business',
  49434.                     '/ru/finance/leasing/' => '/ru/finance/business',
  49435.                     '/business/' => '/ru/finance/business',
  49436.                     '/cars/mazda6-sedan/' => '/ru/model-lineup/mazda6',
  49437.                     '/cars/mazda6-sedan/offers/' => '/ru/model-lineup/mazda6',
  49438.                     '/cars/mazda6-sw/' => '/ru/model-lineup/mazda6',
  49439.                     '/cars/mazda-cx-3/' => '/ru/model-lineup/mazda-cx-3',
  49440.                     '/cars/mazda-cx-3/specs/' => '/ru/model-lineup/mazda-cx-3',
  49441.                     '/cars/mazda-cx-30/accessories/' => '/ru/model-lineup/mazda-cx-30',
  49442.                     '/cars/mazda-cx-30/compare/' => '/ru/model-lineup/mazda-cx-30',
  49443.                     '/cars/mazda-cx-30/offers/' => '/ru/model-lineup/mazda-cx-30',
  49444.                     '/cars/mazda-cx-5/' => '/ru/model-lineup/mazda-cx-5',
  49445.                     '/cars/mazda-cx-5/offers/' => '/ru/model-lineup/mazda-cx-5',
  49446.                     '/cars/mazda-cx-5/specs/' => '/ru/model-lineup/mazda-cx-5',
  49447.                     '/cars/mazda-cx-9/' => '/ru/model-lineup/mazda-cx-9',
  49448.                     '/cars/mazda-cx-9/safety-bsm/' => '/ru/model-lineup/mazda-cx-9',
  49449.                     '/cars/mazda-cx-9/safety-scbs/' => '/ru/model-lineup/mazda-cx-9',
  49450.                     '/cars/new-mazda3-hatchback/' => '/ru/model-lineup/mazda3',
  49451.                     '/cars/new-mazda3-sedan/' => '/ru/model-lineup/mazda3',
  49452.                     '/cars/new-mazda3-sedan/compare/model_158082/' => '/ru/model-lineup/mazda3',
  49453.                     '/contacts/' => '/ru/about/contacts/',
  49454.                     '/credit-and-leasing/' => '/ru/finance/credit',
  49455.                     '/credit-and-leasing/oschadbank/' => '/ru/finance/credit',
  49456.                     '/offers/' => '/ru/',
  49457.                     '/owners/accessories/c9e1v4590/model_160168/year_163852/section_160159/' => '/ru/service/accessories',
  49458.                     '/owners/accessories/ghp9v3810atg/model_160439/year_160440/section_160160/' => '/ru/service/accessories',
  49459.                     '/owners/accessories/model_160168/year_163852/section_163823/' => '/ru/service/accessories',
  49460.                     '/owners/accessories/mzalalpddxl1840/model_160168/year_163852/section_163826/' => '/ru/service/accessories',
  49461.                     '/owners/overview/digital-service-record/' => '/ru/service/order-to',
  49462.                     '/owners/overview/maintenance/' => '/ru/service/order-to',
  49463.                     '/owners/overview/service-schedules/' => '/ru/service/order-to',
  49464.                     '/owners/overview/vehicle-check/' => '/ru/service/order-to',
  49465.                     '/owners/recalls/' => '/ru/service/order-to',
  49466.                     '/price/to/Mazda2DJ1.5AT.php' => '/ru/service/order-to',
  49467.                     '/price/to/Mazda3BM1.5AT.php' => '/ru/service/order-to',
  49468.                     '/price/to/Mazda3BM1.6MT.php' => '/ru/service/order-to',
  49469.                     '/price/to/Mazda3BM2.0AT.php' => '/ru/service/order-to',
  49470.                     '/price/to/Mazda6GJ2.0AT.php' => '/ru/service/order-to',
  49471.                     '/price/to/Mazda6GJ2.0MT.php' => '/ru/service/order-to',
  49472.                     '/price/to/Mazda6GJ2.2AT.php' => '/ru/service/order-to',
  49473.                     '/price/to/Mazda6GJ2.5AT.php' => '/ru/service/order-to',
  49474.                     '/price/to/MazdaCX-52.0MTAT.php' => '/ru/service/order-to',
  49475.                     '/price/to/MazdaCX-52.2AT.php' => '/ru/service/order-to',
  49476.                     '/privacy-policy/' => '/ru/',
  49477.                     '/promo/mazda6/' => '/ru/model-lineup/mazda6',
  49478.                     '/request-a-brochure/' => '/ru/model-lineup/',
  49479.                     '/ru/about-mazda/mazda-ukraine/news' => '/ru/about/news/',
  49480.                     '/ru/about-mazda/mazda-ukraine/news//335' => '/ru/about/news/',
  49481.                     '/ru/about-mazda/mazda-ukraine/news//54/' => '/ru/about/news/',
  49482.                     '/ru/about-mazda/mazda-ukraine/news/100/' => '/ru/about/news/',
  49483.                     '/ru/about-mazda/mazda-ukraine/news/103/' => '/ru/about/news/',
  49484.                     '/ru/about-mazda/mazda-ukraine/news/104/' => '/ru/about/news/',
  49485.                     '/ru/about-mazda/mazda-ukraine/news/107/' => '/ru/about/news/',
  49486.                     '/ru/about-mazda/mazda-ukraine/news/109/' => '/ru/about/news/',
  49487.                     '/ru/about-mazda/mazda-ukraine/news/111/' => '/ru/about/news/',
  49488.                     '/ru/about-mazda/mazda-ukraine/news/112/' => '/ru/about/news/',
  49489.                     '/ru/about-mazda/mazda-ukraine/news/113/' => '/ru/about/news/',
  49490.                     '/ru/about-mazda/mazda-ukraine/news/115/' => '/ru/about/news/',
  49491.                     '/ru/about-mazda/mazda-ukraine/news/116/' => '/ru/about/news/',
  49492.                     '/ru/about-mazda/mazda-ukraine/news/12/' => '/ru/about/news/',
  49493.                     '/ru/about-mazda/mazda-ukraine/news/16/' => '/ru/about/news/',
  49494.                     '/ru/about-mazda/mazda-ukraine/news/18/' => '/ru/about/news/',
  49495.                     '/ru/about-mazda/mazda-ukraine/news/211/' => '/ru/about/news/',
  49496.                     '/ru/about-mazda/mazda-ukraine/news/213/' => '/ru/about/news/',
  49497.                     '/ru/about-mazda/mazda-ukraine/news/215/' => '/ru/about/news/',
  49498.                     '/ru/about-mazda/mazda-ukraine/news/216/' => '/ru/about/news/',
  49499.                     '/ru/about-mazda/mazda-ukraine/news/217/' => '/ru/about/news/',
  49500.                     '/ru/about-mazda/mazda-ukraine/news/219/' => '/ru/about/news/',
  49501.                     '/ru/about-mazda/mazda-ukraine/news/220/' => '/ru/about/news/',
  49502.                     '/ru/about-mazda/mazda-ukraine/news/26/' => '/ru/about/news/',
  49503.                     '/ru/about-mazda/mazda-ukraine/news/270/' => '/ru/about/news/',
  49504.                     '/ru/about-mazda/mazda-ukraine/news/271/' => '/ru/about/news/',
  49505.                     '/ru/about-mazda/mazda-ukraine/news/280/' => '/ru/about/news/',
  49506.                     '/ru/about-mazda/mazda-ukraine/news/281/' => '/ru/about/news/',
  49507.                     '/ru/about-mazda/mazda-ukraine/news/283/' => '/ru/about/news/',
  49508.                     '/ru/about-mazda/mazda-ukraine/news/285/' => '/ru/about/news/',
  49509.                     '/ru/about-mazda/mazda-ukraine/news/286/' => '/ru/about/news/',
  49510.                     '/ru/about-mazda/mazda-ukraine/news/310/' => '/ru/about/news/',
  49511.                     '/ru/about-mazda/mazda-ukraine/news/312/' => '/ru/about/news/',
  49512.                     '/ru/about-mazda/mazda-ukraine/news/315/' => '/ru/about/news/',
  49513.                     '/ru/about-mazda/mazda-ukraine/news/318/' => '/ru/about/news/',
  49514.                     '/ru/about-mazda/mazda-ukraine/news/35/' => '/ru/about/news/',
  49515.                     '/ru/about-mazda/mazda-ukraine/news/36/' => '/ru/about/news/',
  49516.                     '/ru/about-mazda/mazda-ukraine/news/365/' => '/ru/about/news/',
  49517.                     '/ru/about-mazda/mazda-ukraine/news/37/' => '/ru/about/news/',
  49518.                     '/ru/about-mazda/mazda-ukraine/news/370/' => '/ru/about/news/',
  49519.                     '/ru/about-mazda/mazda-ukraine/news/371/' => '/ru/about/news/',
  49520.                     '/ru/about-mazda/mazda-ukraine/news/378/' => '/ru/about/news/',
  49521.                     '/ru/about-mazda/mazda-ukraine/news/38/' => '/ru/about/news/',
  49522.                     '/ru/about-mazda/mazda-ukraine/news/380/' => '/ru/about/news/',
  49523.                     '/ru/about-mazda/mazda-ukraine/news/381/' => '/ru/about/news/',
  49524.                     '/ru/about-mazda/mazda-ukraine/news/382/' => '/ru/about/news/',
  49525.                     '/ru/about-mazda/mazda-ukraine/news/383/' => '/ru/about/news/',
  49526.                     '/ru/about-mazda/mazda-ukraine/news/385/' => '/ru/about/news/',
  49527.                     '/ru/about-mazda/mazda-ukraine/news/387/' => '/ru/about/news/',
  49528.                     '/ru/about-mazda/mazda-ukraine/news/39/' => '/ru/about/news/',
  49529.                     '/ru/about-mazda/mazda-ukraine/news/390/' => '/ru/about/news/',
  49530.                     '/ru/about-mazda/mazda-ukraine/news/394/' => '/ru/about/news/',
  49531.                     '/ru/about-mazda/mazda-ukraine/news/400/' => '/ru/about/news/',
  49532.                     '/ru/about-mazda/mazda-ukraine/news/402/' => '/ru/about/news/',
  49533.                     '/ru/about-mazda/mazda-ukraine/news/405/' => '/ru/about/news/',
  49534.                     '/ru/about-mazda/mazda-ukraine/news/416' => '/ru/about/news/',
  49535.                     '/ru/about-mazda/mazda-ukraine/news/417/' => '/ru/about/news/',
  49536.                     '/ru/about-mazda/mazda-ukraine/news/418' => '/ru/about/news/',
  49537.                     '/ru/about-mazda/mazda-ukraine/news/42/' => '/ru/about/news/',
  49538.                     '/ru/about-mazda/mazda-ukraine/news/420/' => '/ru/about/news/',
  49539.                     '/ru/about-mazda/mazda-ukraine/news/421/' => '/ru/about/news/',
  49540.                     '/ru/about-mazda/mazda-ukraine/news/424/' => '/ru/about/news/',
  49541.                     '/ru/about-mazda/mazda-ukraine/news/425/' => '/ru/about/news/',
  49542.                     '/ru/about-mazda/mazda-ukraine/news/426/' => '/ru/about/news/',
  49543.                     '/ru/about-mazda/mazda-ukraine/news/429/' => '/ru/about/news/',
  49544.                     '/ru/about-mazda/mazda-ukraine/news/43/' => '/ru/about/news/',
  49545.                     '/ru/about-mazda/mazda-ukraine/news/432/' => '/ru/about/news/',
  49546.                     '/ru/about-mazda/mazda-ukraine/news/434/' => '/ru/about/news/',
  49547.                     '/ru/about-mazda/mazda-ukraine/news/435/' => '/ru/about/news/',
  49548.                     '/ru/about-mazda/mazda-ukraine/news/436/' => '/ru/about/news/',
  49549.                     '/ru/about-mazda/mazda-ukraine/news/440/' => '/ru/about/news/',
  49550.                     '/ru/about-mazda/mazda-ukraine/news/442/' => '/ru/about/news/',
  49551.                     '/ru/about-mazda/mazda-ukraine/news/444/' => '/ru/about/news/',
  49552.                     '/ru/about-mazda/mazda-ukraine/news/446/' => '/ru/about/news/',
  49553.                     '/ru/about-mazda/mazda-ukraine/news/45/' => '/ru/about/news/',
  49554.                     '/ru/about-mazda/mazda-ukraine/news/452/' => '/ru/about/news/',
  49555.                     '/ru/about-mazda/mazda-ukraine/news/453/' => '/ru/about/news/',
  49556.                     '/ru/about-mazda/mazda-ukraine/news/457' => '/ru/about/news/',
  49557.                     '/ru/about-mazda/mazda-ukraine/news/459/' => '/ru/about/news/',
  49558.                     '/ru/about-mazda/mazda-ukraine/news/460/' => '/ru/about/news/',
  49559.                     '/ru/about-mazda/mazda-ukraine/news/462' => '/ru/about/news/',
  49560.                     '/ru/about-mazda/mazda-ukraine/news/463/' => '/ru/about/news/',
  49561.                     '/ru/about-mazda/mazda-ukraine/news/465/' => '/ru/about/news/',
  49562.                     '/ru/about-mazda/mazda-ukraine/news/466/' => '/ru/about/news/',
  49563.                     '/ru/about-mazda/mazda-ukraine/news/467' => '/ru/about/news/',
  49564.                     '/ru/about-mazda/mazda-ukraine/news/468/' => '/ru/about/news/',
  49565.                     '/ru/about-mazda/mazda-ukraine/news/47/' => '/ru/about/news/',
  49566.                     '/ru/about-mazda/mazda-ukraine/news/474' => '/ru/about/news/',
  49567.                     '/ru/about-mazda/mazda-ukraine/news/475' => '/ru/about/news/',
  49568.                     '/ru/about-mazda/mazda-ukraine/news/476/' => '/ru/about/news/',
  49569.                     '/ru/about-mazda/mazda-ukraine/news/478/' => '/ru/about/news/',
  49570.                     '/ru/about-mazda/mazda-ukraine/news/479/' => '/ru/about/news/',
  49571.                     '/ru/about-mazda/mazda-ukraine/news/48/' => '/ru/about/news/',
  49572.                     '/ru/about-mazda/mazda-ukraine/news/480' => '/ru/about/news/',
  49573.                     '/ru/about-mazda/mazda-ukraine/news/483/' => '/ru/about/news/',
  49574.                     '/ru/about-mazda/mazda-ukraine/news/487' => '/ru/about/news/',
  49575.                     '/ru/about-mazda/mazda-ukraine/news/488' => '/ru/about/news/',
  49576.                     '/ru/about-mazda/mazda-ukraine/news/491/' => '/ru/about/news/',
  49577.                     '/ru/about-mazda/mazda-ukraine/news/492' => '/ru/about/news/',
  49578.                     '/ru/about-mazda/mazda-ukraine/news/493' => '/ru/about/news/',
  49579.                     '/ru/about-mazda/mazda-ukraine/news/494/' => '/ru/about/news/',
  49580.                     '/ru/about-mazda/mazda-ukraine/news/495' => '/ru/about/news/',
  49581.                     '/ru/about-mazda/mazda-ukraine/news/499' => '/ru/about/news/',
  49582.                     '/ru/about-mazda/mazda-ukraine/news/502/' => '/ru/about/news/',
  49583.                     '/ru/about-mazda/mazda-ukraine/news/503/' => '/ru/about/news/',
  49584.                     '/ru/about-mazda/mazda-ukraine/news/507' => '/ru/about/news/',
  49585.                     '/ru/about-mazda/mazda-ukraine/news/508/' => '/ru/about/news/',
  49586.                     '/ru/about-mazda/mazda-ukraine/news/509' => '/ru/about/news/',
  49587.                     '/ru/about-mazda/mazda-ukraine/news/52/' => '/ru/about/news/',
  49588.                     '/ru/about-mazda/mazda-ukraine/news/55/' => '/ru/about/news/',
  49589.                     '/ru/about-mazda/mazda-ukraine/news/56/' => '/ru/about/news/',
  49590.                     '/ru/about-mazda/mazda-ukraine/news/58/' => '/ru/about/news/',
  49591.                     '/ru/about-mazda/mazda-ukraine/news/59/' => '/ru/about/news/',
  49592.                     '/ru/about-mazda/mazda-ukraine/news/64/' => '/ru/about/news/',
  49593.                     '/ru/about-mazda/mazda-ukraine/news/66/' => '/ru/about/news/',
  49594.                     '/ru/about-mazda/mazda-ukraine/news/67/' => '/ru/about/news/',
  49595.                     '/ru/about-mazda/mazda-ukraine/news/68/' => '/ru/about/news/',
  49596.                     '/ru/about-mazda/mazda-ukraine/news/69/' => '/ru/about/news/',
  49597.                     '/ru/about-mazda/mazda-ukraine/news/70/' => '/ru/about/news/',
  49598.                     '/ru/about-mazda/mazda-ukraine/news/71/' => '/ru/about/news/',
  49599.                     '/ru/about-mazda/mazda-ukraine/news/74/' => '/ru/about/news/',
  49600.                     '/ru/about-mazda/mazda-ukraine/news/79/' => '/ru/about/news/',
  49601.                     '/ru/about-mazda/mazda-ukraine/news/82/' => '/ru/about/news/',
  49602.                     '/ru/about-mazda/mazda-ukraine/news/83/' => '/ru/about/news/',
  49603.                     '/ru/about-mazda/mazda-ukraine/news/85/' => '/ru/about/news/',
  49604.                     '/ru/about-mazda/mazda-ukraine/news/86/' => '/ru/about/news/',
  49605.                     '/ru/about-mazda/mazda-ukraine/news/87/' => '/ru/about/news/',
  49606.                     '/ru/about-mazda/mazda-ukraine/news/88/' => '/ru/about/news/',
  49607.                     '/ru/about-mazda/mazda-ukraine/news/89/' => '/ru/about/news/',
  49608.                     '/ru/about-mazda/mazda-ukraine/news/92/' => '/ru/about/news/',
  49609.                     '/ru/about-mazda/mazda-ukraine/news/94/' => '/ru/about/news/',
  49610.                     '/ru/about-mazda/mazda-ukraine/news/96/' => '/ru/about/news/',
  49611.                     '/ru/about-mazda/mazda-ukraine/news/97/' => '/ru/about/news/',
  49612.                     '/ru/about-mazda/mazda-ukraine/news/98/' => '/ru/about/news/',
  49613.                     '/ru/about-mazda/mazda-ukraine/news/mf17' => '/ru/about/news/',
  49614.                     '/ru/about-mazda/mazda-ukraine/press/' => '/ru/',
  49615.                     '/ru/about-mazda/mazda-world/history/' => '/ru/',
  49616.                     '/ru/about-mazda/mazda-world/iactivsense/' => '/ru/',
  49617.                     '/ru/about-mazda/mazda-world/kodo' => '/ru/',
  49618.                     '/ru/about-mazda/mazda-world/skyactiv/' => '/ru/',
  49619.                     '/ru/about-mazda/politics/' => '/ru/',
  49620.                     '/ru/contact' => '/ru/about/contacts/',
  49621.                     '/ru/contact/ai/' => '/ru/about/contacts/',
  49622.                     '/ru/mazda_cx_5_special_offer_spring' => '/ru/model-lineup/mazda-cx-5',
  49623.                     '/ru/models' => '/ru/model-lineup/',
  49624.                     '/ru/models/credit/' => '/ru/finance/credit',
  49625.                     '/ru/models/credit/credit-indexbank/' => '/ru/finance/credit',
  49626.                     '/ru/models/credit/credit-indexbank-cx-5/' => '/ru/finance/credit',
  49627.                     '/ru/models/credit/credit-partners/' => '/ru/finance/credit',
  49628.                     '/ru/models/credit/oschadbank2019/' => '/ru/finance/credit',
  49629.                     '/ru/models/credit/oschadbankdrive/' => '/ru/finance/credit',
  49630.                     '/ru/models/credit/oschadbanklight/' => '/ru/finance/credit',
  49631.                     '/ru/models/cx-3/design/' => '/ru/model-lineup/mazda-cx-3',
  49632.                     '/ru/models/cx-3/innovation/' => '/ru/model-lineup/mazda-cx-3',
  49633.                     '/ru/models/cx-3/overview' => '/ru/model-lineup/mazda-cx-3',
  49634.                     '/ru/models/cx-3/overview/' => '/ru/model-lineup/mazda-cx-3',
  49635.                     '/ru/models/cx-3/press/' => '/ru/model-lineup/mazda-cx-3',
  49636.                     '/ru/models/mazda-2' => '/ru/model-lineup/',
  49637.                     '/ru/models/mazda-2/i-activsense/' => '/ru/model-lineup/',
  49638.                     '/ru/models/mazda-2/mzd/' => '/ru/model-lineup/',
  49639.                     '/ru/models/mazda-2/overview' => '/ru/model-lineup/',
  49640.                     '/ru/models/mazda-2/press/' => '/ru/model-lineup/',
  49641.                     '/ru/models/mazda-2/specs' => '/ru/model-lineup/',
  49642.                     '/ru/models/mazda-2/technology/' => '/ru/model-lineup/',
  49643.                     '/ru/models/mazda6-diesel/innovation/' => '/ru/model-lineup/mazda6',
  49644.                     '/ru/models/mazda6-diesel/overview' => '/ru/model-lineup/mazda6',
  49645.                     '/ru/models/mazda6-diesel/overview/' => '/ru/model-lineup/mazda6',
  49646.                     '/ru/models/mazda6-diesel/press/' => '/ru/model-lineup/mazda6',
  49647.                     '/ru/models/mazdaassistance/' => '/ru/finance/assistance',
  49648.                     '/ru/models/mazda-cx5' => '/ru/model-lineup/mazda-cx-5',
  49649.                     '/ru/models/mazda-cx5/overview' => '/ru/model-lineup/mazda-cx-5',
  49650.                     '/ru/models/mazda-cx5/press/' => '/ru/model-lineup/mazda-cx-5',
  49651.                     '/ru/models/mazda-cx5/specs' => '/ru/model-lineup/mazda-cx-5',
  49652.                     '/ru/models/mazda-cx9/design/' => '/ru/model-lineup/mazda-cx-9',
  49653.                     '/ru/models/mazda-cx9/innovation/' => '/ru/model-lineup/mazda-cx-9',
  49654.                     '/ru/models/mazda-cx9/overview' => '/ru/model-lineup/mazda-cx-9',
  49655.                     '/ru/models/mazda-cx9/press/' => '/ru/model-lineup/mazda-cx-9',
  49656.                     '/ru/models/mazda-leasing/' => '/ru/finance/credit',
  49657.                     '/ru/models/new_2018_mazda6/innovation/' => '/ru/model-lineup/mazda6',
  49658.                     '/ru/models/new_2018_mazda6/overview' => '/ru/model-lineup/mazda6',
  49659.                     '/ru/models/new_2018_mazda6/overview/' => '/ru/model-lineup/mazda6',
  49660.                     '/ru/models/new_2018_mazda6/press/' => '/ru/model-lineup/mazda6',
  49661.                     '/ru/models/new_2018_mazda6/zamovlennya-new-2018-mazda-6/' => '/ru/model-lineup/mazda6',
  49662.                     '/ru/models/new_mazda3/overview' => '/ru/model-lineup/mazda3',
  49663.                     '/ru/models/new_mazda3/press/' => '/ru/model-lineup/mazda3',
  49664.                     '/ru/models/new-cx-30/overview' => '/ru/model-lineup/mazda-cx-30',
  49665.                     '/ru/models/new-cx-5/design/' => '/ru/model-lineup/mazda-cx-5',
  49666.                     '/ru/models/new-cx-5/innovation/' => '/ru/model-lineup/mazda-cx-5',
  49667.                     '/ru/models/new-cx-5/overview' => '/ru/model-lineup/mazda-cx-5',
  49668.                     '/ru/models/new-cx-5/overview/' => '/ru/model-lineup/mazda-cx-5',
  49669.                     '/ru/models/new-cx-5/press/' => '/ru/model-lineup/mazda-cx-5',
  49670.                     '/ru/models/new-mazda3/' => '/ru/model-lineup/mazda3',
  49671.                     '/ru/models/new-mazda3/design/' => '/ru/model-lineup/mazda3',
  49672.                     '/ru/models/new-mazda3/innovation/' => '/ru/model-lineup/mazda3',
  49673.                     '/ru/models/new-mazda3/overview' => '/ru/model-lineup/mazda3',
  49674.                     '/ru/models/new-mazda3/press/' => '/ru/model-lineup/mazda3',
  49675.                     '/ru/models/new-mazda-6/' => '/ru/model-lineup/mazda6',
  49676.                     '/ru/models/new-mazda-6/design/' => '/ru/model-lineup/mazda6',
  49677.                     '/ru/models/new-mazda-6/innovation/' => '/ru/model-lineup/mazda6',
  49678.                     '/ru/models/new-mazda-6/overview' => '/ru/model-lineup/mazda6',
  49679.                     '/ru/models/new-mazda-6/overview/' => '/ru/model-lineup/mazda6',
  49680.                     '/ru/models/new-mazda-6/press/' => '/ru/model-lineup/mazda6',
  49681.                     '/ru/models/testdrive' => '/ru/testdrive-form',
  49682.                     '/ru/models/testdrive/event' => '/ru/testdrive-form',
  49683.                     '/ru/models/tradein/' => '/ru/finance/trade-in',
  49684.                     '/ru/serviceand-warranty/contacts/' => '/ru/about/contacts/',
  49685.                     '/ru/serviceand-warranty/digital-service-records/' => '/ru/service/order-to',
  49686.                     '/ru/serviceand-warranty/dopservice/' => '/ru/service/order-to',
  49687.                     '/ru/serviceand-warranty/dopservice/air' => '/ru/service/order-to',
  49688.                     '/ru/serviceand-warranty/loyality/' => '/ru/',
  49689.                     '/ru/serviceand-warranty/service-actions/' => '/ru/stocks/',
  49690.                     '/ru/serviceand-warranty/to/' => '/ru/service/order-to',
  49691.                     '/ru/serviceand-warranty/vin-text/' => '/ru/',
  49692.                     '/ru/serviceand-warranty/warranty/' => '/ru/service/warranty',
  49693.                     '/ru/serviceand-warranty/zapisTO/' => '/ru/service/order-to',
  49694.                     '/ru/showroom/mazda3/specs/' => '/ru/model-lineup/mazda3',
  49695.                     '/ru/sping_super_offer_2017' => '/ru/',
  49696.                     '/ru/vnimanie-moshenniki' => '/ru/',
  49697.                     '/service/' => '/ua/service/order-to',
  49698.                     '/terms-and-conditions/' => '/ua/',
  49699.                     '/test-drive/' => '/ua/testdrive-form',
  49700.                     '/ua/about-mazda/mazda-ukraine/news' => '/ua/about/news/',
  49701.                     '/ua/about-mazda/mazda-ukraine/news//386/' => '/ua/about/news/',
  49702.                     '/ua/about-mazda/mazda-ukraine/news/220/' => '/ua/about/news/',
  49703.                     '/ua/about-mazda/mazda-ukraine/news/221/' => '/ua/about/news/',
  49704.                     '/ua/about-mazda/mazda-ukraine/news/222/' => '/ua/about/news/',
  49705.                     '/ua/about-mazda/mazda-ukraine/news/223/' => '/ua/about/news/',
  49706.                     '/ua/about-mazda/mazda-ukraine/news/224/' => '/ua/about/news/',
  49707.                     '/ua/about-mazda/mazda-ukraine/news/225/' => '/ua/about/news/',
  49708.                     '/ua/about-mazda/mazda-ukraine/news/226/' => '/ua/about/news/',
  49709.                     '/ua/about-mazda/mazda-ukraine/news/227/' => '/ua/about/news/',
  49710.                     '/ua/about-mazda/mazda-ukraine/news/271/' => '/ua/about/news/',
  49711.                     '/ua/about-mazda/mazda-ukraine/news/280/' => '/ua/about/news/',
  49712.                     '/ua/about-mazda/mazda-ukraine/news/312/' => '/ua/about/news/',
  49713.                     '/ua/about-mazda/mazda-ukraine/news/315/' => '/ua/about/news/',
  49714.                     '/ua/about-mazda/mazda-ukraine/news/316/' => '/ua/about/news/',
  49715.                     '/ua/about-mazda/mazda-ukraine/news/317/' => '/ua/about/news/',
  49716.                     '/ua/about-mazda/mazda-ukraine/news/320/' => '/ua/about/news/',
  49717.                     '/ua/about-mazda/mazda-ukraine/news/367/' => '/ua/about/news/',
  49718.                     '/ua/about-mazda/mazda-ukraine/news/372/' => '/ua/about/news/',
  49719.                     '/ua/about-mazda/mazda-ukraine/news/373/' => '/ua/about/news/',
  49720.                     '/ua/about-mazda/mazda-ukraine/news/374/' => '/ua/about/news/',
  49721.                     '/ua/about-mazda/mazda-ukraine/news/384/' => '/ua/about/news/',
  49722.                     '/ua/about-mazda/mazda-ukraine/news/385' => '/ua/about/news/',
  49723.                     '/ua/about-mazda/mazda-ukraine/news/386/' => '/ua/about/news/',
  49724.                     '/ua/about-mazda/mazda-ukraine/news/387/' => '/ua/about/news/',
  49725.                     '/ua/about-mazda/mazda-ukraine/news/389/' => '/ua/about/news/',
  49726.                     '/ua/about-mazda/mazda-ukraine/news/391/' => '/ua/about/news/',
  49727.                     '/ua/about-mazda/mazda-ukraine/news/395/' => '/ua/about/news/',
  49728.                     '/ua/about-mazda/mazda-ukraine/news/398/' => '/ua/about/news/',
  49729.                     '/ua/about-mazda/mazda-ukraine/news/405/' => '/ua/about/news/',
  49730.                     '/ua/about-mazda/mazda-ukraine/news/407/' => '/ua/about/news/',
  49731.                     '/ua/about-mazda/mazda-ukraine/news/410' => '/ua/about/news/',
  49732.                     '/ua/about-mazda/mazda-ukraine/news/411/' => '/ua/about/news/',
  49733.                     '/ua/about-mazda/mazda-ukraine/news/413/' => '/ua/about/news/',
  49734.                     '/ua/about-mazda/mazda-ukraine/news/421/' => '/ua/about/news/',
  49735.                     '/ua/about-mazda/mazda-ukraine/news/422/' => '/ua/about/news/',
  49736.                     '/ua/about-mazda/mazda-ukraine/news/424/' => '/ua/about/news/',
  49737.                     '/ua/about-mazda/mazda-ukraine/news/426/' => '/ua/about/news/',
  49738.                     '/ua/about-mazda/mazda-ukraine/news/432/' => '/ua/about/news/',
  49739.                     '/ua/about-mazda/mazda-ukraine/news/435/' => '/ua/about/news/',
  49740.                     '/ua/about-mazda/mazda-ukraine/news/436/' => '/ua/about/news/',
  49741.                     '/ua/about-mazda/mazda-ukraine/news/438/' => '/ua/about/news/',
  49742.                     '/ua/about-mazda/mazda-ukraine/news/440/' => '/ua/about/news/',
  49743.                     '/ua/about-mazda/mazda-ukraine/news/442/' => '/ua/about/news/',
  49744.                     '/ua/about-mazda/mazda-ukraine/news/443/' => '/ua/about/news/',
  49745.                     '/ua/about-mazda/mazda-ukraine/news/444/' => '/ua/about/news/',
  49746.                     '/ua/about-mazda/mazda-ukraine/news/446/' => '/ua/about/news/',
  49747.                     '/ua/about-mazda/mazda-ukraine/news/448/' => '/ua/about/news/',
  49748.                     '/ua/about-mazda/mazda-ukraine/news/449/' => '/ua/about/news/',
  49749.                     '/ua/about-mazda/mazda-ukraine/news/453/' => '/ua/about/news/',
  49750.                     '/ua/about-mazda/mazda-ukraine/news/457' => '/ua/about/news/',
  49751.                     '/ua/about-mazda/mazda-ukraine/news/459/' => '/ua/about/news/',
  49752.                     '/ua/about-mazda/mazda-ukraine/news/460/' => '/ua/about/news/',
  49753.                     '/ua/about-mazda/mazda-ukraine/news/462/' => '/ua/about/news/',
  49754.                     '/ua/about-mazda/mazda-ukraine/news/465/' => '/ua/about/news/',
  49755.                     '/ua/about-mazda/mazda-ukraine/news/466/' => '/ua/about/news/',
  49756.                     '/ua/about-mazda/mazda-ukraine/news/467' => '/ua/about/news/',
  49757.                     '/ua/about-mazda/mazda-ukraine/news/468/' => '/ua/about/news/',
  49758.                     '/ua/about-mazda/mazda-ukraine/news/473' => '/ua/about/news/',
  49759.                     '/ua/about-mazda/mazda-ukraine/news/474' => '/ua/about/news/',
  49760.                     '/ua/about-mazda/mazda-ukraine/news/476/' => '/ua/about/news/',
  49761.                     '/ua/about-mazda/mazda-ukraine/news/477/' => '/ua/about/news/',
  49762.                     '/ua/about-mazda/mazda-ukraine/news/478/' => '/ua/about/news/',
  49763.                     '/ua/about-mazda/mazda-ukraine/news/479' => '/ua/about/news/',
  49764.                     '/ua/about-mazda/mazda-ukraine/news/480' => '/ua/about/news/',
  49765.                     '/ua/about-mazda/mazda-ukraine/news/483' => '/ua/about/news/',
  49766.                     '/ua/about-mazda/mazda-ukraine/news/484/' => '/ua/about/news/',
  49767.                     '/ua/about-mazda/mazda-ukraine/news/488' => '/ua/about/news/',
  49768.                     '/ua/about-mazda/mazda-ukraine/news/491/' => '/ua/about/news/',
  49769.                     '/ua/about-mazda/mazda-ukraine/news/492' => '/ua/about/news/',
  49770.                     '/ua/about-mazda/mazda-ukraine/news/493' => '/ua/about/news/',
  49771.                     '/ua/about-mazda/mazda-ukraine/news/494/' => '/ua/about/news/',
  49772.                     '/ua/about-mazda/mazda-ukraine/news/495' => '/ua/about/news/',
  49773.                     '/ua/about-mazda/mazda-ukraine/news/498' => '/ua/about/news/',
  49774.                     '/ua/about-mazda/mazda-ukraine/news/499' => '/ua/about/news/',
  49775.                     '/ua/about-mazda/mazda-ukraine/press/' => '/ua/about/news/',
  49776.                     '/ua/about-mazda/mazda-world/history/' => '/ua/',
  49777.                     '/ua/about-mazda/mazda-world/iactivsense/' => '/ua/',
  49778.                     '/ua/about-mazda/mazda-world/kodo' => '/ua/',
  49779.                     '/ua/about-mazda/mazda-world/mzd/' => '/ua/',
  49780.                     '/ua/about-mazda/mazda-world/skyactiv/' => '/ua/service/skyactive',
  49781.                     '/ua/about-mazda/politics/' => '/ua/',
  49782.                     '/ua/contact' => '/ua/about/contacts/',
  49783.                     '/ua/contact/ai/' => '/ua/about/contacts/',
  49784.                     '/ua/mazda_cx_5_special_offer_spring' => '/ua/model-lineup/mazda-cx-5',
  49785.                     '/ua/models' => '/ua/model-lineup/',
  49786.                     '/ua/models/credit/' => '/ua/finance/credit',
  49787.                     '/ua/models/credit/credit-indexbank/' => '/ua/finance/credit',
  49788.                     '/ua/models/credit/credit-indexbank-cx-5/' => '/ua/finance/credit',
  49789.                     '/ua/models/credit/credit-partners/' => '/ua/finance/credit',
  49790.                     '/ua/models/credit/oschadbank2019/' => '/ua/finance/credit',
  49791.                     '/ua/models/credit/oschadbankdrive/' => '/ua/finance/credit',
  49792.                     '/ua/models/credit/oschadbanklight/' => '/ua/finance/credit',
  49793.                     '/ua/models/cx-3/design/' => '/ua/model-lineup/mazda-cx-3',
  49794.                     '/ua/models/cx-3/innovation/' => '/ua/model-lineup/mazda-cx-3',
  49795.                     '/ua/models/cx-3/overview' => '/ua/model-lineup/mazda-cx-3',
  49796.                     '/ua/models/cx-3/overview/' => '/ua/model-lineup/mazda-cx-3',
  49797.                     '/ua/models/cx-3/press/' => '/ua/model-lineup/mazda-cx-3',
  49798.                     '/ua/models/mazda-2/i-activsense/' => '/ua/model-lineup/',
  49799.                     '/ua/models/mazda-2/mzd/' => '/ua/model-lineup/',
  49800.                     '/ua/models/mazda-2/overview' => '/ua/model-lineup/',
  49801.                     '/ua/models/mazda-2/press/' => '/ua/model-lineup/',
  49802.                     '/ua/models/mazda-2/technology/' => '/ua/model-lineup/',
  49803.                     '/ua/models/mazda6-diesel/overview' => '/ua/model-lineup/mazda6',
  49804.                     '/ua/models/mazda6-diesel/press/' => '/ua/model-lineup/mazda6',
  49805.                     '/ua/models/mazdaassistance/' => '/ua/finance/assistance',
  49806.                     '/ua/models/mazda-cx5/overview' => '/ua/model-lineup/mazda-cx-5',
  49807.                     '/ua/models/mazda-cx5/press/' => '/ua/model-lineup/mazda-cx-5',
  49808.                     '/ua/models/mazda-cx9/design/' => '/ua/model-lineup/mazda-cx-9',
  49809.                     '/ua/models/mazda-cx9/innovation/' => '/ua/model-lineup/mazda-cx-9',
  49810.                     '/ua/models/mazda-cx9/overview' => '/ua/model-lineup/mazda-cx-9',
  49811.                     '/ua/models/mazda-cx9/press/' => '/ua/model-lineup/mazda-cx-9',
  49812.                     '/ua/models/mazda-leasing/' => '/ua/finance/leasing',
  49813.                     '/ua/models/new_2018_mazda6/' => '/ua/model-lineup/mazda6',
  49814.                     '/ua/models/new_2018_mazda6/design/' => '/ua/model-lineup/mazda6',
  49815.                     '/ua/models/new_2018_mazda6/innovation/' => '/ua/model-lineup/mazda6',
  49816.                     '/ua/models/new_2018_mazda6/overview' => '/ua/model-lineup/mazda6',
  49817.                     '/ua/models/new_2018_mazda6/press/' => '/ua/model-lineup/mazda6',
  49818.                     '/ua/models/new_2018_mazda6/zamovlennya-new-2018-mazda-6/' => '/ua/model-lineup/mazda6',
  49819.                     '/ua/models/new_mazda3/overview' => '/ua/model-lineup/mazda3',
  49820.                     '/ua/models/new_mazda3/press/' => '/ua/model-lineup/mazda3',
  49821.                     '/ua/models/new-cx-5/design/' => '/ua/model-lineup/mazda-cx-5',
  49822.                     '/ua/models/new-cx-5/innovation/' => '/ua/model-lineup/mazda-cx-5',
  49823.                     '/ua/models/new-cx-5/overview' => '/ua/model-lineup/mazda-cx-5',
  49824.                     '/ua/models/new-cx-5/press/' => '/ua/model-lineup/mazda-cx-5',
  49825.                     '/ua/models/new-mazda3' => '/ua/model-lineup/mazda3',
  49826.                     '/ua/models/new-mazda3/design/' => '/ua/model-lineup/mazda3',
  49827.                     '/ua/models/new-mazda3/innovation/' => '/ua/model-lineup/mazda3',
  49828.                     '/ua/models/new-mazda3/overview' => '/ua/model-lineup/mazda3',
  49829.                     '/ua/models/new-mazda3/overview/' => '/ua/model-lineup/mazda3',
  49830.                     '/ua/models/new-mazda3/press/' => '/ua/model-lineup/mazda3',
  49831.                     '/ua/models/new-mazda-6/design/' => '/ua/model-lineup/mazda6',
  49832.                     '/ua/models/new-mazda-6/overview' => '/ua/model-lineup/mazda6',
  49833.                     '/ua/models/new-mazda-6/press/' => '/ua/model-lineup/mazda6',
  49834.                     '/ua/models/testdrive' => '/ua/testdrive-form',
  49835.                     '/ua/models/tradein/' => '/ua/finance/trade-in',
  49836.                     '/ua/serviceand-warranty/contacts/' => '/ua/about/contacts/',
  49837.                     '/ua/serviceand-warranty/digital-service-records/' => '/ua/service/order-to',
  49838.                     '/ua/serviceand-warranty/dopservice/' => '/ua/service/order-to',
  49839.                     '/ua/serviceand-warranty/dopservice/air' => '/ua/service/order-to',
  49840.                     '/ua/serviceand-warranty/loyality/' => '/ua/',
  49841.                     '/ua/serviceand-warranty/service-actions/' => '/ua/stocks/',
  49842.                     '/ua/serviceand-warranty/to/' => '/ua/service/order-to',
  49843.                     '/ua/serviceand-warranty/vin-text/' => '/ua/',
  49844.                     '/ua/serviceand-warranty/warranty/' => '/ua/service/warranty',
  49845.                     '/ua/serviceand-warranty/zapisTO/' => '/ua/service/order-to',
  49846.                     '/ua/sping_super_offer_2017' => '/ua/',
  49847.                     '/ua/vnimanie-moshenniki' => '/ua/',
  49848.                     '/vidi-sky/' => '/ua/',
  49849.                     '/vidi-sky/news-and-events/news/' => '/ua/',
  49850.                     '/vidi-sky/news-and-events/news/2020-03-17/' => '/ua/',
  49851.                     '/vidi-sky/news-and-events/news/2020-03-20/' => '/ua/',
  49852.                     '/vidi-sky/service-and-maintenance/' => '/ua/service/order-to',
  49853.                     '/vidi-sky/service-and-maintenance/airport-service/' => '/ua/service/order-to',
  49854.                     '/vidi-sky/service-and-maintenance/digital-service-records/' => '/ua/service/order-to',
  49855.                     '/vidi-sky/service-and-maintenance/service-offers/2020-04-10/' => '/ua/service/order-to',
  49856.                     '/vidi-sky/service-and-maintenance/to/' => '/ua/service/order-to',
  49857.                     '/why-mazda/design/' => '/ua/',
  49858.                     '/why-mazda/drive-together-car-advert/' => '/ua/',
  49859.                     '/why-mazda/news-and-events/news/' => '/ua/',
  49860.                     '/why-mazda/news-and-events/news/2019-12-10/' => '/ua/',
  49861.                     '/why-mazda/news-and-events/news/2020-02-28/' => '/ua/',
  49862.                     '/why-mazda/technology/' => '/ua/service/skyactive',
  49863.                     '/buyers/deals/162809/' => '/ua/',
  49864.                     '/models/mazda-cx7-fl/' => '/ua/model-lineup/',
  49865.                     '/models/' => '/ua/model-lineup/',
  49866.                     '/models/new-mazda-3/' => '/ua/model-lineup/mazda3-hatchback',
  49867.                     '/models/new-mazda-3/complectation/' => '/ua/model-lineup/mazda3-hatchback',
  49868.                     '/ru/finance/business' => '/ru/finance/for-bussines',
  49869.                     '/ua/finance/business' => '/ua/finance/for-bussines',
  49870.                 ],
  49871.                 'FORD_DC' => [
  49872.                     '/ru/avtomobili/kuganew/' => '/ru/avtomobili/kuga/',
  49873.                     '/ua/avtomobili/kuganew/' => '/ua/avtomobili/kuga/',
  49874.                     '/ru/service/' => '/ru/service/to/',
  49875.                     '/ua/service/' => '/ua/service/to/',
  49876.                     '/ru/financial/' => '/ru/',
  49877.                     '/ua/financial/' => '/ua/',
  49878.                     '/ru/avtomobili/edge-new/' => '/ru/avtomobili/',
  49879.                     '/ru/avtomobili/fordka/' => '/ru/avtomobili/',
  49880.                     '/ru/avtomobili/focus-rs/' => '/ru/avtomobili/',
  49881.                     '/ru/avtomobili/mondeo-new/' => '/ru/avtomobili/',
  49882.                     '/ru/avtomobili/focus-st/' => '/ru/avtomobili/',
  49883.                     '/ru/avtomobili/focus/' => '/ru/avtomobili/',
  49884.                     '/ru/avtomobili/edge/' => '/ru/avtomobili/',
  49885.                     '/ua/avtomobili/edge-new/' => '/ua/avtomobili/',
  49886.                     '/ua/avtomobili/fordka/' => '/ua/avtomobili/',
  49887.                     '/ua/avtomobili/focus-rs/' => '/ua/avtomobili/',
  49888.                     '/ua/avtomobili/mondeo-new/' => '/ua/avtomobili/',
  49889.                     '/ua/avtomobili/focus-st/' => '/ua/avtomobili/',
  49890.                     '/ua/avtomobili/focus/' => '/ua/avtomobili/',
  49891.                     '/ua/avtomobili/edge/' => '/ua/avtomobili/',
  49892.                     '/about_us/' => '/ru/about_us/',
  49893.                     '/cars/' => '/ru/avtomobili/',
  49894.                     '/cars/c-max/' => '/ru/avtomobili/',
  49895.                     '/cars/fiesta/' => '/ru/avtomobili/fiesta-new/',
  49896.                     '/cars/fiesta/complectation/' => '/ru/avtomobili/fiesta-new/',
  49897.                     '/cars/fiesta/gallery/' => '/ru/avtomobili/fiesta-new/',
  49898.                     '/cars/focus/' => '/ru/avtomobili/focus-new/',
  49899.                     '/cars/focus/complectation/' => '/ru/avtomobili/focus-new/',
  49900.                     '/cars/focus_new/' => '/ru/avtomobili/focus-new/',
  49901.                     '/cars/focus_new/complectation/' => '/ru/avtomobili/focus-new/',
  49902.                     '/cars/focus_new/presentation/' => '/ru/avtomobili/focus-new/',
  49903.                     '/cars/fusion/' => '/ru/avtomobili/',
  49904.                     '/cars/galaxy/complectation/' => '/ru/avtomobili/',
  49905.                     '/cars/ka/' => '/ru/avtomobili/fordka/',
  49906.                     '/cars/kuga/' => '/ru/avtomobili/kuga/',
  49907.                     '/cars/kuga/tech_characteristics/' => '/ru/avtomobili/kuga/',
  49908.                     '/cars/mondeo/' => '/ru/avtomobili/mondeo-new/',
  49909.                     '/cars/mondeo/complectation/' => '/ru/avtomobili/mondeo-new/',
  49910.                     '/cars/new_b_max/' => '/ru/avtomobili/',
  49911.                     '/cars/new_b_max/complectation/' => '/ru/avtomobili/',
  49912.                     '/cars/nova-fiesta/' => '/ru/avtomobili/fiesta-new/',
  49913.                     '/cars/nova-fiesta/complectation/' => '/ru/avtomobili/fiesta-new/',
  49914.                     '/cars/nova-fiesta/exterior/' => '/ru/avtomobili/fiesta-new/',
  49915.                     '/cars/nova-fiesta/gallery/' => '/ru/avtomobili/fiesta-new/',
  49916.                     '/cars/nova-fiesta/interior/' => '/ru/avtomobili/fiesta-new/',
  49917.                     '/cars/nova-fiesta/tech_features/' => '/ru/avtomobili/fiesta-new/',
  49918.                     '/cars/nova-fiesta-st/' => '/ru/avtomobili/fiesta-st/',
  49919.                     '/cars/nova-kuga/' => '/ru/avtomobili/kuga/',
  49920.                     '/cars/nova-kuga/complectation/' => '/ru/avtomobili/kuga/',
  49921.                     '/cars/s-max/complectation/' => '/ru/avtomobili/',
  49922.                     '/commercial/' => '/ru/komertsijni-avto/',
  49923.                     '/commercial/tourneo-connect/' => '/ru/avtomobili/tourneo-connect/',
  49924.                     '/commercial/tourneo-connect/complectation/' => '/ru/avtomobili/tourneo-connect/',
  49925.                     '/commercial/transin-minubis/' => '/ru/avtomobili/transit-2-t/',
  49926.                     '/commercial/transin-minubis/complectation/' => '/ru/avtomobili/transit-2-t/',
  49927.                     '/commercial/transit/' => '/ru/avtomobili/transit-2-t/',
  49928.                     '/commercial/transit/complectation/' => '/ru/avtomobili/transit-2-t/',
  49929.                     '/commercial/transit-connect/' => '/ru/avtomobili/transit-connect/',
  49930.                     '/commercial/transit-connect/complectation/' => '/ru/avtomobili/transit-connect/',
  49931.                     '/commercial/transit-connect/tech_characteristics/' => '/ru/avtomobili/transit-connect/',
  49932.                     '/contacts/' => '/ru/about_us/contacts/',
  49933.                     '/fiesta-st/' => '/ru/avtomobili/fiesta-st/',
  49934.                     '/news/126989/' => '/ru/',
  49935.                     '/news/145408/' => '/ru/',
  49936.                     '/news/148106/' => '/ru/',
  49937.                     '/news/148455/' => '/ru/',
  49938.                     '/news/148869/' => '/ru/',
  49939.                     '/news/151814/' => '/ru/',
  49940.                     '/news/152516/' => '/ru/',
  49941.                     '/news/153313/' => '/ru/',
  49942.                     '/news/153911/' => '/ru/',
  49943.                     '/news/157670/' => '/ru/',
  49944.                     '/news/157694/' => '/ru/',
  49945.                     '/news/159227/' => '/ru/',
  49946.                     '/news/166277/' => '/ru/',
  49947.                     '/news/37904/' => '/ru/',
  49948.                     '/news/81946/' => '/ru/',
  49949.                     '/offers/' => '/ru/',
  49950.                     '/offers/ford-assistance/' => '/ru/',
  49951.                     '/offers/leasing' => '/ru/',
  49952.                     '/offers/loyalty/' => '/ru/',
  49953.                     '/offers/test-drive/' => '/ru/testdrive-form',
  49954.                     '/offers/trade_in/' => '/ru/financial/trade_in/',
  49955.                     '/service/' => '/ru/service/to/',
  49956.                     '/service/storage_of_tires/' => '/ru/service/storage_of_tires/',
  49957.                     '/service/to/' => '/ru/service/to/',
  49958.                     '/service/to-prices/' => '/ru/service/to/',
  49959.                     '/stocks/145862/' => '/ru/',
  49960.                     '/stocks/154627/' => '/ru/',
  49961.                     '/stocks/154647/' => '/ru/',
  49962.                     '/stocks/154740/' => '/ru/',
  49963.                     '/stocks/206418/' => '/ru/',
  49964.                     '/stocks/286456/' => '/ru/',
  49965.                     '/stocks/294928/' => '/ru/',
  49966.                     '/stocks/296185/' => '/ru/',
  49967.                     '/stocks/82248/' => '/ru/',
  49968.                     '/stocks/89952/' => '/ru/',
  49969.                     '/stocks/archive/170400/' => '/ru/',
  49970.                     '/stocks/service-day/' => '/ru/',
  49971.                     '/ru/avtomobili/fiesta-st/' => '/ru/avtomobili/',
  49972.                     '/ua/avtomobili/fiesta-st/' => '/ua/avtomobili/',
  49973.                     '/ru/komertsijni-avto/' => '/ru/avtomobili/category/komertsijni-avto',
  49974.                     '/ua/komertsijni-avto/' => '/ua/avtomobili/category/komertsijni-avto',
  49975.                     '/ru/avtomobili/transit-custom-mca-van' => '/ru/avtomobili/new-transit-custom',
  49976.                     '/ua/avtomobili/transit-custom-mca-van' => '/ua/avtomobili/new-transit-custom',
  49977.                     '/ru/avtomobili/kuga-new/' => '/ru/avtomobili/kuga/',
  49978.                     '/ru/avtomobili/kuga-new/configuration' => '/ru/avtomobili/kuga/configuration',
  49979.                     '/ua/avtomobili/kuga-new/' => '/ua/avtomobili/kuga/',
  49980.                     '/ua/avtomobili/kuga-new/configuration' => '/ua/avtomobili/kuga/configuration',
  49981.                     '/ru/avtomobili/transit-custom-mca-van/' => '/ru/avtomobili/new-transit-custom/',
  49982.                     '/ru/avtomobili/transit-custom-mca-van/configuration' => '/ru/avtomobili/new-transit-custom/configuration',
  49983.                     '/ua/avtomobili/transit-custom-mca-van/' => '/ua/avtomobili/new-transit-custom/',
  49984.                     '/ua/avtomobili/transit-custom-mca-van/configuration' => '/ua/avtomobili/new-transit-custom/configuration',
  49985.                     '/ru/avtomobili/ford-new-puma-hybrid/' => '/ru/avtomobili/puma/',
  49986.                     '/ru/avtomobili/ford-new-puma-hybrid/configuration' => '/ru/avtomobili/puma/configuration',
  49987.                     '/ua/avtomobili/ford-new-puma-hybrid/' => '/ua/avtomobili/puma/',
  49988.                     '/ua/avtomobili/ford-new-puma-hybrid/configuration' => '/ua/avtomobili/puma/configuration',
  49989.                     '/ua/avtomobili/ford-kuga-hybrid/' => '/ua/avtomobili/kuga/',
  49990.                     '/ru/avtomobili/ford-kuga-hybrid/' => '/ru/avtomobili/kuga/',
  49991.                     '/ua/avtomobili/ford-kuga-hybrid/configuration' => '/ua/avtomobili/kuga/configuration',
  49992.                     '/ru/avtomobili/ford-kuga-hybrid/configuratio' => '/ru/avtomobili/kuga/configuration',
  49993.                 ],
  49994.                 'GRAND' => [
  49995.                     '/models/vitara/complectation/' => '/ua/model-lineup/vitara',
  49996.                     '/ru' => '/ru/',
  49997.                     '/ru/autocenter/contacts' => '/ru/about/contacts/',
  49998.                     '/ru/car/1/vitara' => '/ru/model-lineup/vitara',
  49999.                     '/ru/car/3/grand-vitara' => '/ru/model-lineup/vitara',
  50000.                     '/ru/car/4/jimny' => '/ru/model-lineup/jimny',
  50001.                     '/ru/car/5/sx4' => '/ru/model-lineup/sx4',
  50002.                     '/ru/customer/financials' => '/ru/finance/credit',
  50003.                     '/ru/customer/testdrive' => '/ru/testdrive-form',
  50004.                     '/services/mot/' => '/ru/service/order-to',
  50005.                     '/shrovetide/' => '/ru/',
  50006.                     '/test-drive/' => '/ua/testdrive-form',
  50007.                     '/ua/car/3/grand-vitara' => '/ua/model-lineup/vitara',
  50008.                     '/ua/customer/testdrive' => '/ua/testdrive-form',
  50009.                     '/ua/service/servicecenter' => '/ua/service/order-to',
  50010.                     '/ru/car/35/onovlena-vitara' => '/ru/model-lineup/vitara',
  50011.                     '/ua/autocenter/contacts' => '/ua/about/contacts/',
  50012.                     '/ua/autocenter/newsitem/3071/politika-po-kachestvu-vidi-avtositi-koljcevaya' => '/ua/',
  50013.                     '/ua/autocenter/newsitem/3093/avtocentr-suzuki-vidi-grand-priglashaet-na-suzuki-summer-drive' => '/ua/',
  50014.                     '/ua/car/35/onovlena-vitara' => '/ua/model-lineup/vitara',
  50015.                     '/ua/car/5/sx4' => '/ua/model-lineup/sx4',
  50016.                     '/ua/moto/18/gsx250r-abs' => '/ua/moto-model-lineup/gsx250r-abs',
  50017.                     '/ua/moto/30/sv650a' => '/ua/moto-model-lineup/sv650a',
  50018.                     '/ua/moto/32/v-strom-250-abs' => '/ua/moto-model-lineup/v-strom-250-abs',
  50019.                     '/ru/model-lineup/swift-hybrid' => '/ru/model-lineup/swift',
  50020.                     '/ua/model-lineup/swift-hybrid' => '/ua/model-lineup/swift',
  50021.                 ],
  50022.                 'OPEL' => [
  50023.                     '/ua/komertsijni-avto/' => '/ua/model-lineup/category/komertsijni-avto',
  50024.                     '/ru/komertsijni-avto/' => '/ru/model-lineup/category/komertsijni-avto',
  50025.                 ],
  50026.                 'HAVAL' => [
  50027.                     '/ru/model-lineup/M6' => '/ru/model-lineup/m6',
  50028.                     '/ru/model-lineup/M6/configuration' => '/ru/model-lineup/m6/configuration',
  50029.                     '/ua/model-lineup/M6' => '/ua/model-lineup/m6',
  50030.                     '/ua/model-lineup/M6/configuration' => '/ua/model-lineup/m6/configuration',
  50031.                 ],
  50032.                 'MG' => [
  50033.                     '/ua/model-lineup/mg-zs-new' => '/ua/model-lineup/mg-zs',
  50034.                     '/ru/model-lineup/mg-zs-new' => '/ru/model-lineup/mg-zs',
  50035.                     '/ua/model-lineup/mg-hs-new' => '/ua/model-lineup/mg-hs',
  50036.                     '/ru/model-lineup/mg-hs-new' => '/ru/model-lineup/mg-hs',
  50037.                     '/ua/model-lineup/mg-zs-new/configuration' => '/ua/model-lineup/mg-zs/configuration',
  50038.                     '/ru/model-lineup/mg-zs-new/configuration' => '/ru/model-lineup/mg-zs/configuration',
  50039.                     '/ua/model-lineup/mg-hs-new/configuration' => '/ua/model-lineup/mg-hs/configuration',
  50040.                     '/ru/model-lineup/mg-hs-new/configuration' => '/ru/model-lineup/mg-hs/configuration',
  50041.                 ],
  50042.             ],
  50043.             'security.role_hierarchy.roles' => [
  50044.                 'ROLE_API_USER' => [
  50045.                     => 'ROLE_USER',
  50046.                 ],
  50047.                 'ROLE_LOYALTY_USER' => [
  50048.                     => 'ROLE_USER',
  50049.                 ],
  50050.                 'ROLE_INSURANCE_USER' => [
  50051.                     => 'ROLE_USER',
  50052.                 ],
  50053.                 'ROLE_ADMIN' => [
  50054.                     => 'ROLE_USER',
  50055.                     => 'ROLE_SONATA_ADMIN',
  50056.                     => 'ROLE_SONATA_MEDIA_ADMIN_MEDIA_ALL',
  50057.                     => 'ROLE_SONATA_MEDIA_ADMIN_GALLERY_ALL',
  50058.                     => 'ROLE_SONATA_MEDIA_ADMIN_GALLERY_HAS_MEDIA_ALL',
  50059.                     => 'ROLE_ADMIN_VEHICLE_AUTO_RIA_OPTION_ALL',
  50060.                 ],
  50061.                 'ROLE_INSURANCE_AVARKOM' => [
  50062.                     => 'ROLE_ADMIN',
  50063.                     => 'ROLE_ADMIN_INSURANCE_CASE_ALL',
  50064.                 ],
  50065.                 'ROLE_SERVICE_MANAGER' => [
  50066.                     => 'ROLE_ADMIN',
  50067.                     => 'ROLE_ADMIN_SERVICE_JOB_ALL',
  50068.                     => 'ROLE_ADMIN_SERVICE_TO_REGULATIONS_ALL',
  50069.                     => 'ROLE_ADMIN_SERVICE_PART_ALL',
  50070.                     => 'ROLE_ADMIN_SERVICE_SERVISE_PAGE_ALL',
  50071.                     => 'ROLE_ADMIN_SERVICE_SERVICE_PAGE_CATEGORY_ALL',
  50072.                     => 'ROLE_ADMIN_SERVICE_SERVICE_PAGE_CATEGORY_CONTENT_ALL',
  50073.                     => 'ROLE_ADMIN_SERVICE_BODY_REPAIR_CATEGORY_ALL',
  50074.                     => 'ROLE_ADMIN_SERVICE_BODY_REPAIR_CATEGORY_CONTENT_ALL',
  50075.                 ],
  50076.                 'ROLE_CORP_SALES_MANAGER' => [
  50077.                     => 'ROLE_ADMIN',
  50078.                     => 'ROLE_ADMIN_CORE_CORP_SALES_ALL',
  50079.                 ],
  50080.                 'ROLE_CREDIT_MANAGER' => [
  50081.                     => 'ROLE_ADMIN',
  50082.                     => 'ROLE_ADMIN_CREDIT_PROGRAMM_ALL',
  50083.                 ],
  50084.                 'ROLE_ACQUIRING_ADMIN' => [
  50085.                     => 'ROLE_ADMIN',
  50086.                     => 'ROLE_ADMIN_ORDER_ALL',
  50087.                 ],
  50088.                 'ROLE_CRM_ADMIN' => [
  50089.                     => 'ROLE_ADMIN',
  50090.                     => 'ROLE_ADMIN_TXN_ALL',
  50091.                     => 'ROLE_ADMIN_TASK_ALL',
  50092.                 ],
  50093.                 'ROLE_INSURANCE_ADMIN' => [
  50094.                     => 'ROLE_INSURANCE_AVARKOM',
  50095.                     => 'ROLE_ADMIN',
  50096.                     => 'ROLE_ADMIN_TICKET_ALL',
  50097.                     => 'ROLE_ADMIN_TICKET-DASHBOARD_ALL',
  50098.                     => 'ROLE_ADMIN_INSURANCE_PRORGAMM_ALL',
  50099.                     => 'ROLE_ADMIN_INSURANCE_ACTIONS_POST_ALL',
  50100.                     => 'ROLE_ADMIN_INSURANCE_PAYOUTS_ALL',
  50101.                     => 'ROLE_ADMIN_INSURANCE_NEWS_POST_ALL',
  50102.                     => 'ROLE_ADMIN_INSURANCE_REVIEW_ALL',
  50103.                     => 'ROLE_ADMIN_DEALER_ALL',
  50104.                     10 => 'ROLE_ADMIN_BRAND_ALL',
  50105.                     11 => 'ROLE_ADMIN_INNER_MAIL_ALL',
  50106.                     12 => 'ROLE_ADMIN_INSURANCE_INFORMATION_DOCUMENT_ALL',
  50107.                     13 => 'ROLE_ADMIN_INSURANCE_INFORMATION_DOCUMENT_CATEGORY_ALL',
  50108.                     14 => 'ROLE_ADMIN_INSURANCE_INFORMATION_DOCUMENT_CATEGORY_CONTENT_ALL',
  50109.                     15 => 'ROLE_ADMIN_INSURANCE_INSURANCE_CONDITION_ALL',
  50110.                     16 => 'ROLE_ADMIN_INSURANCE_INSURANCE_CONDITION_CATEGORY_ALL',
  50111.                     17 => 'ROLE_ADMIN_INSURANCE_INSURANCE_CONDITION_CATEGORY_CONTENT_ALL',
  50112.                     18 => 'ROLE_ADMIN_INSURANCE_MEDIATION_SERVICE_ALL',
  50113.                     19 => 'ROLE_ADMIN_INSURANCE_MEDIATION_SERVICE_MEDIATOR_ALL',
  50114.                     20 => 'ROLE_ADMIN_INSURANCE_MEDIATOR_PRODUCT_ALL',
  50115.                     21 => 'ROLE_ADMIN_INSURANCE_FAQ_ALL',
  50116.                 ],
  50117.                 'ROLE_TRIGGER_ADMIN' => [
  50118.                     => 'ROLE_ADMIN',
  50119.                 ],
  50120.                 'ROLE_DC_MANAGER' => [
  50121.                     => 'ROLE_ADMIN',
  50122.                     => 'ROLE_ADMIN_VEHICLES_IN_STOCK_PART_ALL',
  50123.                     => 'ROLE_ADMIN_DC_SALES_CONTRACT',
  50124.                     => 'ROLE_ADMIN_TICKET_ALL',
  50125.                     => 'ROLE_ADMIN_TICKET-DASHBOARD_ALL',
  50126.                     => 'ROLE_ADMIN_DC_ALL_LEADS_ALL',
  50127.                     => 'ROLE_ADMIN_DC_CONFIGURATOR_OFFER_ALL',
  50128.                     => 'ROLE_ADMIN_ESTIMATE_ODDS_ALL',
  50129.                     => 'ROLE_ADMIN_DC_ACTIONS_POST_ALL',
  50130.                     => 'ROLE_ADMIN_SYNC_INFO_ALL',
  50131.                     10 => 'ROLE_ADMIN_DC_NEWS_POST_ALL',
  50132.                     11 => 'ROLE_ADMIN_DC_VACANCY_ALL',
  50133.                     12 => 'ROLE_ADMIN_DC_SLIDER_ALL',
  50134.                     13 => 'ROLE_ADMIN_DC_RESUME_ALL',
  50135.                     14 => 'ROLE_ADMIN_DC_EVENTS_ALL',
  50136.                     15 => 'ROLE_ADMIN_CORE_WORKER_ALL',
  50137.                     16 => 'ROLE_ADMIN_CORE_DEPARTMENT_ALL',
  50138.                     17 => 'ROLE_ADMIN_DC_TEST_DRIVE_ROUTES_ALL',
  50139.                     18 => 'ROLE_ADMIN_DC_SALES_CONTRACT_ALL',
  50140.                     19 => 'ROLE_ADMIN_DC_ACCESSORIES_PARTS_ALL',
  50141.                     20 => 'ROLE_ADMIN_DC_ACCESSORIES_ALL',
  50142.                     21 => 'ROLE_ADMIN_CAR_ACCESSORIES_GROUP_ALL',
  50143.                     22 => 'ROLE_ADMIN_CAR_ACCESSORIES_ALL',
  50144.                     23 => 'ROLE_ADMIN_DC_PAGES_ALL',
  50145.                     24 => 'ROLE_ADMIN_VEHICLES_MODEL_ALL',
  50146.                     25 => 'ROLE_ADMIN_VEHICLES_EQUIPMENT_IPTION_ALL',
  50147.                     26 => 'ROLE_ADMIN_VEHICLES_EQUIPMENT_ALL',
  50148.                     27 => 'ROLE_ADMIN_VEHICLES_FILE_ALL',
  50149.                     28 => 'ROLE_ADMIN_VEHICLES_FEATURES_GROUP_ALL',
  50150.                     29 => 'ROLE_ADMIN_VEHICLES_CATEGORY_ALL',
  50151.                     30 => 'ROLE_ADMIN_VEHICLES_GROUP_ALL',
  50152.                     31 => 'ROLE_ADMIN_VEHICLES_RECOMMEND_GROUP_ALL',
  50153.                     32 => 'ROLE_ADMIN_SEO_ALL',
  50154.                     33 => 'ROLE_ADMIN_SHOP_GOODS_ALL',
  50155.                     34 => 'ROLE_ADMIN_SHOP_GROUP_ALL',
  50156.                     35 => 'ROLE_ADMIN_VEHICLES_FAQS_ALL',
  50157.                     36 => 'ROLE_ADMIN_VEHICLES_VEHICLE_ITEM_ALL',
  50158.                     37 => 'ROLE_ADMIN_VEHICLES_PASSENGER_VEHICLE_ALL',
  50159.                     38 => 'ROLE_ADMIN_VEHICLES_PASSENGER_VARIATION_ALL',
  50160.                     39 => 'ROLE_ADMIN_VEHICLES_PASSENGER_IN_STOCK_ALL',
  50161.                     40 => 'ROLE_ADMIN_VEHICLES_PASSENGER_RENT_ALL',
  50162.                     41 => 'ROLE_ADMIN_VEHICLES_PASSENGER_USED_ALL',
  50163.                     42 => 'ROLE_ADMIN_VEHICLES_SPECIFICATION_ALL',
  50164.                     43 => 'ROLE_ADMIN_VEHICLES_FRAIGHT_VEHICLE_ALL',
  50165.                     44 => 'ROLE_ADMIN_VEHICLES_FRAIGHT_VARIATION_ALL',
  50166.                     45 => 'ROLE_ADMIN_VEHICLES_FRAIGHT_IN_STOCK_ALL',
  50167.                     46 => 'ROLE_ADMIN_VEHICLES_FRAIGHT_SPECIFICATION_ALL',
  50168.                     47 => 'ROLE_ADMIN_VEHICLES_BUS_VEHICLE_ALL',
  50169.                     48 => 'ROLE_ADMIN_VEHICLES_BUS_VARIATION_ALL',
  50170.                     49 => 'ROLE_ADMIN_VEHICLES_BUS_SPECIFICATION_ALL',
  50171.                     50 => 'ROLE_ADMIN_VEHICLES_MOTO_VEHICLE_ALL',
  50172.                     51 => 'ROLE_ADMIN_VEHICLES_MOTO_VARIATION_ALL',
  50173.                     52 => 'ROLE_ADMIN_VEHICLES_MOTO_IN_STOCK_ALL',
  50174.                     53 => 'ROLE_ADMIN_VEHICLES_MOTO_USED_ALL',
  50175.                     54 => 'ROLE_ADMIN_VEHICLES_MOTO_RENT_ALL',
  50176.                     55 => 'ROLE_ADMIN_VEHICLES_WATER_VEHICLE_ALL',
  50177.                     56 => 'ROLE_ADMIN_VEHICLES_WATER_VARIATION_ALL',
  50178.                     57 => 'ROLE_ADMIN_VEHICLES_SPECIAL_VEHICLE_ALL',
  50179.                     58 => 'ROLE_ADMIN_VEHICLES_SPECIAL_VARIATION_ALL',
  50180.                     59 => 'ROLE_ADMIN_VEHICLES_SPECIAL_PROJECTS_ALL',
  50181.                     60 => 'ROLE_ADMIN_VEHICLES_PASSENGER_IN_STOCK_SPECIAL_ALL',
  50182.                     61 => 'ROLE_ADMIN_VEHICLES_PASSENGER_VEHICLE_SPECIAL_ALL',
  50183.                     62 => 'ROLE_ADMIN_DC_GENERATOR_ALL',
  50184.                     63 => 'ROLE_ADMIN_REPORT_ALL',
  50185.                     64 => 'ROLE_ADMIN_CRITICAL_LOG_ALL',
  50186.                     65 => 'ROLE_DC_SITE_ADMIN_BOAT_ALL',
  50187.                     66 => 'ROLE_DC_SITE_ADMIN_NON_MOTORIZED_BOAT_ALL',
  50188.                     67 => 'ROLE_DC_SITE_ADMIN_BOAT_ENGINE_ALL',
  50189.                     68 => 'ROLE_ADMIN_DC_TEST_DRIVE_ALL',
  50190.                     69 => 'ROLE_ADMIN_DC_TOUR_ROUTES_ALL',
  50191.                     70 => 'ROLE_ADMIN_DC_TOUR_ROUTE_CONTENT_ALL',
  50192.                     71 => 'ROLE_ADMIN_DC_TOUR_ROUTE_PARAMS_ALL',
  50193.                     72 => 'ROLE_PORTAL_ADMIN_SLIDER_ALL',
  50194.                     73 => 'ROLE_ADMIN_DC_TERMS_MAINTENANCE_ALL',
  50195.                     74 => 'ROLE_ADMIN_VEHICLES_FILTER_ALL',
  50196.                     75 => 'ROLE_ADMIN_VEHICLES_AUTORIA_ALL',
  50197.                     76 => 'ROLE_ADMIN_DEALER_ALL',
  50198.                     77 => 'ROLE_ADMIN_BRAND_ALL',
  50199.                     78 => 'ROLE_ADMIN_INNER_MAIL_ALL',
  50200.                     79 => 'ROLE_ADMIN_VEHICLES_FEATURES_ALL',
  50201.                     80 => 'ROLE_ADMIN_VEHICLES_SPECIFICATION_OPTIONS_ALL',
  50202.                     81 => 'ROLE_ADMIN_VEHICLES_DIRECTION_OF_PRODUCTION_ALL',
  50203.                     82 => 'ROLE_ADMIN_USER_ALL',
  50204.                     83 => 'ROLE_ADMIN_DC_SALES_CONTRACT_ALL',
  50205.                     84 => 'ROLE_ADMIN_DC_REPLACEMENT_CAR_CONDITION_ALL',
  50206.                     85 => 'ROLE_ADMIN_SERVICE_OIL_ALL',
  50207.                     86 => 'ROLE_ADMIN_SERVICE_OIL_TO_ALL',
  50208.                     87 => 'ROLE_ADMIN_VEHICLES_ENGINE_ALL',
  50209.                     88 => 'ROLE_ADMIN_DC_SPECIAL_OFFERS_ALL',
  50210.                     89 => 'ROLE_ADMIN_VEHICLES_FAQS_ALL',
  50211.                     90 => 'ROLE_ADMIN_DC_FAQ_ALL',
  50212.                     91 => 'ROLE_ADMIN_DC_CLIENT_PARTNER_ALL',
  50213.                     92 => 'ROLE_ADMIN_DC_ACCESSORIES_PARTS_GROUP_ALL',
  50214.                     93 => 'ROLE_ADMIN_DC_ACCESSORIES_WORKS_ALL',
  50215.                     94 => 'ROLE_ADMIN_DC_ACCESSORIES_WORK_CATEGORY_ALL',
  50216.                     95 => 'ROLE_ADMIN_DC_OPERATING_MANUALS_ALL',
  50217.                     96 => 'ROLE_ADMIN_DC_BODY_REPAIR_CERTIFICATE_ALL',
  50218.                 ],
  50219.                 'ROLE_YAMAHA_SUB_DEALER' => [
  50220.                     => 'ROLE_ADMIN',
  50221.                     => 'ROLE_ADMIN_SUB_WORKER_ALL',
  50222.                     => 'ROLE_ADMIN_SUB_DEPARTMENT_ALL',
  50223.                     => 'ROLE_ADMIN_SUB_CONTACT_ALL',
  50224.                     => 'ROLE_ADMIN_SUB_ABOUT_COMPANY_ALL',
  50225.                     => 'ROLE_ADMIN_SUB_INNER_MAIL_ALL',
  50226.                     => 'ROLE_ADMIN_SUB_VEHICLES_MOTO_USED_ALL',
  50227.                     => 'ROLE_ADMIN_SUB_ACCESSORIES_ALL',
  50228.                     => 'ROLE_ADMIN_SUB_ACCESSORIES_GROUP_ALL',
  50229.                     => 'ROLE_ADMIN_SUB_VACANCY_ALL',
  50230.                     10 => 'ROLE_ADMIN_SUB_ACTIONS_POST_ALL',
  50231.                     11 => 'ROLE_ADMIN_SUB_NEWS_POST_ALL',
  50232.                     12 => 'ROLE_ADMIN_SUB_SLIDER_ALL',
  50233.                     13 => 'ROLE_ADMIN_SUB_TEST_DRIVE_ALL',
  50234.                     14 => 'ROLE_ADMIN_SUB_PAGES_SERVICES_ALL',
  50235.                     15 => 'ROLE_ADMIN_SUB_SEO_ALL',
  50236.                 ],
  50237.                 'ROLE_BUYER' => [
  50238.                     => 'ROLE_ADMIN',
  50239.                     => 'ROLE_ADMIN_DC_ALL_LEADS_ALL',
  50240.                     => 'ROLE_ADMIN_DC_CONFIGURATOR_OFFER_ALL',
  50241.                     => 'ROLE_ADMIN_ESTIMATE_ODDS_ALL',
  50242.                     => 'ROLE_ADMIN_DC_SALES_CONTRACT_ALL',
  50243.                 ],
  50244.                 'ROLE_AUTOMARKET_MANAGER' => [
  50245.                     => 'ROLE_ADMIN',
  50246.                     => 'ROLE_ADMIN_ESTIMATE_ODDS_ALL',
  50247.                     => 'ROLE_ADMIN_ESTIMATE_ODDS_ALL',
  50248.                     => 'ROLE_ADMIN_TICKET_ALL',
  50249.                     => 'ROLE_ADMIN_TICKET-DASHBOARD_ALL',
  50250.                     => 'ROLE_ADMIN_VEHICLES_MODEL_ALL',
  50251.                     => 'ROLE_ADMIN_VEHICLES_PASSENGER_USED_LIST',
  50252.                     => 'ROLE_ADMIN_VEHICLES_PASSENGER_USED_EDIT',
  50253.                     => 'ROLE_ADMIN_VEHICLES_PASSENGER_USED_DELETE',
  50254.                     => 'ROLE_ADMIN_DC_ACTIONS_POST_ALL',
  50255.                     10 => 'ROLE_ADMIN_SYNC_INFO_ALL',
  50256.                     11 => 'ROLE_ADMIN_DC_NEWS_POST_ALL',
  50257.                     12 => 'ROLE_ADMIN_DC_VACANCY_ALL',
  50258.                     13 => 'ROLE_ADMIN_DC_SLIDER_ALL',
  50259.                     14 => 'ROLE_ADMIN_DC_RESUME_ALL',
  50260.                     15 => 'ROLE_ADMIN_DC_EVENTS_ALL',
  50261.                     16 => 'ROLE_ADMIN_CORE_WORKER_ALL',
  50262.                     17 => 'ROLE_ADMIN_CORE_DEPARTMENT_ALL',
  50263.                     18 => 'ROLE_ADMIN_DC_TEST_DRIVE_ROUTES_ALL',
  50264.                     19 => 'ROLE_ADMIN_DC_SALES_CONTRACT_ALL',
  50265.                     20 => 'ROLE_ADMIN_INNER_MAIL_ALL',
  50266.                     21 => 'ROLE_ADMIN_VEHICLES_MARKDOWN_ALL',
  50267.                     22 => 'ROLE_ADMIN_VEHICLES_FILTER_ALL',
  50268.                     23 => 'ROLE_ADMIN_VEHICLES_AUTORIA_ALL',
  50269.                     24 => 'ROLE_ADMIN_VEHICLES_PASSENGER_USED_ALL',
  50270.                 ],
  50271.                 'ROLE_PORTAL_ADMIN' => [
  50272.                     => 'ROLE_ADMIN',
  50273.                     => 'ROLE_ADMIN_VIDI_SLIDER_ALL',
  50274.                     => 'ROLE_PORTAL_ADMIN_ANNOUNCEMENT_BAR_ALL',
  50275.                     => 'ROLE_ADMIN_VIDI_VACANCY_ALL',
  50276.                     => 'ROLE_ADMIN_VIDI_RESUME_ALL',
  50277.                     => 'ROLE_ADMIN_VIDI_CATALOG_BANNER_ALL',
  50278.                     => 'ROLE_ADMIN_VIDI_CREDIT_CALC_REVIEWS_ALL',
  50279.                     => 'ROLE_ADMIN_VIDI_BLOG_ALL',
  50280.                     => 'ROLE_ADMIN_VIDI_BLOG_CATEGORY_ALL',
  50281.                     => 'ROLE_ADMIN_TICKET_ALL',
  50282.                     10 => 'ROLE_ADMIN_TICKET-DASHBOARD_ALL',
  50283.                 ],
  50284.                 'ROLE_CONTENT_MANAGER' => [
  50285.                     => 'ROLE_ADMIN',
  50286.                     => 'ROLE_DC_MANAGER',
  50287.                     => 'ROLE_SERVICE_MANAGER',
  50288.                 ],
  50289.                 'ROLE_TICKET' => [
  50290.                     => 'ROLE_ADMIN',
  50291.                     => 'ROLE_ADMIN_TICKET_ALL',
  50292.                     => 'ROLE_ADMIN_TICKET-DASHBOARD_ALL',
  50293.                 ],
  50294.                 'ROLE_SUPER_ADMIN' => [
  50295.                     => 'ROLE_ADMIN',
  50296.                     => 'ROLE_ADMIN_TICKET-REPORT_ALL',
  50297.                     => 'ROLE_ACQUIRING_ADMIN',
  50298.                     => 'ROLE_CRM_ADMIN',
  50299.                     => 'ROLE_INSURANCE_ADMIN',
  50300.                     => 'ROLE_TRIGGER_ADMIN',
  50301.                     => 'ROLE_CONTENT_MANAGER',
  50302.                     => 'ROLE_LOYALTY_USER',
  50303.                     => 'ROLE_YAMAHA_SUB_DEALER',
  50304.                 ],
  50305.                 'ROLE_EMPLOYEE_MANAGER' => [
  50306.                     => 'ROLE_LOYALTY_USER',
  50307.                 ],
  50308.                 'ROLE_FOUNDERS' => [
  50309.                     => 'ROLE_ADMIN',
  50310.                     => 'ROLE_ADMIN_VIDI_FOUNDERSFOUNDERS_ALL',
  50311.                     => 'ROLE_ADMIN_VIDI_FOUNDERSBIOGRAPHY_ALL',
  50312.                     => 'ROLE_ADMIN_VIDI_FOUNDERSNEWS_ALL',
  50313.                     => 'ROLE_ADMIN_VIDI_FOUNDERSPUBLICATIONS_ALL',
  50314.                     => 'ROLE_ADMIN_VIDI_FOUNDERSPHOTO_ALL',
  50315.                     => 'ROLE_ADMIN_VIDI_FOUNDERSVIDEO_ALL',
  50316.                     => 'ROLE_ADMIN_FOUNDERS_BIOGRAPHY_ALL',
  50317.                     => 'ROLE_ADMIN_FOUNDERS_POST_ALL',
  50318.                     => 'ROLE_ADMIN_FOUNDERS_GALLERYPHOTO_ALL',
  50319.                     10 => 'ROLE_ADMIN_FOUNDERS_GALLERYVIDEO_ALL',
  50320.                     11 => 'ROLE_ADMIN_FOUNDER_BIOGRAPHY_ALL',
  50321.                     12 => 'ROLE_ADMIN_FOUNDER_NEWS_ALL',
  50322.                     13 => 'ROLE_ADMIN_FOUNDER_PUBLICATION_ALL',
  50323.                     14 => 'ROLE_ADMIN_FOUNDER_SOLEMN_EVENT_ALL',
  50324.                     15 => 'ROLE_ADMIN_FOUNDER_CATEGORY_SOCIAL_INVESTMENTS_ALL',
  50325.                     16 => 'ROLE_ADMIN_FOUNDER_SOCIAL_INVESTMENTS_ALL',
  50326.                     17 => 'ROLE_ADMIN_FOUNDER_GALLERYPHOTO_ALL',
  50327.                     18 => 'ROLE_ADMIN_FOUNDER_GALLERYVIDEO_ALL',
  50328.                 ],
  50329.                 'ROLE_HANDBOOK' => [
  50330.                     => 'ROLE_ADMIN_VEHICLES_MODEL_ALL',
  50331.                 ],
  50332.                 'ROLE_FILTERS' => [
  50333.                     => 'ROLE_ADMIN_VEHICLES_FILTER_ALL',
  50334.                     => 'ROLE_ADMIN_VEHICLES_AUTORIA_ALL',
  50335.                 ],
  50336.                 'ROLE_VIDI_VACANCY' => [
  50337.                     => 'ROLE_ADMIN',
  50338.                     => 'ROLE_ADMIN_VIDI_ALL',
  50339.                     => 'ROLE_ADMIN_VIDI_VACANCY_ALL',
  50340.                     => 'ROLE_ADMIN_VIDI_RESUME_ALL',
  50341.                 ],
  50342.                 'ROLE_ADMIN_LOGS' => [
  50343.                     => 'ROLE_ADMIN_LOGS_ALL',
  50344.                 ],
  50345.             ],
  50346.             'security.access.denied_url' => NULL,
  50347.             'security.authentication.manager.erase_credentials' => true,
  50348.             'security.authentication.session_strategy.strategy' => 'migrate',
  50349.             'security.access.always_authenticate_before_granting' => false,
  50350.             'security.authentication.hide_user_not_found' => true,
  50351.             'security.firewalls' => [
  50352.                 => 'main',
  50353.             ],
  50354.             'security.main._indexed_authenticators' => [
  50355.             ],
  50356.             'fos_user.backend_type_orm' => true,
  50357.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  50358.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  50359.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  50360.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  50361.             'fos_user.storage' => 'orm',
  50362.             'fos_user.firewall_name' => 'main',
  50363.             'fos_user.model_manager_name' => NULL,
  50364.             'fos_user.model.user.class' => 'CoreBundle\\Entity\\User',
  50365.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  50366.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  50367.             'fos_user.profile.form.validation_groups' => [
  50368.                 => 'Profile',
  50369.                 => 'Default',
  50370.             ],
  50371.             'fos_user.registration.confirmation.enabled' => false,
  50372.             'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  50373.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  50374.             'fos_user.registration.form.validation_groups' => [
  50375.                 => 'Registration',
  50376.                 => 'Default',
  50377.             ],
  50378.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  50379.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  50380.             'fos_user.change_password.form.validation_groups' => [
  50381.                 => 'ChangePassword',
  50382.                 => 'Default',
  50383.             ],
  50384.             'fos_user.resetting.retry_ttl' => 7200,
  50385.             'fos_user.resetting.token_ttl' => 86400,
  50386.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  50387.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  50388.             'fos_user.resetting.form.validation_groups' => [
  50389.                 => 'ResetPassword',
  50390.                 => 'Default',
  50391.             ],
  50392.             'knp_menu.renderer.list.options' => [
  50393.             ],
  50394.             'knp_menu.renderer.twig.options' => [
  50395.             ],
  50396.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  50397.             'knp_menu.default_renderer' => 'twig',
  50398.             'sonata.block.container.types' => [
  50399.                 => 'sonata.block.service.container',
  50400.                 => 'sonata.page.block.container',
  50401.                 => 'sonata.dashboard.block.container',
  50402.                 => 'cmf.block.container',
  50403.                 => 'cmf.block.slideshow',
  50404.             ],
  50405.             'sonata_block.blocks' => [
  50406.                 'sonata.admin.block.admin_list' => [
  50407.                     'contexts' => [
  50408.                         => 'admin',
  50409.                     ],
  50410.                     'templates' => [
  50411.                     ],
  50412.                     'cache' => 'sonata.cache.noop',
  50413.                     'settings' => [
  50414.                     ],
  50415.                 ],
  50416.                 'sonata.block.service.container' => [
  50417.                     'contexts' => [
  50418.                     ],
  50419.                     'templates' => [
  50420.                     ],
  50421.                     'cache' => 'sonata.cache.noop',
  50422.                     'settings' => [
  50423.                     ],
  50424.                 ],
  50425.                 'sonata.block.service.empty' => [
  50426.                     'contexts' => [
  50427.                     ],
  50428.                     'templates' => [
  50429.                     ],
  50430.                     'cache' => 'sonata.cache.noop',
  50431.                     'settings' => [
  50432.                     ],
  50433.                 ],
  50434.                 'sonata.block.service.text' => [
  50435.                     'contexts' => [
  50436.                     ],
  50437.                     'templates' => [
  50438.                     ],
  50439.                     'cache' => 'sonata.cache.noop',
  50440.                     'settings' => [
  50441.                     ],
  50442.                 ],
  50443.                 'sonata.block.service.rss' => [
  50444.                     'contexts' => [
  50445.                     ],
  50446.                     'templates' => [
  50447.                     ],
  50448.                     'cache' => 'sonata.cache.noop',
  50449.                     'settings' => [
  50450.                     ],
  50451.                 ],
  50452.                 'sonata.block.service.template' => [
  50453.                     'contexts' => [
  50454.                     ],
  50455.                     'templates' => [
  50456.                     ],
  50457.                     'cache' => 'sonata.cache.noop',
  50458.                     'settings' => [
  50459.                     ],
  50460.                 ],
  50461.                 'sonata.block.service.menu' => [
  50462.                     'contexts' => [
  50463.                     ],
  50464.                     'templates' => [
  50465.                     ],
  50466.                     'cache' => 'sonata.cache.noop',
  50467.                     'settings' => [
  50468.                     ],
  50469.                 ],
  50470.                 'sonata.admin.block.search_result' => [
  50471.                     'contexts' => [
  50472.                     ],
  50473.                     'templates' => [
  50474.                     ],
  50475.                     'cache' => 'sonata.cache.noop',
  50476.                     'settings' => [
  50477.                     ],
  50478.                 ],
  50479.                 'sonata.admin.block.stats' => [
  50480.                     'contexts' => [
  50481.                     ],
  50482.                     'templates' => [
  50483.                     ],
  50484.                     'cache' => 'sonata.cache.noop',
  50485.                     'settings' => [
  50486.                     ],
  50487.                 ],
  50488.                 'sonata.admin.block.admin_preview' => [
  50489.                     'contexts' => [
  50490.                     ],
  50491.                     'templates' => [
  50492.                     ],
  50493.                     'cache' => 'sonata.cache.noop',
  50494.                     'settings' => [
  50495.                     ],
  50496.                 ],
  50497.                 'sonata.media.block.media' => [
  50498.                     'contexts' => [
  50499.                     ],
  50500.                     'templates' => [
  50501.                     ],
  50502.                     'cache' => 'sonata.cache.noop',
  50503.                     'settings' => [
  50504.                     ],
  50505.                 ],
  50506.                 'sonata.media.block.feature_media' => [
  50507.                     'contexts' => [
  50508.                     ],
  50509.                     'templates' => [
  50510.                     ],
  50511.                     'cache' => 'sonata.cache.noop',
  50512.                     'settings' => [
  50513.                     ],
  50514.                 ],
  50515.                 'sonata.media.block.gallery' => [
  50516.                     'contexts' => [
  50517.                     ],
  50518.                     'templates' => [
  50519.                     ],
  50520.                     'cache' => 'sonata.cache.noop',
  50521.                     'settings' => [
  50522.                     ],
  50523.                 ],
  50524.                 'sonata.media.block.gallery_list' => [
  50525.                     'contexts' => [
  50526.                     ],
  50527.                     'templates' => [
  50528.                     ],
  50529.                     'cache' => 'sonata.cache.noop',
  50530.                     'settings' => [
  50531.                     ],
  50532.                 ],
  50533.             ],
  50534.             'sonata_block.blocks_by_class' => [
  50535.             ],
  50536.             'sonata_blocks.block_types' => [
  50537.                 => 'sonata.admin.block.admin_list',
  50538.                 => 'sonata.block.service.container',
  50539.                 => 'sonata.block.service.empty',
  50540.                 => 'sonata.block.service.text',
  50541.                 => 'sonata.block.service.rss',
  50542.                 => 'sonata.block.service.template',
  50543.                 => 'sonata.block.service.menu',
  50544.                 => 'sonata.admin.block.search_result',
  50545.                 => 'sonata.admin.block.stats',
  50546.                 => 'sonata.admin.block.admin_preview',
  50547.                 10 => 'sonata.media.block.media',
  50548.                 11 => 'sonata.media.block.feature_media',
  50549.                 12 => 'sonata.media.block.gallery',
  50550.                 13 => 'sonata.media.block.gallery_list',
  50551.             ],
  50552.             'sonata_block.cache_blocks' => [
  50553.                 'by_class' => [
  50554.                 ],
  50555.                 'by_type' => [
  50556.                     'sonata.admin.block.admin_list' => 'sonata.cache.noop',
  50557.                     'sonata.block.service.container' => 'sonata.cache.noop',
  50558.                     'sonata.block.service.empty' => 'sonata.cache.noop',
  50559.                     'sonata.block.service.text' => 'sonata.cache.noop',
  50560.                     'sonata.block.service.rss' => 'sonata.cache.noop',
  50561.                     'sonata.block.service.template' => 'sonata.cache.noop',
  50562.                     'sonata.block.service.menu' => 'sonata.cache.noop',
  50563.                     'sonata.admin.block.search_result' => 'sonata.cache.noop',
  50564.                     'sonata.admin.block.stats' => 'sonata.cache.noop',
  50565.                     'sonata.admin.block.admin_preview' => 'sonata.cache.noop',
  50566.                     'sonata.media.block.media' => 'sonata.cache.noop',
  50567.                     'sonata.media.block.feature_media' => 'sonata.cache.noop',
  50568.                     'sonata.media.block.gallery' => 'sonata.cache.noop',
  50569.                     'sonata.media.block.gallery_list' => 'sonata.cache.noop',
  50570.                 ],
  50571.             ],
  50572.             'sonata_blocks.default_contexts' => [
  50573.             ],
  50574.             'sonata.exporter.writer.csv.filename' => 'php://output',
  50575.             'sonata.exporter.writer.csv.delimiter' => ',',
  50576.             'sonata.exporter.writer.csv.enclosure' => '"',
  50577.             'sonata.exporter.writer.csv.escape' => '\\',
  50578.             'sonata.exporter.writer.csv.show_headers' => true,
  50579.             'sonata.exporter.writer.csv.with_bom' => false,
  50580.             'sonata.exporter.writer.json.filename' => 'php://output',
  50581.             'sonata.exporter.writer.xls.filename' => 'php://output',
  50582.             'sonata.exporter.writer.xls.show_headers' => true,
  50583.             'sonata.exporter.writer.xlsx.filename' => 'php://output',
  50584.             'sonata.exporter.writer.xlsx.show_headers' => true,
  50585.             'sonata.exporter.writer.xlsx.show_filters' => true,
  50586.             'sonata.exporter.writer.xml.filename' => 'php://output',
  50587.             'sonata.exporter.writer.xml.show_headers' => true,
  50588.             'sonata.exporter.writer.xml.main_element' => 'datas',
  50589.             'sonata.exporter.writer.xml.child_element' => 'data',
  50590.             'sonata.admin.twig.extension.x_editable_type_mapping' => [
  50591.                 'enum' => 'select',
  50592.                 'choice' => 'select',
  50593.                 'boolean' => 'select',
  50594.                 'textarea' => 'textarea',
  50595.                 'html' => 'textarea',
  50596.                 'email' => 'email',
  50597.                 'string' => 'text',
  50598.                 'integer' => 'number',
  50599.                 'float' => 'number',
  50600.                 'currency' => 'number',
  50601.                 'percent' => 'number',
  50602.                 'url' => 'url',
  50603.             ],
  50604.             'sonata.admin.configuration.global_search.empty_boxes' => 'show',
  50605.             'sonata.admin.configuration.global_search.admin_route' => 'show',
  50606.             'sonata.admin.configuration.templates' => [
  50607.                 'layout' => '@Admin/admin/standard_layout.html.twig',
  50608.                 'edit' => '@Admin/admin/CRUD/edit.html.twig',
  50609.                 'dashboard' => '@Admin/dashboard.html.twig',
  50610.                 'user_block' => '@SonataAdmin/Core/user_block.html.twig',
  50611.                 'add_block' => '@SonataAdmin/Core/add_block.html.twig',
  50612.                 'ajax' => '@SonataAdmin/ajax_layout.html.twig',
  50613.                 'search' => '@SonataAdmin/Core/search.html.twig',
  50614.                 'list' => '@SonataAdmin/CRUD/list.html.twig',
  50615.                 'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
  50616.                 'show' => '@SonataAdmin/CRUD/show.html.twig',
  50617.                 'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
  50618.                 'preview' => '@SonataAdmin/CRUD/preview.html.twig',
  50619.                 'history' => '@SonataAdmin/CRUD/history.html.twig',
  50620.                 'acl' => '@SonataAdmin/CRUD/acl.html.twig',
  50621.                 'history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig',
  50622.                 'action' => '@SonataAdmin/CRUD/action.html.twig',
  50623.                 'select' => '@SonataAdmin/CRUD/list__select.html.twig',
  50624.                 'list_block' => '@SonataAdmin/Block/block_admin_list.html.twig',
  50625.                 'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
  50626.                 'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
  50627.                 'delete' => '@SonataAdmin/CRUD/delete.html.twig',
  50628.                 'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
  50629.                 'batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig',
  50630.                 'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
  50631.                 'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
  50632.                 'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
  50633.                 'outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig',
  50634.                 'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  50635.                 'pager_links' => '@SonataAdmin/Pager/links.html.twig',
  50636.                 'pager_results' => '@SonataAdmin/Pager/results.html.twig',
  50637.                 'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
  50638.                 'knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig',
  50639.                 'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
  50640.                 'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
  50641.                 'button_create' => '@SonataAdmin/Button/create_button.html.twig',
  50642.                 'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
  50643.                 'button_history' => '@SonataAdmin/Button/history_button.html.twig',
  50644.                 'button_list' => '@SonataAdmin/Button/list_button.html.twig',
  50645.                 'button_show' => '@SonataAdmin/Button/show_button.html.twig',
  50646.                 'form_theme' => [
  50647.                 ],
  50648.                 'filter_theme' => [
  50649.                 ],
  50650.             ],
  50651.             'sonata.admin.configuration.default_admin_services' => [
  50652.                 'model_manager' => NULL,
  50653.                 'data_source' => NULL,
  50654.                 'field_description_factory' => NULL,
  50655.                 'form_contractor' => NULL,
  50656.                 'show_builder' => NULL,
  50657.                 'list_builder' => NULL,
  50658.                 'datagrid_builder' => NULL,
  50659.                 'translator' => NULL,
  50660.                 'configuration_pool' => NULL,
  50661.                 'route_generator' => NULL,
  50662.                 'security_handler' => NULL,
  50663.                 'menu_factory' => NULL,
  50664.                 'route_builder' => NULL,
  50665.                 'label_translator_strategy' => NULL,
  50666.                 'pager_type' => NULL,
  50667.             ],
  50668.             'sonata.admin.configuration.default_controller' => 'sonata.admin.controller.crud',
  50669.             'sonata.admin.configuration.dashboard_groups' => [
  50670.                 'vidi' => [
  50671.                     'label' => 'VIDI',
  50672.                     'roles' => [
  50673.                         => 'ROLE_SUPER_ADMIN',
  50674.                         => 'ROLE_VIDI',
  50675.                         => 'ROLE_CONTENT_MANAGER',
  50676.                         => 'ROLE_INSURANCE_ADMIN',
  50677.                         => 'ROLE_VIDI_VACANCY',
  50678.                         => 'ROLE_PORTAL_ADMIN',
  50679.                     ],
  50680.                     'on_top' => false,
  50681.                     'keep_open' => false,
  50682.                     'items' => [
  50683.                     ],
  50684.                     'item_adds' => [
  50685.                     ],
  50686.                 ],
  50687.                 'vidi_founders' => [
  50688.                     'label' => 'VIDI Засновники',
  50689.                     'roles' => [
  50690.                         => 'ROLE_SUPER_ADMIN',
  50691.                         => 'ROLE_FOUNDERS',
  50692.                     ],
  50693.                     'on_top' => false,
  50694.                     'keep_open' => false,
  50695.                     'items' => [
  50696.                     ],
  50697.                     'item_adds' => [
  50698.                     ],
  50699.                 ],
  50700.                 'founders' => [
  50701.                     'label' => 'Founders',
  50702.                     'roles' => [
  50703.                         => 'ROLE_SUPER_ADMIN',
  50704.                         => 'ROLE_FOUNDERS',
  50705.                     ],
  50706.                     'on_top' => false,
  50707.                     'keep_open' => false,
  50708.                     'items' => [
  50709.                     ],
  50710.                     'item_adds' => [
  50711.                     ],
  50712.                 ],
  50713.                 'tickets' => [
  50714.                     'label' => 'Задачи',
  50715.                     'roles' => [
  50716.                         => 'ROLE_SUPER_ADMIN',
  50717.                         => 'ROLE_TICKET',
  50718.                         => 'ROLE_DC_MANAGER',
  50719.                         => 'ROLE_CONTENT_MANAGER',
  50720.                         => 'ROLE_INSURANCE_ADMIN',
  50721.                         => 'ROLE_AUTOMARKET_MANAGER',
  50722.                         => 'ROLE_PORTAL_ADMIN',
  50723.                     ],
  50724.                     'on_top' => false,
  50725.                     'keep_open' => false,
  50726.                     'items' => [
  50727.                     ],
  50728.                     'item_adds' => [
  50729.                     ],
  50730.                 ],
  50731.                 'reports' => [
  50732.                     'label' => 'Звіти',
  50733.                     'roles' => [
  50734.                         => 'ROLE_DC_MANAGER',
  50735.                     ],
  50736.                     'on_top' => false,
  50737.                     'keep_open' => false,
  50738.                     'items' => [
  50739.                     ],
  50740.                     'item_adds' => [
  50741.                     ],
  50742.                 ],
  50743.                 'leads' => [
  50744.                     'label' => 'Лиды',
  50745.                     'roles' => [
  50746.                         => 'ROLE_DC_MANAGER',
  50747.                         => 'ROLE_SUPER_ADMIN',
  50748.                         => 'ROLE_BUYER',
  50749.                         => 'ROLE_AUTOMARKET_MANAGER',
  50750.                     ],
  50751.                     'on_top' => false,
  50752.                     'keep_open' => false,
  50753.                     'items' => [
  50754.                     ],
  50755.                     'item_adds' => [
  50756.                     ],
  50757.                 ],
  50758.                 'dcsites' => [
  50759.                     'label' => 'Сайты дилеров',
  50760.                     'roles' => [
  50761.                         => 'ROLE_DC_MANAGER',
  50762.                         => 'ROLE_SUPER_ADMIN',
  50763.                         => 'ROLE_AUTOMARKET_MANAGER',
  50764.                     ],
  50765.                     'on_top' => false,
  50766.                     'keep_open' => false,
  50767.                     'items' => [
  50768.                     ],
  50769.                     'item_adds' => [
  50770.                     ],
  50771.                 ],
  50772.                 'subsites' => [
  50773.                     'label' => 'Сайты суб дилеров',
  50774.                     'roles' => [
  50775.                         => 'ROLE_SUPER_ADMIN',
  50776.                         => 'ROLE_CONTENT_MANAGER',
  50777.                         => 'ROLE_YAMAHA_SUB_DEALER',
  50778.                     ],
  50779.                     'on_top' => false,
  50780.                     'keep_open' => false,
  50781.                     'items' => [
  50782.                     ],
  50783.                     'item_adds' => [
  50784.                     ],
  50785.                 ],
  50786.                 'accessories' => [
  50787.                     'label' => 'Аксессуары',
  50788.                     'roles' => [
  50789.                         => 'ROLE_SUPER_ADMIN',
  50790.                         => 'ROLE_DC_MANAGER',
  50791.                     ],
  50792.                     'on_top' => false,
  50793.                     'keep_open' => false,
  50794.                     'items' => [
  50795.                     ],
  50796.                     'item_adds' => [
  50797.                     ],
  50798.                 ],
  50799.                 'references' => [
  50800.                     'label' => 'Справочники',
  50801.                     'roles' => [
  50802.                         => 'ROLE_SUPER_ADMIN',
  50803.                         => 'ROLE_CONTENT_MANAGER',
  50804.                         => 'ROLE_DC_MANAGER',
  50805.                         => 'ROLE_AUTOMARKET_MANAGER',
  50806.                         => 'ROLE_HANDBOOK',
  50807.                     ],
  50808.                     'on_top' => false,
  50809.                     'keep_open' => false,
  50810.                     'items' => [
  50811.                     ],
  50812.                     'item_adds' => [
  50813.                     ],
  50814.                 ],
  50815.                 'seo' => [
  50816.                     'label' => 'SEO',
  50817.                     'roles' => [
  50818.                         => 'ROLE_SUPER_ADMIN',
  50819.                         => 'ROLE_CONTENT_MANAGER',
  50820.                         => 'ROLE_DC_MANAGER',
  50821.                     ],
  50822.                     'on_top' => false,
  50823.                     'keep_open' => false,
  50824.                     'items' => [
  50825.                     ],
  50826.                     'item_adds' => [
  50827.                     ],
  50828.                 ],
  50829.                 'shop' => [
  50830.                     'label' => 'Магазин',
  50831.                     'roles' => [
  50832.                         => 'ROLE_SUPER_ADMIN',
  50833.                         => 'ROLE_CONTENT_MANAGER',
  50834.                         => 'ROLE_DC_MANAGER',
  50835.                     ],
  50836.                     'on_top' => false,
  50837.                     'keep_open' => false,
  50838.                     'items' => [
  50839.                     ],
  50840.                     'item_adds' => [
  50841.                     ],
  50842.                 ],
  50843.                 'passenger_vehicles' => [
  50844.                     'label' => 'Легковые автомобили',
  50845.                     'roles' => [
  50846.                         => 'ROLE_SUPER_ADMIN',
  50847.                         => 'ROLE_DC_MANAGER',
  50848.                         => 'ROLE_AUTOMARKET_MANAGER',
  50849.                     ],
  50850.                     'on_top' => false,
  50851.                     'keep_open' => false,
  50852.                     'items' => [
  50853.                     ],
  50854.                     'item_adds' => [
  50855.                     ],
  50856.                 ],
  50857.                 'fraight_vehicles' => [
  50858.                     'label' => 'Грузовые автомобили',
  50859.                     'roles' => [
  50860.                         => 'ROLE_SUPER_ADMIN',
  50861.                         => 'ROLE_DC_MANAGER',
  50862.                     ],
  50863.                     'on_top' => false,
  50864.                     'keep_open' => false,
  50865.                     'items' => [
  50866.                     ],
  50867.                     'item_adds' => [
  50868.                     ],
  50869.                 ],
  50870.                 'bus_vehicles' => [
  50871.                     'label' => 'Автобусы',
  50872.                     'roles' => [
  50873.                         => 'ROLE_SUPER_ADMIN',
  50874.                         => 'ROLE_DC_MANAGER',
  50875.                     ],
  50876.                     'on_top' => false,
  50877.                     'keep_open' => false,
  50878.                     'items' => [
  50879.                     ],
  50880.                     'item_adds' => [
  50881.                     ],
  50882.                 ],
  50883.                 'moto_vehicles' => [
  50884.                     'label' => 'Мото техника',
  50885.                     'roles' => [
  50886.                         => 'ROLE_SUPER_ADMIN',
  50887.                         => 'ROLE_DC_MANAGER',
  50888.                     ],
  50889.                     'on_top' => false,
  50890.                     'keep_open' => false,
  50891.                     'items' => [
  50892.                     ],
  50893.                     'item_adds' => [
  50894.                     ],
  50895.                 ],
  50896.                 'water_vehicles' => [
  50897.                     'label' => 'Водная техника',
  50898.                     'roles' => [
  50899.                         => 'ROLE_SUPER_ADMIN',
  50900.                         => 'ROLE_DC_MANAGER',
  50901.                     ],
  50902.                     'on_top' => false,
  50903.                     'keep_open' => false,
  50904.                     'items' => [
  50905.                     ],
  50906.                     'item_adds' => [
  50907.                     ],
  50908.                 ],
  50909.                 'special_vehicles' => [
  50910.                     'label' => 'Спецтехника (Юникомерс)',
  50911.                     'roles' => [
  50912.                         => 'ROLE_SUPER_ADMIN',
  50913.                         => 'ROLE_DC_MANAGER',
  50914.                     ],
  50915.                     'on_top' => false,
  50916.                     'keep_open' => false,
  50917.                     'items' => [
  50918.                     ],
  50919.                     'item_adds' => [
  50920.                     ],
  50921.                 ],
  50922.                 'generator' => [
  50923.                     'label' => 'Генератори',
  50924.                     'roles' => [
  50925.                         => 'ROLE_SUPER_ADMIN',
  50926.                         => 'ROLE_DC_MANAGER',
  50927.                     ],
  50928.                     'on_top' => false,
  50929.                     'keep_open' => false,
  50930.                     'items' => [
  50931.                     ],
  50932.                     'item_adds' => [
  50933.                     ],
  50934.                 ],
  50935.                 'boats' => [
  50936.                     'label' => 'Катера / Лодки',
  50937.                     'roles' => [
  50938.                         => 'ROLE_SUPER_ADMIN',
  50939.                         => 'ROLE_DC_MANAGER',
  50940.                     ],
  50941.                     'on_top' => false,
  50942.                     'keep_open' => false,
  50943.                     'items' => [
  50944.                     ],
  50945.                     'item_adds' => [
  50946.                     ],
  50947.                 ],
  50948.                 'boat' => [
  50949.                     'label' => 'Лодочные моторы',
  50950.                     'roles' => [
  50951.                         => 'ROLE_SUPER_ADMIN',
  50952.                         => 'ROLE_DC_MANAGER',
  50953.                     ],
  50954.                     'on_top' => false,
  50955.                     'keep_open' => false,
  50956.                     'items' => [
  50957.                     ],
  50958.                     'item_adds' => [
  50959.                     ],
  50960.                 ],
  50961.                 'change_log' => [
  50962.                     'label' => 'Логи изменений',
  50963.                     'roles' => [
  50964.                         => 'ROLE_SUPER_ADMIN',
  50965.                     ],
  50966.                     'on_top' => false,
  50967.                     'keep_open' => false,
  50968.                     'items' => [
  50969.                     ],
  50970.                     'item_adds' => [
  50971.                     ],
  50972.                 ],
  50973.                 'insurance' => [
  50974.                     'label' => 'Сайт "ВиДи Страхование"',
  50975.                     'roles' => [
  50976.                         => 'ROLE_INSURANCE_ADMIN',
  50977.                         => 'ROLE_SUPER_ADMIN',
  50978.                         => 'ROLE_ADMIN',
  50979.                     ],
  50980.                     'on_top' => false,
  50981.                     'keep_open' => false,
  50982.                     'items' => [
  50983.                     ],
  50984.                     'item_adds' => [
  50985.                     ],
  50986.                 ],
  50987.                 'insurance_case' => [
  50988.                     'label' => 'Страховые дела',
  50989.                     'roles' => [
  50990.                         => 'ROLE_INSURANCE_AVARKOM',
  50991.                         => 'ROLE_SUPER_ADMIN',
  50992.                     ],
  50993.                     'on_top' => false,
  50994.                     'keep_open' => false,
  50995.                     'items' => [
  50996.                     ],
  50997.                     'item_adds' => [
  50998.                     ],
  50999.                 ],
  51000.                 'credit' => [
  51001.                     'label' => 'Кредитные программы',
  51002.                     'roles' => [
  51003.                         => 'ROLE_CREDIT_MANAGER',
  51004.                         => 'ROLE_SUPER_ADMIN',
  51005.                     ],
  51006.                     'on_top' => false,
  51007.                     'keep_open' => false,
  51008.                     'items' => [
  51009.                     ],
  51010.                     'item_adds' => [
  51011.                     ],
  51012.                 ],
  51013.                 'service' => [
  51014.                     'label' => 'Сервис',
  51015.                     'roles' => [
  51016.                         => 'ROLE_SERVICE_MANAGER',
  51017.                         => 'ROLE_SUPER_ADMIN',
  51018.                     ],
  51019.                     'on_top' => false,
  51020.                     'keep_open' => false,
  51021.                     'items' => [
  51022.                     ],
  51023.                     'item_adds' => [
  51024.                     ],
  51025.                 ],
  51026.                 'dealer' => [
  51027.                     'label' => 'Дилеры',
  51028.                     'roles' => [
  51029.                         => 'ROLE_SUPER_ADMIN',
  51030.                         => 'ROLE_CONTENT_MANAGER',
  51031.                         => 'ROLE_DC_MANAGER',
  51032.                         => 'ROLE_INSURANCE_ADMIN',
  51033.                         => 'ROLE_AUTOMARKET_MANAGER',
  51034.                     ],
  51035.                     'on_top' => false,
  51036.                     'keep_open' => false,
  51037.                     'items' => [
  51038.                     ],
  51039.                     'item_adds' => [
  51040.                     ],
  51041.                 ],
  51042.                 'orders' => [
  51043.                     'label' => 'Платежный шлюз',
  51044.                     'roles' => [
  51045.                         => 'ROLE_ACQUIRING_ADMIN',
  51046.                         => 'ROLE_SUPER_ADMIN',
  51047.                     ],
  51048.                     'on_top' => false,
  51049.                     'keep_open' => false,
  51050.                     'items' => [
  51051.                     ],
  51052.                     'item_adds' => [
  51053.                     ],
  51054.                 ],
  51055.                 'gateway' => [
  51056.                     'label' => 'CRM Шлюз',
  51057.                     'roles' => [
  51058.                         => 'ROLE_CRM_ADMIN',
  51059.                         => 'ROLE_SUPER_ADMIN',
  51060.                     ],
  51061.                     'on_top' => false,
  51062.                     'keep_open' => false,
  51063.                     'items' => [
  51064.                     ],
  51065.                     'item_adds' => [
  51066.                     ],
  51067.                 ],
  51068.                 'users' => [
  51069.                     'label' => 'Пользователи',
  51070.                     'roles' => [
  51071.                         => 'ROLE_SUPER_ADMIN',
  51072.                         => 'ROLE_CONTENT_MANAGER',
  51073.                         => 'ROLE_DC_MANAGER',
  51074.                     ],
  51075.                     'on_top' => false,
  51076.                     'keep_open' => false,
  51077.                     'items' => [
  51078.                     ],
  51079.                     'item_adds' => [
  51080.                     ],
  51081.                 ],
  51082.                 'tm_bot' => [
  51083.                     'label' => 'Telegram Bot',
  51084.                     'roles' => [
  51085.                         => 'ROLE_SUPER_ADMIN',
  51086.                     ],
  51087.                     'on_top' => false,
  51088.                     'keep_open' => false,
  51089.                     'items' => [
  51090.                     ],
  51091.                     'item_adds' => [
  51092.                     ],
  51093.                 ],
  51094.                 'corp_sales' => [
  51095.                     'label' => 'Корпоративные продажи',
  51096.                     'roles' => [
  51097.                         => 'ROLE_CORP_SALES_MANAGER',
  51098.                         => 'ROLE_SUPER_ADMIN',
  51099.                     ],
  51100.                     'on_top' => false,
  51101.                     'keep_open' => false,
  51102.                     'items' => [
  51103.                     ],
  51104.                     'item_adds' => [
  51105.                     ],
  51106.                 ],
  51107.                 'documents' => [
  51108.                     'label' => 'Документообіг',
  51109.                     'roles' => [
  51110.                         => 'ROLE_SUPER_ADMIN',
  51111.                     ],
  51112.                     'on_top' => false,
  51113.                     'keep_open' => false,
  51114.                     'items' => [
  51115.                     ],
  51116.                     'item_adds' => [
  51117.                     ],
  51118.                 ],
  51119.                 'filters' => [
  51120.                     'label' => 'Фільтри',
  51121.                     'roles' => [
  51122.                         => 'ROLE_SUPER_ADMIN',
  51123.                         => 'ROLE_AUTOMARKET_MANAGER',
  51124.                         => 'ROLE_DC_MANAGER',
  51125.                         => 'ROLE_FILTERS',
  51126.                     ],
  51127.                     'on_top' => false,
  51128.                     'keep_open' => false,
  51129.                     'items' => [
  51130.                     ],
  51131.                     'item_adds' => [
  51132.                     ],
  51133.                 ],
  51134.                 'logs' => [
  51135.                     'label' => 'Логи',
  51136.                     'roles' => [
  51137.                         => 'ROLE_ADMIN_LOGS',
  51138.                     ],
  51139.                     'on_top' => false,
  51140.                     'keep_open' => false,
  51141.                     'items' => [
  51142.                     ],
  51143.                     'item_adds' => [
  51144.                     ],
  51145.                 ],
  51146.             ],
  51147.             'sonata.admin.configuration.dashboard_blocks' => [
  51148.                 => [
  51149.                     'position' => 'left',
  51150.                     'settings' => [
  51151.                     ],
  51152.                     'type' => 'sonata.admin.block.admin_list',
  51153.                     'roles' => [
  51154.                     ],
  51155.                 ],
  51156.             ],
  51157.             'sonata.admin.configuration.sort_admins' => false,
  51158.             'sonata.admin.configuration.mosaic_background' => 'bundles/sonataadmin/images/default_mosaic_image.png',
  51159.             'sonata.admin.configuration.default_group' => 'default',
  51160.             'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
  51161.             'sonata.admin.configuration.default_translation_domain' => NULL,
  51162.             'sonata.admin.configuration.default_icon' => 'fas fa-folder',
  51163.             'sonata.admin.configuration.breadcrumbs' => [
  51164.                 'child_admin_route' => 'show',
  51165.             ],
  51166.             'sonata.admin.configuration.security.role_admin' => 'ROLE_SONATA_ADMIN',
  51167.             'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
  51168.             'sonata.admin.configuration.security.information' => [
  51169.                 'EDIT' => [
  51170.                     => 'EDIT',
  51171.                 ],
  51172.                 'LIST' => [
  51173.                     => 'LIST',
  51174.                 ],
  51175.                 'CREATE' => [
  51176.                     => 'CREATE',
  51177.                 ],
  51178.                 'VIEW' => [
  51179.                     => 'VIEW',
  51180.                 ],
  51181.                 'DELETE' => [
  51182.                     => 'DELETE',
  51183.                 ],
  51184.                 'EXPORT' => [
  51185.                     => 'EXPORT',
  51186.                 ],
  51187.                 'ALL' => [
  51188.                     => 'ALL',
  51189.                 ],
  51190.             ],
  51191.             'sonata.admin.configuration.security.admin_permissions' => [
  51192.                 => 'CREATE',
  51193.                 => 'LIST',
  51194.                 => 'DELETE',
  51195.                 => 'UNDELETE',
  51196.                 => 'EXPORT',
  51197.                 => 'OPERATOR',
  51198.                 => 'MASTER',
  51199.             ],
  51200.             'sonata.admin.configuration.security.object_permissions' => [
  51201.                 => 'VIEW',
  51202.                 => 'EDIT',
  51203.                 => 'HISTORY',
  51204.                 => 'DELETE',
  51205.                 => 'UNDELETE',
  51206.                 => 'OPERATOR',
  51207.                 => 'MASTER',
  51208.                 => 'OWNER',
  51209.             ],
  51210.             'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
  51211.             'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
  51212.             'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
  51213.             'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
  51214.             'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
  51215.             'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
  51216.             'sonata.admin.extension.map' => [
  51217.             ],
  51218.             'sonata.admin.configuration.filters.persist' => false,
  51219.             'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
  51220.             'sonata.admin.configuration.show.mosaic.button' => true,
  51221.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  51222.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  51223.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  51224.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  51225.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  51226.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  51227.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  51228.             'doctrine.entity_managers' => [
  51229.                 'default' => 'doctrine.orm.default_entity_manager',
  51230.             ],
  51231.             'doctrine.default_entity_manager' => 'default',
  51232.             'doctrine.dbal.connection_factory.types' => [
  51233.                 'json_array' => [
  51234.                     'class' => 'Doctrine\\DBAL\\Types\\JsonType',
  51235.                 ],
  51236.             ],
  51237.             'doctrine.connections' => [
  51238.                 'default' => 'doctrine.dbal.default_connection',
  51239.             ],
  51240.             'doctrine.default_connection' => 'default',
  51241.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  51242.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  51243.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  51244.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  51245.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  51246.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  51247.             'doctrine.orm.cache.memcache_host' => 'localhost',
  51248.             'doctrine.orm.cache.memcache_port' => 11211,
  51249.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  51250.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  51251.             'doctrine.orm.cache.memcached_host' => 'localhost',
  51252.             'doctrine.orm.cache.memcached_port' => 11211,
  51253.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  51254.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  51255.             'doctrine.orm.cache.redis_host' => 'localhost',
  51256.             'doctrine.orm.cache.redis_port' => 6379,
  51257.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  51258.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  51259.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  51260.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  51261.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  51262.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  51263.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  51264.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  51265.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  51266.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  51267.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  51268.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  51269.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  51270.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  51271.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  51272.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  51273.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  51274.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  51275.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  51276.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  51277.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  51278.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  51279.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  51280.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  51281.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  51282.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  51283.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  51284.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  51285.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  51286.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  51287.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  51288.             'doctrine.orm.auto_generate_proxy_classes' => true,
  51289.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  51290.             'doctrine.orm.proxy_namespace' => 'Proxies',
  51291.             'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
  51292.             'sonata_doctrine_orm_admin.entity_manager' => NULL,
  51293.             'sonata_doctrine_orm_admin.templates' => [
  51294.                 'types' => [
  51295.                     'list' => [
  51296.                         'array' => '@SonataAdmin/CRUD/list_array.html.twig',
  51297.                         'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
  51298.                         'date' => '@SonataAdmin/CRUD/list_date.html.twig',
  51299.                         'time' => '@SonataAdmin/CRUD/list_time.html.twig',
  51300.                         'datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig',
  51301.                         'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
  51302.                         'email' => '@SonataAdmin/CRUD/list_email.html.twig',
  51303.                         'enum' => '@SonataAdmin/CRUD/list_enum.html.twig',
  51304.                         'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
  51305.                         'string' => '@SonataAdmin/CRUD/list_string.html.twig',
  51306.                         'integer' => '@SonataAdmin/CRUD/list_string.html.twig',
  51307.                         'float' => '@SonataAdmin/CRUD/list_string.html.twig',
  51308.                         'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
  51309.                         'currency' => '@SonataAdmin/CRUD/list_currency.html.twig',
  51310.                         'percent' => '@SonataAdmin/CRUD/list_percent.html.twig',
  51311.                         'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
  51312.                         'url' => '@SonataAdmin/CRUD/list_url.html.twig',
  51313.                         'html' => '@SonataAdmin/CRUD/list_html.html.twig',
  51314.                         'many_to_many' => '@SonataAdmin/CRUD/Association/list_many_to_many.html.twig',
  51315.                         'many_to_one' => '@SonataAdmin/CRUD/Association/list_many_to_one.html.twig',
  51316.                         'one_to_many' => '@SonataAdmin/CRUD/Association/list_one_to_many.html.twig',
  51317.                         'one_to_one' => '@SonataAdmin/CRUD/Association/list_one_to_one.html.twig',
  51318.                     ],
  51319.                     'show' => [
  51320.                         'array' => '@SonataAdmin/CRUD/show_array.html.twig',
  51321.                         'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
  51322.                         'date' => '@SonataAdmin/CRUD/show_date.html.twig',
  51323.                         'time' => '@SonataAdmin/CRUD/show_time.html.twig',
  51324.                         'datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig',
  51325.                         'email' => '@SonataAdmin/CRUD/show_email.html.twig',
  51326.                         'enum' => '@SonataAdmin/CRUD/show_enum.html.twig',
  51327.                         'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
  51328.                         'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  51329.                         'integer' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  51330.                         'float' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  51331.                         'currency' => '@SonataAdmin/CRUD/show_currency.html.twig',
  51332.                         'percent' => '@SonataAdmin/CRUD/show_percent.html.twig',
  51333.                         'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
  51334.                         'url' => '@SonataAdmin/CRUD/show_url.html.twig',
  51335.                         'html' => '@SonataAdmin/CRUD/show_html.html.twig',
  51336.                         'many_to_many' => '@SonataAdmin/CRUD/Association/show_many_to_many.html.twig',
  51337.                         'many_to_one' => '@SonataAdmin/CRUD/Association/show_many_to_one.html.twig',
  51338.                         'one_to_many' => '@SonataAdmin/CRUD/Association/show_one_to_many.html.twig',
  51339.                         'one_to_one' => '@SonataAdmin/CRUD/Association/show_one_to_one.html.twig',
  51340.                     ],
  51341.                 ],
  51342.             ],
  51343.             'monolog.use_microseconds' => true,
  51344.             'monolog.swift_mailer.handlers' => [
  51345.             ],
  51346.             'monolog.handlers_to_channels' => [
  51347.                 'monolog.handler.callback_daemon' => [
  51348.                     'type' => 'inclusive',
  51349.                     'elements' => [
  51350.                         => 'callback_daemon',
  51351.                     ],
  51352.                 ],
  51353.                 'monolog.handler.odata_manager' => [
  51354.                     'type' => 'inclusive',
  51355.                     'elements' => [
  51356.                         => 'odata_manager_log',
  51357.                     ],
  51358.                 ],
  51359.                 'monolog.handler.mailer_logger_service' => [
  51360.                     'type' => 'inclusive',
  51361.                     'elements' => [
  51362.                         => 'mailer_logger_log',
  51363.                     ],
  51364.                 ],
  51365.                 'monolog.handler.debug_logger_service' => [
  51366.                     'type' => 'inclusive',
  51367.                     'elements' => [
  51368.                         => 'debug_logger_log',
  51369.                     ],
  51370.                 ],
  51371.                 'monolog.handler.one_c_service' => [
  51372.                     'type' => 'inclusive',
  51373.                     'elements' => [
  51374.                         => 'one_c_service_log',
  51375.                     ],
  51376.                 ],
  51377.                 'monolog.handler.territory_access_service' => [
  51378.                     'type' => 'inclusive',
  51379.                     'elements' => [
  51380.                         => 'territory_access_log',
  51381.                     ],
  51382.                 ],
  51383.                 'monolog.handler.postomate_service' => [
  51384.                     'type' => 'inclusive',
  51385.                     'elements' => [
  51386.                         => 'postomate_service_log',
  51387.                     ],
  51388.                 ],
  51389.                 'monolog.handler.camera_subscriber_service' => [
  51390.                     'type' => 'inclusive',
  51391.                     'elements' => [
  51392.                         => 'camera_subscriber_service_log',
  51393.                     ],
  51394.                 ],
  51395.                 'monolog.handler.night_service' => [
  51396.                     'type' => 'inclusive',
  51397.                     'elements' => [
  51398.                         => 'night_service_log',
  51399.                     ],
  51400.                 ],
  51401.                 'monolog.handler.ria_curl' => [
  51402.                     'type' => 'inclusive',
  51403.                     'elements' => [
  51404.                         => 'ria_curl_log',
  51405.                     ],
  51406.                 ],
  51407.                 'monolog.handler.diia' => [
  51408.                     'type' => 'inclusive',
  51409.                     'elements' => [
  51410.                         => 'diia_actions',
  51411.                     ],
  51412.                 ],
  51413.                 'monolog.handler.console' => NULL,
  51414.                 'monolog.handler.db_error_handler' => NULL,
  51415.                 'monolog.handler.main' => NULL,
  51416.             ],
  51417.             'event_dispatcher.event_aliases' => [
  51418.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  51419.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  51420.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  51421.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  51422.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  51423.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  51424.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  51425.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  51426.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  51427.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  51428.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  51429.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  51430.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  51431.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  51432.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  51433.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  51434.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  51435.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  51436.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  51437.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  51438.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  51439.             ],
  51440.             'fragment.renderer.hinclude.global_template' => NULL,
  51441.             'fragment.path' => '/_fragment',
  51442.             'kernel.http_method_override' => true,
  51443.             'kernel.trusted_hosts' => [
  51444.             ],
  51445.             'kernel.default_locale' => 'ua',
  51446.             'kernel.enabled_locales' => [
  51447.             ],
  51448.             'kernel.error_controller' => 'error_controller',
  51449.             'debug.file_link_format' => NULL,
  51450.             'asset.request_context.base_path' => NULL,
  51451.             'asset.request_context.secure' => NULL,
  51452.             'translator.logging' => false,
  51453.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  51454.             'debug.error_handler.throw_at' => -1,
  51455.             'router.request_context.host' => 'localhost',
  51456.             'router.request_context.scheme' => 'http',
  51457.             'router.request_context.base_url' => '',
  51458.             'router.resource' => 'kernel::loadRoutes',
  51459.             'request_listener.http_port' => 80,
  51460.             'request_listener.https_port' => 443,
  51461.             'session.metadata.storage_key' => '_sf2_meta',
  51462.             'session.metadata.update_threshold' => 0,
  51463.             'form.type_extension.csrf.enabled' => true,
  51464.             'form.type_extension.csrf.field_name' => '_token',
  51465.             'validator.translation_domain' => 'validators',
  51466.             'profiler_listener.only_exceptions' => false,
  51467.             'profiler_listener.only_main_requests' => false,
  51468.             'sonata.media.admin_format' => [
  51469.                 'width' => 200,
  51470.                 'height' => NULL,
  51471.                 'quality' => 90,
  51472.                 'format' => 'jpg',
  51473.                 'constraint' => true,
  51474.                 'resizer' => NULL,
  51475.                 'resizer_options' => [
  51476.                 ],
  51477.             ],
  51478.             'sonata.media.resizer.simple.adapter.mode' => 1,
  51479.             'sonata.media.resizer.square.adapter.mode' => 1,
  51480.             'sonata.media.media.class' => 'Application\\Sonata\\MediaBundle\\Entity\\Media',
  51481.             'sonata.media.gallery.class' => 'Application\\Sonata\\MediaBundle\\Entity\\Gallery',
  51482.             'sonata.media.gallery_item.class' => 'Application\\Sonata\\MediaBundle\\Entity\\GalleryItem',
  51483.             'twig.form.resources' => [
  51484.                 => 'form_div_layout.html.twig',
  51485.                 => '@SonataForm/Form/datepicker.html.twig',
  51486.                 => '@Admin/form/content.type.html.twig',
  51487.                 => '@Admin/form/media_widgets.html.twig',
  51488.                 => '@DcSite/FormType/captcha.html.twig',
  51489.                 => '@DcSite/FormType/ga_client.html.twig',
  51490.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  51491.             ],
  51492.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  51493.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  51494.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  51495.             'web_profiler.debug_toolbar.mode' => 2,
  51496.             'doctrine.migrations.preferred_em' => NULL,
  51497.             'doctrine.migrations.preferred_connection' => NULL,
  51498.             'sonata.form.form_type' => 'standard',
  51499.             'sonata.twig.flashmessage.manager.class' => 'Sonata\\Twig\\FlashMessage\\FlashManager',
  51500.             'sonata.twig.extension.flashmessage.class' => 'Sonata\\Twig\\Extension\\FlashMessageExtension',
  51501.             'sonata.twig.form_type' => 'standard',
  51502.             'jms_serializer.twig_enabled' => 'default',
  51503.             'nelmio_api_doc.areas' => [
  51504.                 => 'default',
  51505.             ],
  51506.             'lexik_jwt_authentication.token_ttl' => 3600,
  51507.             'lexik_jwt_authentication.clock_skew' => 0,
  51508.             'lexik_jwt_authentication.user_identity_field' => 'username',
  51509.             'lexik_jwt_authentication.allow_no_expiration' => false,
  51510.             'lexik_jwt_authentication.user_id_claim' => 'username',
  51511.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'HS256',
  51512.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  51513.             'knp_snappy.pdf.options' => [
  51514.                 'encoding' => 'UTF-8',
  51515.                 'enable-local-file-access' => true,
  51516.             ],
  51517.             'knp_snappy.pdf.env' => [
  51518.             ],
  51519.             'knp_snappy.image.options' => [
  51520.             ],
  51521.             'knp_snappy.image.env' => [
  51522.             ],
  51523.             'snc_redis.client.class' => 'Predis\\Client',
  51524.             'snc_redis.client_options.class' => 'Predis\\Configuration\\Options',
  51525.             'snc_redis.connection_parameters.class' => 'Predis\\Connection\\Parameters',
  51526.             'snc_redis.connection_factory.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionFactory',
  51527.             'snc_redis.connection_wrapper.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionWrapper',
  51528.             'snc_redis.phpredis_client.class' => 'Redis',
  51529.             'snc_redis.relay_client.class' => 'Relay\\Relay',
  51530.             'snc_redis.phpredis_clusterclient.class' => 'RedisCluster',
  51531.             'snc_redis.logger.class' => 'Snc\\RedisBundle\\Logger\\RedisLogger',
  51532.             'snc_redis.data_collector.class' => 'Snc\\RedisBundle\\DataCollector\\RedisDataCollector',
  51533.             'snc_redis.monolog_handler.class' => 'Monolog\\Handler\\RedisHandler',
  51534.             'coop_tilleuls_ck_editor_sonata_media.configuration.templates' => [
  51535.                 'layout' => '@CoopTilleulsCKEditorSonataMedia/layout.html.twig',
  51536.                 'browser' => '@CoopTilleulsCKEditorSonataMedia/MediaAdmin/browser.html.twig',
  51537.                 'upload' => '@CoopTilleulsCKEditorSonataMedia/MediaAdmin/upload.html.twig',
  51538.             ],
  51539.             'coop_tilleuls_ck_editor_sonata_media.media.extension.class' => 'CoopTilleuls\\Bundle\\CKEditorSonataMediaBundle\\Admin\\MediaAdminExtension',
  51540.             'sonata.media.admin.media.controller' => 'CoopTilleuls\\Bundle\\CKEditorSonataMediaBundle\\Controller\\MediaAdminController',
  51541.             'data_collector.templates' => [
  51542.                 'data_collector.request' => [
  51543.                     => 'request',
  51544.                     => '@WebProfiler/Collector/request.html.twig',
  51545.                 ],
  51546.                 'data_collector.time' => [
  51547.                     => 'time',
  51548.                     => '@WebProfiler/Collector/time.html.twig',
  51549.                 ],
  51550.                 'data_collector.memory' => [
  51551.                     => 'memory',
  51552.                     => '@WebProfiler/Collector/memory.html.twig',
  51553.                 ],
  51554.                 'data_collector.validator' => [
  51555.                     => 'validator',
  51556.                     => '@WebProfiler/Collector/validator.html.twig',
  51557.                 ],
  51558.                 'data_collector.ajax' => [
  51559.                     => 'ajax',
  51560.                     => '@WebProfiler/Collector/ajax.html.twig',
  51561.                 ],
  51562.                 'data_collector.form' => [
  51563.                     => 'form',
  51564.                     => '@WebProfiler/Collector/form.html.twig',
  51565.                 ],
  51566.                 'data_collector.exception' => [
  51567.                     => 'exception',
  51568.                     => '@WebProfiler/Collector/exception.html.twig',
  51569.                 ],
  51570.                 'data_collector.logger' => [
  51571.                     => 'logger',
  51572.                     => '@WebProfiler/Collector/logger.html.twig',
  51573.                 ],
  51574.                 'data_collector.events' => [
  51575.                     => 'events',
  51576.                     => '@WebProfiler/Collector/events.html.twig',
  51577.                 ],
  51578.                 'data_collector.router' => [
  51579.                     => 'router',
  51580.                     => '@WebProfiler/Collector/router.html.twig',
  51581.                 ],
  51582.                 'data_collector.cache' => [
  51583.                     => 'cache',
  51584.                     => '@WebProfiler/Collector/cache.html.twig',
  51585.                 ],
  51586.                 'data_collector.translation' => [
  51587.                     => 'translation',
  51588.                     => '@WebProfiler/Collector/translation.html.twig',
  51589.                 ],
  51590.                 'data_collector.security' => [
  51591.                     => 'security',
  51592.                     => '@Security/Collector/security.html.twig',
  51593.                 ],
  51594.                 'data_collector.twig' => [
  51595.                     => 'twig',
  51596.                     => '@WebProfiler/Collector/twig.html.twig',
  51597.                 ],
  51598.                 'data_collector.doctrine' => [
  51599.                     => 'db',
  51600.                     => '@Doctrine/Collector/db.html.twig',
  51601.                 ],
  51602.                 'data_collector.http_client' => [
  51603.                     => 'http_client',
  51604.                     => '@WebProfiler/Collector/http_client.html.twig',
  51605.                 ],
  51606.                 'data_collector.dump' => [
  51607.                     => 'dump',
  51608.                     => '@Debug/Profiler/dump.html.twig',
  51609.                 ],
  51610.                 'sonata.block.data_collector' => [
  51611.                     => 'block',
  51612.                     => '@SonataBlock/Profiler/block.html.twig',
  51613.                 ],
  51614.                 'mailer.data_collector' => [
  51615.                     => 'mailer',
  51616.                     => '@WebProfiler/Collector/mailer.html.twig',
  51617.                 ],
  51618.                 'jms_serializer.data_collector' => [
  51619.                     => 'jms_serializer',
  51620.                     => '@JMSSerializer/Collector/panel.html.twig',
  51621.                 ],
  51622.                 'snc_redis.data_collector' => [
  51623.                     => 'redis',
  51624.                     => '@SncRedis/Collector/redis.html.twig',
  51625.                 ],
  51626.                 'data_collector.config' => [
  51627.                     => 'config',
  51628.                     => '@WebProfiler/Collector/config.html.twig',
  51629.                 ],
  51630.             ],
  51631.             'console.command.ids' => [
  51632.                 => 'BmpGatewayBundle\\Command\\AccessoriesSyncCommand',
  51633.                 => 'BmpGatewayBundle\\Command\\Base\\BaseSynchronizeCommand',
  51634.                 => 'BmpGatewayBundle\\Command\\CrmSendCreditLeadsCommand',
  51635.                 => 'BmpGatewayBundle\\Command\\CrmSendViewVehiclesCommand',
  51636.                 => 'BmpGatewayBundle\\Command\\CrmSyncVehicleEstimateLeadsCommand',
  51637.                 => 'BmpGatewayBundle\\Command\\ModelFromCRMSyncBy1CCommand',
  51638.                 => 'BmpGatewayBundle\\Command\\MvdHistoryCommand',
  51639.                 => 'BmpGatewayBundle\\Command\\PeugeotSyncCommand',
  51640.                 => 'BmpGatewayBundle\\Command\\PipeDriveSendToCreatioCommand',
  51641.                 => 'BmpGatewayBundle\\Command\\RiaNotifyCommand',
  51642.                 10 => 'BmpGatewayBundle\\Command\\SendFormTo1CCommand',
  51643.                 11 => 'BmpGatewayBundle\\Command\\SendSMSFormCommand',
  51644.                 12 => 'BmpGatewayBundle\\Command\\SynchronizeCRMCommand',
  51645.                 13 => 'BmpGatewayBundle\\Command\\SynchronizeCRMOnlineEstimateCommand',
  51646.                 14 => 'BmpGatewayBundle\\Command\\SynchronizePCUCommand',
  51647.                 15 => 'BmpGatewayBundle\\Command\\SynchronizeTestDriveCommand',
  51648.                 16 => 'BmpGatewayBundle\\Command\\SynchronizeYamahaCRMCommand',
  51649.                 17 => 'BmpGatewayBundle\\Command\\TaskCommand',
  51650.                 18 => 'BmpGatewayBundle\\Command\\TelegramWorkerServerCommand',
  51651.                 19 => 'BmpGatewayBundle\\Command\\UpdatePostomateCommand',
  51652.                 20 => 'CoreBundle\\Command\\AccessoriesContentCopyCommand',
  51653.                 21 => 'CoreBundle\\Command\\AutoRiaDownloadAdCommand',
  51654.                 22 => 'CoreBundle\\Command\\CalculateEstimateInfoCommand',
  51655.                 23 => 'CoreBundle\\Command\\CallbackProcessCommand',
  51656.                 24 => 'CoreBundle\\Command\\CallbackStatusCommand',
  51657.                 25 => 'CoreBundle\\Command\\ChangeVehicleOptionsCommand',
  51658.                 26 => 'CoreBundle\\Command\\CreateCsvAccessoriesCommand',
  51659.                 27 => 'CoreBundle\\Command\\CreateMerchantAccessoriesCommand',
  51660.                 28 => 'CoreBundle\\Command\\CreateMerchantVehiclesCommand',
  51661.                 29 => 'CoreBundle\\Command\\CreateRssCommand',
  51662.                 30 => 'CoreBundle\\Command\\DeleteCarsImagesCommand',
  51663.                 31 => 'CoreBundle\\Command\\DeleteVehiclesFromQueueInCRMCommand',
  51664.                 32 => 'CoreBundle\\Command\\DeployCommand',
  51665.                 33 => 'CoreBundle\\Command\\DevCommand',
  51666.                 34 => 'CoreBundle\\Command\\FetchVehiclesCommand',
  51667.                 35 => 'CoreBundle\\Command\\GenerationUrlCommand',
  51668.                 36 => 'CoreBundle\\Command\\JiraCreateIssuesCommand',
  51669.                 37 => 'CoreBundle\\Command\\LeasingCalcLogCommand',
  51670.                 38 => 'CoreBundle\\Command\\MediaRemoveCommand',
  51671.                 39 => 'CoreBundle\\Command\\PagespeedCommand',
  51672.                 40 => 'CoreBundle\\Command\\RedmineTimeCommand',
  51673.                 41 => 'CoreBundle\\Command\\RegenerateThumbnailsCommand',
  51674.                 42 => 'CoreBundle\\Command\\ResumeSearchCommand',
  51675.                 43 => 'CoreBundle\\Command\\SearchCarByEdrpouCommand',
  51676.                 44 => 'console.command.public_alias.CoreBundle\\Command\\SendFormNotifyCommand',
  51677.                 45 => 'CoreBundle\\Command\\SendMVDHistoryCommand',
  51678.                 46 => 'CoreBundle\\Command\\SendOrderNotifyCommand',
  51679.                 47 => 'CoreBundle\\Command\\SendVehicleSubscriberCommand',
  51680.                 48 => 'CoreBundle\\Command\\SendVehiclesToCrmCommand',
  51681.                 49 => 'CoreBundle\\Command\\ServiceWorkVariationsCommand',
  51682.                 50 => 'CoreBundle\\Command\\TempCommand',
  51683.                 51 => 'CoreBundle\\Command\\UpdateAutoRiaAdIdCommand',
  51684.                 52 => 'CoreBundle\\Command\\UpdateAutoRiaOptionsCommand',
  51685.                 53 => 'CoreBundle\\Command\\UpdateExchangeRateCommand',
  51686.                 54 => 'CoreBundle\\Command\\UpdateNightDealerCommand',
  51687.                 55 => 'CoreBundle\\Command\\UpdateQueueAutoriaCommand',
  51688.                 56 => 'CoreBundle\\Command\\UpdateUsedVehicleOptionsCommand',
  51689.                 57 => 'CoreBundle\\Command\\UploadMvdInfoCommand',
  51690.                 58 => 'CoreBundle\\Command\\UploadUsedCarsCommand',
  51691.                 59 => 'CoreBundle\\Command\\VehicleCategoryToCategoriesCopyCommand',
  51692.                 60 => 'console.command.public_alias.MyBundle\\Command\\NightBookingCommand',
  51693.                 61 => 'console.command.public_alias.MyBundle\\Command\\OrderNotifiedCommand',
  51694.                 62 => 'console.command.public_alias.MyBundle\\Command\\TransferAcquiringOrderToOrderCommand',
  51695.             ],
  51696.         ];
  51697.     }
  51698.     protected function throw($message)
  51699.     {
  51700.         throw new RuntimeException($message);
  51701.     }
  51702. }